Searched refs:SWITCH (Results 1 - 25 of 37) sorted by relevance

12

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegOps.java80 public static final int SWITCH = 13; field in class:RegOps
326 case SWITCH: return "switch";
H A DRops.java204 public static final Rop SWITCH = field in class:Rops
205 new Rop(RegOps.SWITCH, Type.VOID, StdTypeList.INT, Rop.BRANCH_SWITCH,
1137 case RegOps.SWITCH: return SWITCH;
/external/javassist/src/main/javassist/compiler/
H A DTokenId.java56 int SWITCH = 337; field in interface:TokenId
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Decmametadatapass.py94 SWITCH = 'switch' variable in class:EcmaContext
273 if not parent or parent.type != EcmaContext.SWITCH:
357 if self._context.type == EcmaContext.SWITCH:
364 self._AddContext(EcmaContext.SWITCH)
369 while self._context.parent.type != EcmaContext.SWITCH:
393 elif self._context.parent.type == EcmaContext.SWITCH:
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Decmametadatapass.py94 SWITCH = 'switch' variable in class:EcmaContext
273 if not parent or parent.type != EcmaContext.SWITCH:
357 if self._context.type == EcmaContext.SWITCH:
364 self._AddContext(EcmaContext.SWITCH)
369 while self._context.parent.type != EcmaContext.SWITCH:
393 elif self._context.parent.type == EcmaContext.SWITCH:
/external/ipsec-tools/src/racoon/
H A Dcfparse.y238 %token NUMBER SWITCH BOOLEAN
244 %type <num> NUMBER BOOLEAN SWITCH keylength
340 : COMPLEX_BUNDLE SWITCH { lcconf->complex_bundle = $2; } EOS
428 : PAD_RANDOMIZE SWITCH { lcconf->pad_random = $2; } EOS
429 | PAD_RANDOMIZELEN SWITCH { lcconf->pad_randomlen = $2; } EOS
431 | PAD_STRICT SWITCH { lcconf->pad_strict = $2; } EOS
432 | PAD_EXCLTAIL SWITCH { lcconf->pad_excltail = $2; } EOS
569 | LDAP_SUBTREE SWITCH
869 | CFG_SAVE_PASSWD SWITCH
1726 | VERIFY_CERT SWITCH { cur_rmcon
[all...]
H A Dcfparse.h187 SWITCH = 403, enumerator in enum:yytokentype
352 #define SWITCH 403 macro
H A Dcftoken.l387 on { YYD; yylval.num = TRUE; return(SWITCH); }
388 off { YYD; yylval.num = FALSE; return(SWITCH); }
/external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
H A Dppc-xlate.pl23 SWITCH: for ($flavour) { label
H A Dx86_64-xlate.pl445 SWITCH: for ($dir) {
526 SWITCH: for ($dir) {
444 SWITCH: for ($dir) { label
525 SWITCH: for ($dir) { label
/external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
H A DTocInsertor.pm379 SWITCH: { label
390 last SWITCH;
400 last SWITCH;
410 last SWITCH;
H A DTocGenerator.pm247 SWITCH: { label
250 last SWITCH;
254 last SWITCH;
258 last SWITCH;
263 last SWITCH;
268 last SWITCH;
/external/openssl/crypto/perlasm/
H A Dppc-xlate.pl23 SWITCH: for ($flavour) { label
H A Dx86_64-xlate.pl445 SWITCH: for ($dir) {
526 SWITCH: for ($dir) {
444 SWITCH: for ($dir) { label
525 SWITCH: for ($dir) { label
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_parser.h54 SWITCH = 272, enumerator in enum:yytokentype
255 #define SWITCH 272 macro
H A Dglsl_parser.cc163 SWITCH = 272, enumerator in enum:yytokentype
364 #define SWITCH 272 macro
1090 "FOR", "IF", "DISCARD", "RETURN", "SWITCH", "CASE", "DEFAULT", "BVEC2",
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h166 OP01(SWITCH)
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h166 OP01(SWITCH)
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_items.cc57 if (type_string == "SWITCH")
58 return WalletItems::MaskedInstrument::SWITCH;
302 case SWITCH:
H A Dwallet_items.h58 SWITCH, enumerator in enum:autofill::wallet::WalletItems::MaskedInstrument::Type
/external/chromium_org/v8/src/
H A Dtoken.h150 K(SWITCH, "switch", 0) \
H A Dpreparser.cc268 case i::Token::SWITCH:
606 Expect(i::Token::SWITCH, CHECK_OK);
/external/v8/src/
H A Dtoken.h149 K(SWITCH, "switch", 0) \
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DJavaScriptFormatter.js176 ["FOR", "for"], ["FUNCTION", "function"], ["IF", "if"], ["NEW", "new"], ["RETURN", "return"], ["SWITCH", "switch"], ["THIS", "this"], ["THROW", "throw"], ["TRY", "try"], ["VAR", "var"],
336 case Tokens.SWITCH:
502 this._expect(Tokens.SWITCH);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DRopToDop.java278 MAP.put(Rops.SWITCH, Dops.SPARSE_SWITCH);

Completed in 514 milliseconds

12