HomeSort by relevance Sort by last modified time
    Searched refs:thing2 (Results 1 - 9 of 9) sorted by null

  /external/llvm/test/MC/X86/
macho-reloc-errors-x86.s 3 mov %eax, thing-thing2
4 mov %eax, defined-thing2
14 // CHECK-ERROR: 4:9: error: symbol 'thing2' can not be undefined in a subtraction expression
macho-reloc-errors-x86_64.s 4 mov %rax, thing@GOT-thing2@GOT
5 mov %rax, (thing-thing2)(%rip)
7 mov %rax, thing-thing2
  /external/pdfium/core/fxcrt/
cfx_weak_ptr_unittest.cpp 104 PseudoDeletable thing2; local
109 UniquePtr unique2(&thing2);
114 EXPECT_EQ(&thing2, ptr2.Get());
118 EXPECT_EQ(0, thing2.delete_count());
121 EXPECT_EQ(1, thing2.delete_count());
144 PseudoDeletable thing2; local
147 UniquePtr unique2(&thing2);
155 EXPECT_EQ(0, thing2.delete_count());
160 PseudoDeletable thing2; local
163 UniquePtr unique2(&thing2);
    [all...]
cfx_maybe_owned_unittest.cpp 60 PseudoDeletable thing2(200, &delete_count);
63 ptr = &thing2;
65 EXPECT_EQ(ptr.Get(), &thing2);
110 PseudoDeletable thing2(400, &unowned_delete_count);
114 ptr = &thing2;
  /external/skia/tests/
RefCntTest.cpp 26 SkThread thing2(bounce_ref, ref);
29 SkAssertResult(thing2.start());
32 thing2.join();
59 SkThread thing2(bounce_ref, ref);
64 SkAssertResult(thing2.start());
69 thing2.join();
  /external/clang/test/CodeGen/
big-atomic-ops.c 242 struct bar smallThing, thing1, thing2; variable in typeref:struct:
283 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5);
284 // CHECK: call zeroext i1 @__atomic_compare_exchange(i64 3, {{.*}} @smallThing{{.*}} @thing1{{.*}} @thing2
atomic-ops.c 373 struct bar smallThing, thing1, thing2; variable in typeref:struct:
410 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5);
411 // CHECK: %[[call1:.*]] = call zeroext i1 @__atomic_compare_exchange(i32 3, {{.*}} @smallThing{{.*}} @thing1{{.*}} @thing2
  /system/tools/hidl/c2hal/test/
test.h 31 #define META(thing1, thing2) thing1 + thing2
  /art/test/005-annotations/src/android/test/anno/
TestAnnotations.java 116 String thing2; field in class:TestAnnotations
128 field = TestAnnotations.class.getDeclaredField("thing2");

Completed in 3512 milliseconds