HomeSort by relevance Sort by last modified time
    Searched defs:TestResult (Results 26 - 50 of 81) sorted by null

12 3 4

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
result.py 26 class TestResult(object):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
result.py 26 class TestResult(object):
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
CameraIntentsActivity.java 41 import com.android.cts.verifier.TestResult;
411 TestResult.setPassedResult(this, "CameraIntentsActivity",
415 TestResult.setFailedResult(this, "CameraIntentsActivity",
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
BaseSensorSemiAutomatedTestActivity.java 33 import com.android.cts.verifier.TestResult;
82 SensorTestResult testResult = SensorTestResult.PASS;
87 testResult = SensorTestResult.SKIPPED;
90 testResult = SensorTestResult.FAIL;
93 setTestResult(testResult, message);
163 private void setTestResult(SensorTestResult testResult, String message) {
165 switch(testResult) {
168 TestResult.setPassedResult(this, this.getTestId(), message);
172 TestResult.setPassedResult(this, this.getTestId(), message);
176 TestResult.setFailedResult(this, this.getTestId(), message)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_runner_unittest.py 40 from webkitpy.layout_tests.models.test_results import TestResult
147 result = TestResult(test_name=test, failures=[test_failures.FailureReftestMismatchDidNotOccur()], reftest_type=['!='])
153 result = TestResult(test_name=test, failures=[], reftest_type=['=='])
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
PhotoCaptureActivity.java 46 import com.android.cts.verifier.TestResult;
329 TestResult.setPassedResult(this, getClass().getName(),
332 TestResult.setFailedResult(this, getClass().getName(),
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
CameraOrientationActivity.java 36 import com.android.cts.verifier.TestResult;
347 TestResult.setPassedResult(this, "CameraOrientationActivity",
351 TestResult.setFailedResult(this, "CameraOrientationActivity",
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 128 # FIXME: We already have a TestResult class in test_results.py
129 class TestResult(object):
175 MODIFIER_TO_CHAR = {TestResult.NONE: PASS_RESULT,
176 TestResult.DISABLED: SKIP_RESULT,
177 TestResult.FAILS: FAIL_RESULT,
178 TestResult.FLAKY: FLAKY_RESULT}
220 test_results_map: A dictionary that maps test_name to TestResult.
380 if test_result.modifier == TestResult.DISABLED:
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
GeeTestResultParser.java 96 private TestResult mCurrentTestResult = null;
119 private static class TestResult {
146 * a current stack trace, it returns an error string. Use {@link TestResult#hasStackTrace}
158 /** Provides a more user readable string for TestResult, if possible */
234 * Returns the current TestResult for test in progress, or a new default one.
236 * @return The TestResult for the current test run
238 private TestResult getCurrentTestResult() {
240 mCurrentTestResult = new TestResult();
247 * Clears out the current TestResult.
483 TestResult testResult = getCurrentTestResult()
    [all...]
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
AutomaticActivity.java 121 private static class TestResult {
122 TestResult(String label, float error) {
141 final HashMap<String, TestResult> mModifierResults = new HashMap<String, TestResult>();
142 final HashMap<String, TestResult> mIndividualResults = new HashMap<String, TestResult>();
143 final HashMap<String, TestResult> mModifierDiffResults = new HashMap<String, TestResult>();
144 final HashMap<String, TestResult> mIndividualDiffResults = new HashMap<String, TestResult>();
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 451 // TestResult is not copyable.
452 class TestResult {
454 // Creates an empty TestResult.
455 TestResult();
457 // D'tor. Do not inherit from TestResult.
458 ~TestResult();
532 // We disallow copying TestResult.
533 GTEST_DISALLOW_COPY_AND_ASSIGN(TestResult);
534 }; // class TestResult
565 internal::TestResult* result() { return &result_;
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 409 // TestResult is not copyable.
410 class TestResult {
412 // Creates an empty TestResult.
413 TestResult();
415 // D'tor. Do not inherit from TestResult.
416 ~TestResult();
513 // We disallow copying TestResult.
514 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestResult);
515 }; // class TestResult
565 const TestResult* result() const
    [all...]
  /external/skia/tests/
PathOpsSkpClipTest.cpp 59 struct TestResult {
74 TestResult test;
127 TestResult fResult;
283 static bool addError(TestState* data, const TestResult& testResult) {
286 int pixelError = testResult.fPixelError;
289 strcpy(data->fFilesFound[dCount], testResult.fFilename);
290 data->fDirsFound[dCount] = testResult.fDirNo;
302 strcpy(data->fFilesFound[smallestIndex], testResult.fFilename);
303 data->fDirsFound[smallestIndex] = testResult.fDirNo
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc     [all...]
  /external/chromium/testing/gtest/src/
gtest.cc     [all...]
  /external/chromium_org/testing/gtest/src/
gtest.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest.cc     [all...]
  /external/gtest/src/
gtest.cc     [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc     [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc     [all...]
  /external/open-vcdiff/gtest/src/
gtest.cc     [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc     [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest.h 507 // TestResult is not copyable.
508 class GTEST_API_ TestResult {
510 // Creates an empty TestResult.
511 TestResult();
513 // D'tor. Do not inherit from TestResult.
514 ~TestResult();
610 // We disallow copying TestResult.
611 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestResult);
612 }; // class TestResult
672 const TestResult* result() const { return &result_;
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/
gtest.h 497 // TestResult is not copyable.
498 class GTEST_API_ TestResult {
500 // Creates an empty TestResult.
501 TestResult();
503 // D'tor. Do not inherit from TestResult.
504 ~TestResult();
600 // We disallow copying TestResult.
601 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestResult);
602 }; // class TestResult
662 const TestResult* result() const { return &result_;
    [all...]

Completed in 1646 milliseconds

12 3 4