HomeSort by relevance Sort by last modified time
    Searched full:testd (Results 1 - 18 of 18) sorted by null

  /external/clang/test/CodeGen/
2004-06-17-UnorderedCompares.c 12 void TestD(double X, double Y) {
2004-06-17-UnorderedBuiltins.c 15 void TestD(double X, double Y) {
  /external/clang/test/CodeGenCXX/
key-function-vtable.cpp 17 struct testd { inline virtual void a(); }; struct
18 void testd::a() {}
thunks.cpp 217 void testD() { D d; }
  /libcore/luni/src/test/java/libcore/sqlite/
OldFunctionContextTest.java 71 SinFunc testD = new SinFunc();
73 + " (fdouble) values (" + testD.testDouble + ")", null);
74 db.create_function("testDouble", 1, testD);
80 assertEquals(testD.testDouble, Double.parseDouble(val));
82 assertTrue(testD.functionCalled);
87 SinFunc testD = new SinFunc();
89 + " (fdouble) values (" + testD.testDouble + ")", null);
100 assertFalse(testD.functionCalled);
  /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);
  /external/clang/test/SemaObjCXX/
propert-dot-error.mm 64 void testD(D *d) {
  /external/clang/test/Analysis/
superclass.m 157 @interface TestD : UIResponder {}
159 @implementation TestD
163 } // expected-warning {{The 'resignFirstResponder' instance method in UIResponder subclass 'TestD' is missing a [super resignFirstResponder] call}}
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
IdentityHashMapTest.java 76 assertTrue("testD can not find null key", map.containsKey(null));
77 assertTrue("testD can not find a value with null key", map
79 assertTrue("testD can not get value for null key",
81 assertTrue("testD put returned wrong value", result == value);
CollectionsTest.java     [all...]
  /external/clang/test/SemaCXX/
attr-deprecated.cpp 230 void testD() {
  /packages/apps/Settings/res/values-az/
arrays.xml 432 <item msgid="1064373276095698656">"Testd?n keçmi? ç?km? ?mrl?rini ya??l r?ng il? vur?ulay?n"</item>
  /packages/apps/Settings/res/values-az-rAZ/
arrays.xml 391 <item msgid="1064373276095698656">"Testd?n keçmi? ç?km? ?mrl?rini ya??l r?ng il? vur?ulay?n"</item>
  /libcore/luni/src/test/java/tests/api/java/util/
CollectionsTest.java     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
dom-query.html 27 ret = document.getElementById("testD" + num).nodeType;
38 ret = document.getElementById("testD");
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URITest.java 627 assertTrue("TestD", uri2.compareTo(uri) < 0);
    [all...]

Completed in 332 milliseconds