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 88 List<String> testOutput = new ArrayList<String>();
89 testOutput.add("KeyguardController:");
90 testOutput.add(String.format(" mKeyguardShowing=%s", showing));
91 testOutput.add(" mKeyguardGoingAway=false");
92 testOutput.add(String.format(" mOccluded=%s", occluded));
93 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 64 // testOutput is a representation of Chromium's JSON test result format. See
66 type testOutput struct {
103 func newTestOutput() *testOutput {
104 return &testOutput{
113 func (t *testOutput) addResult(name, result string) {
125 func (t *testOutput) writeTo(name string) error {
453 testOutput := newTestOutput()
463 testOutput.addResult(test.longName(), "CRASHED")
468 testOutput.addResult(test.longName(), "FAIL")
471 testOutput.addResult(test.longName(), "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/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/google-benchmark/tools/gbench/
report.py 177 testOutput = os.path.join(testInputs, 'test2_run.json')
178 with open(testOutput, 'r') as f:
  /external/libcxx/utils/google-benchmark/tools/gbench/
report.py 177 testOutput = os.path.join(testInputs, 'test2_run.json')
178 with open(testOutput, 'r') as f:
  /external/vogar/src/vogar/
ClassFileIndex.java 89 public Set<File> suggestClasspaths(String testOutput) {
93 Matcher matcher = pattern.matcher(testOutput);
  /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))
71 t.Fatalf("failed to parse test output:\n%s", 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))
71 t.Fatalf("failed to parse test output:\n%s", testOutput)
  /external/protobuf/gtest/test/
gtest_output_test.py 266 def testOutput(self):
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest_output_test.py 278 def testOutput(self):
  /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/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/
gtest_output_test.py 278 def testOutput(self):
  /external/tensorflow/tensorflow/python/ops/
nn_xent_test.py 139 def testOutput(self):
  /external/toolchain-utils/crosperf/
results_report_unittest.py 166 def testOutput(self):
182 _TestOutput = collections.namedtuple('TestOutput', [

Completed in 725 milliseconds

1 2