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

1 2 3 4 56 7 8 91011>>

  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/dexmaker/lib/
junit.jar 
  /external/slf4j/integration/lib/
junit-3.8.1.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
junit-3.8.1.jar 
  /prebuilts/devtools/adt/lib/
junit-3.8.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/junit/junit/3.8.1/
junit-3.8.1.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/3.8.1/
junit-3.8.1.jar 
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
JarHostTest.java 39 import junit.framework.TestResult;
191 public void run(TestResult junitResult) {
203 private void runTest(TestIdentifier testId, final Test junitTest, final TestResult junitResult) {
235 private TestResult mJunitResult;
237 TestRunnable(Test junitTest, TestResult junitResult) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_doctest.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_doctest.py     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodFlowTestActivity.java 36 import com.android.cts.verifier.TestResult;
150 TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED);
461 setTestResult(mProfileOwnerInstalled, TestResult.TEST_RESULT_FAILED);
487 setTestResult(mIntentFiltersTest, TestResult.TEST_RESULT_FAILED);
505 intentFiltersSet ? TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED);
  /external/antlr/antlr-3.4/runtime/Python/
xmlrunner.py 85 class _XMLTestResult(unittest.TestResult):
94 unittest.TestResult.__init__(self)
102 unittest.TestResult.startTest(self, test)
109 unittest.TestResult.stopTest(self, test)
119 unittest.TestResult.addError(self, test, err)
123 unittest.TestResult.addFailure(self, test, err)
  /external/google-breakpad/src/testing/gtest/test/
gtest_stress_test.cc 120 const TestResult* const result = info->result();
146 const TestResult* const result = info->result();
149 // We have no access to the TestResult's list of properties but we can
  /external/gtest/test/
gtest_stress_test.cc 119 const TestResult* const result = info->result();
145 const TestResult* const result = info->result();
148 // We have no access to the TestResult's list of properties but we can
  /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/protobuf/gtest/test/
gtest_stress_test.cc 120 const TestResult* const result = info->result();
146 const TestResult* const result = info->result();
149 // We have no access to the TestResult's list of properties but we can
  /ndk/sources/third_party/googletest/googletest/test/
gtest_stress_test.cc 119 const TestResult* const result = info->result();
145 const TestResult* const result = info->result();
148 // We have no access to the TestResult's list of properties but we can
  /prebuilts/misc/common/android-support-test/
android-support-test.jar 
  /external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/
gUnitTestResult.stg 30 testResult(title, num_of_test, num_of_failure, failure, has_invalid, num_of_invalid, invalid) ::= <<
  /external/boringssl/src/util/
all_tests.go 109 Tests map[string]testResult `json:"tests"`
112 type testResult struct {
124 Tests: make(map[string]testResult),
132 t.Tests[name] = testResult{
  /external/embunit/src/
TestCaller.c 44 void TestCaller_run(TestCaller* self,TestResult* result)
TestSuite.c 43 void TestSuite_run(TestSuite* self,TestResult* result)
  /frameworks/base/core/tests/coretests/src/android/app/activity/
SubActivityTest.java 37 public void testResult() throws Exception {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestSuite.java 74 * @param testResult the {@link TestResult}
  /external/lldb/test/unittest2/
result.py 26 class TestResult(unittest.TestResult):

Completed in 959 milliseconds

1 2 3 4 56 7 8 91011>>