/frameworks/base/cmds/runtime/ |
main_runtime.cpp | 510 bail:
|
/frameworks/base/docs/html/videos/ |
index.jd | 210 if (videoId.indexOf("selected") != -1) { // this means this video is already selected and playing, so bail out
|
/frameworks/base/media/libstagefright/ |
MP3Extractor.cpp | 318 // If we can't even read these 10 bytes, we might as well bail
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsBackupAgent.java | 200 // Bail
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaSMSDispatcher.java | 155 // It's a storable message and there's no storage available. Bail.
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmConnection.java | 599 //Log.v("GSM", "##### processNextPostDialChar: postDialState == CANCELLED, bail");
|
GsmSMSDispatcher.java | 117 // It's a storable message and there's no storage available. Bail.
|
/external/dnsmasq/src/ |
cache.c | 387 if (!(new = cache_tail)) /* no entries left - cache is too small, bail */ 666 Then we search and bail at the first matching address that came from [all...] |
/external/v8/src/ |
messages.js | 261 // We'll never find invalid positions so bail right away. 683 // If we find more than one match bail out to avoid confusion
|
/external/webkit/WebCore/rendering/ |
RenderLayerCompositor.cpp | 638 // partial updates as required by painting or hit testing. Just bail in that case; [all...] |
/external/webkit/WebCore/rendering/style/ |
RenderStyle.cpp | 569 return; // The object is null. Nothing to do. Just bail. 595 return; // The string is null. Nothing to do. Just bail. [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
BaseBuilder.java | 617 // invalid line format, flag as error, and bail 788 // and we bail [all...] |
/external/webkit/WebCore/loader/icon/ |
IconDatabase.cpp | 257 // we can just bail now 427 // so we bail here and skip those steps 464 // If it still has a positive retain count, store the new count and bail 592 // If the urls already map to each other, bail. [all...] |
/external/v8/src/x64/ |
macro-assembler-x64.cc | [all...] |
builtins-x64.cc | 714 // Check for one argument. Bail out if argument is not smi or if it is 722 // Handle construction of an empty array of a certain size. Bail out if size [all...] |
/frameworks/base/graphics/jni/ |
android_renderscript_RenderScript.cpp | [all...] |
/external/v8/src/arm/ |
builtins-arm.cc | 326 // Check for one argument. Bail out if argument is not smi or if it is 336 // Handle construction of an empty array of a certain size. Bail out if size [all...] |
macro-assembler-arm.cc | 862 // Calculate new top and bail out if new space is exhausted. Use result [all...] |
/external/v8/src/ia32/ |
builtins-ia32.cc | [all...] |
/frameworks/base/core/jni/ |
android_util_Binder.cpp | 181 goto bail; 211 bail: [all...] |
/packages/apps/Phone/src/com/android/phone/ |
InCallScreen.java | [all...] |
/build/tools/lsd/ |
lsd.c | 625 bail out. */
|
/dalvik/vm/arch/arm/ |
CallEABI.S | 303 beq .Lcount_done @ all done, bail
|
/dalvik/vm/oo/ |
Object.c | 39 * bail out early when the name matches.
|
/external/bluetooth/bluez/audio/ |
manager.c | 1127 /* Bail out early if we haven't been initialized */
|