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

<<31323334353637383940>>

  /external/e2fsprogs/intl/
plural.c 92 goto fail;
456 #define YYACCEPT goto yyacceptlab
457 #define YYABORT goto yyabortlab
458 #define YYERROR goto yyerrlab1
462 #define YYFAIL goto yyerrlab
472 goto yybackup; \
755 goto yysetstate;
805 goto yyoverflowlab;
809 goto yyoverflowlab;
819 goto yyoverflowlab
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 52 /** {@code goto label} */
53 public static final int GOTO = 6;
56 * {@code T: int or Object; x,y: T :: if (x == y) goto
62 * {@code T: int or Object; x,y: T :: if (x != y) goto
67 /** {@code x,y: int :: if (x < y) goto label} */
70 /** {@code x,y: int :: if (x >= y) goto label} */
73 /** {@code x,y: int :: if (x <= y) goto label} */
76 /** {@code x,y: int :: if (x > y) goto label} */
79 /** {@code x: int :: goto table[x]} */
319 case GOTO: return "goto"
    [all...]
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 136 goto error_out;
143 goto error_out;
178 goto error_out;
185 goto short_read;
190 goto short_read;
231 goto error_out;
237 goto error_out;
394 goto cleanup;
399 goto cleanup;
412 goto cleanup
    [all...]
  /external/icu4c/tools/genrb/
genrb.c 312 goto finish;
328 goto finish;
354 goto finish;
369 goto finish;
373 goto finish;
384 goto finish;
391 goto finish;
453 goto finish;
461 goto finish;
474 goto finish
    [all...]
  /external/openssl/crypto/conf/
conf_mod.c 174 goto err;
180 goto err;
193 goto err;
265 goto err;
271 goto err;
278 goto err;
357 goto err;
365 goto memerr;
374 goto err;
383 goto err
    [all...]
  /external/openssl/ssl/
kssl.c     [all...]
ssl_cert.c 219 goto err;
227 goto err;
237 goto err;
252 goto err;
665 goto err;
669 goto err;
681 goto err;
684 if ((xn=X509_get_subject_name(x)) == NULL) goto err;
687 if (xn == NULL) goto err;
737 goto err
    [all...]
  /external/qemu/audio/
audio_template.h 281 goto err0;
285 goto err1;
299 goto err1;
362 goto err1;
367 goto err2;
373 goto err3;
428 goto fail;
433 goto fail;
438 goto fail;
479 goto fail
    [all...]
  /external/qemu/hw/
goldfish_nand.c 482 goto bad_arg_and_value;
486 goto out_of_memory;
503 goto bad_arg_and_value;
509 goto bad_arg_and_value;
515 goto bad_arg_and_value;
521 goto bad_arg_and_value;
526 goto out_of_memory;
533 goto out_of_memory;
538 goto bad_arg_and_value;
586 goto out_of_memory
    [all...]
  /external/srec/tools/test_g2g/
test_g2g.c 156 goto CLEANUP;
213 goto CLEANUP;
238 goto CLEANUP;
243 goto CLEANUP;
264 goto CLEANUP;
280 goto CLEANUP;
295 goto CLEANUP;
305 goto CLEANUP;
323 goto CLEANUP;
331 goto CLEANUP
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_linux.c 199 goto err;
205 goto err;
216 goto err;
222 goto err;
240 goto err;
391 goto err;
425 goto err;
431 goto err;
443 goto err;
448 goto err
    [all...]
  /external/bison/lib/
quotearg.c 293 goto use_shell_always_quoting_style;
321 case '\a': esc = 'a'; goto c_escape;
322 case '\b': esc = 'b'; goto c_escape;
323 case '\f': esc = 'f'; goto c_escape;
324 case '\n': esc = 'n'; goto c_and_shell_escape;
325 case '\r': esc = 'r'; goto c_and_shell_escape;
326 case '\t': esc = 't'; goto c_and_shell_escape;
327 case '\v': esc = 'v'; goto c_escape;
328 case '\\': esc = c; goto c_and_shell_escape;
332 goto use_shell_always_quoting_style
    [all...]
  /external/ipsec-tools/src/racoon/
oakley.c 443 goto end;
449 goto end;
495 goto end;
529 goto end;
591 goto end;
609 goto end;
627 goto end;
749 goto end;
764 goto end;
804 goto end
    [all...]
isakmp_inf.c 173 goto end;
185 goto end;
192 goto end;
200 goto end;
211 goto end;
217 goto end;
224 goto end;
236 goto end;
245 goto end;
254 goto end
    [all...]
  /external/opencore/android/
pvmediascanner.cpp 138 if (!client.handleStringTag(key, value)) goto failure;
161 if (!client.addStringTag(key, temp)) goto failure;
178 if (!client.addStringTag(key, dest)) goto failure;
183 if (!client.addStringTag(key, temp)) goto failure;
207 if (!client.addStringTag("duration", buffer)) goto failure;
240 if (!client.addStringTag("title", buffer)) goto failure;
252 if (!client.addStringTag("artist", buffer)) goto failure;
264 if (!client.addStringTag("album", buffer)) goto failure;
277 if (!client.addStringTag("year", buffer)) goto failure;
285 if (!client.addStringTag("writer", buffer)) goto failure
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_ssdp.c 144 goto fail;
504 goto fail;
576 goto bad;
581 goto bad;
585 goto bad;
647 goto bad;
667 goto bad;
771 goto fail;
773 goto fail;
775 goto fail
    [all...]
  /system/core/sh/
exec.c 234 goto bad;
255 goto break2;
491 goto success;
498 goto builtin_success;
518 goto loop;
519 goto builtin_success;
524 goto loop;
530 goto loop;
532 goto success;
541 goto loop
    [all...]
  /external/openssl/crypto/x509/
x509_vfy.c 123 goto end;
134 goto end;
164 goto end;
208 if (!ok) goto end;
284 if (!ok) goto end;
290 if (!ok) goto end;
296 if (!ok) goto end;
306 if(!ok) goto end;
313 if(!ok) goto end;
318 if (!ok) goto end
    [all...]
  /external/bison/data/
lalr1.cc 373 #define YYACCEPT goto yyacceptlab
374 #define YYABORT goto yyabortlab
375 #define YYERROR goto yyerrorlab
399 goto do_not_strip_quotes;
403 goto do_not_strip_quotes;
571 goto yybackup;
579 goto yydefault;
608 goto yydefault;
615 goto yyerrlab;
617 goto yyreduce
    [all...]
  /external/v8/src/third_party/dtoa/
dtoa.c 1177 goto ret_d;
1196 goto ret_d;
    [all...]
  /external/dbus/dbus/
dbus-marshal-recursive-util.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_priv.c 149 goto fail;
153 goto fail;
196 goto fail;
201 goto fail;
205 goto fail;
351 goto fail;
355 goto fail;
373 goto fail;
376 goto fail;
380 goto fail
    [all...]
  /external/qemu/slirp/
tcp_input.c 128 goto present;
159 goto present; /* ??? */
269 goto cont_conn;
308 goto drop;
318 goto drop;
368 goto drop;
401 goto dropwithreset;
404 goto dropwithreset;
407 goto dropwithreset;
434 goto drop
    [all...]
  /external/qemu/slirp-android/
tcp_input.c 128 goto present;
159 goto present; /* ??? */
269 goto cont_conn;
308 goto drop;
318 goto drop;
368 goto drop;
406 goto dropwithreset;
409 goto dropwithreset;
412 goto dropwithreset;
439 goto drop
    [all...]
  /bionic/libc/unistd/
opendir.c 56 goto Exit;
120 goto Bad;
123 goto Bad;
126 goto Bad;

Completed in 297 milliseconds

<<31323334353637383940>>