OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testresult
(Results
201 - 225
of
588
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
DalvikTestRunner.java
28
import junit.framework.
TestResult
;
95
TestResult
result = new
TestResult
();
/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
/external/vulkan-validation-layers/tests/gtest-1.7.0/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
/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
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
BaseGnssTestActivity.java
20
import com.android.cts.verifier.
TestResult
;
341
TestResult
.setPassedResult(this, name, "");
344
TestResult
.setPassedResult(this, name, "");
347
TestResult
.setFailedResult(this, name, "");
/cts/common/util/src/com/android/compatibility/common/util/
CaseResult.java
55
result = new
TestResult
(this, testName);
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
CtsXmlResultReporterTest.java
118
"<
TestResult
testPlan=\"NA\" starttime=\"ignore\" endtime=\"ignore\" " +
122
final String expectedEndTag = "</
TestResult
>";
132
assertTrue(String.format("test output did not contain expected
TestResult
end tag. Got %s",
154
"<
TestResult
testPlan=\"NA\" starttime=\"ignore\" endtime=\"ignore\" " +
/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/autotest/server/cros/ap_configurators/
pyauto_utils.py
250
unittest.
TestResult
.startTest(self, test)
254
unittest.
TestResult
.addSuccess(self, test)
258
unittest.
TestResult
.addError(self, test, err)
262
unittest.
TestResult
.addFailure(self, test, err)
/external/boringssl/src/util/
all_tests.go
52
Tests map[string]
testResult
`json:"tests"`
55
type
testResult
struct {
67
Tests: make(map[string]
testResult
),
75
t.Tests[name] =
testResult
{
/external/testng/src/main/java/org/testng/
ITestResult.java
65
* @return The name of this
TestResult
, typically identical to the name
Reporter.java
46
//valid
TestResult
objects.
101
//
TestResult
, lets clear it off
/frameworks/base/core/tests/coretests/src/android/app/activity/
SubActivityTest.java
37
public void
testResult
() throws Exception {
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
BaseDevicePolicyTest.java
24
import com.android.ddmlib.testrunner.
TestResult
;
25
import com.android.ddmlib.testrunner.
TestResult
.TestStatus;
282
for (Map.Entry<TestIdentifier,
TestResult
> testEntry :
284
TestResult
testResult
= testEntry.getValue();
285
CLog.d("Test " + testEntry.getKey() + ": " +
testResult
.getStatus());
286
if (
testResult
.getStatus() != TestStatus.PASSED) {
287
CLog.d(
testResult
.getStackTrace());
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestSuite.java
74
* @param
testResult
the {@link
TestResult
}
/external/google-benchmark/
appveyor.yml
76
function Add-CTest-Result($
testResult
)
78
$tests = ([xml](get-content $
testResult
)).Site.Testing
/external/libweave/src/commands/
command_instance_unittest.cc
120
EXPECT_TRUE(instance->Complete(*CreateDictionaryValue("{'
testResult
': 17}"),
127
'results': {'
testResult
': 17}
/external/testng/src/test/java/test/name/
NameTest.java
132
for (ITestResult
testResult
: adapter.getPassedTests()) {
133
Assert.assertTrue(testNames.remove(
testResult
.getName()),
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.0/
ddmlib-22.4.0-javadoc.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.2/
ddmlib-22.4.2-javadoc.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.0/
ddmlib-22.5.0-javadoc.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.1/
ddmlib-22.5.1-javadoc.jar
Completed in 467 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>