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

<<61626364656667686970>>

  /external/skia/src/animator/
SkDisplayXMLParser.cpp 289 goto rectNext;
292 goto next;
295 goto next;
  /external/tcpdump/
print-pim.c 751 goto trunc;
876 goto jp_done;
880 goto jp_done;
885 goto jp_done;
895 goto jp_done;
903 goto jp_done;
942 goto bs_done;
949 goto bs_done;
954 goto bs_done;
966 goto bs_done
    [all...]
print-ppp.c 438 goto trunc;
1007 goto invlen;
1015 goto invlen;
1029 goto invlen;
1082 goto invlen;
1133 goto invlen;
    [all...]
  /external/v8/src/
regexp-macro-assembler.h 83 // fail to match then goto the on_failure label. If check_eos is set then
99 // fail to match then goto the on_failure label. End of input always
131 virtual void GoTo(Label* label) = 0;
  /external/webkit/WebCore/plugins/win/
PluginPackageWin.cpp 281 goto abort;
289 goto abort;
297 goto abort;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_ikev2.c 85 goto failed;
89 goto failed;
97 goto failed;
eap_tnc.c 298 goto fail;
311 goto fail;
320 goto fail;
  /frameworks/base/core/jni/android/graphics/
NinePatchImpl.cpp 81 goto SLOW_CASE;
290 goto nextDiv;
304 goto nextDiv;
  /frameworks/base/libs/audioflinger/
A2dpAudioInterface.cpp 282 goto Error;
287 goto Error;
293 goto Error;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_ComponentThread.c 119 goto EXIT;
140 goto EXIT;
166 goto EXIT;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Enc_ComponentThread.c 165 goto EXIT;
189 goto EXIT;
209 goto EXIT;
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_ComponentThread.c 136 goto EXIT;
162 goto EXIT;
198 goto EXIT;
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 127 goto EXIT; \
134 goto EXIT; \
141 goto EXIT; \
  /system/core/adb/
services.c 218 if(r == 0) goto done;
221 else goto done;
234 goto done;
  /system/core/sh/
jobs.c 161 goto out;
181 goto out;
185 goto out;
724 goto check_pattern;
1299 goto until;
1341 p = ">"; i = 1; goto redir;
1343 p = ">|"; i = 1; goto redir;
1345 p = ">>"; i = 1; goto redir;
1347 p = ">&"; i = 1; goto redir;
1349 p = "<"; i = 0; goto redir
    [all...]
trap.c 408 goto done;
453 goto l1;
456 goto l2;
  /external/bison/src/
parse-gram.c 835 #define YYACCEPT goto yyacceptlab
836 #define YYABORT goto yyabortlab
837 #define YYERROR goto yyerrorlab
844 #define YYFAIL goto yyerrlab
856 goto yybackup; \
    [all...]
  /external/libpcap/
grammar.c     [all...]
  /external/webkit/JavaScriptCore/pcre/
pcre_compile.cpp 639 goto NORMAL_CHAR;
818 goto LONE_SINGLE_CHARACTER; /* A few lines below */
826 goto LONE_SINGLE_CHARACTER; /* A few lines below */
    [all...]
  /external/bluetooth/bluez/audio/
headset.c 959 goto ok;
966 goto ok;
1205 goto failed;
1218 goto failed;
1292 goto failed;
1299 goto failed;
1326 goto failed;
1398 goto failed;
1403 goto failed_not_supported;
1432 goto failed_not_supported
    [all...]
  /external/icu4c/test/intltest/
srchtest.cpp 438 goto bail;
443 goto bail;
    [all...]
  /external/wpa_supplicant/
tls_openssl.c 249 goto err;
257 goto err;
261 goto err;
268 goto err;
273 goto err;
393 goto err;
401 goto err;
405 goto err;
414 goto err;
430 goto err
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_openssl.c 205 goto err;
213 goto err;
217 goto err;
224 goto err;
229 goto err;
349 goto err;
357 goto err;
367 goto err;
383 goto err;
389 goto err
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeParser.c 243 goto mlme_recv_end;
255 goto mlme_recv_end;
266 goto mlme_recv_end;
294 goto mlme_recv_end;
320 goto mlme_recv_end;
335 goto mlme_recv_end;
349 goto mlme_recv_end;
361 goto mlme_recv_end;
372 goto mlme_recv_end;
415 goto mlme_recv_end
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 705 case GGL_NEVER: goto discard;
706 case GGL_LESS: if (alpha<ref) break; goto discard;
707 case GGL_EQUAL: if (alpha==ref) break; goto discard;
708 case GGL_LEQUAL: if (alpha<=ref) break; goto discard;
709 case GGL_GREATER: if (alpha>ref) break; goto discard;
710 case GGL_NOTEQUAL: if (alpha!=ref) break; goto discard;
711 case GGL_GEQUAL: if (alpha>=ref) break; goto discard;
723 case GGL_NEVER: goto discard;
724 case GGL_LESS: if (zz<depth) break; goto discard;
725 case GGL_EQUAL: if (zz==depth) break; goto discard
    [all...]

Completed in 535 milliseconds

<<61626364656667686970>>