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

<<41424344454647484950>>

  /prebuilts/misc/common/swig/include/2.0.11/
exception.i 2 * exception.i
4 * SWIG library file providing language independent exception handling
8 #error "This version of exception.i should not be used"
133 sprintf( msg_buf, "Exception(%d): %s\n", code, msg );
244 You can use the SWIG_CATCH_STDEXCEPT macro with the %exception
247 %exception {
254 SWIG_CATCH_STDEXCEPT // catch std::exception
256 SWIG_exception(SWIG_UnknownError, "Unknown exception");
264 /* catching std::exception */
277 } catch (std::exception& e)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
exception_ptr.h 0 // Exception Handling support header (exception_ptr class) for -*- C++ -*-
18 // permissions described in the GCC Runtime Library Exception, version
22 // a copy of the GCC Runtime Library Exception along with this program;
28 * Do not attempt to use it directly. @headername{exception}
40 # error This platform does not support exception propagation.
60 /** Obtain an exception_ptr to the currently handled exception. If there
61 * is none, or the currently handled exception is foreign, return the null
72 * @brief An opaque pointer to an arbitrary exception.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
exception_ptr.h 0 // Exception Handling support header (exception_ptr class) for -*- C++ -*-
18 // permissions described in the GCC Runtime Library Exception, version
22 // a copy of the GCC Runtime Library Exception along with this program;
28 * Do not attempt to use it directly. @headername{exception}
40 # error This platform does not support exception propagation.
60 /** Obtain an exception_ptr to the currently handled exception. If there
61 * is none, or the currently handled exception is foreign, return the null
72 * @brief An opaque pointer to an arbitrary exception.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
loader.py 27 def _make_failed_load_tests(name, exception, suiteClass):
28 return _make_failed_test('LoadTestsFailure', name, exception, suiteClass)
30 def _make_failed_test(classname, methodname, exception, suiteClass):
32 raise exception
72 except Exception, e:
216 # should an exception be raised instead
290 except Exception, e:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
loader.py 27 def _make_failed_load_tests(name, exception, suiteClass):
28 return _make_failed_test('LoadTestsFailure', name, exception, suiteClass)
30 def _make_failed_test(classname, methodname, exception, suiteClass):
32 raise exception
72 except Exception, e:
216 # should an exception be raised instead
290 except Exception, e:
  /external/qemu/target-mips/
helper.c 212 int exception = 0, error_code = 0; local
220 exception = EXCP_AdES;
222 exception = EXCP_AdEL;
227 exception = EXCP_TLBS;
229 exception = EXCP_TLBL;
235 exception = EXCP_TLBS;
237 exception = EXCP_TLBL;
241 exception = EXCP_LTLBL;
245 /* Raise exception */
257 env->exception_index = exception;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java 696 Exception e = new RuntimeException("ICC card is absent.");
697 AsyncResult.forMessage(onComplete).exception = e;
710 Exception e = new RuntimeException("ICC card is absent.");
711 AsyncResult.forMessage(onComplete).exception = e;
724 Exception e = new RuntimeException("ICC card is absent.");
725 AsyncResult.forMessage(onComplete).exception = e;
738 Exception e = new RuntimeException("ICC card is absent.");
739 AsyncResult.forMessage(onComplete).exception = e;
752 Exception e = new RuntimeException("CommandsInterface is not set.");
753 AsyncResult.forMessage(onComplete).exception = e
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 60 * in a rule will cause an exception and immediate exit from
176 * exception types?
180 * exception classes. This also makes it much easier for the exception
181 * handling because the exception classes do not have to have pointers back
183 * the message for an exception type would be difficult because you
184 * would have to subclassing exception, but then somehow get ANTLR
185 * to make those kinds of exception objects instead of the default.
195 * exception types.
363 * When you find a "no viable alt exception", the input is no
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-impl-0.9.0.M2.jar 
  /packages/services/Telephony/src/com/android/phone/
