Home
last modified time | relevance | path

Searched refs:B (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/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};
54 os::EnqueueBuffer<B> down_buffer_a_{queue_a_.GetDownEnd()};
55 os::EnqueueBuffer<B> down_buffer_b_{queue_b_.GetDownEnd()};
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/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DGenericStructuredParcelable.h17 template <typename T, typename U, typename B>
70 template <typename T, typename U, typename B>
71 const char* GenericStructuredParcelable<T, U, B>::descriptor = "android.aidl.tests.GenericStructure…
73 template <typename T, typename U, typename B>
74 binder_status_t GenericStructuredParcelable<T, U, B>::readFromParcel(const AParcel* parcel) { in readFromParcel()
99 template <typename T, typename U, typename B>
100 binder_status_t GenericStructuredParcelable<T, U, B>::writeToParcel(AParcel* parcel) const { in writeToParcel()
DDeprecatedEnum.h19 B = 1, enumerator
28 case DeprecatedEnum::B: in toString()
47 aidl::android::aidl::tests::DeprecatedEnum::B,
/system/netd/libnetdutils/
DSliceTest.cpp85 struct B { in TEST_F() struct
89 bool operator==(const B& other) const { in TEST_F() argument
96 B origB = {"hello world", true, 1234}; in TEST_F()
115 B b{}; in TEST_F()
117 EXPECT_EQ(sizeof(A) + sizeof(B), len); in TEST_F()
125 B b{}; in TEST_F()
127 EXPECT_EQ(2 * sizeof(A) + sizeof(B), len); in TEST_F()
/system/tools/aidl/tests/java/src/android/aidl/tests/generic/
DPair.java22 public class Pair<A, B> implements Parcelable {
24 public B mSecond;
38 mSecond = (B) source.readValue(null); in readFromParcel()
/system/tools/aidl/build/tests_transitive_parcel/a/
DIA.aidl19 import tests_transitive_parcel.b.B;
22 B getB(); in getB()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DDeprecatedEnum.h16 B = 1, enumerator
24 case DeprecatedEnum::B: in toString()
47 ::android::aidl::tests::DeprecatedEnum::B,
DGenericStructuredParcelable.h16 template <typename T, typename U, typename B>
69 template <typename T, typename U, typename B>
70 ::android::status_t GenericStructuredParcelable<T,U,B>::readFromParcel(const ::android::Parcel* _ai… in readFromParcel()
97 template <typename T, typename U, typename B>
98 ::android::status_t GenericStructuredParcelable<T,U,B>::writeToParcel(::android::Parcel* _aidl_parc… in writeToParcel()
/system/ca-certificates/files/
Dc51c224c.060 keyid:BA:FA:71:25:79:8B:57:41:25:21:86:0B:71:EB:B2:64:0E:8B:21:67
63 BA:FA:71:25:79:8B:57:41:25:21:86:0B:71:EB:B2:64:0E:8B:21:67
80 SHA1 Fingerprint=3B:C0:38:0B:33:C3:F6:A6:0C:86:15:22:93:D9:DF:F5:4B:81:C0:04
D7892ad52.042 5B:CA:5E:E5:DE:D2:81:AA:CD:A8:2D:64:51:B6:D9:72:9B:97:E6:4F
46 keyid:5B:CA:5E:E5:DE:D2:81:AA:CD:A8:2D:64:51:B6:D9:72:9B:97:E6:4F
Dc2c1704e.062 44:9E:48:F5:CC:6D:48:D4:A0:4B:7F:FE:59:24:2F:83:97:99:9A:86
64 keyid:44:9E:48:F5:CC:6D:48:D4:A0:4B:7F:FE:59:24:2F:83:97:99:9A:86
86 SHA1 Fingerprint=58:D1:DF:95:95:67:6B:63:C0:F0:5B:1C:17:4D:8B:84:0B:C8:78:BD
D5cf9d536.081 8B:4B:6D:ED:D3:29:B9:06:19:EC:39:39:A9:F0:97:84:6A:CB:EF:DF
83 keyid:8B:4B:6D:ED:D3:29:B9:06:19:EC:39:39:A9:F0:97:84:6A:CB:EF:DF
85 serial:3A:B6:50:8B
105 SHA1 Fingerprint=DE:3F:40:BD:50:93:D3:9B:6C:60:F6:DA:BC:07:62:01:00:89:76:C9
/system/bt/gd/common/
Dbidi_queue_unittest.cc57 class B {}; 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()
124 auto sending_b = new B(); in TEST_F()
/system/tools/hidl/test/error_test/enum_unique_field_names_extends/1.0/
DIFoo.hal21 B,
27 B, // duplicates E1.B name
/system/tools/hidl/test/vendor/1.1/
Dtypes.hal19 import hidl.tests.vendor@1.0::A.B;
23 vec<B> b;
27 vec<A.B> b;
/system/tools/hidl/test/error_test/cpp_forward_decl_restriction/1.0/
Dtypes.hal19 // Requires A.B.C to be forward declared in A,
21 A.B.C foo;
23 struct B {
/system/core/fs_mgr/libstorage_literals/storage_literals/
Dstorage_literals.h36 using B = Size<0>; variable
41 constexpr B operator""_B(unsigned long long v) { // NOLINT
42 return B{v};
/system/media/audio_utils/
Dlimiter.c54 static const float B = -1.798989873; in limiter() local
60 out = ((A*in_abs + B)*in_abs + C)*in_abs + D; in limiter()
/system/core/fs_mgr/tests/
Dadb-remount-test.sh1314 B="`adb_cat ${i}/hello`" ||
1316 check_eq "${A}" "${B}" ${i} before reboot
1319 B="`adb_cat /system/priv-app/hello`" ||
1321 check_eq "${A}" "${B}" /system/priv-app before reboot
1391 B="`adb_cat /vendor/hello 2>&1`"
1392 check_eq "cat: /vendor/hello: Permission denied" "${B}" vendor after reboot w/o root
1399 B="`adb_ls /system/`" ||
1401 [ X"${B}" != X"${B#*priv-app}" ] ||
1403 B="`adb_cat /system/priv-app/hello`"
1404 check_eq "${A}" "${B}" /system/priv-app after reboot
[all …]
/system/ca-certificates/google/files/
D052e396b.061 39:95:8B:62:8B:5C:C9:D4:80:BA:58:0F:97:3F:15:08:43:CC:98:A7
67 keyid:39:95:8B:62:8B:5C:C9:D4:80:BA:58:0F:97:3F:15:08:43:CC:98:A7
87 SHA1 Fingerprint=4D:23:78:EC:91:95:39:B5:00:7F:75:8F:03:3B:21:1E:C5:4D:8B:CF
/system/tools/hidl/test/error_test/no_cyclic_declaration_2/1.0/
DIFoo.hal20 B b;
22 struct B {
/system/tools/hidl/test/error_test/no_cyclic_declaration_3/1.0/
Dtypes.hal18 typedef A B;
19 typedef B A;
/system/tools/hidl/test/vendor/1.0/
Dtypes.hal36 B,
46 struct B {
54 vec<A.B> b;
/system/tools/hidl/test/error_test/tag_name_does_not_exist/1.0/
DIFoo.hal19 enum B : uint32_t{
20 C = B#tag_does_not_exist, // bad (this tag doesn't exist)

12345678910>>...12