HomeSort by relevance Sort by last modified time
    Searched defs:blah (Results 1 - 25 of 28) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/
mov32bug.s 3 blah: label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/v850/
hilo2.s 3 movea hi(blah),r0,r1
4 blah: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
gp-hidden.s 2 .globl blah
3 .type blah, @object
4 blah: label
7 .size blah, . - blah
  /external/clang/test/Parser/
argument_scope.c 4 void blah(int foo) { function
  /art/test/075-verification-error/src/other/
InaccessibleClass.java 22 public static int blah = 5; field in class:InaccessibleClass
  /art/test/075-verification-error/src2/other/
InaccessibleClass.java 22 public static int blah = 5; field in class:InaccessibleClass
  /art/test/032-concrete-sub/src/
Main.java 26 ConcreteSub2 blah = new ConcreteSub2(); local
28 blah.doStuff();
  /external/clang/test/Sema/
block-call.c 43 int blah() { function
ast-print.c 9 struct blah { struct
17 int foo(const struct blah *b) {
tls_alignment.cpp 61 __thread templated_tls<int> blah; // expected-error{{alignment (64) of thread-local variable}} variable
64 return blah.other_t * 2;
  /external/clang/test/SemaCXX/
block-call.cpp 43 int blah() { function
flexible-array-test.cpp 49 int blah; member in struct:X
  /external/llvm/test/tools/dsymutil/X86/
dead-stripped.cpp 16 int blah = 42; member in namespace:N
22 __attribute__((always_inline)) int foo() { return blah; }
  /ndk/tests/device/test-stlport_shared-exception/jni/
operators23.cpp 13 class blah { class
16 blah();
20 inline blah::blah() : j(0) { function in class:blah
25 void *blah::operator new(size_t size) throw(){
32 blah* blahPtr;
34 blahPtr = new blah[100];
  /ndk/tests/device/test-stlport_static-exception/jni/
operators23.cpp 13 class blah { class
16 blah();
20 inline blah::blah() : j(0) { function in class:blah
25 void *blah::operator new(size_t size) throw(){
32 blah* blahPtr;
34 blahPtr = new blah[100];
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/reloc/
reduce3.s 3 blah: label
  /art/test/069-field-type/src/
Main.java 12 Blah blah = new Blah(); local
15 holder.mValue = blah;
  /external/clang/test/Index/
comment-cplus-template-decls.cpp 62 /// \param AAA Blah blah
83 DeclGroupPtrTy blah; member in namespace:rdar16128173
  /external/clang/test/CodeGen/
2002-07-14-MiscTests.c 32 char *blah; local
  /external/toybox/scripts/
mkstatus.py 24 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"])
25 blah,toystuff=readit(["./toybox"])
26 blah,pending=readit(["sed -n 's/[^ \\t].*TOY(\\([^,]*\\),.*/\\1/p' toys/pending/*.c"], 1)
27 blah,version=readit(["git","describe","--tags"])
84 blah=list(reverse) variable
85 blah.sort()
86 for i in blah:
  /external/toybox/toys/posix/
expand.c 50 wchar_t blah; local
52 width = mbrtowc(&blah, toybuf+i, len-i, 0);
  /external/valgrind/memcheck/tests/
varinfo4.c 43 int blah ( int x, int y ) function
56 printf("answer is %d\n", blah(3,7) );
  /art/test/021-string2/src/
Main.java 30 Object blah = new Object(); local
53 Assert.assertFalse(test.equals(blah));
  /art/test/075-verification-error/src/
Main.java 132 int blah = InaccessibleClass.blah; local
  /toolchain/binutils/binutils-2.25/gold/testsuite/
ver_matching_def.cc 40 void blah() {} // V1 function in namespace:myns

Completed in 1331 milliseconds

1 2