Searched refs:doTest (Results 1 - 25 of 83) sorted by relevance

1234

/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/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 Ditrbnfrt.h85 void doTest(const RuleBasedNumberFormat* formatter, double lowLimit, double highLimit);
H A Dtransapi.h65 void doTest(const UnicodeString& , const UnicodeString& , const UnicodeString& );
H A Dtscoll.h33 void doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result);
35 void doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result);
H A Dallcoll.cpp98 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
116 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
126 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
138 doTest(myCollation, testCases[i], testCases[j], Collator::LESS);
149 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Ditrbnf.h132 virtual void doTest(RuleBasedNumberFormat* formatter, const char* const testData[][2], UBool testParsing);
H A Drbbiapts.h96 void doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, const char* expected);
H A Dficoll.cpp74 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
82 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
/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 Ditrbnfrt.h85 void doTest(const RuleBasedNumberFormat* formatter, double lowLimit, double highLimit);
H A Dtransapi.h65 void doTest(const UnicodeString& , const UnicodeString& , const UnicodeString& );
H A Dtscoll.h33 void doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result);
35 void doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result);
H A Dallcoll.cpp98 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
116 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
126 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
138 doTest(myCollation, testCases[i], testCases[j], Collator::LESS);
149 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Ditrbnf.h137 virtual void doTest(RuleBasedNumberFormat* formatter, const char* const testData[][2], UBool testParsing);
H A Drbbiapts.h98 void doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, const char* expected);
H A Dficoll.cpp74 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
82 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
/external/llvm/tools/bugpoint/
H A DListReducer.h39 // doTest - This virtual function should be overriden by subclasses to
44 virtual TestResult doTest(std::vector<ElTy> &Prefix,
55 switch (doTest(TheList, empty, Error)) {
100 if (doTest(ShuffledList, empty, Error) == KeepPrefix) {
119 switch (doTest(Prefix, Suffix, Error)) {
144 return true; // Error was set by doTest.
146 assert(Error.empty() && "doTest did not return InternalError for error");
180 if (doTest(EmptyList, TestList, Error) == KeepSuffix) {
/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/third_party/icu/source/test/cintltst/
H A Dcfintst.c89 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
107 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
/external/icu4c/test/cintltst/
H A Dcfintst.c89 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
107 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);

Completed in 633 milliseconds

1234