Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/depool/
DdePoolHashSet.c34 deTestHashSet* hashSet = deTestHashSet_create(pool); in dePoolHashSet_selfTest() local
/external/mockito/src/test/java/org/mockitousage/stubbing/
DReturningDefaultValuesTest.java85 HashSet<?> hashSet() { in hashSet() method in ReturningDefaultValuesTest.CollectionsServer
/external/mockito/src/main/java/org/mockito/internal/util/collections/
DHashCodeAndEqualsSafeSet.java133 HashSet<HashCodeAndEqualsMockWrapper> hashSet = new HashSet<HashCodeAndEqualsMockWrapper>(); in asWrappedMocks() local
/external/zstd/lib/decompress/
Dzstd_decompress.c93 static size_t ZSTD_DDictHashSet_getIndex(const ZSTD_DDictHashSet* hashSet, U32 dictID) { in ZSTD_DDictHashSet_getIndex()
103 static size_t ZSTD_DDictHashSet_emplaceDDict(ZSTD_DDictHashSet* hashSet, const ZSTD_DDict* ddict) { in ZSTD_DDictHashSet_emplaceDDict()
129 static size_t ZSTD_DDictHashSet_expand(ZSTD_DDictHashSet* hashSet, ZSTD_customMem customMem) { in ZSTD_DDictHashSet_expand()
154 static const ZSTD_DDict* ZSTD_DDictHashSet_getDDict(ZSTD_DDictHashSet* hashSet, U32 dictID) { in ZSTD_DDictHashSet_getDDict()
194 static void ZSTD_freeDDictHashSet(ZSTD_DDictHashSet* hashSet, ZSTD_customMem customMem) { in ZSTD_freeDDictHashSet()
207 static size_t ZSTD_DDictHashSet_addDDict(ZSTD_DDictHashSet* hashSet, const ZSTD_DDict* ddict, ZSTD_… in ZSTD_DDictHashSet_addDDict()
/external/guice/core/test/com/google/inject/spi/
DInjectionPointTest.java163 TypeLiteral<HashSet<String>> hashSet = new TypeLiteral<HashSet<String>>() {}; in testForConstructor() local