HomeSort by relevance Sort by last modified time
    Searched refs:PASS (Results 101 - 125 of 229) sorted by null

1 2 3 45 6 7 8 910

  /external/chromium_org/build/android/pylib/base/
base_test_result.py 9 PASS = 'PASS'
18 return [ResultType.PASS, ResultType.FAIL, ResultType.CRASH,
83 if test_type != ResultType.PASS:
164 return self._GetType(ResultType.PASS)
  /external/chromium_org/ppapi/tests/
test_console.cc 62 PASS();
test_graphics_2d.cc 105 PASS();
260 PASS();
294 PASS();
300 PASS();
320 PASS();
339 PASS();
369 PASS();
437 PASS();
554 PASS();
600 PASS();
    [all...]
test_tcp_server_socket_private_disallowed.cc 70 PASS();
test_tcp_socket_private_trusted.cc 62 PASS();
test_video_decoder.cc 69 PASS();
test_test_internals.cc 16 PASS();
75 PASS();
83 // These comparisons should all "pass", meaning they should return the empty
169 PASS();
254 PASS();
275 PASS();
test_input_event.cc 353 PASS();
396 PASS();
417 PASS();
430 PASS();
442 PASS();
454 PASS();
test_file_ref.cc 71 PASS();
150 PASS();
171 PASS();
215 PASS();
248 PASS();
289 PASS();
355 PASS();
431 PASS();
495 PASS();
564 PASS();
    [all...]
test_post_message.cc 53 // pass to PostMessage.
310 PASS();
321 PASS();
374 PASS();
404 PASS();
483 PASS();
529 PASS();
576 PASS();
613 // Pass the file system to JavaScript and have the listener test some
678 PASS();
    [all...]
test_ime_input_event.cc 339 PASS();
367 PASS();
396 PASS();
423 PASS();
test_network_proxy.cc 73 PASS();
test_printing.cc 74 PASS();
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
zip_output_unittest.sh 91 echo PASS
  /external/protobuf/src/google/protobuf/compiler/
zip_output_unittest.sh 85 echo PASS
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
testit_android 258 # like libcxx/test/atomics/atomics.types.generic/address.pass.cpp. Define -UNDEBUG
386 PASS=0
406 pass=0
416 pass=$(($pass+1))
421 if (ls *.pass.cpp > /dev/null 2>&1)
436 for FILE in $(ls *.pass.cpp | tr ' ' '\n' | grep -v EQ | sort); do
446 pass=$(($pass+1))
466 if [ $pass -gt 0
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
testit_android 267 # like libcxx/test/atomics/atomics.types.generic/address.pass.cpp. Define -UNDEBUG
393 PASS=0
413 pass=0
423 pass=$(($pass+1))
453 pass=$(($pass+1))
473 if [ $pass -gt 0 ]
475 echo "passed $pass tests in `pwd`"
481 if [ $fail -eq 0 -a $pass -eq 0
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
BaseSensorTestActivity.java 192 testDetails = new SensorTestDetails(testName, SensorTestDetails.ResultCode.PASS);
202 if (resultCode == SensorTestDetails.ResultCode.PASS) {
435 case PASS:
453 testDetails = new SensorTestDetails(testName, SensorTestDetails.ResultCode.PASS);
459 if (resultCode == SensorTestDetails.ResultCode.PASS) {
489 testDetails.cloneAndChangeResultCode(SensorTestDetails.ResultCode.PASS));
499 testDetails.cloneAndChangeResultCode(SensorTestDetails.ResultCode.PASS));
572 case PASS:
590 saveResult(testName, SensorTestDetails.ResultCode.PASS, testSummary);
  /external/eigen/blas/testing/
dblat1.f 52 LOGICAL PASS
59 COMMON /COMBLA/ICASE, N, INCX, INCY, PASS
68 * .. Initialize PASS, INCX, and INCY for a new case. ..
73 PASS = .TRUE.
88 IF (PASS) WRITE (NOUT,99998)
93 99998 FORMAT (' ----- PASS -----')
101 LOGICAL PASS
105 COMMON /COMBLA/ICASE, N, INCX, INCY, PASS
134 LOGICAL PASS
144 COMMON /COMBLA/ICASE, N, INCX, INCY, PASS
    [all...]
  /external/chromium_org/v8/test/webkit/
tostring-exception-in-property-access.js 32 testPassed("PASS: Exception caught -- " + e);
40 testPassed("PASS: Exception caught -- " + e);
54 testPassed("PASS: Exception caught -- " + e);
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
results.js 43 results.PASS = 'PASS';
59 var NON_FAILURE_TYPES = [results.PASS, results.NO_DATA, results.SKIP, results.NOTRUN, results.WONTFIX];
85 if (failureType != results.PASS)
  /external/llvm/utils/lit/lit/formats/
googletest.py 106 return lit.Test.PASS, ''
112 return lit.Test.PASS,''
  /ndk/sources/android/support/tests/minitest/
minitest.cc 148 if (result_ == PASS)
195 case minitest::TestCase::PASS:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_run_results.py 121 elif test_result.type != test_expectations.PASS:
169 'fixable': The number of fixable tests (NOW - PASS)
181 results['fixable'] = len(tbt[test_expectations.NOW] - tbe[test_expectations.PASS])
211 if result_type == test_expectations.PASS:
223 if retry_result_type == test_expectations.PASS:
224 # The test failed unexpectedly at first, then passed unexpectedly -> unexpected pass.
  /external/chromium_org/v8/tools/testrunner/local/
verbose.py 40 * %(pass)4d tests are expected to pass
58 if list(o) == [statusfile.PASS]: passes += 1
66 "pass": passes,

Completed in 2768 milliseconds

1 2 3 45 6 7 8 910