/external/libxml2/doc/examples/ |
tst.xml | 2 <thing1>hello</thing1>
|
/external/pdfium/core/fxcrt/ |
cfx_weak_ptr_unittest.cpp | 103 PseudoDeletable thing1; local 106 UniquePtr unique1(&thing1); 112 EXPECT_EQ(&thing1, ptr1.Get()); 117 EXPECT_EQ(0, thing1.delete_count()); 120 EXPECT_EQ(1, thing1.delete_count()); 143 PseudoDeletable thing1; local 146 UniquePtr unique1(&thing1); 154 EXPECT_EQ(0, thing1.delete_count()); 159 PseudoDeletable thing1; local 162 UniquePtr unique1(&thing1); [all...] |
cfx_maybe_owned_unittest.cpp | 44 PseudoDeletable thing1(100, &delete_count); 46 CFX_MaybeOwned<PseudoDeletable> ptr(&thing1); 48 EXPECT_EQ(ptr.Get(), &thing1); 50 EXPECT_TRUE(ptr == &thing1); 51 EXPECT_FALSE(ptr != &thing1); 62 CFX_MaybeOwned<PseudoDeletable> ptr(&thing1); 73 CFX_MaybeOwned<PseudoDeletable> ptr(&thing1); 144 PseudoDeletable thing1(100, &delete_count); 146 CFX_MaybeOwned<PseudoDeletable> ptr1(&thing1);
|
/external/clang/test/Misc/ |
diag-presumed.c | 15 # 1 "thing1.cc" 1 16 # 1 "thing1.h" 1 26 // PRESUMED: from thing1.cc:1: 27 // PRESUMED: from thing1.h:1: 33 # 1 "thing1.h" 2 34 # 1 "thing1.cc" 2
|
/external/icu/icu4c/source/test/intltest/ |
itutil.cpp | 752 THING1, 767 TEST_ASSERT_TRUE(flags.get(THING1) == FALSE); 771 logln("get(thing1)=%d, get(thing2)=%d, get(thing3)=%d\n", flags.get(THING1), flags.get(THING2), flags.get(THING3)); 775 logln("get(thing1)=%d, get(thing2)=%d, get(thing3)=%d\n", flags.get(THING1), flags.get(THING2), flags.get(THING3)); 776 TEST_ASSERT_TRUE(flags.get(THING1) == FALSE); 779 flags.add(THING1); 780 logln("set THING1 -Value now: %d\n", flags.getAll()); 781 TEST_ASSERT_TRUE(flags.get(THING1) == TRUE) [all...] |
/external/skia/tests/ |
RefCntTest.cpp | 25 SkThread thing1(bounce_ref, ref); 28 SkAssertResult(thing1.start()); 31 thing1.join(); 58 SkThread thing1(bounce_ref, ref); 63 SkAssertResult(thing1.start()); 68 thing1.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
|
/art/test/005-annotations/src/android/test/anno/ |
TestAnnotations.java | 103 String thing1; field in class:TestAnnotations 124 field = TestAnnotations.class.getDeclaredField("thing1");
|
/system/tools/hidl/c2hal/test/ |
test.h | 31 #define META(thing1, thing2) thing1 + thing2
|
/art/test/005-annotations/ |
expected.txt | 2 java.lang.String android.test.anno.TestAnnotations.thing1: @android.test.anno.AnnoArrayField(bb=[], cc=[a, b], dd=[0.987654321], ff=[3.1415927], ii=[], jj=[], ss=[], str=[], zz=[])
|
/external/clang/include/clang/Basic/ |
AttrDocs.td | 822 [[maybe_unused]] void f([[maybe_unused]] bool thing1,
824 [[maybe_unused]] bool b = thing1 && thing2;
[all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/ |
AttrDocs.td | [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/ |
AttrDocs.td | [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/ |
AttrDocs.td | [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
AttrDocs.td | [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/ |
AttrDocs.td | [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/ |
AttrDocs.td | [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/ |
AttrDocs.td | [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
AttrDocs.td | [all...] |