Home
last modified time | relevance | path

Searched refs:bf2 (Results 1 – 25 of 28) sorted by relevance

12

/external/guava/guava-tests/test/com/google/common/hash/
DBloomFilterTest.java329 BloomFilter<String> bf2 = BloomFilter.create(Funnels.unencodedCharsFunnel(), 100); in testEquals() local
330 bf2.put("1"); in testEquals()
331 bf2.put("2"); in testEquals()
334 .addEqualityGroup(bf1, bf2) in testEquals()
337 bf2.put("3"); in testEquals()
341 .addEqualityGroup(bf2) in testEquals()
347 BloomFilter<Long> bf2 = BloomFilter.create(new CustomFunnel(), 100); in testEqualsWithCustomFunnel() local
348 assertEquals(bf1, bf2); in testEqualsWithCustomFunnel()
391 BloomFilter<Integer> bf2 = BloomFilter.create(Funnels.integerFunnel(), 100); in testPutAll() local
392 bf2.put(element2); in testPutAll()
[all …]
/external/compiler-rt/test/asan/TestCases/Windows/
Dbitfield_uaf.cc8 unsigned int bf2:2; member
14 s->bf2 = 2; in make_access()
Dbitfield.cc8 unsigned int bf2:2; member
16 s->bf2 = 2; in main()
/external/clang/test/CodeGenCXX/
Dcopy-constructor-synthesis.cpp26 X() : f1(1.0), d1(2.0), i1(3), name("HELLO"), bf1(0xff), bf2(0xabcd), in X()
33 printf("bf1 = %x bf2 = %x\n", bf1, bf2); in pr()
44 unsigned bf2 : 16; member
/external/compiler-rt/lib/asan/tests/
Dasan_test.cc224 int bf2:1; member
233 EXPECT_DEATH(x->bf2 = 0, "use-after-free"); in TEST()
/external/clang/test/CodeGenObjC/
Darc-captured-32bit-block-var-layout.m210 void bf2() { function
Darc-captured-block-var-layout.m209 void bf2() { function
/external/elfutils/tests/
Drun-strings-test.sh114 testfile4: bf2 __ti13bad_exception
Dtestfile44.expect.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dbitfield-insert.ll181 ; (e.g. result of str.bf1 = str.bf2)
/external/llvm/test/CodeGen/AArch64/
Dbitfield-insert.ll181 ; (e.g. result of str.bf1 = str.bf2)
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/AlignedBundling/
Dautogen-inst-offset-align-to-end.s2536 # CHECK: 1bf2: incl
/external/llvm/test/MC/X86/AlignedBundling/
Dautogen-inst-offset-align-to-end.s2536 # CHECK: 1bf2: incl
/external/python/cpython3/Doc/howto/
Dunicode.rst379 1 0bf2 No TAMIL NUMBER ONE THOUSAND
/external/python/cpython2/Doc/howto/
Dunicode.rst476 1 0bf2 No TAMIL NUMBER ONE THOUSAND
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c4726 int mymemcmp(unsigned char *bf1, unsigned char *bf2, int len) in mymemcmp() argument
4730 if (bf1[df] != bf2[df]) in mymemcmp()
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Domap_stretched_filled.sym1758 4bf2 a 53 1913
Domap_stretched.sym1854 4bf2 a 53 1913
Domap_reorder_bbs.sym3684 3bf2 2 106 2798
/external/libevent/
DChangeLog-2.0956 o Fix two unlocked reads in evbuffer. (7116bf2)
/external/arm-neon-tests/
Dref-rvct-neon-nofp16.txt4777 VSLI_N:5:result_uint16x4 [] = { 7bf0, 7bf1, 7bf2, 7bf3, }
4781 VSLI_N:9:result_poly16x4 [] = { 7bf0, 7bf1, 7bf2, 7bf3, }
Dref-rvct-neon.txt5589 VSLI_N:5:result_uint16x4 [] = { 7bf0, 7bf1, 7bf2, 7bf3, }
5593 VSLI_N:9:result_poly16x4 [] = { 7bf0, 7bf1, 7bf2, 7bf3, }
Dref-rvct-all.txt5589 VSLI_N:5:result_uint16x4 [] = { 7bf0, 7bf1, 7bf2, 7bf3, }
5593 VSLI_N:9:result_poly16x4 [] = { 7bf0, 7bf1, 7bf2, 7bf3, }
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym341 13bf2 2 170 6
2757 16bf2 8 47 133
4692 19bf2 6 1139 87
9308 22bf2 2 112 20
11886 27bf2 6 497 27
28209 43bf2 6 1180 92
36316 50bf2 8 2769 73
37816 52bf2 6 155 156
38718 53bf2 4 41 234
42553 58bf2 2 294 241
[all …]
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/
Dtest_app.sym15197 13bf2 4 1550 5281
15682 14bf2 6 1034 5804

12