Home
last modified time | relevance | path

Searched refs:barfoo (Results 1 – 15 of 15) 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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/
Dstrip-unneeded.test29 Info: barfoo
53 - Name: barfoo
99 #CHECK-NEXT: Name: barfoo
/external/deqp-deps/glslang/Test/baseResults/
DtokenPaste.vert.out56 0:? 'barfoo' ( uniform float)
102 0:? 'barfoo' ( uniform float)
/external/curl/tests/data/
Dtest24236 -g "http://foobar:barfoo@%HOST6IP:%HTTP6PORT/242"
/external/deqp-deps/glslang/Test/
DtokenPaste.vert30 secpaste(uniform float, foo semi) // should declare "uniform float barfoo;"
/external/python/cpython3/Lib/test/
Dtest_typing.py951 def barfoo(x: AT): ... function
952 self.assertIs(get_type_hints(barfoo, globals(), locals())['x'], AT)
/external/pcre/dist2/testdata/
Dtestoutput12913 barfoo
2924 barfoo
3500 0: barfoo
3503 0: barfoo
3508 barfoo
Dtestinput11936 barfoo
1943 barfoo
2266 barfoo
Dtestinput62365 barfoo
2372 barfoo
Dtestoutput63512 barfoo
3523 barfoo
Dtestinput2189 the barfoo
Dtestoutput2474 the barfoo
/external/pcre/dist2/doc/
Dpcre2.txt7485 tern matches both "foofoo" and "barbar" but not "foobar" or "barfoo":