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

1 2 3 45 6 7

  /packages/apps/Camera/src/com/android/camera/
Thumbnail.java 82 // We only rotate the thumbnail once even if we get OOM.
Util.java 158 * request is 3. So we round up the sample size to avoid OOM.
222 Log.e(TAG, "Got oom exception ", ex);
  /packages/apps/LegacyCamera/src/com/android/camera/
Thumbnail.java 83 // We only rotate the thumbnail once even if we get OOM.
Util.java 173 * request is 3. So we round up the sample size to avoid OOM.
237 Log.e(TAG, "Got oom exception ", ex);
  /external/chromium/base/
process_util.h 175 static const char kAdjustOOMScoreSwitch[] = "--adjust-oom-score";
177 // This adjusts /proc/process/oom_adj so the Linux OOM killer will prefer
process_util_unittest.cc 221 // Send a SIGKILL to this process, just like the OOM killer would.
  /external/dbus/dbus/
dbus-string-util.c 323 _dbus_assert_not_reached ("oom");
326 _dbus_assert_not_reached ("oom");
dbus-threads.c 86 * @param location_p the location of the new mutex, can return #NULL on OOM
197 * @returns the location of a new condvar or #NULL on OOM
dbus-address.c 714 _dbus_assert_not_reached ("oom");
dbus-signature.c 538 oom:
dbus-watch.c 267 /* Add watches with the new watch function, failing on OOM */
dbus-transport.c 592 /* OOM */
637 /* OOM */
    [all...]
dbus-pending-call.c 332 * @return #FALSE on OOM
  /external/e2fsprogs/e2fsck/
revoke.c 131 goto oom;
139 oom:
  /dalvik/vm/
Ddm.cpp 476 /* assume OOM */
  /dalvik/vm/native/
dalvik_system_DexFile.cpp 430 /* probably OOM */
  /external/chromium/chrome/browser/
chrome_browser_application_mac.mm 138 // to be very uncommon in production, because of the OOM killer.
  /external/dbus/
INSTALL 57 handling of OOM conditions.
ChangeLog.pre-1-0 280 n_blocks_outstanding otherwise OOM will be reported using SMP on
286 (bus_desktop_file_load): Propertly handle OOM
835 * bus/activation.c, bus/desktop-file.c: Distinguish between OOM and
    [all...]
  /frameworks/base/core/jni/
android_database_CursorWindow.cpp 261 dataObj = env->NewCharArray(capacity); // might throw OOM
  /system/core/rootdir/
init.rc 225 # level system server to be able to adjust the kernel OOM driver
  /external/valgrind/main/coregrind/
m_wordfm.c 522 return NULL; /* oom in key dcopy */
532 return NULL; /* oom in val dcopy */
  /external/dbus/bus/
signals.c     [all...]
policy.c 444 /* On OOM or error we always reject the user */
    [all...]
  /dalvik/vm/alloc/
Heap.cpp 295 /* Let ourselves know that we tried to throw an OOM

Completed in 274 milliseconds

1 2 3 45 6 7