HomeSort by relevance Sort by last modified time
    Searched defs:testOutput (Results 1 - 22 of 22) sorted by null

  /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 {
  /external/tensorflow/tensorflow/python/ops/
nn_xent_test.py 139 def testOutput(self):
  /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/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):
  /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/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...]
  /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/protobuf/gtest/test/
gtest_output_test.py 266 def testOutput(self):
  /external/toolchain-utils/crosperf/
results_report_unittest.py 166 def testOutput(self):
182 _TestOutput = collections.namedtuple('TestOutput', [
  /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/googletest/googletest/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/eager/
backprop_test.py 544 def testOutput(self):
  /prebuilts/go/darwin-x86/src/bufio/
bufio_test.go 735 var testOutput = []byte("0123456789abcdefghijklmnopqrstuvwxy")
781 if want := testOutput[done : done+len(line)]; !bytes.Equal(want, line) {
786 if done != len(testOutput) {
787 t.Errorf("ReadLine didn't return everything: got: %d, want: %d (stride: %d)", done, len(testOutput), stride)
    [all...]
  /prebuilts/go/linux-x86/src/bufio/
bufio_test.go 735 var testOutput = []byte("0123456789abcdefghijklmnopqrstuvwxy")
781 if want := testOutput[done : done+len(line)]; !bytes.Equal(want, line) {
786 if done != len(testOutput) {
787 t.Errorf("ReadLine didn't return everything: got: %d, want: %d (stride: %d)", done, len(testOutput), stride)
    [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) {
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
BasicHtmlSanitizerTest.java     [all...]
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 797 milliseconds