Searched refs:testd (Results 1 – 9 of 9) sorted by relevance
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/ |
D | splice_after_flist.pass.cpp | 29 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()
|
D | splice_after_one.pass.cpp | 30 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()
|
D | splice_after_range.pass.cpp | 29 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/libdaemon/examples/ |
D | Makefile.am | 23 noinst_PROGRAMS = testd program 27 testd_SOURCES=testd.c
|
D | .gitignore | 1 testd
|
/external/clang/test/CodeGenCXX/ |
D | key-function-vtable.cpp | 17 struct testd { inline virtual void a(); }; struct 18 void testd::a() {} in a()
|
/external/valgrind/memcheck/tests/ |
D | cond_ld_st.c | 246 UInt testd = inp_Data == Data_Dc ? 0xCCCCCCCC : 0xDDDDDDDD; in setup_test_data() local 247 *c_Addr_DV = *c_Addr_DI = testd; in setup_test_data()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateFormatTest.java | 762 Date testd = testfmt.parse(info[2]); in TestTimeZoneDisplayName() local 763 time = testd.getTime(); in TestTimeZoneDisplayName()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DateFormatTest.java | 765 Date testd = testfmt.parse(info[2]); in TestTimeZoneDisplayName() local 766 time = testd.getTime(); in TestTimeZoneDisplayName()
|