HomeSort by relevance Sort by last modified time
    Searched full:testresult (Results 251 - 275 of 383) sorted by null

<<111213141516

  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h 499 // TestResult is not copyable.
500 class GTEST_API_ TestResult {
502 // Creates an empty TestResult.
503 TestResult();
505 // D'tor. Do not inherit from TestResult.
506 ~TestResult();
606 // We disallow copying TestResult.
607 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestResult);
608 }; // class TestResult
668 const TestResult* result() const { return &result_;
    [all...]
  /external/gtest/src/
gtest.cc     [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc     [all...]
  /external/gtest/test/
gtest_unittest.cc 233 using testing::TestResult;
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 233 using testing::TestResult;
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsBackupHelper.java 143 TestResult.TEST_RESULT_FAILED, null /*testDetails*/, null /*testMetrics*/);
  /external/deqp/framework/common/
tcuTestPackage.hpp 44 * tcu::TestResult iterate (void);
  /external/icu/icu4c/source/test/letest/
xmlreader.cpp 182 TestResult expected = {0, NULL, NULL, NULL};
  /external/icu/icu4c/source/test/perf/leperf/
xmlreader.cpp 182 TestResult expected = {0, NULL, NULL, NULL};
  /external/lldb/test/unittest2/
runner.py 35 class TextTestResult(result.TestResult):
case.py 28 Usually you can use TestResult.skip() or one of the skipping decorators
280 return result.TestResult()
320 warnings.warn("Use of a TestResult without an addSkip method is deprecated",
365 warnings.warn("Use of a TestResult without an addExpectedFailure method is deprecated",
373 warnings.warn("Use of a TestResult without an addUnexpectedSuccess method is deprecated",
418 """Run the test without collecting errors in a TestResult"""
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
result.py 26 class TestResult(object):
runner.py 28 class TextTestResult(result.TestResult):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
result.py 26 class TestResult(object):
runner.py 28 class TextTestResult(result.TestResult):
  /external/protobuf/gtest/src/
gtest.cc     [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 140 using testing::TestResult;
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc     [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc     [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc     [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest.h 508 // TestResult is not copyable.
509 class GTEST_API_ TestResult {
511 // Creates an empty TestResult.
512 TestResult();
514 // D'tor. Do not inherit from TestResult.
515 ~TestResult();
611 // We disallow copying TestResult.
612 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestResult);
613 }; // class TestResult
673 const TestResult* result() const { return &result_;
    [all...]
  /external/llvm/utils/unittest/googletest/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/mesa3d/src/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...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
PowerTestHostLink.java 245 String testResult = request.substring(REQUEST_SET_TEST_RESULT.length());
246 response = handleSetTestResultCmd(testResult);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsXmlResultReporter.java 66 static final String TEST_RESULT_FILE_NAME = "testResult.xml";
74 static final String RESULT_TAG = "TestResult";

Completed in 822 milliseconds

<<111213141516