HomeSort by relevance Sort by last modified time
    Searched full:goto (Results 251 - 275 of 2713) sorted by null

<<11121314151617181920>>

  /bionic/libc/bionic/
pututline.c 47 goto ret;
49 goto ret;
51 goto ret;
  /bionic/libc/stdio/
asprintf.c 38 goto err;
44 goto err;
48 goto err;
vasprintf.c 38 goto err;
42 goto err;
46 goto err;
  /dalvik/dx/tests/046-dex-exceptions/
expected.txt 14 000d: goto 0008 // -0005
37 0016: goto 0011 // -0005
42 001b: goto 0011 // -000a
  /dalvik/dx/tests/061-dex-try-catch/
expected.txt 17 000a: goto 0004 // -0006
30 000a: goto 0004 // -0006
45 000c: goto 0006 // -0006
  /external/blktrace/btt/
trace_remap.c 41 goto out;
47 goto out;
51 goto out;
  /external/dropbear/libtomcrypt/src/mac/pmac/
pmac_memory.c 51 goto LBL_ERR;
54 goto LBL_ERR;
57 goto LBL_ERR;
  /external/dropbear/libtommath/
bn_mp_lcm.c 31 goto LBL_T;
38 goto LBL_T;
44 goto LBL_T;
  /external/elfutils/libelf/
gelf_update_shdr.c 47 goto out;
58 goto out;
81 goto out;
  /external/openssl/crypto/dh/
dh_key.c 113 if (ctx == NULL) goto err;
118 if (priv_key == NULL) goto err;
127 if (pub_key == NULL) goto err;
138 goto err;
144 if (!BN_rand(priv_key, l, 0, 0)) goto err;
160 if (!dh->meth->bn_mod_exp(dh, pub_key, dh->g, prk, dh->p, ctx, mont)) goto err;
187 goto err;
191 if (ctx == NULL) goto err;
198 goto err;
211 goto err
    [all...]
  /external/openssl/crypto/x509/
by_file.c 143 goto err;
163 goto err;
167 if (!i) goto err;
180 goto err;
183 if (!i) goto err;
189 goto err;
210 goto err;
230 goto err;
234 if (!i) goto err;
247 goto err
    [all...]
  /external/qemu/
elf_ops.h 122 goto fail;
125 goto fail;
156 goto fail;
161 goto fail;
192 goto fail;
201 goto fail;
206 goto fail;
210 goto fail;
222 goto fail;
224 goto fail
    [all...]
  /sdk/apkbuilder/etc/
apkbuilder.bat 30 if not defined java_exe goto :EOF
36 if exist %frameworkdir%%jarfile% goto JarFileOk
40 if exist %frameworkdir%%jarfile% goto JarFileOk
  /sdk/draw9patch/etc/
draw9patch.bat 30 if not defined java_exe goto :EOF
36 if exist %frameworkdir%%jarfile% goto JarFileOk
39 if exist %frameworkdir%%jarfile% goto JarFileOk
  /sdk/hierarchyviewer/etc/
hierarchyviewer.bat 30 if not defined java_exe goto :EOF
36 if exist %frameworkdir%%jarfile% goto JarFileOk
39 if exist %frameworkdir%%jarfile% goto JarFileOk
  /system/core/toolbox/
insmod.c 27 goto bail;
33 goto bail;
38 goto bail;
  /external/libxml2/
pattern.c 506 goto found;
509 goto rollback;
517 goto rollback;
520 goto rollback;
524 goto rollback;
526 goto rollback;
531 goto rollback;
534 goto rollback;
536 goto rollback;
548 goto rollback
    [all...]
  /cts/tools/host/etc/
cts.bat 36 goto ArgumentOk
47 if exist %frameworkdir%%jarfile% goto JarFileOk
51 if exist %frameworkdir%%jarfile% goto JarFileOk
57 if debug NEQ "%1" goto NoDebug
  /cts/tools/vm-tests/src/dot/junit/opcodes/check_cast/d/
T_check_cast_2.d 90 goto Label2
93 goto Label2
102 goto Label3
105 goto Label3
113 goto Label4
116 goto Label4
124 goto Label5
127 goto Label5
135 goto Label6
  /cts/tools/vm-tests/src/dot/junit/opcodes/if_eq/d/
T_if_eq_2.d 23 goto Label10
T_if_eq_9.d 23 goto Label10
  /cts/tools/vm-tests/src/dot/junit/opcodes/move_exception/d/
T_move_exception_3.d 22 goto Label4
  /cts/tools/vm-tests/src/dot/junit/opcodes/neg_int/d/
T_neg_int_2.d 28 goto Label15
  /dalvik/dx/tests/075-dex-cat2-value-merge/
expected.txt 12 000b: goto 0004 // -0007
  /dalvik/dx/tests/091-ssa-const-collector/
expected.txt 7 Blort.java:2@0000: goto . <- .
19 @????: goto . <- .
27 Blort.java:10@0000: goto . <- .
35 Blort.java:12@0004: goto . <- .
49 Blort.java:12@0015: goto . <- .
55 Blort.java:16@0019: goto . <- .
69 Blort.java:16@002a: goto . <- .
77 @????: goto . <- .
85 Blort.java:22@0000: goto . <- .
91 Blort.java:22@0000: goto . <-
    [all...]

Completed in 70 milliseconds

<<11121314151617181920>>