HomeSort by relevance Sort by last modified time
    Searched refs:foobar (Results 51 - 75 of 229) sorted by null

1 23 4 5 6 7 8 910

  /external/compiler-rt/test/tsan/
stack_sync_reuse.cc 33 void __attribute__((noinline)) foobar() { function
59 foobar();
  /external/compiler-rt/lib/tsan/go/
test.c 49 void foobar() {} function
70 __tsan_func_enter(thr1, (char*)&foobar + 1);
71 __tsan_func_enter(thr1, (char*)&foobar + 1);
80 __tsan_func_enter(thr2, (char*)&foobar + 1);
  /prebuilts/go/darwin-x86/src/encoding/json/
tags_test.go 12 name, opts := parseTag("field,foobar,foo")
20 {"foobar", true},
  /prebuilts/go/linux-x86/src/encoding/json/
tags_test.go 12 name, opts := parseTag("field,foobar,foo")
20 {"foobar", true},
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
reloclab.l 26 11 004c F2070000 PUSHJ \$7,foobar
43 foobar
reloclab.s 11 PUSHJ $7,foobar
reloc8-r.d 20 13: R_MMIX_8 foobar\+0x8
reloc8.d 18 13: R_MMIX_8 foobar\+0x8
  /external/elfutils/tests/
run-addr2line-i-test.sh 22 # void foobar()
34 # foobar();
52 # foobar();
107 foobar
109 foobar
115 foobar inlined at /tmp/x.cpp:15 in _Z3barv
123 foobar inlined at /tmp/x.cpp:15 in _Z3foov
141 foobar inlined at /tmp/x.cpp:33 in _Z2fuv
150 foobar
153 foobar
    [all...]
run-addr2line-alt-debugpath.sh 38 0x00000000000005a0: foobar at /tmp/x.cpp:5
39 0x00000000000005a1: foobar at /tmp/x.cpp:6
42 0x00000000000005c0: foobar at /tmp/x.cpp:5
46 0x00000000000005e0: foobar at /tmp/x.cpp:5
55 0x00000000000005f2: foobar at /tmp/x.cpp:5
run-addr2line-i-lex-test.sh 22 # void foobar()
30 # void (*bar) () = foobar;
61 foobar inlined at /tmp/x.cpp:12 in _Z3foov
65 foobar inlined at /tmp/x.cpp:12 in _Z3foov
  /external/llvm/test/MC/COFF/
diff.s 29 _foobar: # @foobar
  /build/kati/testcase/
posix_var.mk 19 foobar
  /external/clang/test/Analysis/
unreachable-code-path.c 128 enum foobar { FOO, BAR }; enum
130 void test11(enum foobar fb) {
  /prebuilts/go/darwin-x86/src/net/http/
proxy_test.go 28 {"foobar.com", false}, // have a port but match
29 {"foofoobar.com", true}, // not match as a part of foobar.com
34 {"www.foobar.com", false}, // match because NO_PROXY includes "foobar.com"
39 os.Setenv("NO_PROXY", "foobar.com, .barbaz.net")
  /prebuilts/go/linux-x86/src/net/http/
proxy_test.go 28 {"foobar.com", false}, // have a port but match
29 {"foofoobar.com", true}, // not match as a part of foobar.com
34 {"www.foobar.com", false}, // match because NO_PROXY includes "foobar.com"
39 os.Setenv("NO_PROXY", "foobar.com, .barbaz.net")
  /system/extras/ioshark/
compile-only.sh 83 grep -w $j fstrace.$pid > foobar
85 sort foo.$pid foobar >> footemp
87 rm foobar
  /external/clang/test/FixIt/
fixit.c 42 int test_cond(int y, int fooBar) { // expected-note {{here}}
43 // CHECK: int x = y ? 1 : 4+fooBar;
44 int x = y ? 1 4+foobar; // expected-error {{expected ':'}} expected-error {{undeclared identifier}} expected-note {{to match}}
  /external/clang/test/Parser/
expressions.c 73 callee(foobar, // expected-error {{use of undeclared identifier 'foobar'}}
  /external/clang/test/Sema/
typo-correction.c 16 int foobar; // expected-note {{'foobar' declared here}} variable
18 // expected-error {{use of undeclared identifier 'goobar'; did you mean 'foobar'?}} \
  /external/clang/test/SemaCXX/
cxx11-crashes.cpp 58 void foobar() function in namespace:rdar12542261
  /external/libbrillo/brillo/
value_conversion_unittest.cc 241 EXPECT_JSON_EQ("'foobar'", *ToValue("foobar"));
  /external/e2fsprogs/lib/et/
com_right.c 74 struct foobar { struct
94 struct foobar *f;
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue17918.go 29 func foobar(d time.Duration) string { func
  /prebuilts/go/linux-x86/test/fixedbugs/
issue17918.go 29 func foobar(d time.Duration) string { func

Completed in 2178 milliseconds

1 23 4 5 6 7 8 910