Home
last modified time | relevance | path

Searched refs:behavior (Results 1 – 25 of 45) sorted by relevance

12

/system/bt/gd/cert/
Dbehavior.py105 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)
Dcert_self_test.py33 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
Dcert_self_test_lib.py30 from cert.behavior import when, wait_until
31 from cert.behavior import IHasBehaviors
32 from cert.behavior import anything
33 from cert.behavior import SingleArgumentBehavior
34 from cert.behavior import ReplyStage
/system/update_engine/update_manager/
Dreal_device_policy_provider.cc214 int behavior; in ConvertChannelDowngradeBehavior() local
216 &behavior)) { in ConvertChannelDowngradeBehavior()
219 if (behavior < static_cast<int>(ChannelDowngradeBehavior::kFirstValue) || in ConvertChannelDowngradeBehavior()
220 behavior > static_cast<int>(ChannelDowngradeBehavior::kLastValue)) { in ConvertChannelDowngradeBehavior()
223 *channel_downgrade_behavior = static_cast<ChannelDowngradeBehavior>(behavior); in ConvertChannelDowngradeBehavior()
/system/logging/rust/
DTEST_MAPPING2 // This file includes all device tests, as they test different behavior.
/system/sepolicy/prebuilts/api/28.0/private/
Dvendor_init.te3 # init behavior. See b/35303861 for an example.
/system/sepolicy/prebuilts/api/29.0/private/
Dvendor_init.te3 # init behavior. See b/35303861 for an example.
/system/sepolicy/prebuilts/api/30.0/private/
Dvendor_init.te3 # init behavior. See b/35303861 for an example.
/system/timezone/debug_tools/host/
DREADME.android19 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/private/
Dvendor_init.te3 # init behavior. See b/35303861 for an example.
/system/sepolicy/prebuilts/api/31.0/private/
Dvendor_init.te3 # init behavior. See b/35303861 for an example.
/system/sepolicy/prebuilts/api/26.0/private/
Dinit.te24 # init behavior. See b/35303861 for an example.
/system/core/fs_mgr/libsnapshot/android/snapshot/
Dsnapshot_fuzz.proto20 // Controls the behavior of IDeviceInfo.
30 // Controls the behavior of the test SnapshotManager.
/system/sepolicy/prebuilts/api/27.0/private/
Dinit.te25 # init behavior. See b/35303861 for an example.
/system/bt/gd/
DREADME.md23 If you are verifying correct behavior (especially interop problems) **DO NOT**
/system/sepolicy/vendor/
Dhal_wifi_supplicant_default.te31 # device-specific behavior in wpa_supplicant.
/system/libfmq/fuzzer/
DAndroid.bp61 // undefined behavior is expected
/system/logging/logd/
DREADME.compression.md29 * Lowered incentive to fix the root cause of bad logging behavior
41 * No hiding bad behavior => increased accountability/incentive to fix root causes
/system/timezone/apex/
DAndroid.bp32 // Explicit because the defaulting behavior only works for the real
/system/tools/hidl/c2hal/
DREADME.md21 -g: Enabling this flag changes the behavior of c2hal to parse opengl files.
/system/logging/logcat/
Dlogcatd.rc5 # post-fs-data state because otherwise behavior is undefined. The exceptions
/system/tools/aidl/tests/lazy_test/
DREADME15 This will run tests on the input service, verifying whether it successfully displays lazy behavior.
/system/timezone/input_tools/android/tzids/src/main/proto/
Dtz_ids_proto.proto62 // Computed by looking at offset behavior / zone metadata.
/system/core/init/
DREADME.ueventd.md4 behavior described below, along with a scripting language that allows customizing this behavior,
/system/chre/chpp/
DQUICKSTART.md60 Note that the system MUST replicate the high-level behavior of chppWorkThreadStart exactly in this …

12