HomeSort by relevance Sort by last modified time
    Searched refs:exception (Results 1401 - 1425 of 2577) sorted by null

<<51525354555657585960>>

  /external/chromium_org/v8/test/mjsunit/regress/
regress-326.js 28 // Should not crash or raise an exception.
regress-create-exception.js 48 v[0x7fffffff] = 0; // Trigger exception.
  /external/chromium_org/v8/test/webkit/
dfg-check-structure-elimination-for-non-cell.js 43 debug("Caught exception: " + e);
eval-var-decl.js 45 thirdEvalResult = "Threw exception!";
mod-crash.js 25 "This test checks that n % 0 doesn't crash with a floating-point exception."
stack-overflow-catch.js 24 description('Test that when the stack overflows, the exception goes to the last frame before the overflow');
  /external/chromium_org/v8/test/webkit/fast/js/
deep-recursion-test.js 24 description("This test how deep we can recurse, and that we get an exception when we do, as opposed to a stack overflow.");
  /external/deqp/executor/tools/
xeTestLogCompare.cpp 358 catch (const std::exception& e)
404 catch (const std::exception& e)
  /external/easymock/src/org/easymock/internal/
RecordState.java 359 for (Class<?> exception : exceptions) {
360 if (exception.isAssignableFrom(throwableClass))
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml 11 exception Error of string
  /external/llvm/bindings/ocaml/target/
llvm_target.ml 48 exception Error of string
  /frameworks/base/tools/aidl/
AST.h 273 Variable* exception; member in struct:CatchStatement
275 CatchStatement(Variable* exception);
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapBmessageParser.java 27 import com.android.vcard.exception.VCardException;
28 import com.android.vcard.exception.VCardVersionException;
81 Log.e(TAG, "I/O exception when parsing bMessage", e);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcController.java 161 if (ar.exception == null) {
167 log("DccDefaultState: Unexpected exception on EVENT_RIL_CONNECTED");
173 if (ar.exception == null) {
177 " exception; likely radio not available, ignore");
  /libcore/luni/src/main/java/java/util/logging/
LogManager.java 71 * some exception is thrown during the instantiation, then the
76 * If neither of these properties is defined, or some exception is thrown
162 } catch (Exception e) {
334 } catch (IOException exception) {
338 throw exception;
353 } catch (Exception e) {
357 } catch (Exception innerE) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMnsObexClient.java 376 private void handleSendException(String exception) {
377 Log.e(TAG, "Error when sending event: " + exception);
  /packages/apps/Mms/src/com/android/mms/ui/
ManageSimMessages.java 211 } catch (ClassCastException exception) {
212 Log.e(TAG, "Bad menuInfo.", exception);
  /packages/apps/Settings/src/com/android/settings/
IccLockSettings.java 107 iccLockChanged(ar.exception == null, msg.arg1);
110 iccPinChanged(ar.exception == null, msg.arg1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
math.h 284 /* By default all functions support both errno and exception handling.
306 to change the hardware FPU exception settings). */
315 We have a problem when using C++ since `exception' is a reserved
320 struct exception
333 extern int matherr (struct exception *__exc);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
math.h 284 /* By default all functions support both errno and exception handling.
306 to change the hardware FPU exception settings). */
315 We have a problem when using C++ since `exception' is a reserved
320 struct exception
333 extern int matherr (struct exception *__exc);
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_ios.i 35 class failure : public exception
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_mux.py 97 raise Exception('Sending invalid continuation opcode')
101 raise Exception('Sending invalid opcode %d' % opcode)
125 raise Exception('Sending invalid continuation opcode')
129 raise Exception('Sending invalid opcode %d' % inner_opcode)
160 self.exception = None
204 self.channel_events[request.channel_id].exception = e
205 except Exception, e:
206 self.channel_events[request.channel_id].exception = e
530 exception = dispatcher.channel_events[2].exception
    [all...]
  /external/chromium_org/extensions/renderer/resources/
platform_app.js 11 * @param {string} messagePrefix text to prepend to the exception message.
25 * @param {string} messagePrefix text to prepend to the exception message.
151 // Replace evil Document methods with exception-throwing stubs.
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptDebugServer.cpp 392 v8::Handle<v8::Value> exception; local
394 thisPtr->handleProgramBreak(pausedScriptState, v8::Handle<v8::Object>::Cast(info[0]), exception, hitBreakpoints);
397 void ScriptDebugServer::handleProgramBreak(ScriptState* pausedScriptState, v8::Handle<v8::Object> executionState, v8::Handle<v8::Value> exception, v8::Handle<v8::Array> hitBreakpointNumbers)
419 ScriptDebugListener::SkipPauseRequest result = listener->didPause(pausedScriptState, currentCallFrames(), ScriptValue(pausedScriptState, exception), breakpointIds);
453 if (event != v8::Break && event != v8::Exception && event != v8::AfterCompile && event != v8::BeforeCompile)
473 } else if (event == v8::Exception) {
479 v8::Handle<v8::Value> exceptionGetterValue = eventData->Get(v8AtomicString(m_isolate, "exception"));
481 v8::Handle<v8::Value> exception = V8ScriptRunner::callInternalFunction(v8::Handle<v8::Function>::Cast(exceptionGetterValue), eventData, 0, 0, m_isolate); local
482 handleProgramBreak(ScriptState::from(eventContext), eventDetails.GetExecutionState(), exception, v8::Handle<v8::Array>()); local
620 *result = ScriptValue(scriptState, tryCatch.Exception());
    [all...]
  /external/chromium_org/v8/test/mjsunit/
object-create.js 36 // Check that the right exception is thrown.
109 // will result in an exception.
163 // We shouldn't throw the exception for an ambiguous properties object

Completed in 1587 milliseconds

<<51525354555657585960>>