/dalvik/tools/dmtracedump/ |
TraceDump.c | [all...] |
/dalvik/vm/mterp/x86/ |
footer.S | 342 GET_GLUE(%ecx) # bail expect GLUE already loaded 352 /* Set entry mode in case we bail */ 361 je common_gotoBail # break frame, bail out completely 391 call dvmMterpStdBail # bail out....
|
/dalvik/vm/mterp/x86-atom/ |
OP_INSTANCE_OF.S | 86 * Trivial test succeeded, save and bail.
|
/external/icu4c/common/ |
uidna.cpp | 270 // error bail out 351 //error bail out 471 //bail out on error 530 //bail out on error
|
/external/icu4c/samples/layout/ |
FontMap.cpp | 85 // FIXME: complain that this is a duplicate entry and bail (?)
|
/external/icu4c/test/intltest/ |
idnaref.cpp | 310 // error bail out 370 //error bail out 498 //bail out on error 562 //bail out on error
|
/external/qemu/distrib/sdl-1.2.12/src/events/ |
SDL_mouse.c | 237 /* Invalid state -- bail */
|
/external/tcpdump/ |
print-mpls.c | 172 /* ok bail out - we did not figure out what it is*/
|
/external/webkit/WebCore/bindings/v8/ |
V8LazyEventListener.cpp | 92 // Bail out if we cannot get the context.
|
/external/webkit/WebCore/css/ |
CSSImportRule.cpp | 125 // in our parent chain with the same URL, then just bail.
|
/external/webkit/WebCore/platform/graphics/ |
ImageSource.cpp | 130 // empty image dimension, just bail.
|
/external/webkit/WebKit/android/wds/client/ |
main.cpp | 110 // No device specified and more than one connected, bail
|
/external/webkit/WebKit/mac/WebInspector/ |
WebNodeHighlight.mm | 193 // Until that bug is fixed, bail out to avoid worse problems where the highlight
|
/external/webkit/WebKitTools/simplejson/ |
_speedups.c | 146 /* We hit a non-ASCII character, bail to unicode mode */
|
/frameworks/base/core/java/android/util/ |
CharsetUtils.java | 152 // Bail quickly if the length doesn't match.
|
/ndk/build/platforms/android-3/arch-arm/usr/lib/ |
liblog.so | |
/ndk/build/platforms/android-4/arch-arm/usr/lib/ |
liblog.so | |
/ndk/build/platforms/android-5/arch-arm/usr/lib/ |
liblog.so | |
/ndk/build/platforms/android-8/arch-arm/usr/lib/ |
liblog.so | |
/packages/apps/Contacts/src/com/android/contacts/ui/widget/ |
ReadOnlyContactEditorView.java | 109 // Bail if invalid state or source
|
/packages/apps/Mms/src/com/android/mms/util/ |
DraftCache.java | 116 // just bail out early.
|
/packages/apps/Phone/src/com/android/phone/ |
CallTime.java | 109 if (DBG) log("periodicUpdateTimer: timer already running, bail");
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
PackageIconLoader.java | 95 // It was an integer, but it couldn't be found, bail out
|
/dalvik/vm/mterp/armv5te/ |
footer.S | 118 mov r1,#1 @ set changeInterp to bail to debug interp 449 3: @ debugger/profiler enabled, bail out 456 * The equivalent of "goto bail", this calls through the "bail handler". 462 * other interpreter or just bail all the way out 723 beq common_gotoBail @ break frame, bail out completely [all...] |
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-armv5te-vfp.S | 196 beq 1f @ bail to interpreter 262 bxne lr @ bail to the interpreter 267 bxne lr @ bail to the interpreter 324 bxne r12 @ bail to the interpreter 417 bxne lr @ bail to the interpreter 419 bx lr @ bail to interpreter unconditionally [all...] |