Searched refs:behavior (Results 1 – 25 of 33) sorted by relevance
12
/system/bt/gd/cert/ |
D | behavior.py | 105 def __init__(self, behavior, matcher, reply_stage_factory): argument 106 self._behavior = behavior 121 def init(self, behavior, matcher, persistence): argument 122 self._behavior = behavior 151 def __init__(self, behavior, matcher, timeout): argument 152 self._behavior = behavior 167 behavior = getattr(self._behaviors, item + "_behavior") 169 return lambda matcher: BoundVerificationStage(behavior, matcher, t)
|
D | cert_self_test.py | 33 from cert.behavior import when, wait_until 34 from cert.behavior import IHasBehaviors 35 from cert.behavior import anything 36 from cert.behavior import SingleArgumentBehavior 37 from cert.behavior import ReplyStage
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | vendor_init.te | 3 # init behavior. See b/35303861 for an example.
|
D | property_contexts | 178 # Properties that relate to time / time zone detection behavior.
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | vendor_init.te | 3 # init behavior. See b/35303861 for an example.
|
/system/sepolicy/private/ |
D | vendor_init.te | 3 # init behavior. See b/35303861 for an example.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | vendor_init.te | 3 # init behavior. See b/35303861 for an example.
|
D | property_contexts | 198 # Properties that relate to time / time zone detection behavior.
|
/system/timezone/debug_tools/host/ |
D | README.android | 19 behavior because neither of the IDs for the major region describe the time 20 zone behavior of the sub-region throughout time. Once created, zone IDs
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | init.te | 24 # init behavior. See b/35303861 for an example.
|
/system/core/fs_mgr/libsnapshot/android/snapshot/ |
D | snapshot_fuzz.proto | 20 // Controls the behavior of IDeviceInfo. 30 // Controls the behavior of the test SnapshotManager.
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | init.te | 25 # init behavior. See b/35303861 for an example.
|
/system/bt/gd/ |
D | README.md | 23 If you are verifying correct behavior (especially interop problems) **DO NOT**
|
/system/sepolicy/vendor/ |
D | hal_wifi_supplicant_default.te | 31 # device-specific behavior in wpa_supplicant.
|
/system/timezone/apex/ |
D | Android.bp | 25 // Explicit because the defaulting behavior only works for the real
|
/system/tools/hidl/c2hal/ |
D | README.md | 21 -g: Enabling this flag changes the behavior of c2hal to parse opengl files.
|
/system/core/logcat/ |
D | logcatd.rc | 5 # post-fs-data state because otherwise behavior is undefined. The exceptions
|
/system/tools/aidl/tests/lazy_test/ |
D | README | 15 This will run tests on the input service, verifying whether it successfully displays lazy behavior.
|
/system/core/init/ |
D | README.ueventd.md | 4 behavior described below, along with a scripting language that allows customizing this behavior,
|
/system/libhidl/transport/base/1.0/ |
D | IBase.hal | 27 * java.lang.Object.notify(), for example.) However, the behavior of these
|
/system/core/fs_mgr/ |
D | README.overlayfs.md | 87 permits legacy behavior for systems that do not have overlapping
|
/system/bt/gd/l2cap/classic/cert/ |
D | cert_l2cap.py | 19 from cert.behavior import IHasBehaviors, SingleArgumentBehavior, ReplyStage
|
/system/timezone/ |
D | README.android | 92 isolate unexpected changes to behavior.
|
/system/core/fastboot/ |
D | README.md | 120 variables, so older devices might exhibit this behavior, 378 behavior should be:
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 135 /// default behavior should be to assume one fragment.
|
12