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

1 2 34 5 6 7 8 91011>>

  /external/webkit/JavaScriptCore/parser/
Lexer.cpp 291 goto doneSemicolon;
359 goto inSingleLineComment;
401 goto inSingleLineComment;
431 goto inSingleLineComment;
434 goto inMultiLineComment;
493 goto inNumberAfterDecimalPoint;
526 goto startIdentifierWithBackslash;
528 goto startNumberWithZeroDigit;
538 goto startNumber;
541 goto startString
    [all...]
  /external/openssl/crypto/ocsp/
ocsp_ext.c 276 if ((i=i2d(data,NULL)) <= 0) goto err;
278 goto err;
279 if (i2d(data, &p) <= 0) goto err;
287 IS_SEQUENCE))<=0) goto err;
289 goto err;
293 IS_SEQUENCE)<=0) goto err;
298 goto err;
300 if (!s && !(s = ASN1_STRING_new())) goto err;
301 if (!(ASN1_STRING_set(s, b, i))) goto err;
331 goto err
    [all...]
ocsp_prn.c 144 if (BIO_write(bp,"OCSP Request Data:\n",19) <= 0) goto err;
146 if (BIO_printf(bp," Version: %lu (0x%lx)",l+1,l) <= 0) goto err;
150 goto err;
153 if (BIO_write(bp,"\n Requestor List:\n",21) <= 0) goto err;
162 goto err;
166 goto err;
195 if (BIO_puts(bp,"OCSP Response Data:\n") <= 0) goto err;
198 OCSP_response_status_str(l), l) <= 0) goto err;
201 goto err;
203 goto err
    [all...]
  /external/openssl/apps/
crl.c 128 goto end;
153 if (--argc < 1) goto bad;
154 if (!args_from_file(++argv,Nargc,Nargv)) { goto end; }*/
159 if (--argc < 1) goto bad;
164 if (--argc < 1) goto bad;
169 if (--argc < 1) goto bad;
174 if (--argc < 1) goto bad;
179 if (--argc < 1) goto bad;
185 if (--argc < 1) goto bad;
197 if (--argc < 1) goto bad
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_agg.c 143 goto end;
148 goto end;
157 goto end;
162 goto end;
168 goto end;
174 goto end;
179 goto end;
224 goto end;
294 goto end;
371 goto end
    [all...]
isakmp_ident.c 131 goto end;
136 goto end;
146 goto end;
215 goto end;
266 goto end;
281 goto end;
290 goto end;
293 goto end;
334 goto end;
350 goto end
    [all...]
isakmp_base.c 129 goto end;
134 goto end;
143 goto end;
148 goto end;
153 goto end;
255 goto end;
310 goto end;
316 goto end;
325 goto end;
328 goto end
    [all...]
  /external/openssl/crypto/pkcs7/
pk7_doit.c 112 goto err;
119 goto err;
128 goto err;
172 goto err;
183 goto err;
192 goto err;
197 goto err;
200 goto err;
214 goto err;
222 goto err
    [all...]
  /external/e2fsprogs/lib/ext2fs/
imager.c 77 goto errout;
86 goto errout;
91 goto skip_sparse;
111 goto errout;
115 goto errout;
151 goto errout;
161 goto errout;
165 goto errout;
169 goto errout;
204 goto errout
    [all...]
  /external/openssl/crypto/asn1/
t_x509.c 127 if (BIO_write(bp,"Certificate:\n",13) <= 0) goto err;
128 if (BIO_write(bp," Data:\n",10) <= 0) goto err;
133 if (BIO_printf(bp,"%8sVersion: %lu (0x%lx)\n","",l+1,l) <= 0) goto err;
138 if (BIO_write(bp," Serial Number:",22) <= 0) goto err;
152 goto err;
157 if (BIO_printf(bp,"\n%12s%s","",neg) <= 0) goto err;
163 goto err;
172 goto err;
174 goto err;
176 goto err
    [all...]
  /dalvik/docs/opcodes/
opcode-2a-goto-32.html 6 <title>goto/32</title>
12 <h1>goto/32</h1>
33 <td>goto/32 +AAAAAAAA</td>
52 instruction plus the given offset, that is, PC' = PC(goto) + A.
  /dalvik/dx/tests/112-dex-return-jsr-result/
info.txt 5 goto instruction to be interposed between an invoke instruction and
  /dalvik/vm/mterp/x86/
OP_GOTO.S 9 /* goto +AA */
OP_GOTO_16.S 8 /* goto/16 +AAAA */
  /external/dropbear/libtommath/
bn_mp_reduce_2k.c 32 goto ERR;
38 goto ERR;
44 goto ERR;
49 goto top;
bn_mp_reduce_2k_l.c 35 goto ERR;
40 goto ERR;
45 goto ERR;
50 goto top;
  /system/core/libcutils/
