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

1 2

  /development/testrunner/
am_instrument_parser.py 35 test_results (list of am_output_parser.TestResult)
52 test_result = TestResult(result_block_string)
124 class TestResult(object):
  /external/chromium/third_party/icu/source/test/letest/
letest.h 35 struct TestResult
44 typedef struct TestResult TestResult;
  /external/icu4c/test/letest/
letest.h 35 struct TestResult
44 typedef struct TestResult TestResult;
  /external/embunit/inc/
Test.h 38 typedef struct __TestResult TestResult;
45 typedef void(*TestRunFunction)(void*,TestResult*);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResult.java 28 public class TestResult {
51 private static Intent createResult(Activity activity, int testResult) {
54 data.putExtra(TEST_RESULT, testResult);
59 * Convert the test activity's result into a {@link TestResult}. Only meant to be used by
62 public static TestResult fromActivityResult(int resultCode, Intent data) {
65 return new TestResult(name, result);
68 private TestResult(String name, int result) {
  /dalvik/dx/src/junit/framework/
TestResult.java 7 * A <code>TestResult</code> collects the results of executing
15 public class TestResult extends Object {
22 public TestResult() {
  /external/bluetooth/glib/tests/
shell-test.c 36 typedef struct _TestResult TestResult;
77 static const TestResult
97 const TestResult *result)
123 do_argv_test (const gchar *cmdline, const TestResult *result)
  /external/junit/src/junit/framework/
TestResult.java 7 * A <code>TestResult</code> collects the results of executing
15 public class TestResult extends Object {
22 public TestResult() {
  /libcore/junit/src/main/java/junit/framework/
TestResult.java 7 * A <code>TestResult</code> collects the results of executing
15 public class TestResult extends Object {
22 public TestResult() {
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
InstrumentationResultParser.java 96 private static class TestResult {
108 /** Provides a more user readable string for TestResult, if possible */
127 private TestResult mCurrentTestResult = null;
130 private TestResult mLastTestResult = null;
253 TestResult testInfo = getCurrentTestInfo();
279 private TestResult getCurrentTestInfo() {
281 mCurrentTestResult = new TestResult();
322 TestResult testInfo = getCurrentTestInfo();
356 private void reportResult(TestResult testInfo) {
410 private void reportTestRunStarted(TestResult testInfo)
    [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/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc     [all...]
  /external/gtest/src/
gtest.cc     [all...]
gtest-internal-inl.h 513 // TestResult is not copyable.
514 class TestResult {
516 // Creates an empty TestResult.
517 TestResult();
519 // D'tor. Do not inherit from TestResult.
520 ~TestResult();
594 // We disallow copying TestResult.
595 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestResult);
596 }; // class TestResult
634 internal::TestResult* result() { return &result_;
    [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 664 milliseconds

1 2