Home
last modified time | relevance | path

Searched defs:hashSet (Results 1 – 25 of 74) sorted by relevance

123

/aosp_15_r20/prebuilts/go/linux-x86/src/hash/maphash/
Dsmhasher_test.go76 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 DSerialization.java52 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/
DAutoValue_KAnonMessageEntity.java13 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/
DAutoValue_KAnonMessageEntity.java13 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 DStreamFlagsTest.java45 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/
DKAnonMessageEntity.java90 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 DSettingsToPropertiesMapperTest.java134 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 Dzstd_decompress.c95 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 DDistinctEntrySetElements.java53 HashSet<Map.Entry<String, String>> hashSet = new HashSet<>(entrySet); in main() local
/aosp_15_r20/external/deqp/framework/delibs/depool/
H A DdePoolHashSet.c34 deTestHashSet *hashSet = deTestHashSet_create(pool); in dePoolHashSet_selfTest() local
/aosp_15_r20/libcore/ojluni/src/test/java/util/EnumMap/
H A DDistinctEntrySetElements.java52 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 DReturningDefaultValuesTest.java85 HashSet<?> hashSet() { in hashSet() method in ReturningDefaultValuesTest.CollectionsServer
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/inputmethod/
DUserDictionaryCursorLoader.java85 final Set<Integer> hashSet = new ArraySet<>(); in loadInBackground() local
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/util/collections/
H A DHashCodeAndEqualsSafeSet.java133 HashSet<HashCodeAndEqualsMockWrapper> hashSet = new HashSet<HashCodeAndEqualsMockWrapper>(); in asWrappedMocks() local
/aosp_15_r20/cts/tests/tests/util/src/android/util/cts/
H A DArraySetTest.java237 HashSet<ControlledHash> hashSet = new HashSet<>(); in testBasicArraySet() local
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/jvmTest/src/kotlinx/serialization/
H A DJavaCollectionsTest.kt37 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/
DKAnonMessageManagerTest.java217 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 DHashSetTest.java265 HashSet<String> hashSet = new HashSet<>(); in test_spliterator() local
H A DLinkedHashSetTest.java335 LinkedHashSet<String> hashSet = new LinkedHashSet<>(); in test_spliterator() local
/aosp_15_r20/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DArrayMapTests.java338 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/
DPKIXParameters.java147 Set<TrustAnchor> hashSet = new HashSet<>(); in PKIXParameters() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/cert/
H A DPKIXParameters.java147 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/
DPKIXParameters.java147 Set<TrustAnchor> hashSet = new HashSet<>(); in PKIXParameters() local
/aosp_15_r20/external/guice/core/test/com/google/inject/spi/
H A DInjectionPointTest.java163 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 DShortcutManagerTestUtils.java417 public static <T> Set<T> hashSet(Set<T> in) { in hashSet() method in ShortcutManagerTestUtils

123