CallFeaturesSetting.java 686 if (result != null && result.exception == null) {
1212 Throwable exception = entry.getValue().exception; local
    [all...]
  /external/chromium_org/third_party/sinonjs/src/
sinon.js 910 var msg = label + " threw exception: ";
    [all...]
  /art/runtime/
thread.cc 1104 mirror::Throwable* exception = GetException(nullptr); local
1112 mirror::Throwable* exception = GetException(nullptr); local
1917 mirror::Throwable* exception = GetException(&throw_location); local
    [all...]
  /art/compiler/driver/
compiler_driver_test.cc 172 // Force non-virtual call to AbstractClass foo, will throw AbstractMethodError exception.
175 jthrowable exception = env_->ExceptionOccurred(); local
178 EXPECT_TRUE(env_->IsInstanceOf(exception, jlame));
  /art/compiler/llvm/
runtime_support_builder.cc 139 /* Exception */
147 Value* exception = EmitLoadFromThreadOffset(Thread::ExceptionOffset().Int32Value(), local
150 // If exception not null
151 return irb_.CreateIsNotNull(exception);
  /bionic/libc/kernel/uapi/asm-x86/asm/
kvm.h 264 __u32 exception; member in struct:kvm_debug_exit_arch
311 } exception; member in struct:kvm_vcpu_events
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/d/
T_monitor_enter_1.d 57 move-exception v3
  /development/ndk/platforms/android-L/arch-x86/include/asm/
kvm.h 264 __u32 exception; member in struct:kvm_debug_exit_arch
311 } exception; member in struct:kvm_vcpu_events
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
kvm.h 264 __u32 exception; member in struct:kvm_debug_exit_arch
311 } exception; member in struct:kvm_vcpu_events
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
event-hub.rb 171 def recognition_exception( exception )
173 listener.recognition_exception( exception )
  /external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
key.js 58 * Returns |key|'s Subject Public Key Info. Throws an exception if |key| is not
  /external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/system/impl/
CoreImplTest.java 499 boolean exception = false;
504 exception = true;
506 assertTrue(exception);
509 exception = false;
517 exception = true;
519 assertTrue(exception);
523 // - Receive a INVALID_ARGUMENT exception
557 public void onError(MojoException exception) {
558 this.mException = exception;
569 * @return the exception
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Makefile 384 @ echo nmake clean VCE (to build the MSVC dll with C++ exception handling)
385 @ echo nmake clean VSE (to build the MSVC dll with structured exception handling)
387 @ echo nmake clean VCE-inlined (to build the MSVC inlined dll with C++ exception handling)
388 @ echo nmake clean VSE-inlined (to build the MSVC inlined dll with structured exception handling)
391 @ echo nmake clean VCE-debug (to build the debug MSVC dll with C++ exception handling)
392 @ echo nmake clean VSE-debug (to build the debug MSVC dll with structured exception handling)
394 @ echo nmake clean VCE-inlined-debug (to build the debug MSVC inlined dll with C++ exception handling)
395 @ echo nmake clean VSE-inlined-debug (to build the debug MSVC inlined dll with structured exception handling)
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
WorkerScriptController.cpp 188 state->exception = ScriptValue(m_scriptState.get(), block.Exception());
210 V8ErrorHandler::storeExceptionOnErrorEventWrapper(errorEvent->get(), state.exception.v8Value(), m_scriptState->context()->Global(), m_isolate);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive_mock.py 93 raise ScriptError("Exception for %s" % args, output="MOCK command output")
125 raise ScriptError("Exception for %s" % args, output="MOCK command output")
175 def __init__(self, output='', exit_code=0, exception=None, run_command_fn=None, stderr=''):
179 self._exception = exception
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
Global.cpp 35 String::Utf8Value exception(tryCatch->Exception());
36 const char* exceptionString = to_cstring(exception);
40 // print the exception.
144 // Set up an exception handler before calling the Process function.

Completed in 1969 milliseconds

<<41424344454647484950>>