Searched defs:doTest (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dstring-validate-input.js7 function doTest() function
89 doTest();
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dstring-validate-input.js7 function doTest() function
89 doTest();
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A Dstring-validate-input.js7 function doTest() function
89 doTest();
/external/chromium_org/v8/test/webkit/
H A Dcomparison-operators.js39 function doTest(lhs, rhs, relationship) { function
63 doTest('"a"', '"b"', -1);
64 doTest('"a"', '"a"', 0);
65 doTest('"b"', '"a"', 1);
66 doTest('letterA', '"b"', -1);
67 doTest('letterA', '"a"', 0);
68 doTest('"b"', '"a"', 1);
69 doTest('letterA', '"b"', -1);
70 doTest('letterA', 'letterA', 0);
71 doTest('"
[all...]
H A Dcomparison-operators-greater.js39 function doTest(lhs, rhs, relationship) { function
63 doTest('"a"', '"b"', -1);
64 doTest('"a"', '"a"', 0);
65 doTest('"b"', '"a"', 1);
66 doTest('letterA', '"b"', -1);
67 doTest('letterA', '"a"', 0);
68 doTest('"b"', '"a"', 1);
69 doTest('letterA', '"b"', -1);
70 doTest('letterA', 'letterA', 0);
71 doTest('"
[all...]
H A Dcomparison-operators-less.js39 function doTest(lhs, rhs, relationship) { function
62 doTest('"a"', '"b"', -1);
63 doTest('"a"', '"a"', 0);
64 doTest('"b"', '"a"', 1);
65 doTest('letterA', '"b"', -1);
66 doTest('letterA', '"a"', 0);
67 doTest('"b"', '"a"', 1);
68 doTest('letterA', '"b"', -1);
69 doTest('letterA', 'letterA', 0);
70 doTest('"
[all...]
/external/smali/util/src/test/java/org/jf/util/
H A DLinearSearchTest.java46 doTest(list, 5, 10);
47 doTest(list, 5, 4);
48 doTest(list, 5, 3);
49 doTest(list, 5, 2);
50 doTest(list, 5, 1);
51 doTest(list, 5, 0);
53 doTest(list, 4, 10);
54 doTest(list, 4, 4);
55 doTest(list, 4, 3);
56 doTest(lis
96 private void doTest(List<Integer> list, int key, int guess) { method in class:LinearSearchTest
[all...]
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLSocketFactoriesTest.java196 doTest(ssocket, csocket);
290 public void doTest(SSLServerSocket ssocket, SSLSocket csocket) method in class:SSLSocketFactoriesTest
H A DSSLSocketFunctionalTest.java93 doTest(ssocket, csocket);
131 doTest(ssocket, csocket);
162 doTest(ssocket, csocket);
181 public void doTest(SSLServerSocket ssocket, SSLSocket csocket) method in class:SSLSocketFunctionalTest
/external/chromium_org/v8/test/mjsunit/
H A Ddiv-mod.js149 function doTest(a, b) { function
159 doTest(a,b);
160 doTest(-a,b);
161 doTest(a,-b);
162 doTest(-a,-b);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditrbnfrt.cpp70 doTest(formatter, -12345678, 12345678);
88 doTest(formatter, 0, 12345678);
106 doTest(formatter, -12345678, 12345678);
124 doTest(formatter, -12345678, 12345678);
142 doTest(formatter, -12345678, 12345678);
160 doTest(formatter, -999999, 999999);
178 doTest(formatter, 0, 12345678);
196 doTest(formatter, 0, 12345678);
214 doTest(formatter, -12345678, 12345678);
232 doTest(formatte
274 RbnfRoundTripTest::doTest(const RuleBasedNumberFormat* formatter, function in class:RbnfRoundTripTest
[all...]
H A Dtscoll.cpp257 IntlTestCollator::doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result) { function in class:IntlTestCollator
258 doTest(col, UnicodeString(source), UnicodeString(target), result);
262 IntlTestCollator::doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) function in class:IntlTestCollator
H A Ditrbnf.cpp430 doTest(&formatter, testData, FALSE); // exact values aren't parsable from fractions
1096 doTest(formatter, testData, TRUE);
1148 doTest(formatter, testData, FALSE);
1178 doTest(formatter, testData, TRUE);
1227 doTest(formatter, testData, TRUE);
1272 doTest(formatter, testData, TRUE);
1327 doTest(formatter, swissFrenchTestData, TRUE);
1378 doTest(formatter, belgianFrenchTestData, TRUE);
1419 doTest(formatter, testData, TRUE);
1458 doTest(formatte
1956 IntlTestRBNF::doTest(RuleBasedNumberFormat* formatter, const char* const testData[][2], UBool testParsing) function in class:IntlTestRBNF
[all...]
H A Dtransapi.cpp252 // doTest(message, name, dispNames[i+1]); //!!! This will obviously fail for any locale other than english and its children!!!
259 doTest(message, name, dispNames[i+1]);
303 doTest(message, gotResult, Data[i+2]);
312 doTest(message, temp, Data[i+2]);
350 doTest(t->getID() + ".transliterate(UnicodeString, int32_t, int32_t, UnicodeString):(" + start + "," + limit + ") for \n\t source: " + prettify(Data2[i+1]), gotResBuf, Data2[i+4]);
354 doTest(t->getID() + ".transliterate(Replaceable, int32_t, int32_t, ):(" + start + "," + limit + ") for \n\t source: " + prettify(Data2[i+1]), temp, Data2[i+5]);
407 doTest(message, rs, Data[i+2]);
439 doTest(message, rs, expected);
627 doTest((UnicodeString)"nulTrans->transliterate", replaceable, s);
639 doTest((UnicodeStrin
901 void TransliteratorAPITest::doTest(const UnicodeString& message, const UnicodeString& result, const UnicodeString& expected){ function in class:TransliteratorAPITest
[all...]
H A Drbbiapts.cpp1240 void RBBIAPITest::doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, const char* expectedString){ function in class:RBBIAPITest
/external/icu/icu4c/source/test/intltest/
H A Ditrbnfrt.cpp70 doTest(formatter, -12345678, 12345678);
88 doTest(formatter, 0, 12345678);
106 doTest(formatter, -12345678, 12345678);
124 doTest(formatter, -12345678, 12345678);
142 doTest(formatter, -12345678, 12345678);
160 doTest(formatter, -999999, 999999);
178 doTest(formatter, 0, 12345678);
196 doTest(formatter, 0, 12345678);
214 doTest(formatter, -12345678, 12345678);
232 doTest(formatte
274 RbnfRoundTripTest::doTest(const RuleBasedNumberFormat* formatter, function in class:RbnfRoundTripTest
[all...]
H A Dtscoll.cpp239 IntlTestCollator::doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result) { function in class:IntlTestCollator
240 doTest(col, UnicodeString(source), UnicodeString(target), result);
244 IntlTestCollator::doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) function in class:IntlTestCollator
H A Ditrbnf.cpp430 doTest(&formatter, testData, FALSE); // exact values aren't parsable from fractions
1096 doTest(formatter, testData, TRUE);
1148 doTest(formatter, testData, FALSE);
1178 doTest(formatter, testData, TRUE);
1227 doTest(formatter, testData, TRUE);
1272 doTest(formatter, testData, TRUE);
1327 doTest(formatter, swissFrenchTestData, TRUE);
1378 doTest(formatter, belgianFrenchTestData, TRUE);
1419 doTest(formatter, testData, TRUE);
1458 doTest(formatte
1956 IntlTestRBNF::doTest(RuleBasedNumberFormat* formatter, const char* const testData[][2], UBool testParsing) function in class:IntlTestRBNF
[all...]
H A Dtransapi.cpp252 // doTest(message, name, dispNames[i+1]); //!!! This will obviously fail for any locale other than english and its children!!!
259 doTest(message, name, dispNames[i+1]);
303 doTest(message, gotResult, Data[i+2]);
312 doTest(message, temp, Data[i+2]);
350 doTest(t->getID() + ".transliterate(UnicodeString, int32_t, int32_t, UnicodeString):(" + start + "," + limit + ") for \n\t source: " + prettify(Data2[i+1]), gotResBuf, Data2[i+4]);
354 doTest(t->getID() + ".transliterate(Replaceable, int32_t, int32_t, ):(" + start + "," + limit + ") for \n\t source: " + prettify(Data2[i+1]), temp, Data2[i+5]);
407 doTest(message, rs, Data[i+2]);
439 doTest(message, rs, expected);
627 doTest((UnicodeString)"nulTrans->transliterate", replaceable, s);
639 doTest((UnicodeStrin
901 void TransliteratorAPITest::doTest(const UnicodeString& message, const UnicodeString& result, const UnicodeString& expected){ function in class:TransliteratorAPITest
[all...]
/external/llvm/tools/bugpoint/
H A DCrashDebugger.cpp51 // doTest - Return true iff running the "removed" passes succeeds, and
55 TestResult doTest(std::vector<std::string> &Removed,
62 ReducePassList::doTest(std::vector<std::string> &Prefix, function in class:ReducePassList
113 TestResult doTest(std::vector<GlobalVariable*> &Prefix,
183 TestResult doTest(std::vector<Function*> &Prefix,
256 TestResult doTest(std::vector<const BasicBlock*> &Prefix,
365 TestResult doTest(std::vector<const Instruction*> &Prefix,
H A DMiscompilation.cpp51 TestResult doTest(std::vector<std::string> &Prefix,
61 ReduceMiscompilingPasses::doTest(std::vector<std::string> &Prefix, function in class:ReduceMiscompilingPasses
186 TestResult doTest(std::vector<Function*> &Prefix,
471 TestResult doTest(std::vector<BasicBlock*> &Prefix,
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/javatests/src/org/webrtc/
H A DPeerConnectionTest.java504 doTest();
513 doTest();
525 private void doTest() throws Exception { method in class:PeerConnectionTest
/external/chromium_org/third_party/libjpeg_turbo/
H A Dtjunittest.c480 void doTest(int w, int h, const int *formats, int nformats, int subsamp, function
639 doTest(35, 39, _3byteFormats, 2, TJSAMP_444, "test");
640 doTest(39, 41, _4byteFormats, 4, TJSAMP_444, "test");
641 doTest(41, 35, _3byteFormats, 2, TJSAMP_422, "test");
642 doTest(35, 39, _4byteFormats, 4, TJSAMP_422, "test");
643 doTest(39, 41, _3byteFormats, 2, TJSAMP_420, "test");
644 doTest(41, 35, _4byteFormats, 4, TJSAMP_420, "test");
645 doTest(35, 39, _3byteFormats, 2, TJSAMP_440, "test");
646 doTest(39, 41, _4byteFormats, 4, TJSAMP_440, "test");
647 doTest(3
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcallcoll.c450 void doTest(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result) function
614 doTest(coll, t1, t2, result);
755 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
781 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
806 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
830 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
858 doTest(myCollation, testCases[i], testCases[j], UCOL_LESS);
961 * doTest does both strcoll and sort keys, with params in both orders.
963 doTest(myCollator, X, Y, UCOL_EQUAL);
964 doTest(myCollato
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcallcoll.c450 void doTest(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result) function
614 doTest(coll, t1, t2, result);
755 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
781 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
806 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
830 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
858 doTest(myCollation, testCases[i], testCases[j], UCOL_LESS);
961 * doTest does both strcoll and sort keys, with params in both orders.
963 doTest(myCollator, X, Y, UCOL_EQUAL);
964 doTest(myCollato
[all...]

Completed in 671 milliseconds

12