HomeSort by relevance Sort by last modified time
    Searched defs:outOfMemory (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowSession.java 99 public boolean outOfMemory(IWindow window) throws RemoteException {
  /external/bzip2/
bzip2.c 215 static void outOfMemory ( void ) NORETURN;
417 outOfMemory (); break;
528 outOfMemory();
619 outOfMemory();
872 void outOfMemory ( void )
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
Session.java 238 public boolean outOfMemory(IWindow window) {
  /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...]

Completed in 166 milliseconds