HomeSort by relevance Sort by last modified time
    Searched full:outofmemory (Results 1 - 25 of 50) sorted by null

1 2

  /external/svox/pico/lib/
picopr.c 313 picoos_bool outOfMemory;
383 pr->outOfMemory = TRUE;
404 pr->outOfMemory = TRUE;
1023 if (pr->outOfMemory) return;
1028 if (pr->outOfMemory) return;
1039 if (pr->outOfMemory) return;
1071 if (pr->outOfMemory) return;
    [all...]
  /external/proguard/src/proguard/gui/
ReTraceRunnable.java 114 System.out.println(msg("outOfMemory"));
118 msg("outOfMemory"),
ProGuardRunnable.java 112 msg("outOfMemory"),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusbrush.h 107 updateStatus(OutOfMemory);
214 updateStatus(OutOfMemory);
259 return lastStatus = OutOfMemory;
361 return lastStatus = OutOfMemory;
422 updateStatus(OutOfMemory);
529 updateStatus(OutOfMemory);
gdipluslinecaps.h 59 lastStatus = OutOfMemory;
gdipluspath.h 77 lastStatus = OutOfMemory;
689 updateStatus(OutOfMemory);
760 return lastStatus = OutOfMemory;
803 return lastStatus = OutOfMemory;
908 return lastStatus = OutOfMemory;
927 return lastStatus = OutOfMemory;
gdiplusimpl.h 252 lastStatus = OutOfMemory;
527 lastStatus = OutOfMemory;
546 lastStatus = OutOfMemory;
817 lastStatus = OutOfMemory;
910 return lastStatus = OutOfMemory;
1021 lastStatus = OutOfMemory;
1163 lastStatus = OutOfMemory;
    [all...]
gdiplusheaders.h 81 lastStatus = OutOfMemory;
200 lastStatus = OutOfMemory;
285 lastStatus = OutOfMemory;
gdiplusimageattributes.h 58 lastStatus = OutOfMemory;
gdiplusmatrix.h 83 lastStatus = OutOfMemory;
gdipluspen.h 66 lastStatus = OutOfMemory;
gdiplusstringformat.h 69 lastStatus = OutOfMemory;
gdiplusmetafile.h 221 lastStatus = OutOfMemory;
  /frameworks/base/docs/html/training/displaying-bitmaps/
load-bitmap.jd 52 allocate memory for the constructed bitmap and therefore can easily result in an {@code OutOfMemory}
72 <p>To avoid {@code java.lang.OutOfMemory} exceptions, check the dimensions of a bitmap before
cache-bitmap.jd 89 no benefit, a cache that is too large can once again cause {@code java.lang.OutOfMemory} exceptions
101 // OutOfMemory exception. Stored in kilobytes as LruCache takes an
  /external/libmtp/src/
ptp-pack.c 730 if (!ret) goto outofmemory;
734 if (!ret) goto outofmemory;
750 if (!ret) goto outofmemory;
752 if (!ret) goto outofmemory;
754 if (!ret) goto outofmemory;
763 goto outofmemory;
776 goto outofmemory;
785 outofmemory:
808 if (!ret) goto outofmemory;
819 if (!ret) goto outofmemory;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowSession.java 111 public boolean outOfMemory(IWindow window) throws RemoteException {
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/lib/
libSDL2main.a 24 ShowErrorlM titlel messagel OutOfMemoryx? ParseCommandLine0? cmdline0c argv0?bufp2clastp3cargc4last_argc4cconsole_main?$?Yargc??argv???status?XlOt?t?$?
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/lib/
libSDL2main.a 17 OutOfMemoryx? ParseCommandLine0H? cmdline0[ argv0? bufp2[ lastp3[ argc4H last_argc4H[ShowErrorl? titlel messagelconsole_main?H"?Yargc?Hargv??6status?Hl??KRsQt"?UnEscapeQuotes? arg[ last[ c_curr[ c_last [WinMain_H0???hInst?W?hPrev?W?szCmdLine??sw?H:argv??sargc?HTcmdline?[?text??S v??L?=?XXdTq?}!??#? ?$?;??$z??????Q :X .Y  ?0? L=60X?d+q?}1YtV`?p?tV{??)?4 ?? ????M"%Rsh?WR Q Xs?qwR
  /prebuilts/misc/windows/sdl2/lib/x64/
SDL2main.lib 142 ?;;A  BH??(H?H? ?3?H??(?ROW?U1?OutOfMemory(?8?,y?z?{?|?,F 0F
    [all...]
  /libcore/luni/src/main/native/
java_lang_StringToReal.cpp 46 #define allocateU64(x, n) if (!((x) = reinterpret_cast<uint64_t*>(malloc((n) * sizeof(uint64_t))))) goto OutOfMemory;
437 OutOfMemory:
864 OutOfMemory:
  /external/bzip2/
bzip2.c 215 static void outOfMemory ( void ) NORETURN;
417 outOfMemory (); break;
528 outOfMemory();
619 outOfMemory();
872 void outOfMemory ( void )
    [all...]
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 145 boolean outOfMemory(IWindow window);
  /external/owasp/sanitizer/tools/findbugs/doc/manual/
eclipse.html 98 If you see OutOfMemory error dialogs after starting <span class="application">FindBugs</span> analysis in Eclipse,
  /frameworks/base/services/core/java/com/android/server/wm/
Session.java 228 public boolean outOfMemory(IWindow window) {

Completed in 1193 milliseconds

1 2