/external/chromium_org/third_party/icu/source/test/letest/ |
cletest.c | 284 static le_bool compareResults(const char *testID, TestResult *expected, TestResult *actual) 446 TestResult *expected) 452 TestResult actual;
|
letest.cpp | 328 le_bool compareResults(const char *testID, TestResult *expected, TestResult *actual) 613 TestResult expected = {0, NULL, NULL, NULL}; 614 TestResult actual = {0, NULL, NULL, NULL}; [all...] |
/external/icu4c/test/letest/ |
cletest.c | 284 static le_bool compareResults(const char *testID, TestResult *expected, TestResult *actual) 446 TestResult *expected) 452 TestResult actual;
|
letest.cpp | 328 le_bool compareResults(const char *testID, TestResult *expected, TestResult *actual) 613 TestResult expected = {0, NULL, NULL, NULL}; 614 TestResult actual = {0, NULL, NULL, NULL}; [all...] |
/external/junit/src/junit/runner/ |
BaseTestRunner.java | 321 "junit.framework.TestResult",
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
__init__.py | 206 result = unittest.TestResult()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
__init__.py | 206 result = unittest.TestResult()
|
/cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/ |
AppSecurityTests.java | 28 import com.android.tradefed.result.TestResult; 29 import com.android.tradefed.result.TestResult.TestStatus; 465 for (Map.Entry<TestIdentifier, TestResult> resultEntry :
|
/cts/tools/vm-tests-tf/src/util/build/ |
BuildDalvikSuite.java | 24 import junit.framework.TestResult; 141 protected TestResult createTestResult() { 142 return new TestResult() {
|
/external/chromium_org/third_party/WebKit/PerformanceTests/resources/ |
results-template.html | 187 function TestResult(metric, values, associatedRun) { 231 // We can't do this in TestResult because all results for each test need to share the same unit and the same scaling factor. 570 metric.addResult(new TestResult(metric, rawMetrics[metricName].current, run));
|
/external/chromium_org/tools/telemetry/support/html_output/ |
results-template.html | 144 function TestResult(metric, values, associatedRun) { 187 // We can't do this in TestResult because all results for each test need to share the same unit and the same scaling factor. 553 metric.addResult(new TestResult(metric, rawMetrics[metricName].current, run));
|
/external/open-vcdiff/gtest/include/gtest/ |
gtest.h | 491 // TestResult is not copyable. 492 class TestResult { 494 // Creates an empty TestResult. 495 TestResult(); 497 // D'tor. Do not inherit from TestResult. 498 ~TestResult(); 595 // We disallow copying TestResult. 596 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestResult); 597 }; // class TestResult 647 const TestResult* result() const [all...] |
/frameworks/base/docs/html/tools/help/uiautomator/ |
UiAutomatorTestCase.jd | 224 TestResult 243 <span class="sympad">run</span>(TestResult arg0) 1153 <span class="sympad">run</span>(TestResult arg0)
|
/external/llvm/tools/bugpoint/ |
Miscompilation.cpp | 51 virtual TestResult doTest(std::vector<std::string> &Prefix, 57 /// TestResult - After passes have been split into a test group and a control 60 ReduceMiscompilingPasses::TestResult 185 virtual TestResult doTest(std::vector<Function*> &Prefix, 470 virtual TestResult doTest(std::vector<BasicBlock*> &Prefix, [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
case.py | 253 return result.TestResult() 293 warnings.warn("TestResult has no addSkip method, skips not reported", 341 warnings.warn("TestResult has no addExpectedFailure method, reporting as passes", 349 warnings.warn("TestResult has no addUnexpectedSuccess method, reporting as failures", 398 """Run the test without collecting errors in a TestResult""" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
case.py | 253 return result.TestResult() 293 warnings.warn("TestResult has no addSkip method, skips not reported", 341 warnings.warn("TestResult has no addExpectedFailure method, reporting as passes", 349 warnings.warn("TestResult has no addUnexpectedSuccess method, reporting as failures", 398 """Run the test without collecting errors in a TestResult""" [all...] |
/development/testrunner/test_defs/ |
instrumentation_test.py | 192 test_results: a list of am_instrument_parser.TestResult
|
/external/chromium/testing/gtest/test/ |
gtest-unittest-api_test.cc | 136 // Records a test property to verify TestResult::GetTestProperty().
|
/external/chromium_org/content/public/test/ |
test_launcher.cc | 234 base::TestResult result;
|
/external/chromium_org/testing/gtest/test/ |
gtest-unittest-api_test.cc | 136 // Records a test property to verify TestResult::GetTestProperty().
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
test_run_results_unittest.py | 46 return test_results.TestResult(test_name, failures=failures, test_run_time=run_time)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/ |
printing_unittest.py | 115 return test_results.TestResult(test_name, failures=failures, test_run_time=run_time)
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
flakiness_dashboard.js | 588 function shouldShowTest(testResult) 593 if (testResult.expectations == 'WONTFIX') 596 if (testResult.expectations == results.SKIP) 599 if (testResult.isFlaky) [all...] |
/external/chromium_org/tools/telemetry/docs/ |
telemetry.unittest.gtest_testrunner.html | 86 <dl><dt><a name="GTestTestSuite-debug"><strong>debug</strong></a>(self)</dt><dd><tt>Run the tests without collecting errors in a TestResult</tt></dd></dl>
|
/external/gtest/test/ |
gtest-unittest-api_test.cc | 136 // Records a test property to verify TestResult::GetTestProperty().
|