Home
last modified time | relevance | path

Searched defs:E (Results 1 – 16 of 16) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/nested/
DDeeplyNested.aidl27 enum E { OK } enum
/system/tools/hidl/hidl2aidl/test/aidl_api/hidl2aidl_test_gen/current/hidl2aidl/test/
DValue.aidl27 E = 27, enumConstant
/system/keymint/wire/src/
Dlib.rs45 pub fn vec_try_fill_with_alloc_err<T: Clone, E>( in vec_try_fill_with_alloc_err() argument
48 alloc_err: fn() -> E, in vec_try_fill_with_alloc_err()
58 pub fn vec_try4_with_alloc_err<T: Clone, E>( in vec_try4_with_alloc_err() argument
63 alloc_err: fn() -> E, in vec_try4_with_alloc_err()
80 pub fn vec_try3_with_alloc_err<T: Clone, E>( in vec_try3_with_alloc_err() argument
84 alloc_err: fn() -> E, in vec_try3_with_alloc_err()
99 pub fn vec_try2_with_alloc_err<T: Clone, E>( in vec_try2_with_alloc_err() argument
102 alloc_err: fn() -> E, in vec_try2_with_alloc_err()
116 pub fn vec_try1_with_alloc_err<T: Clone, E>(x1: T, alloc_err: fn() -> E) -> Result<Vec<T>, E> { in vec_try1_with_alloc_err() argument
/system/tools/aidl/build/tests_vintf/vintf/
DIFoo.aidl27 enum E { A, B, C } enum
/system/tools/aidl/build/aidl_api/tests-vintf/1/vintf/
DIFoo.aidl48 enum E { enum
/system/tools/aidl/build/aidl_api/tests-vintf/current/vintf/
DIFoo.aidl48 enum E { enum
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/nested/
DDeeplyNested.h26 enum class E : int8_t { enum
/system/libbase/include/android-base/
Dresult.h123 operator E() const { in E() function
/system/memory/libmemunreachable/tests/
DAtomicState_test.cpp33 E, enumerator
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/nested/
DDeeplyNested.h43 enum class E : int8_t { enum
/system/keymint/hal/src/hal/
Dtests.rs142 pub fn expect_err<T, E: core::fmt::Debug>(result: Result<T, E>, err_msg: &str) { in expect_err() argument
/system/libbase/
Dexpected_test.cpp47 struct E { struct
50 E(const std::string& message, int cause) : message(message), cause(cause) {} in E() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/nested/
DDeeplyNested.java216 public static @interface E { annotation in DeeplyNested.B.C.D
/system/keymint/common/src/keyblob/
Dlegacy.rs197 comparator: E, in deserialize()
/system/keymint/tests/src/
Dlib.rs33 pub fn test_eq<E: ConstTimeEq>(comparator: E) { in test_eq()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1851 using E = IFoo::SomeEnum; in TEST_F() typedef