/aosp_15_r20/prebuilts/go/linux-x86/src/hash/maphash/ |
D | smhasher_test.go | 76 type hashSet struct { struct 77 list []uint64 // list of hashes added 83 func (s *hashSet) add(h uint64) { 86 func (s *hashSet) addS(x string) { 89 func (s *hashSet) addB(x []byte) { 92 func (s *hashSet) addS_seed(x string, seed Seed) { 98 func (s *hashSet) check(t *testing.T) { 184 func twoNonZero(h *hashSet, n int) { 261 func sparse(t *testing.T, h *hashSet, n int, k int) { 268 func setbits(h *hashSet, b []byte, i int, k int) { [all …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/HashSet/ |
H A D | Serialization.java | 52 HashSet<Integer> hashSet = new HashSet<Integer>(capacity, loadFactor); in createHashSet() local 61 …private static HashSet<Integer> serDeser(HashSet<Integer> hashSet) throws IOException, ClassNotFou… in serDeser() 77 private static void printHashSet(HashSet<Integer> hashSet) { in printHashSet() 88 HashSet<Integer> hashSet = createHashSet(); in main() local
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/adservices/service-core/adservices-service-core/android_common_apex30/javac/anno/com/android/adservices/service/kanon/ |
D | AutoValue_KAnonMessageEntity.java | 13 private final String hashSet; field in AutoValue_KAnonMessageEntity 25 String hashSet, in AutoValue_KAnonMessageEntity() 112 private String hashSet; field in AutoValue_KAnonMessageEntity.Builder 126 public KAnonMessageEntity.Builder setHashSet(String hashSet) { in setHashSet()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/adservices/service-core/adservices-service-core/android_common_apex33/javac/anno/com/android/adservices/service/kanon/ |
D | AutoValue_KAnonMessageEntity.java | 13 private final String hashSet; field in AutoValue_KAnonMessageEntity 25 String hashSet, in AutoValue_KAnonMessageEntity() 112 private String hashSet; field in AutoValue_KAnonMessageEntity.Builder 126 public KAnonMessageEntity.Builder setHashSet(String hashSet) { in setHashSet()
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/ |
H A D | StreamFlagsTest.java | 45 Stream<String> hashSet = new HashSet<String>().stream(); field in StreamFlagsTest 62 Stream<String> hashSet = new HashSet<String>().stream(); in testBaseStreams() local
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/kanon/ |
D | KAnonMessageEntity.java | 90 String hashSet, in create() 108 public abstract Builder setHashSet(@NonNull String hashSet); in setHashSet()
|
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | SettingsToPropertiesMapperTest.java | 134 HashSet<String> hashSet = new HashSet<>(); in validateRegisteredGlobalSettings() local 155 HashSet<String> hashSet = new HashSet<>(); in validateRegisteredDeviceConfigScopes() local
|
/aosp_15_r20/external/zstd/lib/decompress/ |
H A D | zstd_decompress.c | 95 static size_t ZSTD_DDictHashSet_getIndex(const ZSTD_DDictHashSet* hashSet, U32 dictID) { in ZSTD_DDictHashSet_getIndex() 105 static size_t ZSTD_DDictHashSet_emplaceDDict(ZSTD_DDictHashSet* hashSet, const ZSTD_DDict* ddict) { in ZSTD_DDictHashSet_emplaceDDict() 131 static size_t ZSTD_DDictHashSet_expand(ZSTD_DDictHashSet* hashSet, ZSTD_customMem customMem) { in ZSTD_DDictHashSet_expand() 156 static const ZSTD_DDict* ZSTD_DDictHashSet_getDDict(ZSTD_DDictHashSet* hashSet, U32 dictID) { in ZSTD_DDictHashSet_getDDict() 196 static void ZSTD_freeDDictHashSet(ZSTD_DDictHashSet* hashSet, ZSTD_customMem customMem) { in ZSTD_freeDDictHashSet() 209 static size_t ZSTD_DDictHashSet_addDDict(ZSTD_DDictHashSet* hashSet, const ZSTD_DDict* ddict, ZSTD_… in ZSTD_DDictHashSet_addDDict()
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/IdentityHashMap/ |
H A D | DistinctEntrySetElements.java | 53 HashSet<Map.Entry<String, String>> hashSet = new HashSet<>(entrySet); in main() local
|
/aosp_15_r20/external/deqp/framework/delibs/depool/ |
H A D | dePoolHashSet.c | 34 deTestHashSet *hashSet = deTestHashSet_create(pool); in dePoolHashSet_selfTest() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/EnumMap/ |
H A D | DistinctEntrySetElements.java | 52 HashSet<Map.Entry<TestEnum, String>> hashSet = new HashSet<>(entrySet); in main() local
|
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/stubbing/ |
H A D | ReturningDefaultValuesTest.java | 85 HashSet<?> hashSet() { in hashSet() method in ReturningDefaultValuesTest.CollectionsServer
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/inputmethod/ |
D | UserDictionaryCursorLoader.java | 85 final Set<Integer> hashSet = new ArraySet<>(); in loadInBackground() local
|
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/util/collections/ |
H A D | HashCodeAndEqualsSafeSet.java | 133 HashSet<HashCodeAndEqualsMockWrapper> hashSet = new HashSet<HashCodeAndEqualsMockWrapper>(); in asWrappedMocks() local
|
/aosp_15_r20/cts/tests/tests/util/src/android/util/cts/ |
H A D | ArraySetTest.java | 237 HashSet<ControlledHash> hashSet = new HashSet<>(); in testBasicArraySet() local
|
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/jvmTest/src/kotlinx/serialization/ |
H A D | JavaCollectionsTest.kt | 37 val hashSet: HashSet<Int>, constant in kotlinx.serialization.JavaCollectionsTest.HasHashMap
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/kanon/ |
D | KAnonMessageManagerTest.java | 217 String hashSet = entityInDB.getHashSet(); in persistNewAnonMessageEntities_multipleMessages_returnsEntriesWithCorrectId() local
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
H A D | HashSetTest.java | 265 HashSet<String> hashSet = new HashSet<>(); in test_spliterator() local
|
H A D | LinkedHashSetTest.java | 335 LinkedHashSet<String> hashSet = new LinkedHashSet<>(); in test_spliterator() local
|
/aosp_15_r20/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
H A D | ArrayMapTests.java | 338 HashSet<ControlledHash> hashSet = new HashSet<ControlledHash>(); in run() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/12/libcore/ojluni/src/main/java/java/security/cert/ |
D | PKIXParameters.java | 147 Set<TrustAnchor> hashSet = new HashSet<>(); in PKIXParameters() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/cert/ |
H A D | PKIXParameters.java | 147 Set<TrustAnchor> hashSet = new HashSet<>(); in PKIXParameters() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/cert/ |
D | PKIXParameters.java | 147 Set<TrustAnchor> hashSet = new HashSet<>(); in PKIXParameters() local
|
/aosp_15_r20/external/guice/core/test/com/google/inject/spi/ |
H A D | InjectionPointTest.java | 163 TypeLiteral<HashSet<String>> hashSet = new TypeLiteral<HashSet<String>>() {}; in testForConstructor() local
|
/aosp_15_r20/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
H A D | ShortcutManagerTestUtils.java | 417 public static <T> Set<T> hashSet(Set<T> in) { in hashSet() method in ShortcutManagerTestUtils
|