HomeSort by relevance Sort by last modified time
    Searched refs:TestResult (Results 101 - 125 of 432) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/v8/build/android/pylib/results/flakiness_dashboard/
json_results_generator_unittest.py 69 test_results_map[test] = json_results_generator.TestResult(
197 json_results_generator.TestResult(
201 json_results_generator.TestResult('bar.html', elapsed_time=0.0001))
json_results_generator.py 94 class TestResult(object):
139 MODIFIER_TO_CHAR = {TestResult.NONE: PASS_RESULT,
140 TestResult.DISABLED: SKIP_RESULT,
141 TestResult.FAILS: FAIL_RESULT,
142 TestResult.FLAKY: FLAKY_RESULT}
182 test_results_map: A dictionary that maps test_name to TestResult.
342 if test_result.modifier == TestResult.DISABLED:
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
TestSuiteBuilderTest.java 33 import junit.framework.TestResult;
170 TestResult result = new TestResult();
  /tools/test/connectivity/acts/framework/acts/
records.py 192 class TestResult(object):
216 """Overrides '+' operator for TestResult class.
218 The add operator merges two TestResult objects by concatenating all of
222 r: another instance of TestResult to be added
225 A TestResult instance that's the sum of two TestResult instances.
227 assert isinstance(r, TestResult)
228 sum_result = TestResult()
  /bionic/tests/
gtest_main.cpp 122 enum TestResult {
135 void SetResult(TestResult result) { result_ = result; }
137 TestResult GetResult() const { return result_; }
149 TestResult result_;
182 void SetTestResult(size_t test_id, TestResult result) {
187 TestResult GetTestResult(size_t test_id) const {
322 TestResult result = testcase.GetTestResult(test_id);
339 TestResult result = testcase.GetTestResult(test_id);
376 TestResult result = testcase.GetTestResult(i);
776 static TestResult WaitForOneChild(pid_t pid)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodFlowTestActivity.java 37 import com.android.cts.verifier.TestResult;
166 TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED);
590 setTestResult(mProfileOwnerInstalled, TestResult.TEST_RESULT_FAILED);
609 setTestResult(mIntentFiltersTest, TestResult.TEST_RESULT_FAILED);
629 intentFiltersSet ? TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED);
    [all...]
DeviceOwnerPositiveTestActivity.java 42 import com.android.cts.verifier.TestResult;
82 TestResult.setPassedResult(this, getIntent().getStringExtra(EXTRA_TEST_ID),
85 TestResult.setFailedResult(this, getIntent().getStringExtra(EXTRA_TEST_ID),
  /external/google-breakpad/src/testing/gtest/src/
gtest-internal-inl.h 594 // Returns the TestResult for the test that's currently running, or
595 // the TestResult for the ad hoc test if no test is running.
596 TestResult* current_test_result();
598 // Returns the TestResult for the ad hoc test.
599 const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; }
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 601 // Returns the TestResult for the test that's currently running, or
602 // the TestResult for the ad hoc test if no test is running.
603 TestResult* current_test_result();
605 // Returns the TestResult for the ad hoc test.
606 const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; }
720 // Adds a TestProperty to the current TestResult object when invoked in a
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 583 // Returns the TestResult for the test that's currently running, or
584 // the TestResult for the ad hoc test if no test is running.
585 TestResult* current_test_result();
587 // Returns the TestResult for the ad hoc test.
588 const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; }
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h 580 // Returns the TestResult for the test that's currently running, or
581 // the TestResult for the ad hoc test if no test is running.
582 TestResult* current_test_result();
584 // Returns the TestResult for the ad hoc test.
585 const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; }
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-internal-inl.h 601 // Returns the TestResult for the test that's currently running, or
602 // the TestResult for the ad hoc test if no test is running.
603 TestResult* current_test_result();
605 // Returns the TestResult for the ad hoc test.
606 const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; }
720 // Adds a TestProperty to the current TestResult object when invoked in a
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 595 // Returns the TestResult for the test that's currently running, or
596 // the TestResult for the ad hoc test if no test is running.
597 TestResult* current_test_result();
599 // Returns the TestResult for the ad hoc test.
600 const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; }
714 // Adds a TestProperty to the current TestResult object when invoked in a
    [all...]
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
AuptTestRunner.java 40 import junit.framework.TestResult;
302 private TestResult mTestResult;
325 public void runTest(TestResult testResult) {
326 mTestResult = testResult;
490 public TestResult getTestResult() {
495 protected TestResult createTestResult() {
496 return new TestResult();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
CameraIntentsActivity.java 41 import com.android.cts.verifier.TestResult;
439 TestResult.setPassedResult(this, "CameraIntentsActivity",
443 TestResult.setFailedResult(this, "CameraIntentsActivity",
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
KeySetHostTest.java 24 import com.android.ddmlib.testrunner.TestResult;
25 import com.android.ddmlib.testrunner.TestResult.TestStatus;
121 for (Map.Entry<TestIdentifier, TestResult> resultEntry :
  /cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
DalvikTestRunner.java 28 import junit.framework.TestResult;
95 TestResult result = new TestResult();
  /external/gtest/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
676 const TestResult* result() const { return &result_;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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
676 const TestResult* result() const { return &result_;
    [all...]
  /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/junit/
Common.mk 23 src/junit/framework/TestResult.java \
  /external/junit/src/junit/framework/
TestSuite.java 232 * Runs the tests and collects their result in a TestResult.
234 public void run(TestResult result) {
242 public void runTest(Test test, TestResult result) {
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 69 TestResult doTest(std::vector<std::string> &Removed,
75 ReducePassList::TestResult
127 TestResult doTest(std::vector<GlobalVariable*> &Prefix,
196 TestResult doTest(std::vector<Function*> &Prefix,
332 TestResult doTest(std::vector<const BasicBlock*> &Prefix,
441 TestResult doTest(std::vector<const Instruction*> &Prefix,
518 TestResult doTest(std::vector<std::string> &Prefix,
586 TestResult doTest(std::vector<const MDNode *> &Prefix,
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_suite.py 301 suite.run(unittest.TestResult())
337 result = unittest.TestResult()
356 result = unittest.TestResult()
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_suite.py 301 suite.run(unittest.TestResult())
337 result = unittest.TestResult()
356 result = unittest.TestResult()

Completed in 1769 milliseconds

1 2 3 45 6 7 8 91011>>