Home
last modified time | relevance | path

Searched defs:bf2 (Results 1 – 17 of 17) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/hash/
DBloomFilterTest.java383 BloomFilter<String> bf2 = BloomFilter.create(Funnels.unencodedCharsFunnel(), 100); in testEquals() local
396 BloomFilter<Long> bf2 = BloomFilter.create(new CustomFunnel(), 100); in testEqualsWithCustomFunnel() local
442 BloomFilter<Integer> bf2 = BloomFilter.create(Funnels.integerFunnel(), 100); in testPutAll() local
457 BloomFilter<Integer> bf2 = BloomFilter.create(Funnels.integerFunnel(), 10); in testPutAllDifferentSizes() local
/external/guava/guava-tests/test/com/google/common/hash/
DBloomFilterTest.java399 BloomFilter<String> bf2 = BloomFilter.create(Funnels.unencodedCharsFunnel(), 100); in testEquals() local
412 BloomFilter<Long> bf2 = BloomFilter.create(new CustomFunnel(), 100); in testEqualsWithCustomFunnel() local
458 BloomFilter<Integer> bf2 = BloomFilter.create(Funnels.integerFunnel(), 100); in testPutAll() local
473 BloomFilter<Integer> bf2 = BloomFilter.create(Funnels.integerFunnel(), 10); in testPutAllDifferentSizes() local
/external/llvm-project/compiler-rt/test/asan/TestCases/Windows/
Dbitfield.cpp8 unsigned int bf2:2; member
Dbitfield_uaf.cpp8 unsigned int bf2:2; member
/external/compiler-rt/test/asan/TestCases/Windows/
Dbitfield.cc8 unsigned int bf2:2; member
Dbitfield_uaf.cc8 unsigned int bf2:2; member
/external/llvm-project/clang/test/CodeGenObjC/
Darc-captured-32bit-block-var-layout.m210 void bf2() { function
Darc-captured-block-var-layout.m209 void bf2() { function
/external/clang/test/CodeGenObjC/
Darc-captured-32bit-block-var-layout.m210 void bf2() { function
Darc-captured-block-var-layout.m209 void bf2() { function
/external/fmtlib/test/
Dos-test.cc187 buffered_file bf2(std::move(bf)); in TEST() local
196 buffered_file bf2; in TEST() local
204 buffered_file bf2 = open_buffered_file(); in TEST() local
/external/llvm-project/clang/test/CodeGenCXX/
Dcopy-constructor-synthesis.cpp44 unsigned bf2 : 16; member
/external/clang/test/CodeGenCXX/
Dcopy-constructor-synthesis.cpp44 unsigned bf2 : 16; member
/external/llvm-project/clang/test/SemaCXX/
Dwarn-unsequenced.cpp453 unsigned bf2 : 2; member
/external/llvm-project/compiler-rt/lib/asan/tests/
Dasan_test.cpp243 int bf2:1; member
/external/compiler-rt/lib/asan/tests/
Dasan_test.cc224 int bf2:1; member
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c4726 int mymemcmp(unsigned char *bf1, unsigned char *bf2, int len) in mymemcmp()