/external/v8/test/mjsunit/regress/ |
regress-1210.js | 40 // We will trigger deoptimization of 'a + 0' which should bail out to
|
regress-675.js | 42 // Check that we bail out from the IC.
|
/external/v8/test/mjsunit/ |
store-dictionary.js | 54 // Check that bail-out code works.
|
/external/dnsmasq/man/fr/ |
dnsmasq.8 | 59 avec un bail DHCP, il donne un temps de vie (time-to-live) positionné à zéro, 437 ou dans un bail DHCP. 442 machines locales sont celles définies dans le fichier /etc/hosts ou dans un bail 506 .B \-F, --dhcp-range=[[net:]identifiant de réseau,]<adresse de début>,<adresse de fin>[[,<masque de réseau>],<broadcast>][,<durée de bail>] 511 Si une durée de bail est donnée, alors les baux seront donnés pour cette 512 durée. La durée de bail est donnée en secondes, en minutes (exemple : 45m), 514 durée indéterminée. Si aucune valeur n'est donnée, une durée de bail par défaut 515 de une heure est appliquée. La valeur minimum pour un bail DHCP est de 2 550 .B \-G, --dhcp-host=[<adresse matérielle>][,id:<identifiant client>|*][,net:<identifiant de réseau>][,<adresse IP>][,<nom d'hôte>][,<durée de bail>][,ignore] 553 mêmes nom d'hôte, adresse IP et durée de bail. Un nom d'hôte spécifié comm [all...] |
/dalvik/vm/compiler/codegen/x86/ |
CodegenDriver.cpp | 40 * Bail to the interpreter. Will not return to this trace. 243 assert(0); // Bail if debug build, discard otherwise
|
/external/chromium/chrome/browser/ui/cocoa/ |
keystone_infobar.mm | 142 // browser" command-line switch is present, bail out. That command-line 156 // doing anything related to auto-update is pointless. Bail out.
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
DataStatus.java | 59 // Bail early when not valid status, or when previous status was 65 // Compare timestamps and bail if older status
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/ |
DataStatus.java | 57 // Bail early when not valid status, or when previous status was 63 // Compare timestamps and bail if older status
|
/system/netd/ |
NatController.cpp | 112 // only bail out if we are adding, not removing nat rules 121 // bail on error, but only if adding
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
FastISel.cpp | 260 // Unhandled operand. Halt "fast" selection and bail. 319 // Unhandled type. Halt "fast" selection and bail. 358 if (Op0 == 0) // Unhandled operand. Halt "fast" selection and bail. 397 // Unhandled operand. Halt "fast" selection and bail. 409 // the given ISD opcode and type. Halt "fast" selection and bail. 420 // Unhandled operand. Halt "fast" selection and bail. 439 // Unhandled operand. Halt "fast" selection and bail. 454 // Unhandled operand. Halt "fast" selection and bail. 466 // Unhandled operand. Halt "fast" selection and bail. 472 // Unhandled operand. Halt "fast" selection and bail [all...] |
/libcore/luni/src/main/native/ |
org_apache_harmony_xml_ExpatParser.cpp | 448 // Bail out if a previously called handler threw an exception. 602 // Bail out if a previously called handler threw an exception. 642 // Bail out if a previously called handler threw an exception. 689 // Bail out if a previously called handler threw an exception. 721 // Bail out if a previously called handler threw an exception. 739 // Bail out if a previously called handler threw an exception. 755 // Bail out if a previously called handler threw an exception. 771 // Bail out if a previously called handler threw an exception. 797 // Bail out if a previously called handler threw an exception. 815 // Bail out if a previously called handler threw an exception [all...] |
/external/webkit/Source/WebCore/bindings/v8/ |
V8DOMWindowShell.cpp | 282 // Bail out if the context has already been initialized. 325 // Bail out if allocation of the first global objects fails. 419 // Bail out if allocation failed. 554 // Bail out if context initialization failed. 611 // Bail out if allocation failed. 616 // Bail out if fetching failed. 620 // Bail out if fetching failed.
|
/dalvik/vm/oo/ |
Class.cpp | 706 goto bail; 738 * case, so just bail out (reasonably) gracefully. 754 bail: 908 goto bail; 914 goto bail; 917 goto bail; 923 bail: [all...] |
/dalvik/vm/analysis/ |
DexVerify.cpp | 98 goto bail; 117 goto bail; 124 bail: 265 goto bail; 278 goto bail; 289 goto bail; 296 goto bail; 304 goto bail; 311 goto bail; 318 goto bail; [all...] |
/device/sample/frameworks/PlatformLibrary/jni/ |
PlatformLibrary.cpp | 259 goto bail; 265 goto bail; 271 bail:
|
/external/dbus/bus/ |
activation-helper.c | 116 /* we only bail out on OOM */ 195 /* bail out unless the dbus user is invoking the helper */ 211 /* bail out unless we are setuid to user root */
|
/external/llvm/lib/Analysis/ |
Loads.cpp | 214 // Otherwise the store that may or may not alias the pointer, bail out. 219 // If this is some other instruction that may clobber Ptr, bail out. 227 // May modify the pointer, bail out.
|
/external/neven/ |
FaceDetector_jni.cpp | 304 goto bail; 310 goto bail; 316 bail:
|
/packages/inputmethods/PinyinIME/jni/android/ |
com_android_inputmethod_pinyin_PinyinDecoderService.cpp | 424 goto bail; 429 goto bail; 435 bail:
|
/bootable/recovery/mtdutils/ |
mtdutils.c | 109 goto bail; 114 goto bail; 150 goto bail; 169 bail:
|
/dalvik/vm/mterp/armv5te/ |
OP_FILLED_NEW_ARRAY_JUMBO.S | 52 bmi 2f @ was zero, bail
|
OP_INSTANCE_OF.S | 55 * Trivial test succeeded, save and bail.
|
OP_INSTANCE_OF_JUMBO.S | 67 * Trivial test succeeded, save and bail.
|
/dalvik/vm/mterp/cstubs/ |
stubdefs.cpp | 118 * As a special case, "goto bail" turns into a longjmp.
|
/dalvik/vm/mterp/x86/ |
OP_INSTANCE_OF.S | 56 * Trivial test succeeded, save and bail.
|