/aosp_15_r20/art/runtime/verifier/ |
H A D | reg_type.h | 314 constexpr PrimitiveType(const std::string_view& descriptor, uint16_t cache_id, Kind kind) in PrimitiveType() 323 constexpr Cat1Type(const std::string_view& descriptor, uint16_t cache_id, Kind kind) in Cat1Type() 366 constexpr Cat2Type(const std::string_view& descriptor, uint16_t cache_id, Kind kind) in Cat2Type() 397 constexpr ConstantType(uint16_t cache_id, Kind kind) in ConstantType() 492 constexpr UninitializedType(const std::string_view& descriptor, uint16_t cache_id, Kind kind) in UninitializedType() 503 uint16_t cache_id) REQUIRES_SHARED(Locks::mutator_lock_) in ReferenceType() 557 UninitializedThisReferenceType(uint16_t cache_id, const ReferenceType* initialized_type) in UninitializedThisReferenceType() 578 UnresolvedType(const std::string_view& descriptor, uint16_t cache_id, Kind kind) in UnresolvedType() 588 UnresolvedReferenceType(const std::string_view& descriptor, uint16_t cache_id) in UnresolvedReferenceType() 613 UnresolvedUninitializedReferenceType(uint16_t cache_id, in UnresolvedUninitializedReferenceType() [all …]
|
H A D | reg_type.cc | 583 uint16_t cache_id) in UnresolvedMergedReferenceType()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_program_cache.c | 49 enum crocus_program_cache_id cache_id; member 54 make_keybox(void *mem_ctx, enum crocus_program_cache_id cache_id, in make_keybox() 86 enum crocus_program_cache_id cache_id, in crocus_find_cached_shader() 100 enum crocus_program_cache_id cache_id, in crocus_find_previous_compile() 188 enum crocus_program_cache_id cache_id, uint32_t key_size, in crocus_upload_shader() 316 cache_name(enum crocus_program_cache_id cache_id) in cache_name()
|
/aosp_15_r20/external/marisa-trie/lib/marisa/grimoire/trie/ |
H A D | louds-trie.cc | 490 const std::size_t cache_id = get_cache_id(parent, label); in cache() local 513 const std::size_t cache_id = get_cache_id(child); in cache() local 607 const std::size_t cache_id = get_cache_id(state.node_id(), in find_child() local 652 const std::size_t cache_id = get_cache_id(state.node_id(), in predictive_find_child() local 723 const std::size_t cache_id = get_cache_id(node_id); in restore_() local 758 const std::size_t cache_id = get_cache_id(node_id); in match_() local 810 const std::size_t cache_id = get_cache_id(node_id); in prefix_match_() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_program_cache.c | 50 enum iris_program_cache_id cache_id; member 56 enum iris_program_cache_id cache_id, in make_keybox() 89 enum iris_program_cache_id cache_id, in iris_find_cached_shader() 114 enum iris_program_cache_id cache_id, in iris_create_shader_variant() 158 enum iris_program_cache_id cache_id, in iris_upload_shader()
|
H A D | iris_disk_cache.c | 302 enum iris_program_cache_id cache_id = cache_id_for_stage[stage]; in iris_disk_cache_retrieve() local
|
/aosp_15_r20/external/webp/src/dec/ |
H A D | frame_dec.c | 76 const int cache_id = ctx->id_; in ReconstructRow() local 205 const int cache_id = ctx->id_; in DoFilter() local 377 const int cache_id = ctx->id_; in DitherRow() local 407 const int cache_id = ctx->id_; in FinishRow() local
|
/aosp_15_r20/external/federated-compute/fcp/client/cache/ |
H A D | file_backed_resource_cache.cc | 158 absl::Status FileBackedResourceCache::Put(absl::string_view cache_id, in Put() 211 FileBackedResourceCache::Get(absl::string_view cache_id, in Get() 369 for (const auto& cache_id : cache_ids_to_delete) { in CleanUp() local
|
/aosp_15_r20/external/federated-compute/fcp/client/http/ |
H A D | in_memory_request_response_test.cc | 1291 const std::string cache_id = "(^˵◕ω◕˵^)"; in TEST_F() local 1326 const std::string cache_id = "(^˵◕ω◕˵^)"; in TEST_F() local 1362 const std::string cache_id = "(^˵◕ω◕˵^)"; in TEST_F() local 1407 const std::string cache_id = "(^˵◕ω◕˵^)"; in TEST_F() local 1454 const std::string cache_id = "(^˵◕ω◕˵^)"; in TEST_F() local 1498 const std::string cache_id = "(^˵◕ω◕˵^)"; in TEST_F() local 1537 const std::string cache_id = "(^˵◕ω◕˵^)"; in TEST_F() local
|
/aosp_15_r20/external/cronet/third_party/cpu_features/src/src/ |
H A D | impl_x86__base_implementation.inl | 1784 int cache_id; member 1788 static int GetWaysLegacyAMD(int cache_level, const uint32_t cache_id) { 1827 static int GetCacheSizeLegacyAMD(int cache_level, const uint32_t cache_id) { 1875 const int cache_id = legacy_cache_info[i].cache_id; local
|
/aosp_15_r20/external/cpu_features/src/ |
H A D | impl_x86__base_implementation.inl | 1795 int cache_id; member 1799 static int GetWaysLegacyAMD(int cache_level, const uint32_t cache_id) { 1838 static int GetCacheSizeLegacyAMD(int cache_level, const uint32_t cache_id) { 1886 const int cache_id = legacy_cache_info[i].cache_id; local
|
/aosp_15_r20/external/wpa_supplicant_8/src/rsn_supp/ |
H A D | pmksa_cache.c | 237 const u8 *cache_id) in pmksa_cache_add() 593 const void *network_ctx, const u8 *cache_id) in pmksa_cache_get_fils_cache_id() 920 const u8 *cache_id) in pmksa_cache_add()
|
/aosp_15_r20/external/eigen/bench/ |
H A D | check_cache_queries.cpp | 58 int cache_id = 0; in main() local
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/util/ |
H A D | disk_cache.rs | 82 let mut cache_id = [0; SHA1_DIGEST_STRING_LENGTH as usize]; in new() localVariable
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/ |
H A D | table.cc | 36 uint64 cache_id; member
|
/aosp_15_r20/external/leveldb/table/ |
H A D | table.cc | 30 uint64_t cache_id; member
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_screen.c | 86 char cache_id[20 * 2 + 1]; in r300_disk_cache_create() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_screen.c | 180 char cache_id[20 * 2 + 1]; in nouveau_disk_cache_create() local
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/nir/ |
H A D | invocation.cpp | 247 char cache_id[20 * 2 + 1]; in create_clc_disk_cache() local
|
/aosp_15_r20/bionic/libc/kernel/uapi/linux/ |
H A D | atmmpc.h | 34 __be32 cache_id; member
|
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/linux/ |
H A D | atmmpc.h | 34 __be32 cache_id; member
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/linux/ |
D | atmmpc.h | 34 __be32 cache_id; member
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | atmmpc.h | 46 __be32 cache_id; member
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/bionic/libc/kernel/uapi/linux/ |
D | atmmpc.h | 46 __be32 cache_id; member
|
/aosp_15_r20/external/kernel-headers/original/uapi/linux/ |
H A D | atmmpc.h | 35 __be32 cache_id; member
|