Searched refs:thing (Results 1 - 25 of 90) sorted by relevance

1234

/external/clang/test/SemaCXX/
H A Dwarn-static-function-inheader.h1 static void thing(void) { // expected-warning {{'static' function 'thing' declared in header file should be declared 'static inline'}} function
H A Dno-warn-composite-pointer-type.cpp5 void Foo(int **thing, const int **thingMax) argument
7 if ((thing + 3) > thingMax)
H A Dwarn-static-function-inheader.cpp10 thing();
H A Dwarn-missing-noreturn.cpp115 template <typename T> void thingy(T thing) { argument
116 thing.wibble();
/external/llvm/test/MC/X86/
H A Dmacho-reloc-errors-x86_64.s3 mov %rax, thing
4 mov %rax, thing@GOT-thing2@GOT
5 mov %rax, (thing-thing2)(%rip)
6 mov %rax, thing-thing
7 mov %rax, thing-thing2
8 mov %rax, thing@PLT
9 jmp thing@PLT
10 mov %rax, thing@TLVP
16 // CHECK-ERROR: 7:9: error: unsupported relocation with subtraction expression, symbol 'thing' ca
[all...]
H A Dmacho-reloc-errors-x86.s3 mov %eax, thing-thing2
13 // CHECK-ERROR: 3:9: error: symbol 'thing' can not be undefined in a subtraction expression
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/experimental/parser/
H A Dtest.proto23 required int64 thing = 1 [a="b"];
25 repeated int64 thing = 1;
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
H A DAbstractMembersInjectingBaseClass.java21 @Inject Thing thing; field in class:AbstractMembersInjectingBaseClass
H A DOuterClassFoo.java23 Thing thing(); method in interface:OuterClassFoo.NestedComponent
H A DNonComponentDependencyComponent.java30 Thing thing,
37 Thing thing(); method in interface:NonComponentDependencyComponent.ThingComponent
43 public Thing thing() { method in class:NonComponentDependencyComponent.ThingComponentImpl
29 ThingTwo( Thing thing, NonComponentDependencyComponent nonComponentDependencyComponent, NonComponentDependencyComponent.ThingComponent thingComponent) argument
/external/valgrind/memcheck/tests/
H A Dsignal2.stdout.exp2 doing bad thing
/external/clang/test/Analysis/
H A Dregion-store.c10 int thing = (int []){0, 1}[index]; local
11 printf("thing: %i\n", thing);
19 int thing = (int [][3]){{0,0,0}, {1,1,1}, {2,2,2}}[index][index]; local
20 printf("thing: %i\n", thing);
/external/clang/test/CXX/class/class.friend/
H A Dp1.cpp70 friend int Unknown::thing(); // expected-error {{use of undeclared identifier}}
71 friend int friendfunc(), Unknown::thing(); // expected-error {{use of undeclared identifier}}
72 friend int friendfunc(), Unknown::thing() : 4; // expected-error {{use of undeclared identifier}}
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue145/
H A DLineNumberInExceptionTest.java41 CompleteThing thing = (CompleteThing) yaml
43 assertEquals("QQQ", thing.getId());
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue112/
H A DParameterisedTypeLoadingTestCase.java55 for (MyClass<? extends Object> thing : obj.getThings()) {
56 assertEquals(MyClass.class, thing.getClass());
57 assertNotNull("The 'name' property must be set.", thing.getName());
58 assertEquals(values[i++], thing.getName());
/external/clang/test/SemaTemplate/
H A Dalias-templates.cpp26 typedef T thing; typedef in struct:X::traits
27 typedef decltype(val(make<thing>())) inner_ptr;
29 template<typename U> using rebind_thing = typename thing::template rebind<U>;
41 template<typename T> struct thing { struct in namespace:X
44 typedef traits<thing<inner>> traits_type;
46 template<typename U> using rebind = thing<U>;
48 thing(traits_type &traits) : traits(traits), val(traits.alloc()) {} function in struct:X::thing
49 ~thing() { traits.free(static_cast<inner_ptr&&>(val)); }
54 friend inner_ptr val(const thing &t) { return t.val; }
60 template<> bool &traits<thing<boo
[all...]
/external/llvm/test/tools/llvm-cov/Inputs/
H A Dtest.cpp68 A thing; local
70 thing.B();
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/
H A DNestedTest.java28 assertThat(nestedFoo.thing()).isNotNull();
/external/llvm/test/MC/PowerPC/
H A Dppc-machine.s5 # For now, the only thing we check is that the .machine directive
/external/toybox/tests/
H A Drmdir.test30 touch temp/thing
34 "rmdir -p temp/thing 2>/dev/null || [ -f temp/thing ] && echo yes" \
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
H A Dhandler-utils.js122 var thing = nestedMerge(left[i % left.length], right[i % right.length]);
123 if (!thing) {
126 matchingLeft.push(thing[0]);
127 matchingRight.push(thing[1]);
128 reconsititution.push(thing[2]);
/external/chromium-trace/catapult/third_party/coverage/coverage/
H A Dmisc.py208 thing = "Plugin"
211 thing = "Class"
216 "{thing} {name!r} needs to implement {func_name}()".format(
217 thing=thing, name=name, func_name=func_name
/external/clang/test/SemaObjC/
H A Dforeach.m44 for (id thing in collection) { } /* expected-warning {{unused variable 'thing'}} */
/external/icu/icu4c/source/i18n/
H A Dnfrlist.h63 void add(NFRule* thing) { argument
69 fStuff[fCount++] = thing;
/external/valgrind/none/tests/x86/
H A Dbug126147-x86.c121 check (int thing, int number) argument
123 if (!thing)

Completed in 707 milliseconds

1234