HomeSort by relevance Sort by last modified time
    Searched refs:HERE (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/clang/test/Preprocessor/
include-macros.c 1 // RUN: %clang_cc1 -E -Dtest=FOO -imacros %S/pr2086.h %s | grep 'HERE: test'
4 HERE: test
  /external/valgrind/none/tests/
readline1.stdout.exp 0 HERE strlen is 2
  /prebuilts/go/darwin-x86/misc/cgo/errors/
issue13635.go 14 _ C.uchar = "uc" // ERROR HERE
15 _ C.schar = "sc" // ERROR HERE
16 _ C.ushort = "us" // ERROR HERE
17 _ C.uint = "ui" // ERROR HERE
18 _ C.ulong = "ul" // ERROR HERE
19 _ C.longlong = "ll" // ERROR HERE
20 _ C.ulonglong = "ull" // ERROR HERE
21 _ C.complexfloat = "cf" // ERROR HERE
22 _ C.complexdouble = "cd" // ERROR HERE
err1.go 11 xxx; // ERROR HERE
err2.go 12 C.malloc(s) // ERROR HERE
issue11097a.go 13 var a = C.enum_test(1) // ERROR HERE
issue11097b.go 13 p := new(C.enum_test) // ERROR HERE
issue13423.go 11 _ = C.fopen() // ERROR HERE
issue16116.go 11 _ = C.f(1) // ERROR HERE
issue7757.go 13 C.foo = C.foo // ERROR HERE
err3.go 17 C.foop = x // ERROR HERE
issue13129.go 13 x = int(0) // ERROR HERE
issue16591.go 16 C.f(p) // ERROR HERE
  /prebuilts/go/linux-x86/misc/cgo/errors/
issue13635.go 14 _ C.uchar = "uc" // ERROR HERE
15 _ C.schar = "sc" // ERROR HERE
16 _ C.ushort = "us" // ERROR HERE
17 _ C.uint = "ui" // ERROR HERE
18 _ C.ulong = "ul" // ERROR HERE
19 _ C.longlong = "ll" // ERROR HERE
20 _ C.ulonglong = "ull" // ERROR HERE
21 _ C.complexfloat = "cf" // ERROR HERE
22 _ C.complexdouble = "cd" // ERROR HERE
err1.go 11 xxx; // ERROR HERE
err2.go 12 C.malloc(s) // ERROR HERE
issue11097a.go 13 var a = C.enum_test(1) // ERROR HERE
issue11097b.go 13 p := new(C.enum_test) // ERROR HERE
issue13423.go 11 _ = C.fopen() // ERROR HERE
issue16116.go 11 _ = C.f(1) // ERROR HERE
issue7757.go 13 C.foo = C.foo // ERROR HERE
  /external/eigen/bench/btl/generic_bench/utils/
utilities.h 57 # define HERE cout<<flush ; cerr << "- Trace " << __FILE__ << " [" << __LINE__ << "] : " << flush ;
58 # define SCRUTE(var) HERE ; cerr << #var << "=" << var << endl ;
59 # define MESSAGE(chain) {HERE ; cerr << chain << endl ;}
60 # define INTERRUPTION(code) HERE ; cerr << "INTERRUPTION return code= " << code << endl ; exit(code) ;
63 # define ASSERT(condition) if (!(condition)){ HERE ; cerr << "CONDITION " << #condition << " NOT VERIFIED"<< endl ; INTERRUPTION(1) ;}
67 #define BEGIN_OF(chain) {REPERE ; HERE ; cerr << "Begin of: " << chain << endl ; REPERE ; }
68 #define END_OF(chain) {REPERE ; HERE ; cerr << "Normal end of: " << chain << endl ; REPERE ; }
74 # define HERE
  /external/libcap/kdebug/
test-kernel.sh 25 HERE=$(/bin/pwd)
43 file /root/quicktest.sh $HERE/../progs/quicktest.sh 0755 0 0
44 file /root/setcap $HERE/../progs/setcap 0755 0 0
45 file /root/getcap $HERE/../progs/getcap 0755 0 0
46 file /root/capsh $HERE/../progs/capsh 0755 0 0
47 file /root/getpcaps $HERE/../progs/getpcaps 0755 0 0
  /build/make/tools/
dump-package-stats 32 cat << HERE
49 HERE
  /build/soong/
soong_ui.bash 36 local HERE=$PWD
42 \cd $HERE

Completed in 773 milliseconds

1 2 3 4