HomeSort by relevance Sort by last modified time
    Searched refs:exception (Results 1276 - 1300 of 4445) sorted by null

<<51525354555657585960>>

  /external/autotest/frontend/client/src/autotest/common/
XhrJsonRpcProxy.java 48 public void onError(Request request, Throwable exception) {
50 notify.showError("Unable to make RPC call", exception.toString());
  /external/chromium-trace/catapult/firefighter/update/common/buildbot/
step.py 106 The second is a string with the type and description of the exception.
124 exception = line
134 return tuple(stack_trace), exception
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
exception_formatter.py 22 exception_class, exception, tb = sys.exc_info()
31 exception_list = traceback.format_exception_only(exception_class, exception)
45 """Prints an Exception in a more useful format than the default.
59 # Format the exception.
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
rdatatype.py 31 import dns.exception namespace
178 class UnknownRdatatype(dns.exception.DNSException):
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ANY/
NSEC3PARAM.py 19 import dns.exception namespace
78 raise dns.exception.FormError
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/IN/
SRV.py 18 import dns.exception namespace
73 raise dns.exception.FormError
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/
nsbase.py 20 import dns.exception namespace
58 raise dns.exception.FormError
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
stat.py 28 from gslib.exception import CommandException
29 from gslib.exception import InvalidUrlError
  /external/clang/INPUTS/
all-std-headers.cpp 23 #include <exception>
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
ServerPairingSession.java 19 import com.google.polo.exception.NoConfigurationException;
20 import com.google.polo.exception.PoloException;
  /external/llvm/bindings/ocaml/irreader/
llvm_irreader.mli 15 exception Error of string
  /external/lzma/CS/7zip/
ICoder.cs 8 /// The exception that is thrown when an error in input stream occurs during decoding.
16 /// The exception that is thrown when the value of an argument is outside the allowable range.
57 /// <exception cref="SevenZip.DataErrorException">
59 /// </exception>
  /external/objenesis/tck/src/org/objenesis/tck/candidates/
serializable-candidates.properties 64 org.objenesis.tck.candidates.SerializableConstructorThrowingException = Constructor throwing exception (serializable)
  /external/opencv3/3rdparty/openexr/Iex/
IexBaseExc.h 43 // A general exception base class, and a few
49 #include <exception>
55 // Tell MS VC++ to suppress exception specification warnings
60 // Our most basic exception class
63 class BaseExc: public std::string, public std::exception
86 // Convenient methods to change the exception's text
109 // Stack trace for the point at which the exception
124 // A macro to save typing when declararing an exception
153 DEFINE_EXC (MathExc, BaseExc) // Arithmetic exception; more specific
162 DEFINE_EXC (NoImplExc, BaseExc) // Missing method exception e.g. from
    [all...]
  /external/v8/src/
isolate-inl.h 70 bool Isolate::is_catchable_by_javascript(Object* exception) {
71 return exception != heap()->termination_exception();
  /external/v8/test/cctest/
test-global-object.cc 52 v8::String::Utf8Value exception(try_catch.Exception());
53 CHECK_EQ(0, strcmp("ReferenceError: x is not defined", *exception));
  /external/v8/test/mjsunit/
debug-changebreakpoint.js 34 exception = false;
87 exception = e
102 assertFalse(exception, "exception in listener")
debug-clearbreakpoint.js 34 exception = false;
85 exception = e
100 assertFalse(exception, "exception in listener")
debug-evaluate-arguments.js 33 exception = false;
70 exception = e
93 assertFalse(exception, "exception in listener")
debug-evaluate-bool-constructor.js 33 var exception = false; variable
62 exception = e
79 assertFalse(exception, "exception in listener")
debug-evaluate-with.js 34 exception = false;
56 exception = e
82 assertFalse(exception, "exception in listener")
debug-stepout-recursive-function.js 32 var exception = null;
47 exception = e;
55 exception = null;
60 assertNull(exception, test_name);
debug-suspend.js 34 exception = false;
84 exception = e
94 assertFalse(exception, "exception in listener")
debug-version.js 34 exception = false;
78 exception = e
88 assertFalse(exception, "exception in listener")
  /external/v8/test/mjsunit/es6/debug-promises/
throw-caught-uncaught.js 8 // there is a catch handler for the exception thrown in a Promise.
29 assertTrue(event != Debug.DebugEvent.Exception);

Completed in 1386 milliseconds

<<51525354555657585960>>