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

1 2 34 5

  /cts/suite/pts/deviceTests/videoperf/src/com/android/pts/videoperf/
VideoEncoderDecoderTest.java 103 doTest(VIDEO_AVC, 176, 144, NUMBER_OF_REPEAT);
107 doTest(VIDEO_AVC, 352, 288, NUMBER_OF_REPEAT);
111 doTest(VIDEO_AVC, 720, 480, NUMBER_OF_REPEAT);
115 doTest(VIDEO_AVC, 1280, 720, NUMBER_OF_REPEAT);
124 doTest(VIDEO_AVC, 1920, 1072, NUMBER_OF_REPEAT);
134 private void doTest(String mimeType, int w, int h, int numberRepeat) throws Exception {
  /external/chromium_org/third_party/icu/source/test/intltest/
encoll.cpp 249 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
257 doTest(myCollation, testBugs[i], testBugs[j], Collator::LESS);
274 doTest(myCollation, testMore[i], testMore[j], expected );
286 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
296 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
313 doTest(myCollation, testAcute[i], testAcute[j], expected );
thcoll.cpp 107 doTest(coll, lastWord, word, result);
154 doTest(coll, lastWord, word, Collator::LESS);
276 doTest(&c, s1, s2, expect);
tscoll.cpp 253 IntlTestCollator::doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result) {
254 doTest(col, UnicodeString(source), UnicodeString(target), result);
258 IntlTestCollator::doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result)
mnkytst.cpp 231 doTest(myCollation, testSourceCases[i], testTargetCases[i], Collator::LESS);
246 doTest(myCollation, testSourceCases[i], testTargetCases[i], Collator::LESS);
dadrcoll.cpp 284 doTest(col, source->source, target->source, relation);
rbbiapts.cpp     [all...]
  /external/icu4c/test/intltest/
encoll.cpp 249 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
257 doTest(myCollation, testBugs[i], testBugs[j], Collator::LESS);
274 doTest(myCollation, testMore[i], testMore[j], expected );
286 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
296 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
313 doTest(myCollation, testAcute[i], testAcute[j], expected );
tscoll.cpp 257 IntlTestCollator::doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result) {
258 doTest(col, UnicodeString(source), UnicodeString(target), result);
262 IntlTestCollator::doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result)
mnkytst.cpp 231 doTest(myCollation, testSourceCases[i], testTargetCases[i], Collator::LESS);
246 doTest(myCollation, testSourceCases[i], testTargetCases[i], Collator::LESS);
thcoll.cpp 108 doTest(coll, lastWord, word, result);
275 doTest(&c, s1, s2, expect);
dadrcoll.cpp 284 doTest(col, source->source, target->source, relation);
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 51 // doTest - Return true iff running the "removed" passes succeeds, and
55 virtual TestResult doTest(std::vector<std::string> &Removed,
62 ReducePassList::doTest(std::vector<std::string> &Prefix,
113 virtual TestResult doTest(std::vector<GlobalVariable*> &Prefix,
183 virtual TestResult doTest(std::vector<Function*> &Prefix,
256 virtual TestResult doTest(std::vector<const BasicBlock*> &Prefix,
365 virtual TestResult doTest(std::vector<const Instruction*> &Prefix,
Miscompilation.cpp 51 virtual TestResult doTest(std::vector<std::string> &Prefix,
61 ReduceMiscompilingPasses::doTest(std::vector<std::string> &Prefix,
185 virtual TestResult doTest(std::vector<Function*> &Prefix,
470 virtual TestResult doTest(std::vector<BasicBlock*> &Prefix,
    [all...]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 211 boolean doTest = false;
221 doTest = true;
225 if (doTest) {
248 boolean doTest = false;
251 doTest = true;
257 if (doTest) {
  /cts/suite/pts/deviceTests/browserbench/src/com/android/pts/browser/
BrowserBenchTest.java 132 doTest(url, ResultType.LOWER_BETTER, ResultUnit.MS,
136 private void doTest(String url, ResultType typeNonFinal, ResultUnit unitNonFinal,
  /cts/tests/tests/os/src/android/os/cts/
MessengerTest.java 147 (new MessengerTestHelper()).doTest(1000, 50);
252 public void doTest(long timeout, long interval) throws InterruptedException {
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c 103 doTest(coll, t1, t2, UCOL_LESS);
129 doTest(coll, t1, t2, UCOL_LESS);
202 doTest(coll, t1, t2, UCOL_LESS);
216 doTest(coll, t1, t2, UCOL_LESS);
227 doTest(coll, t1, t2, shiftedTert[i]);
276 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
426 doTest(col, p, q, UCOL_LESS);
440 doTest(col, source, target, UCOL_LESS);
452 doTest(col, p, q, UCOL_LESS);
461 doTest(col, source, target, UCOL_LESS)
    [all...]
encoll.c 278 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
287 doTest(myCollation, testBugs[i], testBugs[j], UCOL_LESS);
299 doTest(myCollation, testMore[i], testMore[j], expected );
319 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
338 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
351 doTest(myCollation, testAcute[i], testAcute[j], expected );
cfrtst.c 163 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
193 doTest(myCollation, testAcute[i], testAcute[j], expected );
214 doTest(myCollation, testBugs[i], testBugs[j], UCOL_LESS);
cbiditst.c 41 static void doTest(UBiDi *pBiDi, int testNumber, const BiDiTestData *test,
196 doTest(pBiDi, testNumber, tests+testNumber, 0, countRunsFirst);
202 doTest(pLine, testNumber, tests+testNumber, lineStart, countRunsFirst);
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketFactoriesTest.java 196 doTest(ssocket, csocket);
287 public void doTest(SSLServerSocket ssocket, SSLSocket csocket)
  /external/icu4c/test/cintltst/
encoll.c 278 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
287 doTest(myCollation, testBugs[i], testBugs[j], UCOL_LESS);
299 doTest(myCollation, testMore[i], testMore[j], expected );
319 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
338 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
351 doTest(myCollation, testAcute[i], testAcute[j], expected );
cmsccoll.c 104 doTest(coll, t1, t2, UCOL_LESS);
130 doTest(coll, t1, t2, UCOL_LESS);
203 doTest(coll, t1, t2, UCOL_LESS);
217 doTest(coll, t1, t2, UCOL_LESS);
228 doTest(coll, t1, t2, shiftedTert[i]);
277 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
427 doTest(col, p, q, UCOL_LESS);
441 doTest(col, source, target, UCOL_LESS);
453 doTest(col, p, q, UCOL_LESS);
462 doTest(col, source, target, UCOL_LESS)
    [all...]
cfrtst.c 163 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
193 doTest(myCollation, testAcute[i], testAcute[j], expected );
214 doTest(myCollation, testBugs[i], testBugs[j], UCOL_LESS);

Completed in 966 milliseconds

1 2 34 5