HomeSort by relevance Sort by last modified time
    Searched full:testresult (Results 151 - 175 of 633) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/tests/
SkpSkGrTest.cpp 72 struct TestResult {
87 TestResult test;
129 TestResult fResult;
380 void TestResult::testOne() {
502 bool fetch(SkFILEStream& reader, TestResult* result) {
553 bool match(const SkString& filename, SkFILEWStream* stream, TestResult* result) {
568 SkTArray<TestResult, true> fResults;
581 SkTArray<TestResult, true> errors;
615 TestResult& result = state.fResult;
652 TestResult::Test(state.fDirsFound[index], state.fFilesFound[index], kEncodeFiles
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/car/
CarDockTestActivity.java 33 import com.android.cts.verifier.TestResult;
60 TestResult.setPassedResult(CarDockTestActivity.this, getTestId(),
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
TestResultsTest.java 27 private static final String RESULT_START = "<TestResult>";
28 private static final String RESULT_END = "</TestResult>";
  /docs/source.android.com/src/compatibility/cts/
interpret.jd 30 <p>Inside the zip, the testResult.xml file contains the actual results?open
44 <p>If testResult.xml displays a blank page when using the Chrome browser,
  /external/deqp/framework/common/
tcuResultCollector.cpp 31 static int testResultSeverity (qpTestResult testResult)
33 switch (testResult)
  /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();
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
support.py 45 class LoggingResult(unittest.TestResult):
92 """An object honouring TestResult before startTestRun/stopTestRun."""
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
support.py 45 class LoggingResult(unittest.TestResult):
92 """An object honouring TestResult before startTestRun/stopTestRun."""
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
support.py 45 class LoggingResult(unittest.TestResult):
92 """An object honouring TestResult before startTestRun/stopTestRun."""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
support.py 45 class LoggingResult(unittest.TestResult):
92 """An object honouring TestResult before startTestRun/stopTestRun."""
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar 
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsProvider.java 69 /** Integer test result corresponding to constants in {@link TestResult}. */
70 static final String COLUMN_TEST_RESULT = "testresult";
228 static void setTestResult(Context context, String testName, int testResult,
231 values.put(TestResultsProvider.COLUMN_TEST_RESULT, testResult);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
ResultReporter.java 52 .addFormFile("resultXml", "testResult.xml.gz", data);
  /development/testrunner/tests/
am_instrument_parser_tests.py 76 result = am_instrument_parser.TestResult(segment1)
85 result = am_instrument_parser.TestResult(segment2)
96 result = am_instrument_parser.TestResult(segment3)
105 result = am_instrument_parser.TestResult(segment4)
  /external/jsr330/lib/
junit-src.jar 
  /external/junit/
Common.mk 23 src/junit/framework/TestResult.java \
  /external/junit/src/junit/framework/
JUnit4TestAdapter.java 38 public void run(TestResult result) {
JUnit4TestAdapterCache.java 45 public RunNotifier getNotifier(final TestResult result,
  /external/tpm2/
Marshal_GetTestResult.c 28 total_size += TPM_RC_Marshal(&source->testResult, buffer, size);
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
suite.py 73 """Run the tests without collecting errors in a TestResult"""
119 """Run the tests without collecting errors in a TestResult"""
254 Placeholder for a TestCase inside a result. As far as a TestResult
261 # attribute used by TestResult._exc_info_to_string
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
suite.py 73 """Run the tests without collecting errors in a TestResult"""
119 """Run the tests without collecting errors in a TestResult"""
254 Placeholder for a TestCase inside a result. As far as a TestResult
261 # attribute used by TestResult._exc_info_to_string
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
suite.py 73 """Run the tests without collecting errors in a TestResult"""
119 """Run the tests without collecting errors in a TestResult"""
254 Placeholder for a TestCase inside a result. As far as a TestResult
261 # attribute used by TestResult._exc_info_to_string
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
suite.py 73 """Run the tests without collecting errors in a TestResult"""
119 """Run the tests without collecting errors in a TestResult"""
254 Placeholder for a TestCase inside a result. As far as a TestResult
261 # attribute used by TestResult._exc_info_to_string
  /prebuilts/tools/common/m2/repository/junit/junit/3.8.1/
junit-3.8.1-sources.jar 
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 

Completed in 1295 milliseconds

1 2 3 4 5 67 8 91011>>