OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testresult
(Results
151 - 175
of
588
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DeviceOwnerRequestingBugreportTestActivity.java
37
import com.android.cts.verifier.
TestResult
;
73
TestResult
.setPassedResult(this, getIntent().getStringExtra(EXTRA_TEST_ID),
76
TestResult
.setFailedResult(this, getIntent().getStringExtra(EXTRA_TEST_ID),
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
Utils.java
22
import com.android.ddmlib.testrunner.
TestResult
;
23
import com.android.ddmlib.testrunner.
TestResult
.TestStatus;
94
for (Map.Entry<TestIdentifier,
TestResult
> resultEntry :
/cts/hostsidetests/net/src/com/android/cts/net/
HostsideNetworkTestCase.java
23
import com.android.ddmlib.testrunner.
TestResult
;
24
import com.android.ddmlib.testrunner.
TestResult
.TestStatus;
154
for (Map.Entry<TestIdentifier,
TestResult
> resultEntry :
/cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaPlayerStressTest.java
116
boolean
testResult
= true;
133
testResult
= false;
146
assertTrue("playback " + mediaName,
testResult
);
/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):
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaPlayerStreamingStressTest.java
123
boolean
testResult
= true;
152
testResult
= false;
162
assertTrue("testMediaSamples",
testResult
);
Completed in 235 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>