Home
last modified time | relevance | path

Searched defs:thing1 (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dweak_ptr_unittest.cpp102 PseudoDeletable thing1; in TEST() local
142 PseudoDeletable thing1; in TEST() local
158 PseudoDeletable thing1; in TEST() local
H A Dmaybe_owned_unittest.cpp43 PseudoDeletable thing1(100, &delete_count); in TEST() local
84 PseudoDeletable thing1(100, &delete_count); in TEST() local
158 PseudoDeletable thing1(100, &delete_count); in TEST() local
H A Dobserved_ptr_unittest.cpp211 SelfObservable thing1; in TEST() local
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/
Dissue50918.go7 type thing1 struct { struct
8 things []string
/aosp_15_r20/external/skia/tests/
H A DRefCntTest.cpp28 std::thread thing1(bounce_ref, ref); in test_refCnt() local
58 std::thread thing1(bounce_ref, ref); in test_weakRefCnt() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/detail/test/
Dis_xxx_test.cpp10 template <typename T> struct thing1 {}; struct
/aosp_15_r20/external/robolectric/sandbox/src/test/java/org/robolectric/internal/bytecode/
H A DProxyMakerTest.java44 Thing thing1 = mock(Thing.class); in cachesProxyClass() local
/aosp_15_r20/art/test/005-annotations/src/android/test/anno/
H A DTestAnnotations.java104 String thing1; field in TestAnnotations
/aosp_15_r20/external/clang/test/CodeGen/
H A Dbig-atomic-ops.c242 struct bar smallThing, thing1, thing2; variable
H A Datomic-ops.c373 struct bar smallThing, thing1, thing2; variable
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/testmock/
Dtestpatch.py1474 def thing1(): pass function
1503 def thing1(): pass function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/testmock/
H A Dtestpatch.py1474 def thing1(): pass function
1503 def thing1(): pass function
/aosp_15_r20/system/tools/hidl/c2hal/test/
Dtest.h31 #define META(thing1, thing2) thing1 + thing2 argument