Searched refs:SWITCH (Results 1 - 25 of 44) 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
320 if not parent or parent.type != EcmaContext.SWITCH:
404 if self._context.type == EcmaContext.SWITCH:
411 self._AddContext(EcmaContext.SWITCH)
417 while self._context.parent.type != EcmaContext.SWITCH:
444 elif self._context.parent.type == EcmaContext.SWITCH:
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMetaElement-in.cpp183 SWITCH(characters, length) { function
211 SWITCH(characters, length) { function
253 SWITCH(characters, length) { function
281 SWITCH(characters, length) { function
311 SWITCH(characters, length) { function
/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/angle/src/compiler/translator/
H A Dglslang_tab.h76 SWITCH = 277, enumerator in enum:yytokentype
H A Dglslang.l105 "switch" { return ES2_reserved_ES3_keyword(context, SWITCH); }
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
H A Dppc-xlate.pl23 SWITCH: for ($flavour) { label
H A Dx86_64-xlate.pl456 SWITCH: for ($dir) {
543 SWITCH: for ($dir) {
455 SWITCH: for ($dir) { label
542 SWITCH: for ($dir) { label
/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
/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/third_party/WebKit/Source/core/css/parser/
H A DCSSTokenizer-in.cpp772 SWITCH(name, length) { function
823 SWITCH(name, length) { function
844 SWITCH(type, length) { function
941 SWITCH(name, length) { function
963 SWITCH(name, length) { function
1103 SWITCH(name, length) { function
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_items.h65 SWITCH, enumerator in enum:autofill::wallet::WalletItems::MaskedInstrument::Type
H A Dwallet_items.cc60 if (type_string == "SWITCH")
61 return WalletItems::MaskedInstrument::SWITCH;
322 case SWITCH:
/external/chromium_org/v8/src/
H A Dtoken.h128 K(SWITCH, "switch", 0) \
H A Dpreparser.cc292 case Token::SWITCH:
625 Expect(Token::SWITCH, CHECK_OK);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/
H A DJavaScriptFormatter.js168 case FormatterWorker.JavaScriptTokens.SWITCH:
334 this._expect(FormatterWorker.JavaScriptTokens.SWITCH);
969 FormatterWorker.JavaScriptTokens.SWITCH = FormatterWorker.JavaScriptTokensByValue["switch"] = 68;
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DRopToDop.java278 MAP.put(Rops.SWITCH, Dops.SPARSE_SWITCH);

Completed in 822 milliseconds

12