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

1 2 3 4

  /external/clang/test/Preprocessor/
skipping_unclean.c 4 blah
  /external/clang/test/Index/Inputs/
get-cursor-includes-1.h 4 extern int blah;
  /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
  /external/clang/test/Parser/
argument_scope.c 4 void blah(int foo) { function
  /external/clang/test/Lexer/
preamble.c 3 #include <blah>
28 // CHECK-NEXT: #include <blah>
  /external/clang/test/SemaCXX/
conversion-incomplete-type.cpp 9 void expectStringPiece(const StringPiece& blah) {}; // expected-note {{passing argument to parameter 'blah' here}}
17 static void expectStringPiece(const StringPiece& blah) {}; // expected-note {{passing argument to parameter 'blah' here}}
  /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; }
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/
dead-stripped.cpp 16 int blah = 42; member in namespace:N
22 __attribute__((always_inline)) int foo() { return blah; }
  /art/test/032-concrete-sub/src/
Main.java 26 ConcreteSub2 blah = new ConcreteSub2(); local
28 blah.doStuff();
  /external/mockito/src/test/java/org/mockitousage/bugs/varargs/
VarargsErrorWhenCallingRealMethodTest.java 17 int blah(String a, String b, Object ... c) { method in class:VarargsErrorWhenCallingRealMethodTest.Foo
26 when(foo.blah(anyString(), anyString())).thenCallRealMethod();
28 assertEquals(1, foo.blah("foo", "bar"));
  /external/clang/test/Index/
complete-recovery.m 10 blarg * blah = wibble;
13 blah ? blech : [a2 method:1];
print-usrs.c 9 ObjCProtocol blah
16 // CHECK: c:objc(pl)blah
comment-cplus-template-decls.cpp 62 /// \param AAA Blah blah
83 DeclGroupPtrTy blah; member in namespace:rdar16128173
  /external/toybox/tests/
losetup.test 14 truncate -s 1M blah.img &&
15 FILE="$(readlink -f blah.img)"
16 DEV="$(printf '%04s' $(stat -t blah.img | awk '{print $7}'))"
17 NODE="$(stat -t blah.img | awk '{print $8}')"
25 rm blah.img
  /art/test/069-field-type/src/
Main.java 12 Blah blah = new Blah(); local
15 holder.mValue = blah;
  /external/grpc-grpc/include/grpc/impl/codegen/
atm_gcc_atomic.h 39 #define GPR_ATM_INC_CAS_THEN(blah) \
40 (GPR_ATM_INC_COUNTER(gpr_counter_atm_cas), blah)
41 #define GPR_ATM_INC_ADD_THEN(blah) \
42 (GPR_ATM_INC_COUNTER(gpr_counter_atm_add), blah)
44 #define GPR_ATM_INC_CAS_THEN(blah) blah
45 #define GPR_ATM_INC_ADD_THEN(blah) blah
  /external/clang/test/Sema/
ast-print.c 10 struct blah { struct
18 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/CXX/dcl.dcl/dcl.attr/dcl.attr.grammar/
p2-1z.cpp 13 [[using blah: clang::optnone]] extern int n; // expected-error {{attribute with scope specifier cannot follow}} expected-warning {{only applies to functions}}
  /external/clang/test/SemaObjCXX/Inputs/
nullability-consistency-6.h 5 extern void **blah; // expected-warning 2{{missing a nullability type specifier}}
  /external/grpc-grpc/test/core/iomgr/
load_file_test.cc 93 const char* blah = "blah"; local
100 GPR_ASSERT(fwrite(blah, 1, strlen(blah), tmp) == strlen(blah));
105 GPR_ASSERT(GRPC_SLICE_LENGTH(slice) == strlen(blah));
106 GPR_ASSERT(!memcmp(GRPC_SLICE_START_PTR(slice), blah, strlen(blah)));
110 GPR_ASSERT(GRPC_SLICE_LENGTH(slice_with_null_term) == (strlen(blah) + 1));
112 blah) == 0)
    [all...]
  /external/llvm/test/MC/ELF/
relocation.s 45 .quad blah@SIZE # R_X86_64_SIZE64
46 .quad blah@SIZE + 32 # R_X86_64_SIZE64
47 .quad blah@SIZE - 32 # R_X86_64_SIZE64
48 movl blah@SIZE, %eax # R_X86_64_SIZE32
49 movl blah@SIZE + 32, %eax # R_X86_64_SIZE32
50 movl blah@SIZE - 32, %eax # R_X86_64_SIZE32
99 // CHECK-NEXT: 0xAB R_X86_64_SIZE64 blah 0x0
100 // CHECK-NEXT: 0xB3 R_X86_64_SIZE64 blah 0x20
101 // CHECK-NEXT: 0xBB R_X86_64_SIZE64 blah 0xFFFFFFFFFFFFFFE0
102 // CHECK-NEXT: 0xC6 R_X86_64_SIZE32 blah 0x
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
relocation.s 47 .quad blah@SIZE # R_X86_64_SIZE64
48 .quad blah@SIZE + 32 # R_X86_64_SIZE64
49 .quad blah@SIZE - 32 # R_X86_64_SIZE64
50 movl blah@SIZE, %eax # R_X86_64_SIZE32
51 movl blah@SIZE + 32, %eax # R_X86_64_SIZE32
52 movl blah@SIZE - 32, %eax # R_X86_64_SIZE32
103 // CHECK-NEXT: 0xB9 R_X86_64_SIZE64 blah 0x0
104 // CHECK-NEXT: 0xC1 R_X86_64_SIZE64 blah 0x20
105 // CHECK-NEXT: 0xC9 R_X86_64_SIZE64 blah 0xFFFFFFFFFFFFFFE0
106 // CHECK-NEXT: 0xD4 R_X86_64_SIZE32 blah 0x
    [all...]
  /external/autotest/client/common_lib/cros/fake_device_server/
resource_method_unittest.py 32 expected_resource = dict(id=1234, blah='hi')
33 update_resource = dict(blah='hi')
48 update_resource = dict(id=12345, blah='hi')
63 update_resource = dict(id=12346, blah='hi')

Completed in 2358 milliseconds

1 2 3 4