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

<<71727374757677787980>>

  /external/chromium_org/v8/test/mjsunit/regress/
regress-347914.js 44 assertDoesNotThrow = function assertDoesNotThrow(code, name_opt) { try { if (typeof code == 'function') { code(); } else { eval(code); } } catch (e) { fail("threw an exception: ", e.message || e, name_opt); } };
  /external/chromium_org/v8/test/promises-aplus/lib/
mocha.js 201 // TestCase.prototype.Run cannot throw an exception.
  /external/chromium_org/v8/test/webkit/fast/js/kde/
RegExp.js 173 // it doesn't throw an exception
exception_propagation.js 29 throw new Error("test exception");
  /external/deqp/execserver/tools/
xsTest.cpp 324 catch (const std::exception& e)
927 catch (const std::exception& e)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.variables_3.2.400.v20100505.jar 
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
  /external/eigen/doc/
eigen_navtree_hacks.js 218 // this line will triger an exception if there is no #selected element, i.e., before the tree structure is complete.
  /external/lldb/source/Plugins/Process/Utility/
RegisterContextDarwin_arm.cpp 257 { "exception",NULL, 4, EXC_OFFSET(0), eEncodingUint, eFormatHex, { LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM,LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, exc_exception }, NULL, NULL},
392 // Exception registers
454 { "Exception State Registers", "exc", k_num_exc_registers, g_exc_regnums }
710 value.SetUInt32 (exc.exception);
803 exc.exception = value.GetAsUInt32();
    [all...]
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 15 exception Error of string
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 55 exception Error of string
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 7 exception Error of string
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 48 throw (new Exception("can't Write"));
52 throw (new Exception("can't Seek"));
56 throw (new Exception("can't SetLength"));
115 throw (new Exception("Command line error"));
213 throw (new Exception("Not implemeted"));
226 throw (new Exception("Not implemeted"));
325 throw (new Exception("input .lzma is too short"));
331 throw (new Exception("can't train"));
338 throw (new Exception("Can't Read 1"));
345 throw (new Exception("Command Error"));
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
CodeEmitter.java 146 public void catch_exception(Block block, Type exception) {
153 exception.getInternalName());
654 } catch (Exception e) {
  /external/protobuf/python/
mox.py 31 parameters) is called, then an exception will be raised.
36 ensures that every expected method was called; otherwise, an exception
70 """Base exception for this module."""
80 """Init exception.
110 """Init exception.
134 """Init exception.
339 # If the list of expected calls is not empty, raise an exception
514 and returning a value, or throwing an exception (as specified). When this
728 def AndRaise(self, exception):
729 """Set the exception to raise when this method is called
    [all...]
  /external/qemu/target-i386/
kvm.c 905 if (arch_info->exception == 1) {
935 (arch_info->exception == 1) ?
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsHandler.java 154 /** DefaultState throws an exception or logs an error for unhandled message types. */
249 * This parent state throws an exception (for debug builds) or prints an error for unhandled
463 if (ar.exception != null) {
464 loge("Exception processing incoming SMS: " + ar.exception);
473 loge("Exception dispatching message", ex);
501 loge("Exception dispatching message", ex);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/
Android.mk 58 exception.cpp \
  /packages/services/Telephony/src/com/android/phone/
MobileNetworkSettings.java 543 if (ar.exception == null) {
608 if (ar.exception == null) {
    [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.20.0/
org.eclipse.tycho.p2.tools.impl-0.20.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar 

Completed in 1720 milliseconds

<<71727374757677787980>>