HomeSort by relevance Sort by last modified time
    Searched full:oome (Results 1 - 17 of 17) sorted by null

  /art/test/080-oom-throw/
expected.txt 1 NEW_ARRAY correctly threw OOME
2 NEW_INSTANCE correctly threw OOME
  /art/test/202-thread-oome/
info.txt 1 Tests that we throw OOME if Thread.nativeCreate fails, rather than aborting.
  /art/test/080-oom-throw/src/
Main.java 26 } catch (OutOfMemoryError oome) {
69 System.out.println("NEW_ARRAY correctly threw OOME");
73 System.out.println("NEW_INSTANCE correctly threw OOME");
  /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);
  /packages/apps/Email/provider_src/com/android/email/provider/
AttachmentProvider.java 211 } catch (OutOfMemoryError oome) {
213 oome.getMessage());
322 } catch (OutOfMemoryError oome) {
323 LogUtils.d(Logging.LOG_TAG, "createImageThumbnail failed with " + oome.getMessage());
  /external/droiddriver/src/com/google/android/droiddriver/helpers/
BaseDroidDriverTest.java 39 * example OOME, and takes screenshot on failure. It is NOT required, but
45 // In case of device-wide fatal errors, e.g. OOME, the remaining tests will
  /art/runtime/native/
java_lang_Class.cc 75 // Make sure allocation didn't fail with an OOME.
  /art/test/114-ParallelGC/src/
Main.java 127 } catch (OutOfMemoryError oome) {
  /art/runtime/
class_linker.cc     [all...]
runtime.cc 859 // Pre-allocate an OutOfMemoryError for the double-OOME case.
1113 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_.Read(); local
    [all...]
thread.h     [all...]
thread.cc     [all...]
  /art/runtime/gc/
heap.cc     [all...]
heap.h 439 // Returns approximately how much free memory we have until the next OOME happens.
    [all...]
  /art/runtime/mirror/
class.cc 879 CHECK(self->IsExceptionPending()); // Expect an OOME.
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java 679 LogUtils.e(LOG_TAG, e, "OOME when attempting to scale screenshot");
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java     [all...]

Completed in 436 milliseconds