/external/libdaemon/libdaemon/ |
Android.mk | 25 # -MT testd.o -MD -MP -MF .deps/testd.Tpo -c -o testd.o testd.c
|
dfork.h | 44 /** \example testd.c
|
/external/clang/test/CodeGen/ |
2004-06-17-UnorderedCompares.c | 14 void TestD(double X, double Y) {
|
2004-06-17-UnorderedBuiltins.c | 15 void TestD(double X, double Y) {
|
/external/libdaemon/examples/ |
Makefile.am | 23 noinst_PROGRAMS = testd 27 testd_SOURCES=testd.c
|
/external/clang/test/CodeGenCXX/ |
key-function-vtable.cpp | 17 struct testd { inline virtual void a(); }; struct 18 void testd::a() {}
|
thunks.cpp | 221 void testD() { D d; }
|
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/ |
splice_after_flist.pass.cpp | 28 testd(const C& c, int p, int l) function 54 testd(c1, p, l); 70 testd(c1, p, l);
|
splice_after_one.pass.cpp | 29 testd(const C& c, int p, int f) function 92 testd(c1, p, f); 122 testd(c1, p, f);
|
splice_after_range.pass.cpp | 29 testd(const C& c, int p, int f, int l) function 95 testd(c1, p, f, l); 139 testd(c1, p, f, l);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/ |
splice_after_flist.pass.cpp | 28 testd(const C& c, int p, int l) function 54 testd(c1, p, l); 70 testd(c1, p, l);
|
splice_after_one.pass.cpp | 28 testd(const C& c, int p, int f) function 92 testd(c1, p, f); 122 testd(c1, p, f);
|
splice_after_range.pass.cpp | 29 testd(const C& c, int p, int f, int l) function 95 testd(c1, p, f, l); 139 testd(c1, p, f, l);
|
/art/test/955-lambda-smali/ |
expected.txt | 17 (MoveResult) testD success
|
/external/clang/test/SemaObjCXX/ |
propert-dot-error.mm | 64 void testD(D *d) {
|
/art/test/955-lambda-smali/smali/ |
MoveResult.smali | 34 invoke-static {}, LMoveResult;->testD()V 265 .method public static testD()V 274 const-string v6, "(MoveResult) testD success" 278 const-string v6, "(MoveResult) testD failed" 287 # Lambda target for testD. Always returns "infinity".
|
/external/clang/test/Analysis/ |
superclass.m | 176 @interface TestD : UIResponder {} 178 @implementation TestD 182 } // expected-warning {{The 'resignFirstResponder' instance method in UIResponder subclass 'TestD' is missing a [super resignFirstResponder] call}}
|
/external/clang/test/SemaCXX/ |
attr-deprecated.cpp | 236 void testD() {
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
IdentityHashMapTest.java | 543 assertTrue("testD can not find null key", map.containsKey(null)); 544 assertTrue("testD can not find a value with null key", map 546 assertTrue("testD can not get value for null key", 548 assertTrue("testD put returned wrong value", result == value); [all...] |
CollectionsTest.java | [all...] |
/frameworks/base/packages/SettingsLib/res/values-az-rAZ/ |
arrays.xml | 145 <item msgid="1064373276095698656">"Testd?n keçmi? ç?km? ?mrl?rini ya??l r?ng il? vur?ulay?n"</item>
|
/art/test/700-LoadArgRegs/src/ |
Main.java | 211 static void testD() { 292 testD();
|
/external/valgrind/memcheck/tests/ |
cond_ld_st.c | 246 UInt testd = inp_Data == Data_Dc ? 0xCCCCCCCC : 0xDDDDDDDD; local 247 *c_Addr_DV = *c_Addr_DI = testd;
|
/external/clang/test/CXX/drs/ |
dr2xx.cpp | 166 void testD(D::S ds) { f(ds); } // expected-error {{undeclared identifier}}
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
URITest.java | 627 assertTrue("TestD", uri2.compareTo(uri) < 0); [all...] |