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

1 2 3 45 6 7 8 91011>>

  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V21.java 611 // OutOfMemoryError occurs. To ignore such cases, use try-catch.
622 } catch (OutOfMemoryError error) {
623 Log.e(LOG_TAG, "OutOfMemoryError happened during parsing BASE64 data!");
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
PriorityBlockingQueue.java 32 * (causing {@code OutOfMemoryError}). This class does not permit
109 * OutOfMemoryError: Requested array size exceeds VM limit
271 throw new OutOfMemoryError();
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
FileChannelImpl.java 916 } catch (OutOfMemoryError x) {
917 // An OutOfMemoryError may indicate that we've exhausted memory
927 } catch (OutOfMemoryError y) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.cdcfoundation10_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
CDC-1.0_Foundation-1.0.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.cdcfoundation11_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
CDC-1.1_Foundation-1.1.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.jre11_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
JRE-1.1.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.osgiminimum12_1.0.1.200904031014/org/eclipse/pde/api/tools/internal/api_stubs/
OSGi_Minimum-1.2.zip 
  /frameworks/base/core/jni/
android_util_XmlBlock.cpp 85 jniThrowException(env, "java/lang/OutOfMemoryError", NULL);
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadTest.java 64 fail("StackOverflowError/OutOfMemoryError is not thrown.");
  /libnativehelper/
JNIHelp.cpp 330 // NOTE: NewObject ensures that an OutOfMemoryError will be seen by the Java
  /packages/apps/Launcher2/src/com/android/launcher2/
WallpaperChooserDialogFragment.java 284 } catch (OutOfMemoryError e) {
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
BitmapRegionTileSource.java 318 } catch (FileNotFoundException | OutOfMemoryError e) {
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsSender.java 200 } catch (final OutOfMemoryError e) {
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoSource.java 243 } catch (OutOfMemoryError ome) {
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
troubleshooting.html 51 <li><a href="#outofmemoryerror">OutOfMemoryError</a></li>
359 <dt><a name="outofmemoryerror"><b>OutOfMemoryError</b></a></dt>
    [all...]
  /external/deqp/modules/glshared/
glsMemoryStressCase.cpp 650 catch (const glu::OutOfMemoryError&)
740 catch (const glu::OutOfMemoryError&)
  /frameworks/base/core/java/android/os/
Binder.java 581 } catch (OutOfMemoryError e) {
583 Log.e(TAG, "Caught an OutOfMemoryError from the binder stub implementation.", e);
  /frameworks/base/media/jni/
android_media_Utils.cpp 196 if (!keyStr) { // OutOfMemoryError
201 if (!valueStr) { // OutOfMemoryError
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 456 } catch (RuntimeException | OutOfMemoryError e) {
474 } catch (RuntimeException | OutOfMemoryError e) {
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportVCardActivity.java 275 } catch (OutOfMemoryError e) {
276 Log.e(LOG_TAG, "OutOfMemoryError occured during caching vCard");
  /packages/apps/LegacyCamera/src/com/android/camera/
Util.java 149 } catch (OutOfMemoryError ex) {
236 } catch (OutOfMemoryError ex) {
  /art/runtime/mirror/
array-inl.h 78 // but let the caller throw OutOfMemoryError.
  /art/runtime/
runtime.cc     [all...]
well_known_classes.cc 232 java_lang_OutOfMemoryError = CacheClass(env, "java/lang/OutOfMemoryError");
  /external/deqp/modules/gles31/functional/
es31fShaderTextureSizeTests.cpp 260 catch (glu::OutOfMemoryError&)

Completed in 1634 milliseconds

1 2 3 45 6 7 8 91011>>