Home
last modified time | relevance | path

Searched refs:LONG_TEST_CONSTANT (Results 1 – 7 of 7) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl46 const long LONG_TEST_CONSTANT = 1L << 40; field
/system/tools/aidl/tests/
Daidl_test_client_primitives.cpp117 constexpr int64_t consts[] = {ITestService::LONG_TEST_CONSTANT}; in TEST_F()
/system/tools/aidl/tests/rust/
Dtest_client.rs143 test_primitive! {test_primitive_long_constant, RepeatLong, ITestService::LONG_TEST_CONSTANT}
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DITestService.h47 enum : int64_t { LONG_TEST_CONSTANT = 1099511627776L }; enumerator
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h106 LONG_TEST_CONSTANT = 1099511627776L, enumerator
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java2352 public static final long LONG_TEST_CONSTANT = 1099511627776L; field
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs299 pub const LONG_TEST_CONSTANT: i64 = 1099511627776; constant