OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outofmemoryerror
(Results
76 - 100
of
322
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/sl4a/ScriptingLayerForAndroid/jni/
com_googlecode_android_scripting_Exec.cpp
102
JNU_ThrowByName(env, "java/lang/
OutOfMemoryError
", 0);
/frameworks/base/core/jni/
android_util_StringBlock.cpp
124
if (array == NULL) { // NewIntArray already threw
OutOfMemoryError
.
/frameworks/base/docs/html/training/displaying-bitmaps/
index.jd
46
exception:<br />{@code java.lang.
OutofMemoryError
: bitmap size exceeds VM budget}.</p>
/libcore/luni/src/main/java/java/math/
Multiplication.java
163
} catch (
OutOfMemoryError
error) {
/libcore/luni/src/test/java/libcore/util/
NativeAllocationRegistryTest.java
61
// not throw
OutOfMemoryError
because the few allocations we save
/libcore/ojluni/src/main/java/java/lang/ref/
SoftReference.java
44
* <code>
OutOfMemoryError
</code>. Otherwise no constraints are placed upon the
/packages/apps/Email/src/com/android/email/activity/
ContactStatusLoader.java
136
} catch (
OutOfMemoryError
e) {
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Strings.java
152
//
OutOfMemoryError
is not far behind
/prebuilts/misc/common/swig/include/2.0.11/gcj/
javaprims.i
156
class
OutOfMemoryError
;
/prebuilts/misc/common/swig/include/2.0.11/java/
javahead.swg
74
{ SWIG_JavaOutOfMemoryError, "java/lang/
OutOfMemoryError
" },
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
IdentityHashMap2Test.java
107
fail("should throw
OutOfMemoryError
");
108
} catch (
OutOfMemoryError
e) {
/libcore/ojluni/src/main/java/java/util/
AbstractCollection.java
205
*
OutOfMemoryError
: Requested array size exceeds VM limit
238
throw new
OutOfMemoryError
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java
452
} catch (java.lang.
OutOfMemoryError
e) {
498
} catch (java.lang.
OutOfMemoryError
e) {
/art/runtime/mirror/
string-inl.h
170
// Check for overflow and throw
OutOfMemoryError
if this was an unreasonable request.
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-SearchView/src/main/src/com/example/android/actionbarcompat/searchview/
AppListFragment.java
241
// Store the icon in a WeakReference so we do not cause a
OutOfMemoryError
.
/external/droiddriver/src/io/appium/droiddriver/helpers/
package-info.java
95
* <li>"com.android.launcher has stopped unexpectedly" and logcat says
OutOfMemoryError
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
LockscreenWallpaper.java
117
} catch (
OutOfMemoryError
e) {
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
LayoutBinder.java
158
"
OutOfMemoryError
",
/frameworks/volley/src/main/java/com/android/volley/toolbox/
ImageRequest.java
160
} catch (
OutOfMemoryError
e) {
/libcore/expectations/
brokentests.txt
140
description: "Causes
OutOfMemoryError
to test finalization",
/packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteListView.java
300
} catch (final
OutOfMemoryError
e) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterRS.java
145
} catch (java.lang.
OutOfMemoryError
e) {
/packages/apps/Messaging/src/com/android/messaging/util/
ImageUtils.java
94
throws
OutOfMemoryError
{
104
} catch (final
OutOfMemoryError
e) {
742
} catch (final
OutOfMemoryError
e) {
744
"getResizedImageData - image too big (
OutOfMemoryError
), will try "
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationWebView.java
72
} catch (
OutOfMemoryError
e) {
/external/javasqlite/src/main/java/SQLite/
Database.java
40
} catch (java.lang.
OutOfMemoryError
me) {
69
} catch (java.lang.
OutOfMemoryError
me) {
99
} catch (java.lang.
OutOfMemoryError
me) {
Completed in 3846 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>