HomeSort by relevance Sort by last modified time
    Searched refs:testOutput (Results 1 - 25 of 31) sorted by null

1 2

  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
KeyguardControllerStateTest.java 33 List<String> testOutput = new ArrayList<String>();
34 testOutput.add("mSleepTimeout=false");
35 testOutput.add(" mCurTaskIdForUser={0=2}");
36 testOutput.add(" mUserStackInFront={}");
37 KeyguardControllerState state = KeyguardControllerState.create(testOutput);
46 List<String> testOutput = new ArrayList<String>();
47 testOutput.add("KeyguardController:");
48 testOutput.add(" mKeyguardShowing=true");
49 testOutput.add(" mKeyguardGoingAway=false");
50 testOutput.add(" mOccluded=false")
    [all...]
  /external/boringssl/src/ssl/test/runner/
test_output.go 23 // testOutput is a representation of Chromium's JSON test result format. See
25 type testOutput struct {
41 func newTestOutput() *testOutput {
42 return &testOutput{
52 func (t *testOutput) addResult(name, result string) {
67 func (t *testOutput) writeTo(name string) error {
  /tools/tradefederation/core/tests/src/com/android/tradefed/suite/checker/
KeyguardStatusCheckerTest.java 87 List<String> testOutput = new ArrayList<String>();
88 testOutput.add("KeyguardController:");
89 testOutput.add(String.format(" mKeyguardShowing=%s", showing));
90 testOutput.add(" mKeyguardGoingAway=false");
91 testOutput.add(String.format(" mOccluded=%s", occluded));
92 return KeyguardControllerState.create(testOutput);
  /external/antlr/antlr-3.4/runtime/Python/tests/
t018llstar.py 25 testOutput = open(outputPath).read()
27 success = (output == testOutput)
30 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
t020fuzzy.py 28 testOutput = open(outputPath).read()
30 success = (output == testOutput)
33 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
t012lexerXML.py 42 testOutput = unicode(open(outputPath).read(), 'utf-8')
44 success = (output == testOutput)
47 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
  /external/boringssl/src/util/
all_tests.go 59 // testOutput is a representation of Chromium's JSON test result format. See
61 type testOutput struct {
97 func newTestOutput() *testOutput {
98 return &testOutput{
107 func (t *testOutput) addResult(name, result string) {
119 func (t *testOutput) writeTo(name string) error {
347 testOutput := newTestOutput()
358 testOutput.addResult(name, "CRASHED")
362 testOutput.addResult(name, "FAIL")
364 testOutput.addResult(name, "PASS"
    [all...]
  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestRunner.java 233 public void print(TestResult result, long runTime, Bundle testOutput);
349 public void print(TestResult result, long runTime, Bundle testOutput) {
350 mPrinter.print(result, runTime, testOutput);
351 testOutput.putString(Instrumentation.REPORT_KEY_STREAMRESULT,
356 mAutomationSupport.sendStatus(Activity.RESULT_OK, testOutput);
379 public void print(TestResult result, long runTime, Bundle testOutput) {
  /external/openssh/
logintest.c 240 testOutput()
250 } /* testOutput() */
297 if (be_verbose && !testOutput())
  /external/google-breakpad/src/testing/test/
gmock_output_test.py 157 def testOutput(self):
  /external/googletest/googlemock/test/
gmock_output_test.py 157 def testOutput(self):
  /external/v8/testing/gmock/test/
gmock_output_test.py 157 def testOutput(self):
  /external/vogar/src/vogar/
ClassFileIndex.java 89 public Set<File> suggestClasspaths(String testOutput) {
93 Matcher matcher = pattern.matcher(testOutput);
  /external/protobuf/gtest/test/
gtest_output_test.py 266 def testOutput(self):
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest_output_test.py 278 def testOutput(self):
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest_output_test.py 278 def testOutput(self):
  /prebuilts/go/darwin-x86/src/runtime/race/
race_test.go 47 testOutput, err := runTests(t)
49 t.Fatalf("Failed to run tests: %v\n%v", err, string(testOutput))
51 reader := bufio.NewReader(bytes.NewReader(testOutput))
  /prebuilts/go/linux-x86/src/runtime/race/
race_test.go 47 testOutput, err := runTests(t)
49 t.Fatalf("Failed to run tests: %v\n%v", err, string(testOutput))
51 reader := bufio.NewReader(bytes.NewReader(testOutput))
  /external/google-breakpad/src/testing/gtest/test/
gtest_output_test.py 278 def testOutput(self):
  /external/googletest/googletest/test/
gtest_output_test.py 279 def testOutput(self):
  /external/v8/testing/gtest/test/
gtest_output_test.py 279 def testOutput(self):
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_output_test.py 278 def testOutput(self):
  /prebuilts/go/darwin-x86/src/cmd/go/
test.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
test.go     [all...]
  /external/toolchain-utils/crosperf/
results_report_unittest.py 164 def testOutput(self):
180 _TestOutput = collections.namedtuple('TestOutput', ['summary_table',

Completed in 5214 milliseconds

1 2