OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oome
(Results
1 - 8
of
8
) sorted by null
/art/test/080-oom-throw-with-finalizer/src/
Main.java
30
} catch (OutOfMemoryError
oome
) {
62
// The test failed here. To avoid potential
OOME
during println,
65
System.out.println("NEW_ARRAY did not throw
OOME
");
69
// The test failed here. To avoid potential
OOME
during println,
72
System.out.println("NEW_INSTANCE (finalize) did not throw
OOME
");
/art/test/134-reg-promotion/src/
Main.java
28
} catch (OutOfMemoryError
oome
) {
/art/test/080-oom-throw/src/
Main.java
29
} catch (OutOfMemoryError
oome
) {
79
System.out.println("NEW_ARRAY correctly threw
OOME
");
83
System.out.println("NEW_INSTANCE correctly threw
OOME
");
95
} catch (OutOfMemoryError
oome
) {
118
System.out.println("InvocationTargetException cause not
OOME
" + e.getCause());
/libcore/luni/src/main/java/libcore/util/
NativeAllocationRegistry.java
123
} catch (OutOfMemoryError
oome
) {
125
throw
oome
;
/art/test/114-ParallelGC/src/
Main.java
93
// Any exceptions except an
OOME
in the allocation loop are bad and handed off to the
107
} catch (OutOfMemoryError
oome
) {
/packages/apps/Email/provider_src/com/android/email/provider/
AttachmentProvider.java
210
} catch (OutOfMemoryError
oome
) {
212
oome
.getMessage());
326
} catch (OutOfMemoryError
oome
) {
327
LogUtils.d(Logging.LOG_TAG, "createImageThumbnail failed with " +
oome
.getMessage());
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
ImageUtils.java
172
} catch (OutOfMemoryError
oome
) {
173
Log.e(TAG, "ImageUtils#decodeStream(InputStream, Rect, Options) threw an
OOME
",
oome
);
/art/runtime/
runtime.cc
1509
mirror::Throwable*
oome
= pre_allocated_OutOfMemoryError_.Read();
local
[
all
...]
Completed in 155 milliseconds