Home
last modified time | relevance | path

Searched refs:testd (Results 1 – 12 of 12) sorted by relevance

/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
Dsplice_after_flist.pass.cpp29 testd(const C& c, int p, int l) in testd() function
55 testd(c1, p, l); in main()
71 testd(c1, p, l); in main()
Dsplice_after_one.pass.cpp30 testd(const C& c, int p, int f) in testd() function
93 testd(c1, p, f); in main()
123 testd(c1, p, f); in main()
Dsplice_after_range.pass.cpp29 testd(const C& c, int p, int f, int l) in testd() function
95 testd(c1, p, f, l); in main()
139 testd(c1, p, f, l); in main()
/external/llvm-project/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
Dsplice_after_flist.pass.cpp29 testd(const C& c, int p, int l) in testd() function
55 testd(c1, p, l); in main()
71 testd(c1, p, l); in main()
Dsplice_after_one.pass.cpp29 testd(const C& c, int p, int f) in testd() function
92 testd(c1, p, f); in main()
122 testd(c1, p, f); in main()
Dsplice_after_range.pass.cpp30 testd(const C& c, ptrdiff_t p, ptrdiff_t f, ptrdiff_t l) in testd() function
96 testd(c1, p, f, l); in main()
140 testd(c1, p, f, l); in main()
/external/llvm-project/clang/test/Sema/
Dinline-asm-validate-tmpl.cpp28 template <int N> bool testd() in testd() function
35 bool foox() { return testd<0> (); } in foox()
/external/llvm-project/clang/test/CodeGenCXX/
Dkey-function-vtable.cpp17 struct testd { inline virtual void a(); }; struct
18 void testd::a() {} in a()
/external/clang/test/CodeGenCXX/
Dkey-function-vtable.cpp17 struct testd { inline virtual void a(); }; struct
18 void testd::a() {} in a()
/external/llvm-project/clang/test/SemaCXX/
Dwarn-unsequenced.cpp724 void testd() { in testd() function
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatTest.java763 Date testd = testfmt.parse(info[2]); in TestTimeZoneDisplayName() local
764 time = testd.getTime(); in TestTimeZoneDisplayName()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatTest.java766 Date testd = testfmt.parse(info[2]); in TestTimeZoneDisplayName() local
767 time = testd.getTime(); in TestTimeZoneDisplayName()