Home
last modified time | relevance | path

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

/external/libdaemon/examples/
DMakefile.am23 noinst_PROGRAMS = testd program
27 testd_SOURCES=testd.c
D.gitignore1 testd
/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/clang/test/CodeGenCXX/
Dkey-function-vtable.cpp17 struct testd { inline virtual void a(); }; struct
18 void testd::a() {} in a()
/external/valgrind/memcheck/tests/
Dcond_ld_st.c246 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/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatTest.java759 Date testd = testfmt.parse(info[2]); in TestTimeZoneDisplayName() local
760 time = testd.getTime(); in TestTimeZoneDisplayName()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatTest.java758 Date testd = testfmt.parse(info[2]); in TestTimeZoneDisplayName() local
759 time = testd.getTime(); in TestTimeZoneDisplayName()