HomeSort by relevance Sort by last modified time
    Searched refs:thing (Results 1 - 25 of 717) 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/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/protobuf/src/google/protobuf/stubs/
statusor_test.cc 72 StatusOr<int> thing; local
73 EXPECT_FALSE(thing.ok());
74 EXPECT_EQ(Status::UNKNOWN, thing.status());
78 StatusOr<int> thing(Status::CANCELLED);
79 EXPECT_FALSE(thing.ok());
80 EXPECT_EQ(Status::CANCELLED, thing.status());
85 StatusOr<int> thing(kI);
86 EXPECT_TRUE(thing.ok());
87 EXPECT_EQ(kI, thing.ValueOrDie());
160 StatusOr<int> thing(kI)
171 StatusOr<int*> thing; local
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue145/
LineNumberInExceptionTest.java 41 CompleteThing thing = (CompleteThing) yaml local
43 assertEquals("QQQ", thing.getId());
  /external/pdfium/core/fxcrt/
cfx_weak_ptr_unittest.cpp 56 PseudoDeletable thing; local
57 EXPECT_EQ(0, thing.delete_count());
59 UniquePtr unique(&thing);
62 EXPECT_EQ(&thing, ptr1.Get());
71 EXPECT_EQ(&thing, ptr3.Get());
76 EXPECT_EQ(&thing, ptr4.Get());
79 EXPECT_EQ(0, thing.delete_count());
81 EXPECT_EQ(1, thing.delete_count());
85 PseudoDeletable thing; local
87 UniquePtr unique(&thing);
125 PseudoDeletable thing; local
    [all...]
  /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());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
contextlib.py 149 def __init__(self, thing):
150 self.thing = thing
152 return self.thing
154 self.thing.close()
  /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/make/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

Completed in 3116 milliseconds

1 2 3 4 5 6 7 8 91011>>