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

<<41424344454647484950>>

  /external/openssl/crypto/x509v3/
v3_akey.c 178 goto err;
182 if(!(akeyid = AUTHORITY_KEYID_new())) goto err;
191 goto err;
v3_bcons.c 110 if(!X509V3_get_value_bool(val, &bcons->ca)) goto err;
112 if(!X509V3_get_value_int(val, &bcons->pathlen)) goto err;
116 goto err;
v3_skey.c 120 goto err;
129 goto err;
136 goto err;
  /external/oprofile/libpopt/
poptparse.c 79 goto exit;
90 if (argv == NULL) goto exit;
103 goto exit;
  /external/proguard/src/proguard/optimize/peephole/
GotoCommonCodeReplacer.java 59 * goto instructions.
99 // Check if the instruction is an unconditional goto instruction that
134 // Redirect the goto instruction, if it is still necessary.
  /external/qemu/android/utils/
bufprint.c 84 if (len <= 0 || len >= (int)sizeof(path)) goto Fail;
88 if (x == 0) goto Fail;
124 if (x == 0) goto fail;
  /external/qemu/block/
qcow2-refcount.c 49 goto fail;
140 goto fail;
148 goto fail;
345 goto retry;
398 goto redo;
484 goto fail;
503 goto fail;
537 goto fail;
559 goto fail;
645 goto fail
    [all...]
  /external/qemu/
bt-host.c 112 goto bad_pkt;
127 goto bad_pkt;
137 goto bad_pkt;
bt-vhci.c 59 goto bad_pkt;
69 goto bad_pkt;
79 goto bad_pkt;
  /external/quake/quake/src/QW/client/
d_polyse.c 322 goto split;
325 goto split;
329 goto split2;
332 goto split2;
336 goto split3;
346 goto split;
367 goto nodraw;
369 goto nodraw;
1001 goto split;
1004 goto split
    [all...]
  /external/skia/src/animator/
SkBase64.cpp 58 goto goHome;
67 goto handlePad;
74 goto goHome;
  /external/webkit/WebKit/android/nav/
CacheBuilder.cpp     [all...]
  /external/wpa_supplicant/
eapol_test.c 178 goto fail;
184 goto fail;
192 goto fail;
200 goto fail;
206 goto fail;
213 goto fail;
218 goto fail;
230 goto fail;
754 goto failed;
760 goto failed
    [all...]
  /frameworks/base/core/jni/
android_bluetooth_ScoSocket.cpp 473 goto done;
479 goto done;
489 goto done;
503 goto done;
560 goto error;
565 goto error;
580 goto error;
588 goto error;
592 goto error;
598 goto error
    [all...]
android_emoji_EmojiFactory.cpp 35 goto FAIL;
43 goto FAIL;
51 goto FAIL;
android_graphics_PixelFormat.cpp 60 goto done;
65 goto done;
70 goto done;
  /hardware/libhardware/
hardware.c 78 goto done;
87 goto done;
94 goto done;
  /hardware/ril/rild/
rild.c 128 goto done;
150 goto OpenLib;
160 goto OpenLib;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 248 goto EXIT;
327 goto EXIT;
450 goto EXIT;
458 goto EXIT;
469 goto EXIT;
511 goto EXIT;
606 goto EXIT;
626 goto EXIT;
639 goto EXIT;
647 goto EXIT
    [all...]
  /ndk/samples/hello-neon/jni/
helloneon.c 117 goto EXIT;
123 goto EXIT;
130 goto EXIT;
  /ndk/sources/cpufeatures/
cpu-features.c 95 goto EXIT;
107 goto EXIT;
119 goto EXIT;
  /system/core/libcutils/
sched_policy.c 149 goto out_bad_data;
153 goto out_bad_data;
162 goto out_bad_data;
tzstrftime.c 236 goto label;
243 goto label;
749 goto no_locale;
768 goto no_locale;
781 goto no_locale;
784 goto bad_locale;
786 goto bad_locale;
791 goto bad_locale;
796 goto bad_lbuf;
798 goto bad_lbuf
    [all...]
  /system/core/sh/
init.c 112 #define YYACCEPT goto yyacceptlab
114 #define YYABORT goto yyabortlab
116 #define YYERROR goto yyerrorlab
118 #define YYFAIL goto yyerrlab
404 #define YYACCEPT goto yyacceptlab
406 #define YYABORT goto yyabortlab
408 #define YYERROR goto yyerrorlab
410 #define YYFAIL goto yyerrlab
696 #define YYACCEPT goto yyacceptlab
698 #define YYABORT goto yyabortla
    [all...]
  /system/core/toolbox/
cat.c 201 goto skip;
205 goto skip;
210 goto skipnomsg;

Completed in 129 milliseconds

<<41424344454647484950>>