Searched refs:blah (Results 1 - 25 of 31) sorted by relevance

12

/external/clang/test/Preprocessor/
H A Dskipping_unclean.c4 blah
H A Dmacro_paste_spacing.c4 blah
/external/clang/test/Index/Inputs/
H A Dget-cursor-includes-1.h4 extern int blah;
/external/clang/test/Parser/
H A Dargument_scope.c4 void blah(int foo) { function
/external/clang/test/Lexer/
H A Dpreamble.c3 #include <blah>
28 // CHECK-NEXT: #include <blah>
/external/clang/test/SemaCXX/
H A Dconversion-incomplete-type.cpp9 void expectStringPiece(const StringPiece& blah) {}; // expected-note {{passing argument to parameter 'blah' here}} argument
17 static void expectStringPiece(const StringPiece& blah) {}; // expected-note {{passing argument to parameter 'blah' here}} argument
H A Dpragma-optimize.cpp36 int method(int blah);
40 int MyClass::method(int blah) { argument
41 return blah + 1;
H A Dblock-call.cpp43 int blah() { function
H A Dattr-noreturn.cpp51 int blah() __attribute__((noreturn));
54 int xpto::blah() { function in class:xpto
55 return 3; // expected-warning {{function 'blah' declared 'noreturn' should not return}}
H A Dflexible-array-test.cpp49 int blah; member in struct:X
/external/v8/test/webkit/fast/regex/
H A Ddotstar.js26 var regexp1 = /.*blah.*/;
28 shouldBe("regexp1.exec('blah')", "['blah']");
29 shouldBe("regexp1.exec('1blah')", "['1blah']");
31 shouldBe("regexp1.exec('blah blah blah')", "['blah blah bla
[all...]
/external/libvpx/
H A DAndroid.mk5 # if ARMv7 + NEON etc blah blah
/external/clang/test/Index/
H A Dcomplete-recovery.m10 blarg * blah = wibble;
13 blah ? blech : [a2 method:1];
H A Dprint-usrs.c9 ObjCProtocol blah
16 // CHECK: c:objc(pl)blah
H A Dcomment-cplus-template-decls.cpp62 /// \param AAA Blah blah
83 DeclGroupPtrTy blah; member in namespace:rdar16128173
/external/toybox/tests/
H A Dlosetup.test14 truncate -s 1M blah.img &&
15 FILE="$(readlink -f blah.img)"
16 DEV="$(printf '%04d' $(stat -t blah.img | awk '{print $7}'))"
46 rm blah.img
/external/clang/test/Sema/
H A Dast-print.c9 struct blah { struct
17 int foo(const struct blah *b) {
H A Dblock-call.c43 int blah() { function
H A Dwarn-unused-value.c92 void blah(int a);
93 #define GenTest(x) _Generic(x, default : blah)(x)
/external/llvm/test/MC/ELF/
H A Drelocation.s37 .quad blah@SIZE # R_X86_64_SIZE64
38 .quad blah@SIZE + 32 # R_X86_64_SIZE64
39 .quad blah@SIZE - 32 # R_X86_64_SIZE64
40 movl blah@SIZE, %eax # R_X86_64_SIZE32
41 movl blah@SIZE + 32, %eax # R_X86_64_SIZE32
42 movl blah@SIZE - 32, %eax # R_X86_64_SIZE32
74 // CHECK-NEXT: 0xAB R_X86_64_SIZE64 blah 0x0
75 // CHECK-NEXT: 0xB3 R_X86_64_SIZE64 blah 0x20
76 // CHECK-NEXT: 0xBB R_X86_64_SIZE64 blah 0xFFFFFFFFFFFFFFE0
77 // CHECK-NEXT: 0xC6 R_X86_64_SIZE32 blah
[all...]
/external/valgrind/memcheck/tests/
H A Dvarinfo4.c43 int blah ( int x, int y ) function
56 printf("answer is %d\n", blah(3,7) );
H A Dvarinfo4.stderr.exp3 by 0x........: blah (varinfo4.c:47)
10 by 0x........: blah (varinfo4.c:48)
17 by 0x........: blah (varinfo4.c:49)
/external/toybox/scripts/
H A Dmkstatus.py21 stuff,blah=readit(["sed","-n", 's/<span id=\\([a-z_]*\\)>/\\1 /;t good;d;:good;h;:loop;n;s@</span>@@;t out;H;b loop;:out;g;s/\\n/ /g;p', "www/roadmap.html", "www/status.html"])
22 blah,toystuff=readit(["./toybox"])
75 blah=list(reverse) variable
76 blah.sort()
77 for i in blah:
/external/clang/test/CodeGen/
H A D2002-07-14-MiscTests.c32 char *blah; local
/external/toybox/toys/posix/
H A Dexpand.c50 wchar_t blah; local
52 width = mbrtowc(&blah, toybuf+i, len-i, 0);

Completed in 4626 milliseconds

12