Home
last modified time | relevance | path

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

/system/libbase/include/android-base/
Dresult.h124 operator E() const { in E() function
163 auto format_as(ResultError<E, true> error) { in format_as() argument
/system/keymint/wire/src/
Dlib.rs63 pub fn vec_try_fill_with_alloc_err<T: Clone, E>( in vec_try_fill_with_alloc_err() argument
66 alloc_err: fn() -> E, in vec_try_fill_with_alloc_err()
76 pub fn vec_try4_with_alloc_err<T: Clone, E>( in vec_try4_with_alloc_err() argument
81 alloc_err: fn() -> E, in vec_try4_with_alloc_err()
98 pub fn vec_try3_with_alloc_err<T: Clone, E>( in vec_try3_with_alloc_err() argument
102 alloc_err: fn() -> E, in vec_try3_with_alloc_err()
117 pub fn vec_try2_with_alloc_err<T: Clone, E>( in vec_try2_with_alloc_err() argument
120 alloc_err: fn() -> E, in vec_try2_with_alloc_err()
134 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/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/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/authgraph/tests/src/
Dlib.rs280 pub fn test_ecdh<E: EcDh>(ecdh: &E) { in test_ecdh()
289 pub fn test_ecdsa<E: EcDsa>(ecdsa: &E) { in test_ecdsa()
369 pub fn test_ed25519_round_trip<E: EcDsa>(ecdsa: &E) { in test_ed25519_round_trip()
398 pub fn test_p256_round_trip<E: EcDsa>(ecdsa: &E) { in test_p256_round_trip()
430 pub fn test_p384_round_trip<E: EcDsa>(ecdsa: &E) { in test_p384_round_trip()
461 fn test_ecdsa_round_trip<E: EcDsa>(ecdsa: &E, verify_key: &EcVerifyKey, sign_key: &EcSignKey) { in test_ecdsa_round_trip()
845 pub fn validate_identity<E: EcDsa>(ecdsa: &E) { in validate_identity()
1244 pub fn test_get_identity<D: Device, E: EcDsa>(ag_device: &D, ecdsa: &E) { in test_get_identity()
1250 pub fn test_example_identity_validate<E: EcDsa>(ecdsa: &E) { in test_example_identity_validate()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/nested/
DDeeplyNested.h34 enum class E : int8_t { enum
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/nested/
DDeeplyNested.h34 enum class E : int8_t { enum
/system/core/debuggerd/libdebuggerd/test/
Dmte_stack_record_test.cpp48 unwindstack::ErrorData E; in SetUp() local
75 unwindstack::ErrorData E; in TEST() local
/system/memory/libmemunreachable/tests/
DAtomicState_test.cpp33 E, enumerator
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/nested/
DDeeplyNested.h51 enum class E : int8_t { enum
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/nested/
DDeeplyNested.h51 enum class E : int8_t { enum
/system/keymint/hal/src/hal/
Dtests.rs156 pub fn expect_err<T, E: core::fmt::Debug>(result: Result<T, E>, err_msg: &str) { in expect_err() argument
/system/media/audio_utils/include/audio_utils/
Dintrinsic_utils.h107 using E = std::decay_t<decltype(v)>; in vapply() local
119 using E = std::decay_t<decltype(v[0])>; in vapply() local
/system/libbase/
Dexpected_test.cpp47 struct E { struct
50 E(const std::string& message, int cause) : message(message), cause(cause) {} in E() argument
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/nested/
DDeeplyNested.java221 public static @interface E { annotation in DeeplyNested.B.C.D
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/nested/
DDeeplyNested.java221 public static @interface E { annotation in DeeplyNested.B.C.D
/system/keymint/common/src/keyblob/
Dlegacy.rs227 comparator: E, in deserialize()
/system/keymint/tests/src/
Dlib.rs47 pub fn test_eq<E: ConstTimeEq>(comparator: E) { in test_eq()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1863 using E = IFoo::SomeEnum; in TEST_F() typedef