HomeSort by relevance Sort by last modified time
    Searched full:outofmemoryerror (Results 26 - 50 of 322) sorted by null

12 3 4 5 6 7 8 91011>>

  /art/test/114-ParallelGC/src/
Main.java 67 } catch (OutOfMemoryError oom) {
107 } catch (OutOfMemoryError oome) {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
EnableCollectionDebuggee.java 73 } catch ( OutOfMemoryError outOfMem ) {
74 logWriter.println("--> Debuggee: OutOfMemoryError!!!");
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DisableCollectionDebuggee.java 75 } catch ( OutOfMemoryError outOfMem ) {
76 logWriter.println("--> Debuggee: OutOfMemoryError!!!");
EnableCollectionDebuggee.java 104 } catch (OutOfMemoryError outOfMem) {
105 logWriter.println("--> Debuggee: OutOfMemoryError!!!");
IsCollectedDebuggee.java 67 } catch ( OutOfMemoryError outOfMem ) {
68 logWriter.println("--> Debuggee: OutOfMemoryError!!!");
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestFailureRecovery.java 85 } catch (OutOfMemoryError e) {
93 } catch (OutOfMemoryError e) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestFailureRecovery.java 81 } catch (OutOfMemoryError e) {
89 } catch (OutOfMemoryError e) {
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
NetworkUriImageRequest.java 101 } catch (final OutOfMemoryError e) {
103 "OutOfMemoryError for image with url: "
  /art/test/074-gc-thrash/src/
Main.java 188 } catch (OutOfMemoryError e) {
312 } catch (OutOfMemoryError e) {
322 } catch (OutOfMemoryError e) {
350 } catch (OutOfMemoryError e) {
  /external/droiddriver/src/io/appium/droiddriver/helpers/
BaseDroidDriverTest.java 130 if (failure instanceof OutOfMemoryError) {
141 if (e instanceof OutOfMemoryError && !(failure instanceof OutOfMemoryError)) {
154 return e instanceof UnrecoverableException || e instanceof OutOfMemoryError
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/
Test.java 47 assertEquals(14, IntermediateClass.get5(new OutOfMemoryError()));
  /libcore/luni/src/main/java/libcore/util/
NativeAllocationRegistry.java 106 * @throws OutOfMemoryError if there is not enough space on the Java heap
110 * argument before the OutOfMemoryError is
123 } catch (OutOfMemoryError oome) {
157 * @throws OutOfMemoryError if there is not enough space on the Java heap
  /libcore/ojluni/src/main/java/sun/nio/ch/
AllocatedNativeObject.java 49 * @throws OutOfMemoryError
  /prebuilts/misc/common/swig/include/2.0.11/modula3/
modula3head.swg 41 { SWIG_JavaOutOfMemoryError, "java/lang/OutOfMemoryError" },
  /art/test/004-ThreadStress/src/
Main.java 69 } catch (OutOfMemoryError e) {
130 } catch (OutOfMemoryError e) {
148 } catch (OutOfMemoryError e) {
487 } catch (OutOfMemoryError e) {
497 } catch (OutOfMemoryError e) {
593 } catch (OutOfMemoryError e) {
  /libcore/libart/src/main/java/java/lang/
Daemons.java 118 } catch (OutOfMemoryError ignored) {
157 } catch (OutOfMemoryError e) {
211 } catch (OutOfMemoryError ignored) {
273 } catch (OutOfMemoryError e) {
319 } catch (OutOfMemoryError ignored) {
383 } catch (OutOfMemoryError ignored) {
  /art/runtime/mirror/
field-inl.h 46 if (exception->GetClass()->DescriptorEquals("Ljava/lang/OutOfMemoryError;")) {
  /art/test/004-NativeAllocations/src/
Main.java 40 throw new OutOfMemoryError();
  /libcore/luni/src/test/java/libcore/java/math/
OldBigDecimalScaleOperationsTest.java 44 // Throws OutOfMemoryError instead of ArithmeticException!
  /cts/tests/tests/security/jni/
android_security_cts_EncryptionTest.cpp 149 * Exceptions: InvalidKeyException if EVP_DecryptInit fails, OutOfMemoryError
174 jniThrowException(env, "java/lang/OutOfMemoryError",
  /frameworks/base/core/jni/
android_hardware_SerialPort.cpp 174 jniThrowException(env, "java/lang/OutOfMemoryError", NULL);
213 jniThrowException(env, "java/lang/OutOfMemoryError", NULL);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ImageReaderTest.java 149 thenThrow(new OutOfMemoryError());
153 } catch(OutOfMemoryError e) {
  /libcore/luni/src/test/java/libcore/java/lang/
ThreadTest.java 43 } catch (OutOfMemoryError expected) {
56 } catch (OutOfMemoryError expected) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterTinyPlanet.java 98 } catch (java.lang.OutOfMemoryError e) {
135 } catch (java.lang.OutOfMemoryError e) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmapView.java 94 } catch (OutOfMemoryError error) {

Completed in 1060 milliseconds

12 3 4 5 6 7 8 91011>>