OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutOfMemoryError
(Results
1 - 25
of
29
) sorted by null
1
2
/external/deqp/framework/opengl/
gluDefs.cpp
51
OutOfMemoryError
::
OutOfMemoryError
(const char* message, const char* expr, const char* file, int line)
56
OutOfMemoryError
::
OutOfMemoryError
(const std::string& message)
61
OutOfMemoryError
::~
OutOfMemoryError
(void) throw()
81
throw
OutOfMemoryError
(msgStr.str().c_str(), DE_NULL, file, line);
gluDefs.hpp
58
class
OutOfMemoryError
: public tcu::ResourceError
61
OutOfMemoryError
(const char* message, const char* expr, const char* file, int line);
62
OutOfMemoryError
(const std::string& message);
63
virtual ~
OutOfMemoryError
(void) throw();
gluObjectWrapper.cpp
51
throw
OutOfMemoryError
(msg.str());
/art/test/202-thread-oome/src/
Main.java
22
} catch (
OutOfMemoryError
expected) {
/art/test/080-oom-throw/src/
Main.java
26
} catch (
OutOfMemoryError
oome) {
41
} catch (
OutOfMemoryError
e) {
/art/test/104-growth-limit/src/
Main.java
33
} catch (
OutOfMemoryError
e) {
51
} catch (
OutOfMemoryError
e2) {
/art/test/061-out-of-memory/src/
Main.java
21
* Exercise the construction and throwing of
OutOfMemoryError
.
38
} catch (
OutOfMemoryError
oom) {
53
} catch (
OutOfMemoryError
oom) {
60
"
OutOfMemoryError
not thrown");
84
} catch (
OutOfMemoryError
oom) {
105
"
OutOfMemoryError
not thrown while filling heap");
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
JavaBrowserViewRendererHelper.java
36
} catch (
OutOfMemoryError
e) {
/external/droiddriver/src/com/google/android/droiddriver/helpers/
BaseDroidDriverTest.java
115
if (failure instanceof
OutOfMemoryError
) {
126
if (e instanceof
OutOfMemoryError
&& !(failure instanceof
OutOfMemoryError
)) {
136
return e instanceof UnrecoverableException || e instanceof
OutOfMemoryError
/art/test/114-ParallelGC/src/
Main.java
75
} catch (
OutOfMemoryError
oom) {
127
} catch (
OutOfMemoryError
oome) {
/art/test/004-NativeAllocations/src/
Main.java
37
throw new
OutOfMemoryError
();
/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
73
} catch (
OutOfMemoryError
outOfMem ) {
74
logWriter.println("--> Debuggee:
OutOfMemoryError
!!!");
IsCollectedDebuggee.java
67
} catch (
OutOfMemoryError
outOfMem ) {
68
logWriter.println("--> Debuggee:
OutOfMemoryError
!!!");
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmapView.java
94
} catch (
OutOfMemoryError
error) {
/art/test/004-ThreadStress/src/
Main.java
239
} catch (
OutOfMemoryError
e) {
249
} 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) {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ClassUnloadDebuggee.java
107
logWriter.println("--> Debuggee: createMemoryStress: NO
OutOfMemoryError
!!!");
108
} catch (
OutOfMemoryError
outOfMem ) {
110
logWriter.println("--> Debuggee: createMemoryStress:
OutOfMemoryError
!!!");
138
} catch (
OutOfMemoryError
outOfMem) {
152
("--> Debuggee: createMemoryStress:
OutOfMemoryError
occured: " + countOOM);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
BookmarkUtils.java
144
} catch (
OutOfMemoryError
e) {
145
Log.w(TAG, "
OutOfMemoryError
while trying to draw bitmap on canvas.");
/external/chromium_org/ui/android/java/src/org/chromium/ui/
UiUtils.java
200
} catch (
OutOfMemoryError
e) {
/external/guava/guava-tests/test/com/google/common/cache/
CacheReferencesTest.java
175
} catch (
OutOfMemoryError
e) {}
/external/deqp/modules/glshared/
glsMemoryStressCase.cpp
650
catch (const glu::
OutOfMemoryError
&)
740
catch (const glu::
OutOfMemoryError
&)
/external/deqp/modules/gles31/functional/
es31fShaderTextureSizeTests.cpp
257
catch (glu::
OutOfMemoryError
&)
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java
555
} catch (
OutOfMemoryError
o) {
Completed in 1441 milliseconds
1
2