/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TrunkStableTests.java | 74 assertThat(ITrunkStableTest.HASH, is("88311b9118fb6fe9eff4a2ca19121de0587f6d5f")); in testGetInterfaceHash() 77 assertThat(ITrunkStableTest.HASH, is("notfrozen")); in testGetInterfaceHash() 163 return super.HASH; in getInterfaceHash()
|
/system/bpfprogs/ |
D | timeInState.c | 32 DEFINE_BPF_MAP_GRW(uid_last_update_map, HASH, uint32_t, uint64_t, 1024, AID_SYSTEM) 40 DEFINE_BPF_MAP_GWO(freq_to_idx_map, HASH, freq_idx_key_t, uint8_t, 2048, AID_SYSTEM) 45 DEFINE_BPF_MAP_GWO(pid_tracked_hash_map, HASH, uint32_t, pid_t, MAX_TRACKED_PIDS, AID_SYSTEM) 47 DEFINE_BPF_MAP_GWO(pid_task_aggregation_map, HASH, pid_t, uint16_t, 1024, AID_SYSTEM)
|
/system/tools/aidl/tests/ |
D | aidl_test_client_trunk_stable.cpp | 83 EXPECT_EQ("notfrozen", ITrunkStableTest::HASH); in TEST_F() 86 EXPECT_EQ("88311b9118fb6fe9eff4a2ca19121de0587f6d5f", ITrunkStableTest::HASH); in TEST_F() 91 EXPECT_EQ("88311b9118fb6fe9eff4a2ca19121de0587f6d5f", ITrunkStableTest::HASH); in TEST_F()
|
/system/tools/hidl/hashing/ |
D | Hash.cpp | 81 #define HASH "([0-9a-f]+)" macro 86 static const std::regex kHashLine("(?:" MAYBE_SPACES HASH SPACES FQNAME MAYBE_SPACES
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-versioned-interface-V1-cpp-source/gen/include/android/aidl/versioned/tests/ |
D | IFooInterface.h | 33 static inline const std::string HASH = "9e7be1859820c59d9d55dd133e71a3687b5d2e5b"; variable
|
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-cpp-source/gen/include/android/aidl/versioned/tests/ |
D | IFooInterface.h | 33 static inline const std::string HASH = "9e7be1859820c59d9d55dd133e71a3687b5d2e5b"; variable
|
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V2-cpp-source/gen/include/android/aidl/versioned/tests/ |
D | IFooInterface.h | 33 static inline const std::string HASH = "da8c4bc94ca7feff0e0a65563a466787698b5891"; variable
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-versioned-interface-V2-cpp-source/gen/include/android/aidl/versioned/tests/ |
D | IFooInterface.h | 33 static inline const std::string HASH = "da8c4bc94ca7feff0e0a65563a466787698b5891"; variable
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-versioned-interface-V3-cpp-source/gen/include/android/aidl/versioned/tests/ |
D | IFooInterface.h | 33 static inline const std::string HASH = "70d76c61eb0c82288e924862c10b910d1b7d8cf8"; variable
|
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V3-cpp-source/gen/include/android/aidl/versioned/tests/ |
D | IFooInterface.h | 33 static inline const std::string HASH = "70d76c61eb0c82288e924862c10b910d1b7d8cf8"; variable
|
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-cpp-source/gen/android/aidl/versioned/tests/ |
D | IFooInterface.cpp | 386 _aidl_reply->writeUtf8AsUtf16(IFooInterface::HASH); in onTransact() 405 return IFooInterface::HASH; in getInterfaceHash()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-versioned-interface-V1-cpp-source/gen/android/aidl/versioned/tests/ |
D | IFooInterface.cpp | 386 _aidl_reply->writeUtf8AsUtf16(IFooInterface::HASH); in onTransact() 405 return IFooInterface::HASH; in getInterfaceHash()
|
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V3-cpp-source/gen/android/aidl/versioned/tests/ |
D | IFooInterface.cpp | 433 _aidl_reply->writeUtf8AsUtf16(IFooInterface::HASH); in onTransact() 452 return IFooInterface::HASH; in getInterfaceHash()
|
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V2-cpp-source/gen/android/aidl/versioned/tests/ |
D | IFooInterface.cpp | 433 _aidl_reply->writeUtf8AsUtf16(IFooInterface::HASH); in onTransact() 452 return IFooInterface::HASH; in getInterfaceHash()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-versioned-interface-V3-cpp-source/gen/android/aidl/versioned/tests/ |
D | IFooInterface.cpp | 433 _aidl_reply->writeUtf8AsUtf16(IFooInterface::HASH); in onTransact() 452 return IFooInterface::HASH; in getInterfaceHash()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-versioned-interface-V2-cpp-source/gen/android/aidl/versioned/tests/ |
D | IFooInterface.cpp | 433 _aidl_reply->writeUtf8AsUtf16(IFooInterface::HASH); in onTransact() 452 return IFooInterface::HASH; in getInterfaceHash()
|
/system/tools/aidl/tests/golden_output/frozen/tests/trunk_stable_test/android.aidl.test.trunk-V1-rust-source/gen/android/aidl/test/trunk/ |
D | ITrunkStableTest.rs | 31 Ok(HASH.into()) 50 Box::pin(async move { Ok(HASH.into()) }) 123 pub const HASH: &str = "88311b9118fb6fe9eff4a2ca19121de0587f6d5f"; constant 563 Ok(HASH.into()) 581 Box::pin(async move { Ok(HASH.into()) }) 646 pub const HASH: &str = "88311b9118fb6fe9eff4a2ca19121de0587f6d5f"; constant
|
/system/tools/aidl/tests/golden_output/tests/trunk_stable_test/android.aidl.test.trunk-V1-rust-source/gen/android/aidl/test/trunk/ |
D | ITrunkStableTest.rs | 31 Ok(HASH.into()) 50 Box::pin(async move { Ok(HASH.into()) }) 123 pub const HASH: &str = "88311b9118fb6fe9eff4a2ca19121de0587f6d5f"; constant 563 Ok(HASH.into()) 581 Box::pin(async move { Ok(HASH.into()) }) 646 pub const HASH: &str = "88311b9118fb6fe9eff4a2ca19121de0587f6d5f"; constant
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-versioned-interface-V1-rust-source/gen/android/aidl/versioned/tests/ |
D | IFooInterface.rs | 31 Ok(HASH.into()) 50 Box::pin(async move { Ok(HASH.into()) }) 123 pub const HASH: &str = "9e7be1859820c59d9d55dd133e71a3687b5d2e5b"; constant
|
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-rust-source/gen/android/aidl/versioned/tests/ |
D | IFooInterface.rs | 31 Ok(HASH.into()) 50 Box::pin(async move { Ok(HASH.into()) }) 123 pub const HASH: &str = "9e7be1859820c59d9d55dd133e71a3687b5d2e5b"; constant
|
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V2-rust-source/gen/android/aidl/versioned/tests/ |
D | IFooInterface.rs | 32 Ok(HASH.into()) 52 Box::pin(async move { Ok(HASH.into()) }) 133 pub const HASH: &str = "da8c4bc94ca7feff0e0a65563a466787698b5891"; constant
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-versioned-interface-V2-rust-source/gen/android/aidl/versioned/tests/ |
D | IFooInterface.rs | 32 Ok(HASH.into()) 52 Box::pin(async move { Ok(HASH.into()) }) 133 pub const HASH: &str = "da8c4bc94ca7feff0e0a65563a466787698b5891"; constant
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-versioned-interface-V3-rust-source/gen/android/aidl/versioned/tests/ |
D | IFooInterface.rs | 32 Ok(HASH.into()) 52 Box::pin(async move { Ok(HASH.into()) }) 133 pub const HASH: &str = "70d76c61eb0c82288e924862c10b910d1b7d8cf8"; constant
|
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V3-rust-source/gen/android/aidl/versioned/tests/ |
D | IFooInterface.rs | 32 Ok(HASH.into()) 52 Box::pin(async move { Ok(HASH.into()) }) 133 pub const HASH: &str = "70d76c61eb0c82288e924862c10b910d1b7d8cf8"; constant
|
/system/tools/aidl/tests/golden_output/frozen/tests/trunk_stable_test/android.aidl.test.trunk-V1-cpp-source/gen/include/android/aidl/test/trunk/ |
D | ITrunkStableTest.h | 43 static inline const std::string HASH = "88311b9118fb6fe9eff4a2ca19121de0587f6d5f"; variable 187 static inline const std::string HASH = "88311b9118fb6fe9eff4a2ca19121de0587f6d5f"; variable
|