Searched refs:HASH (Results 1 – 7 of 7) sorted by relevance
/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/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/aidl-test-versioned-interface-V1-cpp-source/gen/include/android/aidl/versioned/tests/ |
D | IFooInterface.h | 29 const std::string HASH = "9e7be1859820c59d9d55dd133e71a3687b5d2e5b"; variable
|
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-cpp-source/gen/android/aidl/versioned/tests/ |
D | IFooInterface.cpp | 383 _aidl_reply->writeUtf8AsUtf16(IFooInterface::HASH); in onTransact() 402 return IFooInterface::HASH; in getInterfaceHash()
|
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-rust-source/gen/android/aidl/versioned/tests/ |
D | IFooInterface.rs | 27 Ok(HASH.into()) 46 Box::pin(async move { Ok(HASH.into()) }) 122 pub const HASH: &str = "9e7be1859820c59d9d55dd133e71a3687b5d2e5b"; constant
|
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-java-source/gen/android/aidl/versioned/tests/ |
D | IFooInterface.java | 14 public static final String HASH = "9e7be1859820c59d9d55dd133e71a3687b5d2e5b"; field
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 110 return super.HASH; in getInterfaceHash()
|