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

1 23 4 5 6 7

  /frameworks/support/volley/src/com/android/volley/toolbox/
ImageRequest.java 49 /** Decoding lock so that we don't decode more than one image at a time (to avoid OOM's) */
128 VolleyLog.e("Caught OOM for %d byte image, url=%s", response.data.length, getUrl());
  /external/dbus/bus/
activation.c 320 /* if we got OOM, then exit */
343 /* if we got OOM, then exit */
536 /* @todo We can return OOM or a DBUS_ERROR_FAILED error
665 /* @todo We can return OOM or a DBUS_ERROR_FAILED error
856 /* only fail on OOM, it is ok if we can't read the directory */
    [all...]
config-parser-trivial.c 107 /* argh. we have do do this carefully because of OOM */
364 _dbus_verbose ("Failed to load valid file due to OOM\n");
437 _dbus_verbose ("Failed to load valid file due to OOM\n");
config-loader-libxml.c 38 * errors and some oom errors
services.c 824 /* Send service acquired message first, OOM will result
870 * No need for operations that can produce OOM
    [all...]
test.c 81 /* can return FALSE on OOM but we just let it fire again later */
  /external/dbus/dbus/
dbus-object-tree.c 103 goto oom;
109 goto oom;
114 oom:
972 goto oom;
998 oom:
    [all...]
dbus-sysdeps-unix.c     [all...]
dbus-marshal-validate.h 52 DBUS_VALIDITY_UNKNOWN_OOM_ERROR = -4, /**< can't determine validity due to OOM */
  /frameworks/base/tests/CoreTests/android/core/
HeapTest.java 434 } catch (OutOfMemoryError oom) {
435 //Log.i(TAG, "HeapTest/OomeLarge caught " + oom);
463 } catch (OutOfMemoryError oom) {
  /dalvik/vm/
UtfString.cpp 392 // Probably OOM.
401 // Probably OOM; drop out now.
  /external/elfutils/libdw/
libdwP.h 189 /* Registered OOM handler. */
358 /* Default OOM handler. */
  /external/valgrind/main/cachegrind/
cg_merge.c 552 goto oom;
572 goto oom;
586 oom:
799 if ((!c_soKey) || (!c_soVal)) goto oom;
815 if (!c_siVal) goto oom;
835 oom:
    [all...]
  /libnativehelper/
JNIHelp.cpp 128 (*env)->ExceptionClear(e); // clear OOM
230 /* an exception, most likely OOM, will now be pending */
  /packages/apps/Gallery/src/com/android/camera/
Util.java 100 * request is 3. So we round up the sample size to avoid OOM.
326 Log.e(TAG, "Got oom exception ", ex);
  /development/host/windows/usb/api/
adb_legacy_endpoint_object.cpp 70 // We don't expect exceptions other than OOM thrown here.
  /external/bluetooth/bluez/gdbus/
mainloop.c 176 /* Because we just exit on OOM, enable/disable is
  /external/checkpolicy/
policy_define.c 1369 goto oom;
1372 goto oom;
1377 oom:
    [all...]
  /external/chromium/chrome/browser/
oom_priority_manager.cc 155 // values are more likely to be killed by the OOM killer. We also
  /external/dbus/tools/
dbus-launch.c 704 goto oom;
708 goto oom;
714 goto oom;
739 oom:
  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLBuffer.h 115 // Returns true if the buffer could be resized, false on OOM.
  /frameworks/base/core/jni/
android_view_KeyCharacterMap.cpp 184 if (!keyEventObj) break; // threw OOM exception
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/
BitmapUtils.java 114 // TODO: Take max pixels allowed into account for calculation to avoid possible OOM.
Toolbar.java 161 // clearPhotoSource() should be called before loading a new source photo to avoid OOM.
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
BitmapUtils.java 118 // TODO: Take max pixels allowed into account for calculation to avoid possible OOM.

Completed in 1283 milliseconds

1 23 4 5 6 7