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

<<71727374757677787980>>

  /external/v8/test/webkit/fast/js/kde/
crash-2.js 33 debug("OK. Caught an exception");
  /external/v8/test/webkit/
string-replacement-outofmemory.js 25 'This tests that string replacement with a large replacement string causes an out-of-memory exception. See <a href="https://bugs.webkit.org/show_bug.cgi?id=102956">bug 102956</a> for more details.'
try-catch-try-try-catch-try-finally-return-catch-finally.js 25 "Tests what would happen if you a throwing operation at the beginning of a finally blow that gets inlined inside a complicated catch/finally stack. The correct outcome is for this test to not crash during exception throwing."
  /frameworks/base/core/jni/
BindTest.cpp 70 goto exception;
74 exception:
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DirectoryLoader.java 96 result.exception = e;
140 } catch (Exception e) {
142 result.exception = e;
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
Scope.java 59 public static void defer(ScopedException exception) {
60 sDeferredExceptions.add(exception);
83 * consumed, it creates the exception and defers if possible then exits from the provided
88 * @param msg The exception message
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyDevController.java 116 if (ar.exception == null) {
168 if ((ar.exception == null) && (ar.result != null)) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
RuimRecords.java 183 AsyncResult.forMessage((onComplete)).exception =
341 } catch(Exception e) {
581 } catch(Exception e) {
582 Log.e(LOG_TAG,"MIPUPP read Exception error!");
616 if (ar.exception != null) {
617 loge("Exception querying IMSI, Exception:" + ar.exception);
651 if (ar.exception != null) {
669 if (ar.exception != null)
    [all...]
  /frameworks/volley/src/main/java/com/android/volley/toolbox/
BasicNetwork.java 187 * request's retry policy, a timeout exception is thrown.
191 VolleyError exception) throws VolleyError {
196 retryPolicy.retry(exception);
247 // This can happen if there was an exception above that left the entity in
  /libcore/luni/src/test/java/libcore/java/net/
ConcurrentCloseTest.java 40 public void test_accept() throws Exception {
52 public void test_connect() throws Exception {
67 public void test_connect_timeout() throws Exception {
82 public void test_connect_nonBlocking() throws Exception {
99 // For now, I'm assuming that we're happy as long as we get any reasonable exception.
106 public void test_read() throws Exception {
157 for (Throwable exception : thrownExceptions) {
158 throw exception;
164 public void test_recv() throws Exception {
178 public void test_write() throws Exception {
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ActionServiceImpl.java 97 final Exception exception) {
103 intent.putExtra(EXTRA_WORKER_EXCEPTION, exception);
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
EncodedStringValue.java 163 } catch (UnsupportedEncodingException exception) {
213 } catch (Exception e) {
234 } catch (NullPointerException exception) {
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
Recorder.java 171 } catch(IOException exception) {
181 } catch (RuntimeException exception) {
  /packages/apps/Tag/src/com/android/apps/tag/record/
VCardRecord.java 27 import com.android.vcard.exception.VCardException;
28 import com.android.vcard.exception.VCardVersionException;
111 } catch (Exception e) {
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileUtils.java 118 * or an exception will have been thrown.
120 * An exception is thrown if the file does not exist.
121 * An exception is thrown if the file object exists but is a directory.
122 * An exception is thrown if the file exists but cannot be read.
151 * or an exception will have been thrown.
155 * An exception is thrown if the file object exists but is a directory.
156 * An exception is thrown if the file exists but cannot be written to.
157 * An exception is thrown if the parent directory cannot be created.
1044 IOException exception = null; local
1454 IOException exception = null; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
kvm.h 226 __u32 exception; member in struct:kvm_debug_exit_arch
277 } exception; member in struct:kvm_vcpu_events
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
kvm.h 226 __u32 exception; member in struct:kvm_debug_exit_arch
277 } exception; member in struct:kvm_vcpu_events
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
std_string.i 19 %include <exception.i>
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_container.i 2 %include <exception.i>
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
swigtypemaps.swg 113 /*==== raise an exception ====*/
124 /*==== director output exception ====*/
155 %include <typemaps/exception.swg>
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/asm/
kvm.h 264 __u32 exception; member in struct:kvm_debug_exit_arch
311 } exception; member in struct:kvm_vcpu_events
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/asm/
kvm.h 264 __u32 exception; member in struct:kvm_debug_exit_arch
311 } exception; member in struct:kvm_vcpu_events
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/asm/
kvm.h 264 __u32 exception; member in struct:kvm_debug_exit_arch
311 } exception; member in struct:kvm_vcpu_events
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/asm/
kvm.h 264 __u32 exception; member in struct:kvm_debug_exit_arch
311 } exception; member in struct:kvm_vcpu_events
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm/
kvm.h 264 __u32 exception; member in struct:kvm_debug_exit_arch
311 } exception; member in struct:kvm_vcpu_events

Completed in 2635 milliseconds

<<71727374757677787980>>