Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 796) sorted by relevance

12345678910>>...32

/system/sepolicy/private/
Dkeystore_keys.te4 # 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/
Dkeystore_keys.te4 # 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/bt/stack/smp/
Dp_256_multprecision.cc222 uint32_t A; in multiprecision_fast_mod_P256() local
268 A = B; in multiprecision_fast_mod_P256()
270 A += a[11]; in multiprecision_fast_mod_P256()
271 UA += (A < a[11]); in multiprecision_fast_mod_P256()
272 UA -= (A < a[15]); in multiprecision_fast_mod_P256()
273 A -= a[15]; in multiprecision_fast_mod_P256()
276 D = A; in multiprecision_fast_mod_P256()
287 U -= (c[0] < A); in multiprecision_fast_mod_P256()
289 c[0] -= A; in multiprecision_fast_mod_P256()
335 c[3] += A; in multiprecision_fast_mod_P256()
[all …]
/system/bt/gd/security/ecc/
Dmultprecision.cc220 uint32_t A; in multiprecision_fast_mod_P256() local
265 A = B; in multiprecision_fast_mod_P256()
267 A += a[11]; in multiprecision_fast_mod_P256()
268 UA += (A < a[11]); in multiprecision_fast_mod_P256()
269 UA -= (A < a[15]); in multiprecision_fast_mod_P256()
270 A -= a[15]; in multiprecision_fast_mod_P256()
273 D = A; in multiprecision_fast_mod_P256()
284 U -= (c[0] < A); in multiprecision_fast_mod_P256()
286 c[0] -= A; in multiprecision_fast_mod_P256()
332 c[3] += A; in multiprecision_fast_mod_P256()
[all …]
/system/netd/libnetdutils/
DSliceTest.cpp81 struct A { in TEST_F() struct
83 bool operator==(const A& other) const { return a == other.a && b == other.b; } in TEST_F() argument
94 A origA1 = {1, 2}; in TEST_F()
95 A origA2 = {3, 4}; in TEST_F()
106 A a1{}; in TEST_F()
108 EXPECT_EQ(sizeof(A), len); in TEST_F()
114 A a1{}; in TEST_F()
117 EXPECT_EQ(sizeof(A) + sizeof(B), len); in TEST_F()
124 A a1{}, a2{}; in TEST_F()
127 EXPECT_EQ(2 * sizeof(A) + sizeof(B), len); in TEST_F()
/system/bt/gd/common/testing/
Dwired_pair_of_bidi_queues.h35 template <class A, class B, std::unique_ptr<B> (*A_TO_B)(std::unique_ptr<A>)>
52 common::BidiQueue<B, A> queue_a_{10};
53 common::BidiQueue<B, A> queue_b_{10};
71 common::BidiQueueEnd<A, B>* GetQueueAUpEnd() { in GetQueueAUpEnd()
76 common::BidiQueueEnd<A, B>* GetQueueBUpEnd() { in GetQueueBUpEnd()
/system/extras/ioshark/
Dioshark_bench.h37 #define MAX(A, B) ((A) > (B) ? (A) : (B)) argument
38 #define MIN(A, B) ((A) < (B) ? (A) : (B)) argument
/system/tools/hidl/test/error_test/cpp_forward_decl_restriction/1.0/
Dtypes.hal18 struct A {
19 // Requires A.B.C to be forward declared in A,
21 A.B.C foo;
/system/chre/apps/test/common/proto/
Dping_test.proto13 // 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.
Dchre_stress_test.proto13 // 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
35 // A message to start the test.
Dchre_settings_test.proto13 // 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.
65 // A message used to provide the test result.
Dchre_audio_concurrency_test.proto15 // H2C: A message to start a test step.
19 // C2H: A message indicating the test result.
23 // C2H: A message indicating that CHRE audio has been enabled and
29 // A message to start a test step.
Dpermission_test.proto13 // H2C: A message to start the test. No payload.
16 // C2H: A message indicating the test result. The ping test nanoapp will only
/system/tools/aidl/tests/java/src/android/aidl/tests/generic/
DPair.java22 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/
DDeprecatedEnum.h15 A = 0, enumerator
22 case DeprecatedEnum::A: in toString()
46 ::android::aidl::tests::DeprecatedEnum::A,
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DDeprecatedEnum.h18 A = 0, enumerator
26 case DeprecatedEnum::A: in toString()
46 aidl::android::aidl::tests::DeprecatedEnum::A,
/system/bt/gd/common/
Dbidi_queue_unittest.cc55 class A {}; class
120 BidiQueue<A, B> queue(100); in TEST_F()
121 TestBidiQueueEnd<B, A> test_up(queue.GetUpEnd(), up_handler_); in TEST_F()
122 TestBidiQueueEnd<A, B> test_down(queue.GetDownEnd(), down_handler_); in TEST_F()
132 auto sending_a = new A(); in TEST_F()
/system/tools/hidl/test/version_test/good/version/3.1/
Dtypes.hal19 import @3.0::A;
21 enum A : @3.0::A {
/system/sepolicy/tools/
DREADME7 A tool to build SELinux policy for multiple targets in parallel.
16 A utility for checking the validity of a file_contexts or a
37 A utility for merging together the main seapp_contexts
46 A helper script for mapping tags in the signature stanzas of
51 A tool to help modify an existing mac_permissions.xml with additional app
64 A tool for auditing a sepolicy file for any allow rule that grants
71 A tool for performing various kinds of analysis on a sepolicy
/system/tools/hidl/test/error_test/len_tag_wrong_type/1.0/
DIFoo.hal19 struct A {};
22 C = A#len, // bad (A is not an enum)
/system/tools/hidl/test/vendor/1.1/
Dtypes.hal19 import hidl.tests.vendor@1.0::A.B;
20 import hidl.tests.vendor@1.0::A;
27 vec<A.B> b;
/system/media/audio_utils/
Dlimiter.c53 static const float A = 0.3431457505; in limiter() local
60 out = ((A*in_abs + B)*in_abs + C)*in_abs + D; in limiter()
/system/ca-certificates/files/
De8651083.065 CB:0F:C6:DF:42:43:CC:3D:CB:B5:48:23:A1:1A:7A:A6:2A:BB:34:68
67 keyid:CB:0F:C6:DF:42:43:CC:3D:CB:B5:48:23:A1:1A:7A:A6:2A:BB:34:68
87 SHA1 Fingerprint=89:DF:74:FE:5C:F4:0F:4A:80:F9:E3:37:7D:54:DA:91:E1:01:31:8E
D5acf816d.044 80:4C:D6:EB:74:FF:49:36:A3:D5:D8:FC:B5:3E:C5:6A:F0:94:1D:8C
52 SHA1 Fingerprint=2A:1D:60:27:D9:4A:B1:0A:1C:4D:91:5C:CD:33:A0:CB:3E:2D:54:CB
/system/ca-certificates/google/files/
Db3fb433b.048 B7:63:E7:1A:DD:8D:E9:08:A6:55:83:A4:E0:6A:50:41:65:11:42:49
56 SHA1 Fingerprint=20:D8:06:40:DF:9B:25:F5:12:25:3A:11:EA:F7:59:8A:EB:14:B5:47

12345678910>>...32