HomeSort by relevance Sort by last modified time
    Searched full:oom (Results 26 - 50 of 175) sorted by null

12 3 4 5 6 7

  /external/webkit/LayoutTests/fast/js/resources/
string-concatenate-outofmemory.js 2 'This test checks if repeated string concatenation causes an exception (and not a crash). From WebKit Bug <a href="http://bugs.webkit.org/show_bug.cgi?id=11131">Repeated string concatenation results in OOM crash</a>.'
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/
LoadScreennailTask.java 38 // TODO: Support 1280x960 once OOM is fixed.
  /external/dbus/bus/
dir-watch-inotify.c 44 /* use a static array to avoid handling OOM */
175 /* FIXME have less lame handling for OOM, we just silently fail to
176 * watch. (In reality though, the whole OOM handling in dbus is stupid
dispatch.c 200 /* If we can't even allocate an OOM error, we just go to sleep
367 /* cancel transaction due to OOM */
377 * the OOM error
385 /* cancel transaction due to OOM */
484 /* compensate for fact that pop_message() can return #NULL due to OOM */
769 * but the correct thing may include OOM errors.
999 * but the correct thing may include OOM errors.
1089 * but the correct thing may include OOM errors.
    [all...]
expirelist.c 47 /* can return FALSE on OOM but we just let it fire again later */
373 goto oom;
409 oom:
dir-watch-dnotify.c 39 /* use a static array to avoid handling OOM */
main.c 100 goto oom;
105 goto oom;
113 oom:
187 * or OOM. Either way we should just stick with the currently
dir-watch-kqueue.c 235 /* FIXME have less lame handling for OOM, we just silently fail to
236 * watch. (In reality though, the whole OOM handling in dbus is
connection.c 340 /* can return FALSE on OOM but we just let it fire again later */
426 /* can return FALSE on OOM but we just let it fire again later */
566 goto oom;
576 goto oom;
579 goto oom;
584 goto oom;
590 goto oom;
595 goto oom;
600 oom:
646 * are OOM; this is done because we know that in bus.
    [all...]
  /external/dbus/dbus/
dbus-marshal-header.c 545 goto oom;
550 goto oom;
555 goto oom;
560 goto oom;
565 goto oom;
570 goto oom;
576 goto oom;
586 goto oom;
595 goto oom;
604 goto oom;
    [all...]
dbus-credentials.c 523 goto oom;
529 goto oom;
537 goto oom;
544 oom:
dbus-mainloop.c 85 /* last watch handle failed due to OOM */
698 /* if a watch is OOM, don't wait longer than the OOM
817 _dbus_verbose (" Invoked watch, oom = %d\n",
  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 62 int maxAdj; // Maximum OOM adjustment for this process
64 int curRawAdj; // Current OOM unlimited adjustment for this process
65 int setRawAdj; // Last set OOM unlimited adjustment for this process
67 int curAdj; // Current OOM adjustment for this process
68 int setAdj; // Last set OOM adjustment for this process
200 pw.print(prefix); pw.print("oom: max="); pw.print(maxAdj);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Array/
regress-157652.js 87 * > I'm getting a graceful OOM message on trying to sort certain large
92 * > Note below, I'm getting an instantaneous OOM error on arr.sort() for LEN
95 * > as LEN hits, say, Math.pow(2, 31) and higher. SpiderMonkey gives OOM
  /dalvik/vm/alloc/
Heap.h 42 /* Final attempt to reclaim memory before throwing an OOM. */
  /external/chromium/android/
prefix.h 44 // our new does not trigger oom
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
xmalloc.h 39 /** Allocate the specified number of bytes, just like malloc() does. However, in case of OOM, terminate */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
xmalloc.h 39 /** Allocate the specified number of bytes, just like malloc() does. However, in case of OOM, terminate */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
xmalloc.h 39 /** Allocate the specified number of bytes, just like malloc() does. However, in case of OOM, terminate */
  /development/host/windows/usb/api/
adb_legacy_interface.cpp 236 // We don't expect exceptions other than OOM thrown here.
262 // We don't expect exceptions other than OOM thrown here.
  /external/dbus/test/
test-utils.c 45 /* Can return FALSE on OOM but we just let it fire again later */
266 /* can return FALSE on OOM but we just let it fire again later */
  /system/extras/tests/sdcard/
sysutil.h 37 // .pidOutOfMemoryAdj Get and set the OOM adj value.
70 // 0: a regular process. Should die on OOM.
  /external/freetype/src/cache/
ftcsbits.c 353 * a non-zero error code only when we are out of memory (OOM).
358 * an OOM errors occur.
371 * returns the appropriate OOM error code.
  /development/samples/ApiDemos/res/layout/
remote_binding_options.xml 58 android:text="Allow OOM Management">
  /frameworks/base/media/java/android/media/
ThumbnailUtils.java 128 } catch (OutOfMemoryError oom) {
129 Log.e(TAG, "Unable to decode file " + filePath + ". OutOfMemoryError.", oom);
254 * request is 3. So we round up the sample size to avoid OOM.
333 Log.e(TAG, "Got oom exception ", ex);

Completed in 638 milliseconds

12 3 4 5 6 7