/external/llvm/test/CodeGen/PowerPC/ |
asm-printer-topological-order.ll | 5 @TestC = alias void (), void ()* @TestD 7 define void @TestD() { 12 ; CHECK-LABEL: TestD: 13 ; CHECK: TestC = TestD
|
/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 | 29 testd(const C& c, int p, int l) function 55 testd(c1, p, l); 71 testd(c1, p, l);
|
splice_after_one.pass.cpp | 30 testd(const C& c, int p, int f) function 93 testd(c1, p, f); 123 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);
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.ops/ |
splice_after_flist.pass.cpp | 29 testd(const C& c, int p, int l) function 55 testd(c1, p, l); 71 testd(c1, p, l);
|
splice_after_one.pass.cpp | 30 testd(const C& c, int p, int f) function 93 testd(c1, p, f); 123 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);
|
/external/clang/test/SemaObjCXX/ |
propert-dot-error.mm | 64 void testD(D *d) {
|
/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}}
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
TableBuilder.java | 34 * | > com.android.uiautomator.samples.skeleton.DemoTestCase#testD | 38 * | > com.android.uiautomator.samples.skeleton.DemoTestCase#testD |
|
/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...] |
/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;
|
/frameworks/base/packages/SettingsLib/res/values-az/ |
arrays.xml | 231 <item msgid="1064373276095698656">"Testd?n keçmi? ç?km? ?mrl?rini ya??l r?ng il? vur?ulay?n"</item>
|
/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...] |