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

/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dstring-validate-input.js7 function doTest() function
89 doTest();
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dstring-validate-input.js7 function doTest() function
89 doTest();
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLSocketFactoriesTest.java196 doTest(ssocket, csocket);
287 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);
180 public void doTest(SSLServerSocket ssocket, SSLSocket csocket) method in class:SSLSocketFunctionalTest
/external/v8/test/mjsunit/
H A Ddiv-mod.js143 function doTest(a, b) { function
153 doTest(a,b);
154 doTest(-a,b);
155 doTest(a,-b);
156 doTest(-a,-b);
/external/icu4c/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.cpp255 IntlTestCollator::doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result) { function in class:IntlTestCollator
256 doTest(col, UnicodeString(source), UnicodeString(target), result);
260 IntlTestCollator::doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) function in class:IntlTestCollator
H A Ditrbnf.cpp429 doTest(&formatter, testData, FALSE); // exact values aren't parsable from fractions
1095 doTest(formatter, testData, TRUE);
1145 doTest(formatter, testData, FALSE);
1175 doTest(formatter, testData, TRUE);
1224 doTest(formatter, testData, TRUE);
1269 doTest(formatter, testData, TRUE);
1324 doTest(formatter, swissFrenchTestData, TRUE);
1375 doTest(formatter, belgianFrenchTestData, TRUE);
1416 doTest(formatter, testData, TRUE);
1455 doTest(formatte
1909 IntlTestRBNF::doTest(RuleBasedNumberFormat* formatter, const char* const testData[][2], UBool testParsing) function in class:IntlTestRBNF
[all...]
H A Drbbiapts.cpp1184 void RBBIAPITest::doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, const char* expectedString){ function in class:RBBIAPITest
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 virtual TestResult doTest(std::vector<std::string> &Removed,
62 ReducePassList::doTest(std::vector<std::string> &Prefix, function in class:ReducePassList
115 virtual TestResult doTest(std::vector<GlobalVariable*> &Prefix, function in class:__anon9186::ReduceCrashingGlobalVariables
185 virtual TestResult doTest(std::vector<Function*> &Prefix, function in class:__anon9187::ReduceCrashingFunctions
258 virtual TestResult doTest(std::vector<const BasicBlock*> &Prefix, function in class:__anon9188::ReduceCrashingBlocks
367 virtual TestResult doTest(std::vector<const Instruction*> &Prefix, function in class:__anon9189::ReduceCrashingInstructions
H A DMiscompilation.cpp51 virtual TestResult doTest(std::vector<std::string> &Prefix,
61 ReduceMiscompilingPasses::doTest(std::vector<std::string> &Prefix, function in class:ReduceMiscompilingPasses
185 virtual TestResult doTest(std::vector<Function*> &Prefix, function in class:__anon9194::ReduceMiscompilingFunctions
435 virtual TestResult doTest(std::vector<BasicBlock*> &Prefix, function in class:__anon9195::ReduceMiscompiledBlocks
/external/icu4c/test/cintltst/
H A Dcallcoll.c421 void doTest(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result) function
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(myCollato
[all...]
H A Dcbiditst.c41 static void doTest(UBiDi *pBiDi, int testNumber, const BiDiTestData *test,
202 doTest(pBiDi, testNumber, tests+testNumber, 0, countRunsFirst);
208 doTest(pLine, testNumber, tests+testNumber, lineStart, countRunsFirst);
889 doTest(UBiDi *pBiDi, int testNumber, const BiDiTestData *test, int32_t lineStart, UBool countRunsFirst) { function

Completed in 4690 milliseconds