HomeSort by relevance Sort by last modified time
    Searched refs:doTest (Results 51 - 75 of 102) sorted by null

1 23 4 5

  /external/chromium_org/third_party/icu/source/test/cintltst/
callcoll.h 41 void doTest(UCollator*, const UChar* source, const UChar* target, UCollationResult result);
cg7coll.c 178 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], UCOL_LESS);
211 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], UCOL_LESS);
241 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], UCOL_LESS);
271 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], UCOL_LESS);
300 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], UCOL_LESS);
cdetst.c 115 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]);
134 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]);
callcoll.c 421 void doTest(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result)
585 doTest(coll, t1, t2, result);
726 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
752 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
777 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
801 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
829 doTest(myCollation, testCases[i], testCases[j], UCOL_LESS);
931 * doTest does both strcoll and sort keys, with params in both orders.
933 doTest(myCollator, X, Y, UCOL_EQUAL);
934 doTest(myCollator, X, Z, UCOL_EQUAL)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
lcukocol.cpp 70 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
g7coll.cpp 149 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], Collator::LESS);
184 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], Collator::LESS);
218 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], Collator::LESS);
252 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], Collator::LESS);
281 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], Collator::LESS);
decoll.cpp 116 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]);
131 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]);
frcoll.cpp 151 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
180 doTest(myCollation, testAcute[i], testAcute[j], expected );
194 doTest(myCollation, testBugs[i], testBugs[j], Collator::LESS);
itrbnf.cpp 429 doTest(&formatter, testData, FALSE); // exact values aren't parsable from fractions
    [all...]
  /external/icu4c/test/cintltst/
callcoll.h 41 void doTest(UCollator*, const UChar* source, const UChar* target, UCollationResult result);
cg7coll.c 182 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], UCOL_LESS);
215 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], UCOL_LESS);
245 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], UCOL_LESS);
275 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], UCOL_LESS);
304 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], UCOL_LESS);
cdetst.c 115 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]);
134 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]);
callcoll.c 449 void doTest(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result)
613 doTest(coll, t1, t2, result);
754 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
780 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
805 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
829 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
857 doTest(myCollation, testCases[i], testCases[j], UCOL_LESS);
    [all...]
  /external/icu4c/test/intltest/
lcukocol.cpp 70 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
g7coll.cpp 149 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], Collator::LESS);
184 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], Collator::LESS);
218 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], Collator::LESS);
252 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], Collator::LESS);
281 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], Collator::LESS);
decoll.cpp 116 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]);
131 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]);
frcoll.cpp 151 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
180 doTest(myCollation, testAcute[i], testAcute[j], expected );
194 doTest(myCollation, testBugs[i], testBugs[j], Collator::LESS);
itrbnf.cpp 430 doTest(&formatter, testData, FALSE); // exact values aren't parsable from fractions
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
TestHandlerThread.java 35 public void doTest(long timeout) {
MessengerTest.java 116 (new TestThread()).doTest(1000);
MessageQueueTest.java 80 tester.doTest(1000);
104 tester.doTest(1000);
274 tester.doTest(1000);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
ImageProcessingActivityJB.java 155 boolean doTest = false;
160 doTest = true;
164 if (doTest) {
186 boolean doTest = false;
189 doTest = true;
195 if (doTest) {
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketFunctionalTest.java 93 doTest(ssocket, csocket);
131 doTest(ssocket, csocket);
162 doTest(ssocket, csocket);
180 public void doTest(SSLServerSocket ssocket, SSLSocket csocket)
  /external/chromium_org/v8/test/mjsunit/
div-mod.js 143 function doTest(a, b) {
153 doTest(a,b);
154 doTest(-a,b);
155 doTest(a,-b);
156 doTest(-a,-b);
  /external/v8/test/mjsunit/
div-mod.js 143 function doTest(a, b) {
153 doTest(a,b);
154 doTest(-a,b);
155 doTest(a,-b);
156 doTest(-a,-b);

Completed in 9511 milliseconds

1 23 4 5