Home
last modified time | relevance | path

Searched refs:barfoo (Results 1 – 12 of 12) sorted by relevance

/external/compiler-rt/lib/tsan/go/
Dtest.c50 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/
Ddebug-info.c46 typedef int barfoo; typedef
47 barfoo foo() { in foo()
/external/compiler-rt/test/tsan/
Dstack_sync_reuse.cc43 void __attribute__((noinline)) barfoo() { in barfoo() function
60 barfoo(); in main()
/external/curl/tests/data/
Dtest24236 -g "http://foobar:barfoo@%HOST6IP:%HTTP6PORT/242"
/external/python/cpython3/Lib/test/
Dtest_typing.py900 def barfoo(x: AT): ... function
901 self.assertIs(get_type_hints(barfoo, globals(), locals())['x'], AT)
/external/pcre/dist2/testdata/
Dtestoutput12941 barfoo
2952 barfoo
3520 0: barfoo
3523 0: barfoo
3528 barfoo
Dtestinput11952 barfoo
1959 barfoo
2277 barfoo
Dtestinput62370 barfoo
2377 barfoo
Dtestoutput63519 barfoo
3530 barfoo
Dtestinput2189 the barfoo
Dtestoutput2470 the barfoo
/external/pcre/dist2/doc/
Dpcre2.txt6822 tern matches both "foofoo" and "barbar" but not "foobar" or "barfoo":