Home
last modified time | relevance | path

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

12345678910>>...13

/system/memory/libmemunreachable/tests/
DAtomicState_test.cpp30 B, enumerator
49 ASSERT_FALSE(state_.transition(B, C)); in TEST_F()
53 ASSERT_TRUE(state_.transition(A, B)); in TEST_F()
54 ASSERT_EQ(B, state_.state_); in TEST_F()
57 ASSERT_FALSE(state_.transition(A, B)); in TEST_F()
58 ASSERT_EQ(B, state_.state_); in TEST_F()
63 state_.transition_or(A, B, [&] { in TEST_F()
71 return B; in TEST_F()
75 ASSERT_EQ(B, state_.state_); in TEST_F()
79 state_.transition_or(B, C, [&] { in TEST_F()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DGenericStructuredParcelable.rs4 pub struct r#GenericStructuredParcelable<T,U,B,> {
7 _phantom_B: std::marker::PhantomData<B>,
11 impl<T: Default,U: Default,B: Default,> Default for r#GenericStructuredParcelable<T,U,B,> {
22 impl<T,U,B,> binder::Parcelable for r#GenericStructuredParcelable<T,U,B,> {
42 binder::impl_serialize_for_parcelable!(r#GenericStructuredParcelable<T,U,B,>);
43 binder::impl_deserialize_for_parcelable!(r#GenericStructuredParcelable<T,U,B,>);
44 impl<T,U,B,> binder::binder_impl::ParcelableMetadata for r#GenericStructuredParcelable<T,U,B,> {
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/nested/
DDeeplyNested.rs63 pub mod r#B {
65 pub struct r#B {
67 impl Default for r#B { implementation
73 impl binder::Parcelable for r#B { implementation
85 binder::impl_serialize_for_parcelable!(r#B);
86 binder::impl_deserialize_for_parcelable!(r#B);
87 impl binder::binder_impl::ParcelableMetadata for r#B { implementation
159 pub use super::r#B::r#B as _7_android_4_aidl_5_tests_6_nested_12_DeeplyNested_1_B;
160 pub use super::r#B::r#C::r#C as _7_android_4_aidl_5_tests_6_nested_12_DeeplyNested_1_B_1_C;
161 …pub use super::r#B::r#C::r#D::r#D as _7_android_4_aidl_5_tests_6_nested_12_DeeplyNested_1_B_1_C_1_…
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/nested/
DDeeplyNested.h28 class B {
113 inline bool operator!=(const B&) const {
116 inline bool operator<(const B&) const {
119 inline bool operator<=(const B&) const {
122 inline bool operator==(const B&) const {
125 inline bool operator>(const B&) const {
128 inline bool operator>=(const B&) const {
145 …droid::aidl::tests::nested::DeeplyNested::B::C::D::E e = ::aidl::android::aidl::tests::nested::Dee…
219 [[nodiscard]] static inline std::string toString(DeeplyNested::B::C::D::E val) { in toString()
221 case DeeplyNested::B::C::D::E::OK: in toString()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/nested/
DDeeplyNested.h20 class B : public ::android::Parcelable {
93 inline bool operator!=(const B&) const {
96 inline bool operator<(const B&) const {
99 inline bool operator<=(const B&) const {
102 inline bool operator==(const B&) const {
105 inline bool operator>(const B&) const {
108 inline bool operator>=(const B&) const {
127 …:android::aidl::tests::nested::DeeplyNested::B::C::D::E e = ::android::aidl::tests::nested::Deeply…
201 [[nodiscard]] static inline std::string toString(DeeplyNested::B::C::D::E val) { in toString()
203 case DeeplyNested::B::C::D::E::OK: in toString()
[all …]
/system/tools/aidl/tests/android/aidl/tests/nested/
DDeeplyNested.aidl22 B.C.D.E e = B.C.D.E.OK;
24 parcelable B {
/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-source/gen/android/aidl/tests/nested/
DDeeplyNested.cpp94 const char* DeeplyNested::B::descriptor = "android.aidl.tests.nested.DeeplyNested.B";
96 binder_status_t DeeplyNested::B::readFromParcel(const AParcel* _aidl_parcel) { in readFromParcel()
108 binder_status_t DeeplyNested::B::writeToParcel(AParcel* _aidl_parcel) const { in writeToParcel()
131 const char* DeeplyNested::B::C::descriptor = "android.aidl.tests.nested.DeeplyNested.B.C";
133 binder_status_t DeeplyNested::B::C::readFromParcel(const AParcel* _aidl_parcel) { in readFromParcel()
145 binder_status_t DeeplyNested::B::C::writeToParcel(AParcel* _aidl_parcel) const { in writeToParcel()
168 const char* DeeplyNested::B::C::D::descriptor = "android.aidl.tests.nested.DeeplyNested.B.C.D";
170 binder_status_t DeeplyNested::B::C::D::readFromParcel(const AParcel* _aidl_parcel) { in readFromParcel()
182 binder_status_t DeeplyNested::B::C::D::writeToParcel(AParcel* _aidl_parcel) const { in writeToParcel()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DGenericStructuredParcelable.h19 template <typename T, typename U, typename B>
72 template <typename T, typename U, typename B>
73 const char* GenericStructuredParcelable<T, U, B>::descriptor = "android.aidl.tests.GenericStructure…
75 template <typename T, typename U, typename B>
76 binder_status_t GenericStructuredParcelable<T, U, B>::readFromParcel(const AParcel* _aidl_parcel) { in readFromParcel()
102 template <typename T, typename U, typename B>
103 binder_status_t GenericStructuredParcelable<T, U, B>::writeToParcel(AParcel* _aidl_parcel) const { in writeToParcel()
DDeprecatedEnum.h20 B = 1, enumerator
38 case DeprecatedEnum::B: in toString()
59 aidl::android::aidl::tests::DeprecatedEnum::B,
/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/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/nested/
DDeeplyNested.java49 public byte e = android.aidl.tests.nested.DeeplyNested.B.C.D.E.OK;
93 public static class B implements android.os.Parcelable class in DeeplyNested
95 …public static final android.os.Parcelable.Creator<B> CREATOR = new android.os.Parcelable.Creator<B
97 public B createFromParcel(android.os.Parcel _aidl_source) {
98 B _aidl_out = new B();
103 public B[] newArray(int _aidl_size) {
104 return new B[_aidl_size];
/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.h13 B = 1, enumerator
28 case DeprecatedEnum::B: in toString()
48 ::android::aidl::tests::DeprecatedEnum::B,
DGenericStructuredParcelable.h13 template <typename T, typename U, typename B>
60 template <typename T, typename U, typename B>
61 ::android::status_t GenericStructuredParcelable<T,U,B>::readFromParcel(const ::android::Parcel* _ai… in readFromParcel()
91 template <typename T, typename U, typename B>
92 ::android::status_t GenericStructuredParcelable<T,U,B>::writeToParcel(::android::Parcel* _aidl_parc… in writeToParcel()
/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/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/nested/
DDeeplyNested.cpp87 ::android::status_t DeeplyNested::B::readFromParcel(const ::android::Parcel* _aidl_parcel) { in readFromParcel()
101 ::android::status_t DeeplyNested::B::writeToParcel(::android::Parcel* _aidl_parcel) const { in writeToParcel()
121 ::android::status_t DeeplyNested::B::C::readFromParcel(const ::android::Parcel* _aidl_parcel) { in readFromParcel()
135 ::android::status_t DeeplyNested::B::C::writeToParcel(::android::Parcel* _aidl_parcel) const { in writeToParcel()
155 ::android::status_t DeeplyNested::B::C::D::readFromParcel(const ::android::Parcel* _aidl_parcel) { in readFromParcel()
169 ::android::status_t DeeplyNested::B::C::D::writeToParcel(::android::Parcel* _aidl_parcel) const { in writeToParcel()
/system/core/fs_mgr/libstorage_literals/storage_literals/
Dstorage_literals.h36 using B = Size<0>; variable
42 constexpr B operator""_B(unsigned long long v) { // NOLINT
43 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/ca-certificates/files/
D7892ad52.042 5B:CA:5E:E5:DE:D2:81:AA:CD:A8:2D:64:51:B6:D9:72:9B:97:E6:4F
46 5B:CA:5E:E5:DE:D2:81:AA:CD:A8:2D:64:51:B6:D9:72:9B:97:E6:4F
/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/vendor/1.0/
Dtypes.hal36 B,
46 struct B {
54 vec<A.B> b;
/system/tools/hidl/test/error_test/no_cyclic_declaration_2/1.0/
DIFoo.hal20 B b;
22 struct B {

12345678910>>...13