/external/guava/guava-tests/benchmark/com/google/common/base/ |
StringsRepeatBenchmark.java | 89 // OutOfMemoryError is not far behind
|
/external/opencv3/modules/core/src/ |
alloc.cpp | 50 static void* OutOfMemoryError(size_t size) 66 return OutOfMemoryError(size); 122 return ptr ? ptr : OutOfMemoryError(size); 151 return ptr != MAP_FAILED ? ptr : OutOfMemoryError(size);
|
/external/proguard/src/proguard/gui/ |
ProGuardRunnable.java | 102 catch (OutOfMemoryError er)
|
ReTraceRunnable.java | 108 catch (OutOfMemoryError er)
|
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/ |
FakeBackgroundService.java | 55 } catch (OutOfMemoryError e) {
|
/frameworks/base/tests/CoreTests/android/core/ |
HeapTest.java | 434 } catch (OutOfMemoryError oom) { 441 "OutOfMemoryError not thrown"); 463 } catch (OutOfMemoryError oom) { 469 "OutOfMemoryError not thrown while filling heap");
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardEntryCommitter.java | 36 * If we store all vCard entries in memory, OutOfMemoryError may be thrown.
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
PoolableImageCache.java | 158 } catch (final OutOfMemoryError e) { 178 final int height) throws OutOfMemoryError, IOException { 201 } catch (final OutOfMemoryError e) { 363 } catch (final OutOfMemoryError e) {
|
/cts/tests/simplecpu/jni/ |
CpuNativeJni.cpp | 190 env->ThrowNew(env->FindClass("java/lang/OutOfMemoryError"), "No memory"); 253 env->ThrowNew(env->FindClass("java/lang/OutOfMemoryError"), "No memory");
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
ImageUtils.java | 128 * OutOfMemoryError}. 172 } catch (OutOfMemoryError oome) {
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
ImportProcessor.java | 109 } catch (OutOfMemoryError e) { 110 Log.e(LOG_TAG, "OutOfMemoryError thrown during import", e);
|
ExportProcessor.java | 99 } catch (OutOfMemoryError e) { 100 Log.e(LOG_TAG, "OutOfMemoryError thrown during import", e);
|
/frameworks/base/media/java/android/media/ |
ThumbnailUtils.java | 123 } catch (OutOfMemoryError oom) { 124 Log.e(TAG, "Unable to decode file " + filePath + ". OutOfMemoryError.", oom); 327 } catch (OutOfMemoryError ex) {
|
/frameworks/base/media/jni/ |
android_media_MediaMetadataRetriever.cpp | 107 if (!tmp) { // OutOfMemoryError exception already thrown 359 if (!array) { // OutOfMemoryError exception has already been thrown. 360 ALOGE("getEmbeddedPicture: OutOfMemoryError is thrown.");
|
/frameworks/base/services/core/java/com/android/server/net/ |
NetworkStatsRecorder.java | 192 } catch (OutOfMemoryError e) { 301 } catch (OutOfMemoryError e) { 320 } catch (OutOfMemoryError e) {
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
BitmapPool.java | 209 } catch (final OutOfMemoryError e) { 248 } catch (final OutOfMemoryError e) { 267 final int height) throws OutOfMemoryError {
|
/frameworks/base/core/jni/ |
android_util_Process.cpp | 412 jniThrowException(env, "java/lang/OutOfMemoryError", NULL); 774 jniThrowException(env, "java/lang/OutOfMemoryError", NULL); 812 jniThrowException(env, "java/lang/OutOfMemoryError", NULL); 886 jniThrowException(env, "java/lang/OutOfMemoryError", NULL); 1010 jniThrowException(env, "java/lang/OutOfMemoryError", NULL); [all...] |
/external/neven/ |
FaceDetector_jni.cpp | 144 doThrow(_env, "java/lang/OutOfMemoryError", NULL); 163 doThrow(_env, "java/lang/OutOfMemoryError", NULL);
|
/libcore/ojluni/src/main/java/java/io/ |
ByteArrayOutputStream.java | 86 * @throws OutOfMemoryError if {@code minCapacity < 0}. This is 110 throw new OutOfMemoryError();
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
AttachmentProvider.java | 210 } catch (OutOfMemoryError oome) { 326 } catch (OutOfMemoryError oome) {
|
/packages/apps/Gallery/src/com/android/camera/ |
Util.java | 76 } catch (OutOfMemoryError ex) { 325 } catch (OutOfMemoryError ex) {
|
/external/deqp/framework/opengl/ |
gluObjectWrapper.cpp | 52 throw OutOfMemoryError(msg.str());
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.osgiminimum10_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/ |
OSGi_Minimum-1.0.zip | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.osgiminimum11_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/ |
OSGi_Minimum-1.1.zip | |
/external/guava/guava-tests/test/com/google/common/cache/ |
CacheReferencesTest.java | 146 } catch (OutOfMemoryError e) {}
|