Home
last modified time | relevance | path

Searched refs:HASH (Results 1 – 25 of 46) sorted by relevance

12

/system/tools/aidl/tests/java/src/android/aidl/tests/
DTrunkStableTests.java74 assertThat(ITrunkStableTest.HASH, is("88311b9118fb6fe9eff4a2ca19121de0587f6d5f")); in testGetInterfaceHash()
77 assertThat(ITrunkStableTest.HASH, is("notfrozen")); in testGetInterfaceHash()
163 return super.HASH; in getInterfaceHash()
/system/bpfprogs/
DtimeInState.c32 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/
Daidl_test_client_trunk_stable.cpp83 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/
DHash.cpp81 #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/
DIFooInterface.h33 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/
DIFooInterface.h33 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/
DIFooInterface.h33 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/
DIFooInterface.h33 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/
DIFooInterface.h33 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/
DIFooInterface.h33 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/
DIFooInterface.cpp386 _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/
DIFooInterface.cpp386 _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/
DIFooInterface.cpp433 _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/
DIFooInterface.cpp433 _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/
DIFooInterface.cpp433 _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/
DIFooInterface.cpp433 _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/
DITrunkStableTest.rs31 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/
DITrunkStableTest.rs31 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/
DIFooInterface.rs31 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/
DIFooInterface.rs31 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/
DIFooInterface.rs32 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/
DIFooInterface.rs32 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/
DIFooInterface.rs32 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/
DIFooInterface.rs32 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/
DITrunkStableTest.h43 static inline const std::string HASH = "88311b9118fb6fe9eff4a2ca19121de0587f6d5f"; variable
187 static inline const std::string HASH = "88311b9118fb6fe9eff4a2ca19121de0587f6d5f"; variable

12