OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outofmemory
(Results
1 - 25
of
30
) sorted by null
1
2
/packages/apps/Mms/src/com/android/mms/transaction/
SmsRejectedReceiver.java
47
boolean
outOfMemory
= reason == Telephony.Sms.Intents.RESULT_SMS_OUT_OF_MEMORY;
48
if (!
outOfMemory
) {
70
if (
outOfMemory
) {
/external/icu4c/i18n/
ucol_cnt.cpp
80
goto
outOfMemory
;
84
goto
outOfMemory
;
90
goto
outOfMemory
;
111
goto
outOfMemory
;
123
outOfMemory
:
233
goto
outOfMemory
;
241
goto
outOfMemory
;
246
goto
outOfMemory
;
253
outOfMemory
:
268
goto
outOfMemory
;
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/main/win32/
SDL_win32_main.c
118
static BOOL
OutOfMemory
(void)
196
return
OutOfMemory
();
330
return
OutOfMemory
();
339
return
OutOfMemory
();
348
return
OutOfMemory
();
/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
"),
GUIResources.properties
618
outOfMemory
= Out of memory
/external/v8/test/cctest/
cctest.status
47
# We cannot assume that we can throw
OutOfMemory
exceptions in all situations.
50
test-api/
OutOfMemory
: SKIP
/external/bluetooth/bluez/doc/
manager-api.txt
48
org.bluez.Error.
OutOfMemory
device-api.txt
80
org.bluez.Error.
OutOfMemory
adapter-api.txt
99
org.bluez.Error.
OutOfMemory
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzWM.m
48
if (cursor == NULL) goto
outOfMemory
;
52
if (imgrep == nil) goto
outOfMemory
;
63
if (img == nil) goto
outOfMemory
;
77
if (cursor->nscursor == nil) goto
outOfMemory
;
82
outOfMemory
:
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowSession.java
88
public boolean
outOfMemory
(IWindow window) throws RemoteException {
/development/tools/emulator/opengl/host/libs/libOpenglRender/
WindowSurface.cpp
157
fprintf(stderr,"WARNING: Failed to copy buffer data -
OutOfMemory
\n");
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Array/
regress-157652.js
105
* generates
OutOfMemory
if length fits int. It may be worth in your case
/frameworks/base/core/java/android/view/
IWindowSession.aidl
90
boolean
outOfMemory
(IWindow window);
ViewRootImpl.java
[
all
...]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
UrlOpener.java
209
// all content and store it in memory, resulting in an
OutOfMemory
exception
/libcore/luni/src/main/native/
java_lang_StringToReal.cpp
105
#define allocateU64(x, n) if (!((x) = reinterpret_cast<uint64_t*>(malloc((n) * sizeof(uint64_t))))) goto
OutOfMemory
;
507
OutOfMemory
:
981
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/services/java/com/android/server/wm/
Session.java
166
public boolean
outOfMemory
(IWindow window) {
/external/llvm/include/llvm/Support/
system_error.h
852
outofmemory
= 14, // ERROR_OUTOFMEMORY,
enumerator in enum:llvm::windows_error::_
/external/v8/src/arm/
regexp-macro-assembler-arm.cc
643
// Exit with
OutOfMemory
exception. There is not enough space on the stack
[
all
...]
/external/v8/src/ia32/
regexp-macro-assembler-ia32.cc
695
// Exit with
OutOfMemory
exception. There is not enough space on the stack
[
all
...]
/external/v8/src/x64/
regexp-macro-assembler-x64.cc
763
// Exit with
OutOfMemory
exception. There is not enough space on the stack
[
all
...]
Completed in 1635 milliseconds
1
2