/system/memory/libmemunreachable/tests/ |
D | AtomicState_test.cpp | 29 A, enumerator 38 AtomicStateTest() : state_(A) {} in AtomicStateTest() 46 ASSERT_EQ(A, state_.state_); in TEST_F() 50 ASSERT_EQ(A, state_.state_); in TEST_F() 53 ASSERT_TRUE(state_.transition(A, B)); in TEST_F() 57 ASSERT_FALSE(state_.transition(A, B)); in TEST_F() 62 state_.transition_or(A, B, [&] { in TEST_F() 80 ASSERT_EQ(A, state_.state_); in TEST_F() 86 ASSERT_TRUE(state_.wait_for_either_of(A, B, 1s)); in TEST_F() 108 ASSERT_TRUE(state_.wait_for_either_of(A, C, 1s)); in TEST_F() [all …]
|
/system/sepolicy/prebuilts/api/202404/private/ |
D | keystore_keys.te | 4 # A keystore2_key namespace for the shell domain. Mainly used for native tests. 7 # A keystore2 namespace for the su domain. Mainly used for native tests. 10 # A keystore2 namespace for vold. Vold need special permission to handle 14 # A keystore2 namespace for the on-device signing daemon. 17 # A keystore2 namespace for LockSettingsService. 20 # A keystore2 namespace for resume on reboot.
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | keystore_keys.te | 4 # A keystore2_key namespace for the shell domain. Mainly used for native tests. 7 # A keystore2 namespace for the su domain. Mainly used for native tests. 10 # A keystore2 namespace for vold. Vold need special permission to handle 14 # A keystore2 namespace for the on-device signing daemon. 17 # A keystore2 namespace for LockSettingsService. 20 # A keystore2 namespace for resume on reboot.
|
/system/sepolicy/private/ |
D | keystore_keys.te | 4 # A keystore2_key namespace for the shell domain. Mainly used for native tests. 7 # A keystore2 namespace for the su domain. Mainly used for native tests. 10 # A keystore2 namespace for vold. Vold need special permission to handle 14 # A keystore2 namespace for the on-device signing daemon. 17 # A keystore2 namespace for LockSettingsService. 20 # A keystore2 namespace for resume on reboot.
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | keystore_keys.te | 4 # A keystore2_key namespace for the shell domain. Mainly used for native tests. 7 # A keystore2 namespace for the su domain. Mainly used for native tests. 10 # A keystore2 namespace for vold. Vold need special permission to handle 14 # A keystore2 namespace for the on-device signing daemon. 17 # A keystore2 namespace for LockSettingsService. 20 # A keystore2 namespace for resume on reboot.
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | keystore_keys.te | 4 # A keystore2_key namespace for the shell domain. Mainly used for native tests. 7 # A keystore2 namespace for the su domain. Mainly used for native tests. 10 # A keystore2 namespace for vold. Vold need special permission to handle 14 # A keystore2 namespace for the on-device signing daemon. 17 # A keystore2 namespace for LockSettingsService. 20 # A keystore2 namespace for resume on reboot.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | keystore_keys.te | 4 # A keystore2_key namespace for the shell domain. Mainly used for native tests. 7 # A keystore2 namespace for the su domain. Mainly used for native tests. 10 # A keystore2 namespace for vold. Vold need special permission to handle 14 # A keystore2 namespace for the on-device signing daemon. 17 # A keystore2 namespace for LockSettingsService. 20 # A keystore2 namespace for resume on reboot.
|
/system/tools/aidl/build/tests_vintf/vintf/ |
D | IFoo.aidl | 23 union A { 27 enum E { A, B, C } enumConstant 32 A aa(in A a); in aa()
|
/system/tools/aidl/build/aidl_api/tests-vintf/1/vintf/ |
D | IFoo.aidl | 40 vintf.IFoo.A aa(in vintf.IFoo.A a); in aa() 44 union A { 49 A = 0, enumConstant
|
/system/tools/aidl/build/aidl_api/tests-vintf/current/vintf/ |
D | IFoo.aidl | 40 vintf.IFoo.A aa(in vintf.IFoo.A a); in aa() 44 union A { 49 A = 0, enumConstant
|
/system/extras/ioshark/ |
D | ioshark_bench.h | 37 #define MAX(A, B) ((A) > (B) ? (A) : (B)) argument 38 #define MIN(A, B) ((A) < (B) ? (A) : (B)) argument
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/nested/ |
D | DeeplyNested.rs | 33 pub mod r#A { 35 pub struct r#A { 38 impl Default for r#A { implementation 45 impl binder::Parcelable for r#A { implementation 61 binder::impl_serialize_for_parcelable!(r#A); 62 binder::impl_deserialize_for_parcelable!(r#A); 63 impl binder::binder_impl::ParcelableMetadata for r#A { implementation 163 pub use super::r#A::r#A as _7_android_4_aidl_5_tests_6_nested_12_DeeplyNested_1_A;
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/nested/ |
D | DeeplyNested.rs | 33 pub mod r#A { 35 pub struct r#A { 38 impl Default for r#A { implementation 45 impl binder::Parcelable for r#A { implementation 61 binder::impl_serialize_for_parcelable!(r#A); 62 binder::impl_deserialize_for_parcelable!(r#A); 63 impl binder::binder_impl::ParcelableMetadata for r#A { implementation 163 pub use super::r#A::r#A as _7_android_4_aidl_5_tests_6_nested_12_DeeplyNested_1_A;
|
/system/libsysprop/srcs/android/sysprop/ |
D | InputProperties.sysprop | 18 # A debug flag that converts all touch pointers to stylus pointers. 27 # A flag to enable or disable system motion prediction. 36 # A flag to enable the new Keyboard backlight controller introduced in Android U, that allows 46 # A flag to force showing a pointer icon for stylus pointers, even when the device is not 56 # A flag to enable the Keyboard backlight animations introduced in Android U-QPR. 65 # A flag to start logging atoms relating into input device usage metrics. Requires restart. 74 # A flag to enable the Custom levels provided via IDC files for Keyboard backlight 85 # A flag to enable ALS based keyboard backlight control introduced in Android U-QPR1.
|
/system/tools/hidl/test/error_test/cpp_forward_decl_restriction/1.0/ |
D | types.hal | 18 struct A { 19 // Requires A.B.C to be forward declared in A, 21 A.B.C foo;
|
/system/chre/apps/test/common/proto/ |
D | ping_test.proto | 13 // H2C: A message to ping the nanoapp. The nanoapp will respond to the host 18 // C2H: A message indicating the test result. The ping test nanoapp will only 23 // C2H: A message indicating a response from a ping command. 28 // A message to ping the nanoapp, with some optional specifications.
|
D | chre_settings_test.proto | 13 // H2C: A message to start the test. 17 // C2H: A message indicating the test result. 20 // C2H: A message indicating a previously received SETUP step from a 25 // A message to start the test. 66 // A message used to provide the test result.
|
D | chre_stress_test.proto | 13 // H2C: A message to start/stop the test. 17 // C2H: A message indicating the test result. The nanoapp will only use this 22 // C2H: A message indicating that the stress test nanoapp has received a 28 // H2C: A message indicating that the host client has restarted. The nanoapp 42 // A message to start the test.
|
/system/tools/aidl/tests/java/src/android/aidl/tests/generic/ |
D | Pair.java | 22 public class Pair<A, B> implements Parcelable { 23 public A mFirst; 37 mFirst = (A) source.readValue(null); in readFromParcel()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | DeprecatedEnum.h | 16 A = 0, enumerator 30 case DeprecatedEnum::A: in toString() 51 ::android::aidl::tests::DeprecatedEnum::A,
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | DeprecatedEnum.h | 16 A = 0, enumerator 30 case DeprecatedEnum::A: in toString() 51 ::android::aidl::tests::DeprecatedEnum::A,
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/nested/ |
D | DeeplyNested.java | 47 public static class A implements android.os.Parcelable class in DeeplyNested 51 …public static final android.os.Parcelable.Creator<A> CREATOR = new android.os.Parcelable.Creator<A… 53 public A createFromParcel(android.os.Parcel _aidl_source) { 54 A _aidl_out = new A(); 59 public A[] newArray(int _aidl_size) { 60 return new A[_aidl_size];
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/nested/ |
D | DeeplyNested.java | 47 public static class A implements android.os.Parcelable class in DeeplyNested 51 …public static final android.os.Parcelable.Creator<A> CREATOR = new android.os.Parcelable.Creator<A… 53 public A createFromParcel(android.os.Parcel _aidl_source) { 54 A _aidl_out = new A(); 59 public A[] newArray(int _aidl_size) { 60 return new A[_aidl_size];
|
/system/tools/mkbootimg/gki/ |
D | boot_signature_info.sh | 90 declare -i H A X 92 A="$(cat "${VBMETA_INFO}" | grep 'Authentication Block:' | awk '{print $3}')" 94 vbmeta_size="$(( ${H} + ${A} + ${X} ))"
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | DeprecatedEnum.h | 23 A = 0, enumerator 40 case DeprecatedEnum::A: in toString() 62 aidl::android::aidl::tests::DeprecatedEnum::A,
|