HomeSort by relevance Sort by last modified time
    Searched refs:failure (Results 351 - 375 of 682) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/Python/
xmlrunner.py 42 def create_failure(test, time, failure):
45 info._failure = failure
67 self._print_error(stream, 'failure', self._failure)
73 """Print information from a failure or error to the supplied stream."""
225 expected string should have the value "0.000". All error and failure
237 # Likewise, replace all failure and error messages by a simple "Foobar"
239 got = re.sub(r'(?s)<failure (.*?)>.*?</failure>', r'<failure \1>Foobar</failure>', got
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
webstore_custom_bindings.js 28 throw new Error('The failure callback parameter must be a function.');
  /external/chromium_org/native_client_sdk/src/examples/tutorial/testing/
example.js 65 // in the test failure summary).
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
example.js 78 // in the test failure summary).
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
example.js 78 // in the test failure summary).
  /external/chromium_org/native_client_sdk/src/tests/sdk_util_test/
example.js 77 // in the test failure summary).
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_run_results.py 149 failure_types = [type(failure) for failure in failures]
270 # To avoid bloating the output results json too much, only add an entry for whether the failure is unexpected.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
function_parallel.js 14 * @param {function(string)} failureCallback Callback to invoke on failure.
  /external/chromium_org/v8/test/mjsunit/es6/debug-promises/
reject-with-throw-in-reject.js 53 // Signal a failure with exit code 1. This is necessary since the
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1560.js 62 var failure = mkCOWArray();
regress-2988.js 38 // test will make sure we don't count it as an actual failure.
setter.js 60 // Verify that monomorphic prototype failure is triggered in the IC.
  /external/chromium_org/v8/test/webkit/
dfg-inline-unused-this.js 49 // a failure while the function is still live.
dfg-intrinsic-unused-this.js 45 // a failure while the function is still live.
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.cc 632 GaiaWebAuthFlow::Failure failure,
638 switch (failure) {
661 NOTREACHED() << "Unexpected error from gaia web auth flow: " << failure;
903 AddRef(); // Balanced in OnAuthFlowSuccess/Failure.
924 WebAuthFlow::Failure failure) {
925 switch (failure) {
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraDeviceImpl.java 269 public void setRemoteFailure(final CameraRuntimeException failure) {
273 switch (failure.getReason()) {
290 Log.wtf(TAG, "Unknown failure in opening camera device: " + failure.getReason());
850 CaptureRequest request, CaptureFailure failure) {
1414 final CaptureFailure failure = new CaptureFailure( local
    [all...]
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCamera2AgentImpl.java 436 CaptureFailure failure) {
437 Log.e(TAG, "Focusing failed with reason " + failure.getReason());
615 CaptureFailure failure) {
617 failure.getReason());
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
manager.py 267 _log.info("Retrying %d unexpected failure(s) ..." % len(tests_to_retry))
392 for failure in result.failures:
393 if not isinstance(failure, test_failures.FailureCrash):
395 if failure.has_log:
397 crashed_processes.append([test, failure.process_name, failure.pid])
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/chromium_org/net/disk_cache/blockfile/
block_files.cc 637 int failure = DeleteCacheFile(name) ? 0 : 1; local
638 UMA_HISTOGRAM_COUNTS("DiskCache.DeleteFailed2", failure);
639 if (failure)
  /external/chromium_org/tools/telemetry/telemetry/page/
page_runner.py 27 from telemetry.value import failure namespace
156 raise page_test.Failure('Login as ' + self.page.credentials + ' failed')
483 results.AddValue(failure.FailureValue.FromMessage(
502 results.AddValue(failure.FailureValue(page, sys.exc_info()))
512 except page_test.Failure:
515 msg='Expected failure while running %s' % page.url)
518 msg='Failure while running %s' % page.url)
519 results.AddValue(failure.FailureValue(page, sys.exc_info()))
532 results.AddValue(failure.FailureValue(page, sys.exc_info()))
  /external/chromium_org/v8/test/cctest/
test-disasm-mips.cc 72 bool failure = false;
84 if (!DisassembleAndCompare(progcounter, compare_string)) failure = true; \
89 // Exit with a failure if at least one of the tests failed.
91 if (failure) { \
test-disasm-mips64.cc 72 bool failure = false;
84 if (!DisassembleAndCompare(progcounter, compare_string)) failure = true; \
89 // Exit with a failure if at least one of the tests failed.
91 if (failure) { \
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SelectorTest.java 358 final AtomicReference<Throwable> failure = new AtomicReference<Throwable>();
374 failure.set(e);
390 assertNull(failure.get());
  /external/emma/lib/
emma_ant.jar 

Completed in 803 milliseconds

<<11121314151617181920>>