Searched
full:goto (Results
1751 -
1775 of
2713) sorted by null
<<71727374757677787980>>
/bionic/libc/arch-sh/bionic/ |
memset.S | 54 cmp/hs REG_TMP1,REG_LEN /* if (len >= 28) goto large; */ 56 mov #12,REG_TMP1 /* if (len >= 12) goto small; */
|
/dalvik/dx/src/com/android/dx/cf/code/ |
Ropper.java | 768 * been made to instead end with a goto, and we need to 883 * are for move-result insns, and these need goto insns as well. 895 il.set(1, new PlainInsn(Rops.GOTO, 921 * Add a goto to the end of the block if it doesn't already 932 insns.add(new PlainInsn(Rops.GOTO, pos, null, [all...] |
/dalvik/dx/src/com/android/dx/rop/ |
package-info.java | 81 * no other terminating opcode is appropriate, use a {@link Rops#GOTO GOTO}.<p>
|
/dalvik/vm/alloc/ |
HeapSource.c | 358 goto fail; 418 goto fail; 425 goto fail; 439 goto fail; [all...] |
/development/simulator/app/ |
MessageStream.cpp | 287 goto bail; 309 goto bail;
|
Preferences.cpp | 46 goto fail; 54 goto fail;
|
/device/sample/frameworks/PlatformLibrary/jni/ |
PlatformLibrary.cpp | 259 goto bail; 265 goto bail;
|
/external/bison/data/ |
glr.c | 691 goto do_not_strip_quotes; 695 goto do_not_strip_quotes; [all...] |
/external/bison/lib/ |
strtol.c | 307 goto noconv; 388 goto noconv;
|
/external/bluetooth/glib/glib/ |
giounix.c | 200 goto retry; 241 goto retry;
|
/external/dbus/bus/ |
main.c | 92 goto oom; 97 goto oom;
|
/external/dbus/dbus/ |
dbus-dataslot.c | 95 goto out; 125 goto out;
|
/external/e2fsprogs/e2fsck/ |
ea_refcount.c | 66 goto errout; 219 goto retry;
|
/external/e2fsprogs/resize/ |
main.c | 110 goto next; 119 goto next;
|
/external/freetype/src/psnames/ |
psmodule.c | 464 goto Exit; 479 goto Exit; /* we have a variant glyph */
|
/external/grub/stage2/ |
fsys_fat.c | 432 goto print_filename; 485 goto loop;
|
/external/icu4c/test/cintltst/ |
cdattst.c | 783 goto FAIL; 791 goto FAIL; 799 goto FAIL; 807 goto FAIL; [all...] |
/external/libpng/contrib/visupng/ |
cexcept.h | 147 return, break, continue, goto, longjmp) is forbidden--the compiler 153 use goto to jump to the end of the Try clause, then check the flag
|
/external/libxml2/ |
valid.c | [all...] |
/external/neven/ |
FaceDetector_jni.cpp | 304 goto bail; 310 goto bail;
|
/external/openssl/crypto/asn1/ |
tasn_utl.c | 241 goto err; 270 goto err;
|
/external/openssl/crypto/rand/ |
randfile.c | 138 if (in == NULL) goto err; 237 if (out == NULL) goto err;
|
/external/openssl/crypto/x509v3/ |
v3_lib.c | 255 goto err; 269 goto err;
|
/external/openssl/ssl/ |
d1_both.c | 376 goto f_err; 574 goto err; 598 if (i<=0) goto err; 607 goto err; 615 goto err; 623 goto err; 700 goto f_err; 705 goto f_err; [all...] |
/external/ppp/pppd/ |
ipxcp.c | 786 goto bad; 792 goto bad; 804 goto bad; 816 goto bad; 820 goto bad; 828 goto bad; 841 goto bad; 1025 goto endswitch; [all...] |
Completed in 611 milliseconds
<<71727374757677787980>>