/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_pipeline_cache.c | 45 vk_raw_data_cache_object_serialize(struct vk_pipeline_cache_object *object, in vk_raw_data_cache_object_serialize() 80 struct vk_pipeline_cache_object *object) in vk_raw_data_cache_object_destroy() 133 const struct vk_pipeline_cache_object *object = void_object; in object_key_hash() local 155 uint32_t hash, in vk_pipeline_cache_remove_object() 156 struct vk_pipeline_cache_object *object) in vk_pipeline_cache_remove_object() 171 struct vk_pipeline_cache_object *object) in vk_pipeline_cache_object_weak_ref() 179 vk_pipeline_cache_object_unref(struct vk_device *device, struct vk_pipeline_cache_object *object) in vk_pipeline_cache_object_unref() 191 uint32_t hash = object_key_hash(object); in vk_pipeline_cache_object_unref() local 202 struct vk_pipeline_cache_object *object, in vk_pipeline_cache_object_serialize() 266 struct vk_pipeline_cache_object *object = in vk_pipeline_cache_object_deserialize() local [all …]
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline_cache.c | 29 radv_hash_graphics_spirv_to_nir(blake3_hash hash, const struct radv_shader_stage *stage, in radv_hash_graphics_spirv_to_nir() 41 radv_shader_destroy(struct vk_device *_device, struct vk_pipeline_cache_object *object) in radv_shader_destroy() 121 radv_shader_cache_serialize(struct vk_pipeline_cache_object *object, struct blob *blob) in radv_shader_cache_serialize() 170 blake3_hash hash; in radv_shader_create() local 198 radv_pipeline_cache_object_create(struct vk_device *device, unsigned num_shaders, const void *hash,… in radv_pipeline_cache_object_create() 203 …struct radv_pipeline_cache_object *object = vk_alloc(&device->alloc, size, 8, VK_SYSTEM_ALLOCATION… in radv_pipeline_cache_object_create() local 219 …v_pipeline_cache_object_destroy(struct vk_device *_device, struct vk_pipeline_cache_object *object) in radv_pipeline_cache_object_destroy() 243 struct radv_pipeline_cache_object *object; in radv_pipeline_cache_object_deserialize() local 251 const uint8_t *hash = blob_read_bytes(blob, sizeof(blake3_hash)); in radv_pipeline_cache_object_deserialize() local 272 radv_pipeline_cache_object_serialize(struct vk_pipeline_cache_object *object, struct blob *blob) in radv_pipeline_cache_object_serialize() [all …]
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | CompactHashSet.java | 293 public boolean add(@ParametricNullness E object) { in add() 306 int hash = smearedHash(object); in add() local 354 void insertEntry(int entryIndex, @ParametricNullness E object, int hash, int mask) { in insertEntry() 402 int hash = CompactHashing.getHashPrefix(oldEntry, oldMask) | oldTableIndex; in resizeTable() local 419 public boolean contains(@CheckForNull Object object) { in contains() 427 int hash = smearedHash(object); in contains() local 448 public boolean remove(@CheckForNull Object object) { in remove() 487 Object object = elements[srcIndex]; in moveLastEntry() local
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | CompactHashSet.java | 297 public boolean add(@ParametricNullness E object) { in add() 310 int hash = smearedHash(object); in add() local 358 void insertEntry(int entryIndex, @ParametricNullness E object, int hash, int mask) { in insertEntry() 406 int hash = CompactHashing.getHashPrefix(oldEntry, oldMask) | oldTableIndex; in resizeTable() local 423 public boolean contains(@CheckForNull Object object) { in contains() 431 int hash = smearedHash(object); in contains() local 452 public boolean remove(@CheckForNull Object object) { in remove() 491 Object object = elements[srcIndex]; in moveLastEntry() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/objects/ |
D | exception.hpp | 46 class object : private counted_object class 51 explicit object() : tag1_(0), tag2_(0) in object() function in test::exception::object 59 explicit object(int t1, int t2 = 0) : tag1_(t1), tag2_(t2) in object() function in test::exception::object 67 object(object const& x) in object() function in test::exception::object 134 std::pair<object, object> generate( in generate() 143 class hash class 148 hash(int t = 0) : tag_(t) in hash() function in test::exception::hash 156 hash(hash const& x) : tag_(x.tag_) in hash() function in test::exception::hash 185 std::size_t operator()(std::pair<object, object> const& x) const in operator ()() 244 bool operator()(std::pair<object, object> const& x1, in operator ()() [all …]
|
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | parson.c | 120 JSON_Object *object; member 455 static JSON_Status json_object_init(JSON_Object *object, size_t capacity) { in json_object_init() 497 static void json_object_deinit(JSON_Object *object, parson_bool_t free_keys, parson_bool_t free_val… in json_object_deinit() 525 static JSON_Status json_object_grow_and_rehash(JSON_Object *object) { in json_object_grow_and_rehash() 555 …tatic size_t json_object_get_cell_ix(const JSON_Object *object, const char *key, size_t key_len, u… in json_object_get_cell_ix() 586 static JSON_Status json_object_add(JSON_Object *object, char *name, JSON_Value *value) { in json_object_add() 587 unsigned long hash = 0; in json_object_add() local 622 static JSON_Value * json_object_getn_value(const JSON_Object *object, const char *name, size_t name… in json_object_getn_value() 623 unsigned long hash = 0; in json_object_getn_value() local 640 static JSON_Status json_object_remove_internal(JSON_Object *object, const char *name, parson_bool_t… in json_object_remove_internal() [all …]
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Context/ |
H A D | Context_spt.c | 199 HASH_OBJECT *object, // IN: an internal hash object in SequenceDataExport() 208 HASH_STATE *hash = &object->state.hashState[count]; in SequenceDataExport() local 227 HASH_OBJECT *object, // IN/OUT: an internal hash object in SequenceDataImport() 236 HASH_STATE *hash = &object->state.hashState[count]; in SequenceDataImport() local
|
/aosp_15_r20/libcore/luni/src/main/native/ |
H A D | org_apache_harmony_xml_ExpatParser.cpp | 60 int hash; member 175 jobject object; member 243 int hash = 0; in hashString() local 260 static InternedString* newInternedString(JNIEnv* env, const char* bytes, int hash) { in newInternedString() 354 static jstring findInternedString(InternedString** bucket, const char* s, int hash) { in findInternedString() 372 int hash = hashString(s); in internString() local 889 jobject object = parsingContext->object; in handleExternalEntity() local 978 static jlong ExpatParser_initialize(JNIEnv* env, jobject object, jstring javaEncoding, in ExpatParser_initialize() 1033 static void append(JNIEnv* env, jobject object, jlong pointer, in append() 1046 static void ExpatParser_appendBytes(JNIEnv* env, jobject object, jlong pointer, in ExpatParser_appendBytes() [all …]
|
/aosp_15_r20/prebuilts/sdk/current/support/m2repository/com/android/support/collections/28.0.0/ |
HD | collections-28.0.0.jar | ... MapCollections mCollections
private int indexOf (java.lang.Object, int)
int i
Object key
int hash
int ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/support/android-support-collections-nodeps/android_common/local-combined/ |
D | android-support-collections-nodeps.jar | ... MapCollections mCollections
private int indexOf (java.lang.Object, int)
int i
Object key
int hash
int ... |
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/ |
H A D | Object.c | 52 OBJECT *object in ObjectFlush() 62 OBJECT *object in ObjectSetInUse() 104 OBJECT *object = &s_objects[i]; in ObjectCleanupEvict() local 144 OBJECT *object // IN: handle to be checked in ObjectIsSequence() 192 OBJECT *object; in GetQualifiedName() local 218 OBJECT *object // IN :object in ObjectGetHierarchy() 250 OBJECT *object = HandleToObject(handle); in GetHierarchy() local 268 OBJECT *object; in FindEmptyObjectSlot() local 292 OBJECT *object = FindEmptyObjectSlot(handle); in ObjectAllocateSlot() local 308 OBJECT *object, // IN: object attributes to finalize in ObjectSetLoadedAttributes() [all …]
|
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/ |
H A D | thread_safety.h | 87 bool contains(const Key& object) const { in contains() 110 typename std::unordered_map<Key, T>::size_type erase(const Key& object) { in erase() 123 template <typename T> inline uint32_t ThreadSafetyHashObject(T object) in ThreadSafetyHashObject() 126 uint32_t hash = (uint32_t)(u64 >> 32) + (uint32_t)u64; in ThreadSafetyHashObject() local 146 CounterBucket &GetBucket(T object) in GetBucket() 151 void StartWrite(T object) { in StartWrite() 221 void FinishWrite(T object) { in FinishWrite() 235 void StartRead(T object) { in StartRead() 271 void FinishRead(T object) { in FinishRead() 290 void WaitForObjectIdle(CounterBucket &bucket, T object, std::unique_lock<std::mutex> &lock) { in WaitForObjectIdle() [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/util/ |
H A D | ArraySet.java | 96 private int binarySearch(int[] hashes, int hash) { in binarySearch() 106 private int indexOf(Object key, int hash) { in indexOf() 457 final int hash; in add() local 520 final int hash = value == null ? 0 in append() local 576 public boolean remove(Object object) { in remove() 798 public boolean equals(@Nullable Object object) { in equals()
|
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/ |
H A D | ObjectUtils.java | 597 public static <T> T defaultIfNull(final T object, final T defaultValue) { in defaultIfNull() 664 public static <T> Class<T> getClass(final T object) { in getClass() 720 public static <T> T getIfNull(final T object, final Supplier<T> defaultSupplier) { in getIfNull() 755 public static String hashCodeHex(final Object object) { in hashCodeHex() 784 int hash = 1; in hashCodeMulti() local 804 public static String identityHashCodeHex(final Object object) { in identityHashCodeHex() 824 …public static void identityToString(final Appendable appendable, final Object object) throws IOExc… in identityToString() 847 public static String identityToString(final Object object) { in identityToString() 880 public static void identityToString(final StrBuilder builder, final Object object) { in identityToString() 905 public static void identityToString(final StringBuffer buffer, final Object object) { in identityToString() [all …]
|
/aosp_15_r20/art/test/920-objects/ |
H A D | objects.cc | 31 [[maybe_unused]] JNIEnv* env, [[maybe_unused]] jclass klass, jobject object) { in Java_art_Test920_getObjectSize() 47 [[maybe_unused]] JNIEnv* env, [[maybe_unused]] jclass klass, jobject object) { in Java_art_Test920_getObjectHashCode() 48 jint hash; in Java_art_Test920_getObjectHashCode() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | Internal.java | 253 int hash = 1; in hashEnumList() local 275 int hash = 1; in hashCode() local 334 int hash = 1; in hashCodeByteBuffer() local 429 B doForward(A object); in doForward() 431 A doBackward(B object); in doBackward()
|
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | Internal.java | 253 int hash = 1; in hashEnumList() local 275 int hash = 1; in hashCode() local 334 int hash = 1; in hashCodeByteBuffer() local 429 B doForward(A object); in doForward() 431 A doBackward(B object); in doBackward()
|
/aosp_15_r20/art/dex2oat/linker/ |
H A D | image_writer.cc | 534 uint32_t hash = static_cast<uint32_t>(str->GetStoredHashCode()); in IsStronglyInternedString() local 664 size_t ImageWriter::GetImageOffset(mirror::Object* object, size_t oat_index) const { in GetImageOffset() 672 void ImageWriter::SetImageBinSlot(mirror::Object* object, BinSlot bin_slot) { in SetImageBinSlot() 710 ImageWriter::Bin ImageWriter::GetImageBin(mirror::Object* object) { in GetImageBin() 800 void ImageWriter::AssignImageBinSlot(mirror::Object* object, size_t oat_index, Bin bin) { in AssignImageBinSlot() 858 ImageWriter::BinSlot ImageWriter::GetImageBinSlot(mirror::Object* object, size_t oat_index) const { in GetImageBinSlot() 872 void ImageWriter::UpdateImageBinSlotOffset(mirror::Object* object, in UpdateImageBinSlotOffset() 1148 uint32_t hash = klass->DescriptorHash(); in Prune() local 1279 uint32_t hash = static_cast<uint32_t>(s->GetStoredHashCode()); in PromoteWeakInternsToStrong() local 1753 uint32_t hash = klass->DescriptorHash(); in ProcessCollectedClasses() local [all …]
|
/aosp_15_r20/external/guava/guava/src/com/google/common/hash/ |
H A D | HashCode.java | 115 public static HashCode fromInt(int hash) { in fromInt() 120 final int hash; field in HashCode.IntHashCode 122 IntHashCode(int hash) { in IntHashCode() 172 public static HashCode fromLong(long hash) { in fromLong() 177 final long hash; field in HashCode.LongHashCode 179 LongHashCode(long hash) { in LongHashCode() 371 public final boolean equals(@CheckForNull Object object) { in equals()
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/hash/ |
H A D | HashCode.java | 115 public static HashCode fromInt(int hash) { in fromInt() 120 final int hash; field in HashCode.IntHashCode 122 IntHashCode(int hash) { in IntHashCode() 172 public static HashCode fromLong(long hash) { in fromLong() 177 final long hash; field in HashCode.LongHashCode 179 LongHashCode(long hash) { in LongHashCode() 371 public final boolean equals(@CheckForNull Object object) { in equals()
|
/aosp_15_r20/external/guava/android/guava-testlib/test/com/google/common/testing/ |
H A D | EquivalenceTesterTest.java | 232 void expectHash(Object object, int hash) { in expectHash() 249 protected int doHash(Object object) { in doHash()
|
/aosp_15_r20/external/guava/guava-testlib/test/com/google/common/testing/ |
H A D | EquivalenceTesterTest.java | 232 void expectHash(Object object, int hash) { in expectHash() 249 protected int doHash(Object object) { in doHash()
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/types/ |
H A D | variant_test.cc | 65 struct hash<Hashable> { struct 171 std::ostream& stream, const ValueHolder<T, N>& object) { in operator <<() 222 std::ostream& stream, const IncrementInDtor& object) { in operator <<() 624 { Variant object(value1); } in TEST() local 628 { Variant object(value2); } in TEST() local 632 { Variant object(value3); } in TEST() local 636 { Variant object(value4); } in TEST() local 678 Variant object(value); in TEST() local 772 Variant object(v1); in TEST() local 788 Variant object(v1); in TEST() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/ |
D | variant_test.cc | 65 struct hash<Hashable> { struct 171 std::ostream& stream, const ValueHolder<T, N>& object) { in operator <<() 222 std::ostream& stream, const IncrementInDtor& object) { in operator <<() 624 { Variant object(value1); } in TEST() local 628 { Variant object(value2); } in TEST() local 632 { Variant object(value3); } in TEST() local 636 { Variant object(value4); } in TEST() local 678 Variant object(value); in TEST() local 772 Variant object(v1); in TEST() local 788 Variant object(v1); in TEST() local [all …]
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/types/ |
H A D | variant_test.cc | 65 struct hash<Hashable> { struct 171 std::ostream& stream, const ValueHolder<T, N>& object) { in operator <<() 222 std::ostream& stream, const IncrementInDtor& object) { in operator <<() 624 { Variant object(value1); } in TEST() local 628 { Variant object(value2); } in TEST() local 632 { Variant object(value3); } in TEST() local 636 { Variant object(value4); } in TEST() local 678 Variant object(value); in TEST() local 772 Variant object(v1); in TEST() local 788 Variant object(v1); in TEST() local [all …]
|