HomeSort by relevance Sort by last modified time
    Searched defs:exception (Results 276 - 300 of 695) sorted by null

<<11121314151617181920>>

  /art/runtime/
thread.h 131 // throwing the StackOverflow exception.
314 return tlsPtr_.exception != nullptr;
322 return tlsPtr_.exception;
332 tlsPtr_.exception = new_exception;
337 tlsPtr_.exception = nullptr;
342 // Find catch block and perform long jump to appropriate exception handle
377 // If 'msg' is NULL, no detail message is set. An exception must be pending, and will be
378 // used as the new exception's cause.
556 return ThreadOffsetFromTlsPtr<pointer_size>(OFFSETOF_MEMBER(tls_ptr_sized_values, exception));
714 // Returns the fake exception used to activate deoptimization
1039 mirror::Throwable* exception; variable
    [all...]
  /art/runtime/verifier/
method_verifier.cc 453 // Flag instructions guarded by a "try" block and check exception handlers.
597 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "bad exception entry: startAddr=" << start
621 << "exception handler starts at bad address (" << dex_pc << ")";
625 // Ensure exception types are resolved so that they don't need resolution to be delivered,
626 // unresolved exception types will be ignored by exception delivery
2969 RegType& exception = ResolveClassAndCheckAccess(iterator.GetHandlerTypeIndex()); local
    [all...]
  /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/tests/tests/media/src/android/media/cts/
ExtractDecodeEditEncodeMuxTest.java 258 private void extractDecodeEditEncodeMux() throws Exception {
259 // Exception that may be thrown during release.
260 Exception exception = null; local
302 // configure() call to throw an unhelpful exception.
360 // case we save the first exception we got and re-throw at the end (unless something
361 // other exception has already been thrown). This guarantees the first exception thrown
368 } catch(Exception e) {
370 if (exception == null)
    [all...]
  /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/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertPathValidatorUtilities.java 67 import org.bouncycastle.jce.exception.ExtCertPathValidatorException;
134 * on the given certificate has thrown an exception.
156 * on the given certificate has thrown an exception.
166 Exception invalidKeyEx = null;
226 catch (Exception ex)
343 catch (Exception e)
345 throw new AnnotatedException("exception processing extension " + oid, e);
366 catch (Exception e)
563 catch (Exception e)
576 catch (Exception ex
    [all...]
  /external/chromium_org/v8/src/
isolate.cc 428 // Capture stack trace for a detailed exception message.
780 Handle<JSObject> exception = factory()->CopyJSObject(boilerplate); local
781 DoThrow(*exception, NULL);
786 if (!error->IsJSObject()) return heap()->exception();
794 if (!stack_trace_limit->IsNumber()) return heap()->exception();
799 exception, factory()->undefined_value(), limit);
800 JSObject::SetHiddenProperty(exception,
803 return heap()->exception();
809 return heap()->exception();
850 Object* Isolate::Throw(Object* exception, MessageLocation* location)
2321 Handle<Object> exception; local
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 171 // TODO: use a app coded exception
728 final Exception_info exception = exceptions.get (e); local
729 leaders.add (exception.m_handler_pc);
1211 final Exception_info exception = exceptionTable.get (e); local
    [all...]
  /external/kernel-headers/original/uapi/asm-x86/asm/
kvm.h 243 __u32 exception; member in struct:kvm_debug_exit_arch
294 } exception; member in struct:kvm_vcpu_events
  /external/linux-tools-perf/perf-3.12.0/arch/x86/include/uapi/asm/
kvm.h 243 __u32 exception; member in struct:kvm_debug_exit_arch
294 } exception; member in struct:kvm_vcpu_events
  /external/lldb/tools/debugserver/source/
