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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
warn-static-function-inheader.h 1 static void thing(void) { // expected-warning {{'static' function 'thing' declared in header file should be declared 'static inline'}} function
no-warn-composite-pointer-type.cpp 5 void Foo(int **thing, const int **thingMax)
7 if ((thing + 3) > thingMax)
warn-static-function-inheader.cpp 10 thing();
  /external/llvm/test/MC/X86/
macho-reloc-errors-x86_64.s 3 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' can not be undefined in a subtraction expressio
    [all...]
macho-reloc-errors-x86.s 3 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/
test.proto 23 required int64 thing = 1 [a="b"];
25 repeated int64 thing = 1;
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
AbstractMembersInjectingBaseClass.java 21 @Inject Thing thing; field in class:AbstractMembersInjectingBaseClass
OuterClassFoo.java 23 Thing thing(); method in interface:OuterClassFoo.NestedComponent
NonComponentDependencyComponent.java 30 Thing thing,
37 Thing thing(); method in interface:NonComponentDependencyComponent.ThingComponent
43 public Thing thing() { method in class:NonComponentDependencyComponent.ThingComponentImpl
44 return new Thing(new OtherThing(1));
  /external/valgrind/memcheck/tests/
signal2.stdout.exp 2 doing bad thing
  /external/clang/test/Analysis/
region-store.c 10 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/
p1.cpp 70 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/
LineNumberInExceptionTest.java 41 CompleteThing thing = (CompleteThing) yaml local
43 assertEquals("QQQ", thing.getId());
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue112/
ParameterisedTypeLoadingTestCase.java 55 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());
  /prebuilts/gdb/darwin-x86/lib/python2.7/
contextlib.py 149 def __init__(self, thing):
150 self.thing = thing
152 return self.thing
154 self.thing.close()
  /prebuilts/gdb/linux-x86/lib/python2.7/
contextlib.py 149 def __init__(self, thing):
150 self.thing = thing
152 return self.thing
154 self.thing.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
contextlib.py 149 def __init__(self, thing):
150 self.thing = thing
152 return self.thing
154 self.thing.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
contextlib.py 149 def __init__(self, thing):
150 self.thing = thing
152 return self.thing
154 self.thing.close()
  /external/clang/test/SemaTemplate/
alias-templates.cpp 26 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<bool>>::alloc() { static bool b; return b;
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
customizations.js 1 function showApiWarning(thing, selectedLevel, minLevel) {
3 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
4 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "
  /external/llvm/test/tools/llvm-cov/Inputs/
test.cpp 68 A thing; local
70 thing.B();
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bspec802.s 3 ESPEC % Everything ends here. The next thing is a LOP_LOC for .data, or
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
ambiguousv1.d 7 # Check that we do the right thing with funref.s that doesn't have
ambiguousv1b.d 7 # Check that we do the right thing with funref2.s that doesn't have
ambiguousv2.d 7 # Check that we do the right thing with funref.s that doesn't have

Completed in 1769 milliseconds

1 2 3 4 5 6 7 8 91011>>