Searched refs:barfoo (Results 1 – 12 of 12) sorted by relevance
/external/compiler-rt/lib/tsan/go/ |
D | test.c | 50 void barfoo() {} in barfoo() function 59 __tsan_malloc(thr0, (char*)&barfoo + 1, buf, 10); in main() 62 __tsan_malloc(thr0, (char*)&barfoo + 1, buf, 10); in main() 66 __tsan_go_start(thr0, &thr1, (char*)&barfoo + 1); in main() 68 __tsan_go_start(thr0, &thr2, (char*)&barfoo + 1); in main() 72 __tsan_write(thr1, buf, (char*)&barfoo + 1); in main() 81 __tsan_read(thr2, buf, (char*)&barfoo + 1); in main()
|
/external/clang/test/CodeGen/ |
D | debug-info.c | 46 typedef int barfoo; typedef 47 barfoo foo() { in foo()
|
/external/compiler-rt/test/tsan/ |
D | stack_sync_reuse.cc | 43 void __attribute__((noinline)) barfoo() { in barfoo() function 60 barfoo(); in main()
|
/external/curl/tests/data/ |
D | test242 | 36 -g "http://foobar:barfoo@%HOST6IP:%HTTP6PORT/242"
|
/external/python/cpython3/Lib/test/ |
D | test_typing.py | 900 def barfoo(x: AT): ... function 901 self.assertIs(get_type_hints(barfoo, globals(), locals())['x'], AT)
|
/external/pcre/dist2/testdata/ |
D | testoutput1 | 2941 barfoo 2952 barfoo 3520 0: barfoo 3523 0: barfoo 3528 barfoo
|
D | testinput1 | 1952 barfoo 1959 barfoo 2277 barfoo
|
D | testinput6 | 2370 barfoo 2377 barfoo
|
D | testoutput6 | 3519 barfoo 3530 barfoo
|
D | testinput2 | 189 the barfoo
|
D | testoutput2 | 470 the barfoo
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 6822 tern matches both "foofoo" and "barbar" but not "foobar" or "barfoo":
|