HomeSort by relevance Sort by last modified time
    Searched refs:thing (Results 1 - 25 of 769) 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/r8/src/test/examples/shakinglib/
IndirectMethodInvoker.java 8 public int invokeFoo(HasAFoo thing) {
9 return thing.foo().getIt();
  /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/r8/src/test/examples/shaking16/
Shaking.java 9 a thing = new a(3, 5); local
10 thing.a();
11 thing.b();
  /external/r8/src/test/examples/shaking15/
Shaking.java 9 Subclass thing = new Subclass(); local
10 thing.callingSuper();
  /external/r8/src/test/examples/shaking9/
Shaking.java 9 Subclass thing = new Subclass(); local
10 thing.callingSuper();
  /external/r8/src/test/examples/minification/
Minification.java 23 private static void exerciseA(InterfaceA thing) {
24 thing.functionFromIntToInt(thing.uniqueLittleMethodInA());
27 private static void exerciseB(InterfaceB thing) {
28 thing.functionFromIntToInt(thing.uniqueLittleMethodInB());
31 private static void exerciseC(InterfaceC thing) {
32 thing.functionFromIntToInt(thing.uniqueLittleMethodInC());
35 private static void exerciseD(InterfaceD thing) {
    [all...]
  /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()
  /external/python/cpython2/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()

Completed in 492 milliseconds

1 2 3 4 5 6 7 8 91011>>