load_file.c 33 if(sz < 0) goto oops;
35 if(lseek(fd, 0, SEEK_SET) != 0) goto oops;
38 if(data == 0) goto oops;
40 if(read(fd, data, sz) != sz) goto oops;
  /dalvik/dx/tests/094-scala-locals/
expected.txt 7 blort.j:@0000: goto . <- .
13 blort.j:@0000: goto . <- .
26 blort.j:@0003: goto . <- .
39 blort.j:@0006: goto . <- .
53 blort.j:@0009: goto . <- .
67 blort.j:@001b: goto . <- .
78 @????: goto . <- .
  /external/elfutils/libelf/
elf_strptr.c 62 goto out;
73 goto out;
83 goto out;
90 goto out;
99 goto out;
106 goto out;
113 goto out;
  /sdk/ddms/app/etc/
ddms.bat 30 if not defined java_exe goto :EOF
35 if exist %frameworkdir%%jarfile% goto JarFileOk
38 if exist %frameworkdir%%jarfile% goto JarFileOk
43 if debug NEQ "%1" goto NoDebug
50 if not defined ANDROID_SWT goto QueryArch
52 goto SwtDone
60 if exist %swt_path% goto SetPath
  /dalvik/dx/etc/
dx.bat 32 if exist %frameworkdir%%jarfile% goto JarFileOk
35 if exist %frameworkdir%%jarfile% goto JarFileOk
53 if "%params%"=="" goto endArgs
61 if "%defaultMx%"=="" goto notXmx
62 if "%A:~0,5%" NEQ "-JXmx" goto notXmx
66 if "%A:~0,2%" NEQ "-J" goto notJ
68 goto nextArg
72 goto nextArg
76 REM and the rest of the line. The "goto :eof" actually exits the subroutine.
79 goto :eo
    [all...]
  /dalvik/dx/tests/088-ssa-combine-blocks/
expected.txt 7 Blort.java:17@0000: goto . <- .
18 @????: goto . <- .
26 Blort.java:23@0000: goto . <- .
33 @????: goto . <- .
41 Blort.java:31@0000: goto . <- .
59 @????: goto . <- .
65 @????: goto . <- .
73 Blort.java:41@0000: goto . <- .
78 Blort.java:41@0000: goto . <- .
81 @????: goto . <-
    [all...]
  /external/dropbear/libtomcrypt/src/encauth/eax/
eax_init.c 72 goto LBL_ERR;
77 goto LBL_ERR;
81 goto LBL_ERR;
86 goto LBL_ERR;
94 goto LBL_ERR;
99 goto LBL_ERR;
104 goto LBL_ERR;
112 goto LBL_ERR;
117 goto LBL_ERR;
124 goto LBL_ERR;
    [all...]
  /external/dropbear/libtomcrypt/src/pk/dsa/
dsa_verify_hash.c 54 goto error;
58 if ((err = mp_invmod(s, key->q, w)) != CRYPT_OK) { goto error; }
61 if ((err = mp_read_unsigned_bin(u1, (unsigned char *)hash, hashlen)) != CRYPT_OK) { goto error; }
62 if ((err = mp_mulmod(u1, w, key->q, u1)) != CRYPT_OK) { goto error; }
65 if ((err = mp_mulmod(r, w, key->q, u2)) != CRYPT_OK) { goto error; }
68 if ((err = mp_exptmod(key->g, u1, key->p, u1)) != CRYPT_OK) { goto error; }
69 if ((err = mp_exptmod(key->y, u2, key->p, u2)) != CRYPT_OK) { goto error; }
70 if ((err = mp_mulmod(u1, u2, key->p, v)) != CRYPT_OK) { goto error; }
71 if ((err = mp_mod(v, key->q, v)) != CRYPT_OK) { goto error; }
110 goto LBL_ERR
    [all...]
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_make_key.c 81 goto ERR_BUF;
86 goto ERR_BUF;
91 goto errkey;
95 if ((err = mp_read_radix(prime, (char *)key->dp->prime, 16)) != CRYPT_OK) { goto errkey; }
96 if ((err = mp_read_radix(base->x, (char *)key->dp->Gx, 16)) != CRYPT_OK) { goto errkey; }
97 if ((err = mp_read_radix(base->y, (char *)key->dp->Gy, 16)) != CRYPT_OK) { goto errkey; }
98 if ((err = mp_set(base->z, 1)) != CRYPT_OK) { goto errkey; }
99 if ((err = mp_read_unsigned_bin(key->k, (unsigned char *)buf, keysize)) != CRYPT_OK) { goto errkey; }
102 if ((err = ltc_mp.ecc_ptmul(key->k, base, &key->pubkey, prime, 1)) != CRYPT_OK) { goto errkey; }
107 goto cleanup
    [all...]

Completed in 154 milliseconds

1 2 34 5 6 7 8 91011>>