/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/ |
D | CDPlayer.c | 159 goto bail; in ReadTOCData() 167 goto bail; in ReadTOCData() 173 goto bail; in ReadTOCData() 179 goto bail; in ReadTOCData() 186 goto bail; in ReadTOCData() 192 goto bail; in ReadTOCData() 198 goto bail; in ReadTOCData() 207 goto bail; in ReadTOCData() 298 bail: in ReadTOCData() 389 goto bail; in LoadFile() [all …]
|
/external/netcat/ |
D | netcat.c | 215 void bail (str, p1, p2, p3, p4, p5, p6) in bail() function 232 bail (wrote_txt, wrote_net, wrote_out); in catch() 233 bail (" punt!"); in catch() 242 bail ("spurious timer interrupt!"); in tmtravel() 274 bail ("Hmalloc %d failed", s); 369 bail ("gethostpoop fuxored"); 376 bail ("Can't parse %s as an IP address", name); 380 bail ("%s: forward host lookup failed: ", name); 560 bail ("loadports: no block?!"); 562 bail ("loadports: bogus values %d, %d", lo, hi); [all …]
|
/external/dropbear/libtomcrypt/src/pk/pkcs1/ |
D | pkcs_1_v1_5_decode.c | 58 goto bail; in pkcs_1_v1_5_decode() 73 goto bail; in pkcs_1_v1_5_decode() 84 goto bail; in pkcs_1_v1_5_decode() 93 goto bail; in pkcs_1_v1_5_decode() 102 bail: in pkcs_1_v1_5_decode()
|
D | pkcs_1_v1_5_encode.c | 68 goto bail; in pkcs_1_v1_5_encode() 79 goto bail; in pkcs_1_v1_5_encode() 87 goto bail; in pkcs_1_v1_5_encode() 103 bail: in pkcs_1_v1_5_encode()
|
/external/tesseract/ccutil/ |
D | scanutils.cpp | 248 enum Bail bail = BAIL_NONE; in vfscanf() local 259 while ((ch = *p++) && !bail) { in vfscanf() 269 bail = BAIL_ERR; // Match failure in vfscanf() 367 bail = BAIL_EOF; in vfscanf() 412 bail = BAIL_EOF; in vfscanf() 435 bail = BAIL_EOF; in vfscanf() 440 if (!bail) in vfscanf() 460 bail = BAIL_EOF; in vfscanf() 474 bail = BAIL_ERR; in vfscanf() 478 bail = BAIL_ERR; // Unknown sequence in vfscanf() [all …]
|
/external/zlib/examples/ |
D | gzjoin.c | 65 local int bail(char *why1, char *why2) in bail() function 141 bail("unexpected end of file on ", in->name)) 183 bail("unexpected end of file on ", in->name); in bskip() 195 bail("unexpected end of file on ", in->name); in bskip() 209 bail(in->name, " is not a valid gzip file"); in gzhead() 214 bail("unknown reserved bits set in ", in->name); in gzhead() 258 bail("unexpected end of file on ", in->name); in zpull() 293 bail("could not open ", name); in gzcopy() 306 bail("out of memory", ""); in gzcopy() 331 bail("out of memory", ""); in gzcopy() [all …]
|
/external/icu4c/test/intltest/ |
D | csdetest.cpp | 166 goto bail; in checkEncoding() 181 goto bail; in checkEncoding() 186 goto bail; in checkEncoding() 208 bail: in checkEncoding() 275 goto bail; in UTF8Test() 286 bail: in UTF8Test() 337 goto bail; in UTF16Test() 346 goto bail; // no point in looking at confidence if we got the wrong character set. in UTF16Test() 353 bail: in UTF16Test() 404 goto bail; in InputFilterTest() [all …]
|
/external/bluetooth/bluez/input/ |
D | sixpair.c | 156 goto bail; in handle_device() 163 goto bail; in handle_device() 168 goto bail; in handle_device() 179 goto bail; in handle_device() 187 goto bail; in handle_device() 199 goto bail; in handle_device() 214 goto bail; in handle_device() 218 bail: in handle_device()
|
/external/icu4c/test/cintltst/ |
D | ucsdetst.c | 130 goto bail; in TestUTF8() 141 bail: in TestUTF8() 189 goto bail; in TestUTF16() 204 bail: in TestUTF16() 236 goto bail; in TestC1Bytes() 250 goto bail; in TestC1Bytes() 259 bail: in TestC1Bytes() 316 goto bail; in TestInputFilter() 331 bail: in TestInputFilter()
|
/external/icu4c/test/letest/ |
D | cletest.c | 163 goto bail; in ParamTest() 179 bail: in ParamTest() 226 goto bail; in AccessTest() 233 goto bail; in AccessTest() 242 goto bail; in AccessTest() 278 bail: in AccessTest()
|
D | letest.cpp | 194 goto bail; in ParamTest() 210 bail: in ParamTest() 256 goto bail; in AccessTest() 263 goto bail; in AccessTest() 272 goto bail; in AccessTest() 322 bail: in AccessTest()
|
/external/neven/ |
D | FaceDetector_jni.cpp | 302 goto bail; in JNI_OnLoad() 308 goto bail; in JNI_OnLoad() 314 bail: in JNI_OnLoad()
|
/external/webkit/WebCore/platform/graphics/cairo/ |
D | rgb24-hacks.txt | 7 * anywhere at the moment, so just bail and use the fallback
|
/external/jhead/ |
D | main.c | 737 goto bail; in JNI_OnLoad() 745 goto bail; in JNI_OnLoad() 751 bail: in JNI_OnLoad()
|
/external/webkit/WebKit/mac/WebInspector/ |
D | WebNodeHighlight.mm | 193 // Until that bug is fixed, bail out to avoid worse problems where the highlight
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
D | SDL_QuartzYUV.m | 107 /* check for 16 byte alignment, bail otherwise */
|
/external/webkit/WebKitTools/WebKitLauncher/ |
D | WebKitNightlyEnabler.m | 183 // We bail out here so that we'll be called again in the freshly-launched Safari process.
|
/external/webkit/WebKit/mac/Misc/ |
D | WebNSDataExtras.m | 137 // bail if we don't find an <rss>, <feed> or <rdf> element
|
D | WebIconDatabase.mm | 106 // Inform the bridge and, if we're disabled, bail from init right here
|
/external/webkit/WebCore/platform/mac/ |
D | ClipboardMac.mm | 159 return nil; // Non-string object in the list, bail out! FIXME: When can this happen?
|
/external/webkit/WebCore/page/mac/ |
D | FrameMac.mm | 200 // We hit another form element or the start of the form - bail out
|
/external/bluetooth/glib/gthread/ |
D | ChangeLog | 823 (g_thread_init): bail out if G_THREADS_ENABLED is not defined.
|
/external/webkit/V8Binding/v8/ |
D | ChangeLog | 446 Fixed v8::Object::DeleteHiddenValue to not bail out when there
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-8 | 1179 wide-char or codepage strings on to C library functions, but bail
|
D | ChangeLog.pre-1-2 | 501 prepare() and bail out with FALSE. 852 * glib.m4: fixed a minor bug that would let configures bail out
|