DNBDefs.h 271 } exception; member in union:DNBThreadStopInfo::__anon29155
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 10 // Demo program which implements an example LLVM exception implementation, and
14 // of -1 will trigger a foreign C++ exception to be thrown; type info types
21 // thrown exception.
32 // - Value 2 causes an exception with a type info type of 2 to be
34 // - Value 3 causes an exception with a type info type of 3 to be
36 // - Value 7 causes an exception with a type info type of 7 to be
38 // - Value -1 causes a foreign C++ exception to be thrown and not be
42 // of a C++ catch(...) clause catching a generated exception with a
149 /// This is our Exception class which relies on a negative offset to calculate
321 /// Deletes the true previosly allocated exception whose addres
1474 llvm::Value *exception = builder.CreateCall(createOurException, local
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c 633 mDNSBool exception = mDNSfalse; local
655 exception = ( ( question.qtype == kDNSType_SOA ) || ( question.qtype == kDNSType_NS ) || ( ( question.qtype == kDNSType_SRV ) && IsPublicSRV( self, &question ) ) );
668 exception = mDNSfalse;
681 pkt->isZonePublic = ( ( pkt->zone->type == kDNSZonePublic ) || exception );
    [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/qemu/android/config/linux-x86/asm/
kvm.h 220 __u32 exception; member in struct:kvm_debug_exit_arch
  /external/qemu/android/config/linux-x86_64/asm/
kvm.h 220 __u32 exception; member in struct:kvm_debug_exit_arch
  /frameworks/base/media/jni/
android_media_MediaDrm.cpp 159 jniThrowException(env, "java/lang/Exception",
215 ALOGW("An exception occurred while notifying an event.");
222 ALOGE("Illegal state exception: %s (%d)", msg, err);
224 jobject exception = env->NewObject(gFields.stateException.classId, local
227 env->Throw(static_cast<jthrowable>(exception));
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 448 Throwable exception = null; local
457 exception = e;
459 exception = e;
462 if (exception != null) {
469 Log.w(TAG, "Unable to load wallpaper!", exception);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 118 private Exception mCaughtException = null;
169 } catch (Exception e) {
176 // Exception during exception recovery? Abort all processing. Do not
177 // overwrite the original exception.
553 * thrown exception is passed to the listener in this method. If no listener is set, the
554 * exception message is logged to the error stream. You will not receive an
557 * @param exception the exception that was thrown.
560 public void onGraphRunnerError(Exception exception, boolean closedSuccessfully)
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
SSLSocketTest.java 277 android.util.Log.d("SSLSocketTest", "Exception", ex);
297 android.util.Log.d("SSLSocketTest", "Exception", ex);
310 public void testContextInitNullArgs() throws Exception {
319 public void testDefaultAlgorithms() throws Exception {
335 public void testMultithreadedClose() throws Exception {
347 } catch (Exception ex) {
360 } catch (Exception ex) {
426 } catch (Exception ex) {
428 "testMultithreadedFetch() got Exception", ex);
630 private Exception exception field in class:SSLSocketTest.TestServer
709 private Exception exception; field in class:SSLSocketTest.TestClient
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ServerSocketChannelTest.java 52 protected void setUp() throws Exception {
58 protected void tearDown() throws Exception {
62 } catch (Exception e) {
70 } catch (Exception e) {
114 public void test_bind_null() throws Exception {
129 public void test_bind_failure() throws Exception {
145 public void test_bind_closed() throws Exception {
158 public void test_bind_explicitPort() throws Exception {
251 public void testSocket_Block_BeforeClose() throws Exception {
267 public void testSocket_NonBlock_BeforeClose() throws Exception {
526 IOException exception; field in class:ServerSocketChannelTest.WriteChannelThread
594 IOException exception; field in class:ServerSocketChannelTest.WriteSocketThread
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ThreadPoolExecutorSubclassTest.java 28 Exception exception; field in class:ThreadPoolExecutorSubclassTest.CustomTask
36 public V call() throws Exception { r.run(); return res; }};
67 Exception e = null;
71 catch (Exception ex) {
77 exception = e;
89 if (exception != null)
90 throw new ExecutionException(exception);
106 if (exception != null)
107 throw new ExecutionException(exception);
    [all...]
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 89 * Returns the result of the system call though a Java exception will be pending if the result is
124 * Returns the result of the system call though a Java exception will be pending if the result is
173 jobject exception; local
175 exception = env->NewObject(exceptionClass, ctor3, detailMessage.get(), error, cause);
177 exception = env->NewObject(exceptionClass, ctor2, detailMessage.get(), error);
179 env->Throw(reinterpret_cast<jthrowable>(exception));
192 // Cache the methods ids before we throw, so we don't call GetMethodID with a pending exception.
204 // Deliberately fall through to throw another exception...
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
kvm.h 220 __u32 exception; member in struct:kvm_debug_exit_arch

Completed in 2337 milliseconds

<<11121314151617181920>>