HomeSort by relevance Sort by last modified time
    Searched refs:testD (Results 1 - 3 of 3) sorted by null

  /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);
  /external/clang/test/CodeGenCXX/
thunks.cpp 217 void testD() { D d; }
  /external/clang/test/SemaCXX/
attr-deprecated.cpp 230 void testD() {

Completed in 1051 milliseconds