HomeSort by relevance Sort by last modified time
    Searched refs:SWITCH (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegOps.java 80 public static final int SWITCH = 13;
313 switch (opcode) {
326 case SWITCH: return "switch";
383 switch (opcode) {
Rops.java 204 public static final Rop SWITCH =
205 new Rop(RegOps.SWITCH, Type.VOID, StdTypeList.INT, Rop.BRANCH_SWITCH,
206 "switch");
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 80 public static final int SWITCH = 13;
313 switch (opcode) {
326 case SWITCH: return "switch";
383 switch (opcode) {
Rops.java 204 public static final Rop SWITCH =
205 new Rop(RegOps.SWITCH, Type.VOID, StdTypeList.INT, Rop.BRANCH_SWITCH,
206 "switch");
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegOps.java 80 public static final int SWITCH = 13;
313 switch (opcode) {
326 case SWITCH: return "switch";
383 switch (opcode) {
Rops.java 204 public static final Rop SWITCH =
205 new Rop(RegOps.SWITCH, Type.VOID, StdTypeList.INT, Rop.BRANCH_SWITCH,
206 "switch");
    [all...]
  /external/javassist/src/main/javassist/compiler/
TokenId.java 56 int SWITCH = 337;
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
ecmametadatapass.py 89 # The entire switch statment. This will contain a GROUP with the variable
94 SWITCH = 'switch'
268 # exception for switch statements since they can only contain case: and
273 if not parent or parent.type != EcmaContext.SWITCH:
282 # switch, if, etc.
357 if self._context.type == EcmaContext.SWITCH:
358 # The end of the block also means the end of the switch statement it
363 elif token.IsKeyword('switch'):
364 self._AddContext(EcmaContext.SWITCH)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMetaElement-in.cpp 183 SWITCH(characters, length) {
211 SWITCH(characters, length) {
253 SWITCH(characters, length) {
281 SWITCH(characters, length) {
311 SWITCH(characters, length) {
372 switch (errorCode) {
  /external/ipsec-tools/src/racoon/
cfparse.y 238 %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
1207 switch (saddr->sa_family)
    [all...]
cfparse.h 187 SWITCH = 403,
352 #define SWITCH 403
  /external/chromium_org/third_party/closure_linter/closure_linter/
ecmametadatapass.py 89 # The entire switch statment. This will contain a GROUP with the variable
94 SWITCH = 'switch'
315 # exception for switch statements since they can only contain case: and
320 if not parent or parent.type != EcmaContext.SWITCH:
329 # switch, if, etc.
404 if self._context.type == EcmaContext.SWITCH:
405 # The end of the block also means the end of the switch statement it
410 elif token.IsKeyword('switch'):
411 self._AddContext(EcmaContext.SWITCH)
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_tab.h 76 SWITCH = 277,
glslang.l 105 "switch" { return ES2_reserved_ES3_keyword(context, SWITCH); }
  /external/openssl/crypto/perlasm/
ppc-xlate.pl 23 SWITCH: for ($flavour) {
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.h 54 SWITCH = 272,
255 #define SWITCH 272
  /external/chromium_org/third_party/boringssl/src/crypto/perlasm/
ppc-xlate.pl 23 SWITCH: for ($flavour) {
x86_64-xlate.pl 456 SWITCH: for ($dir) {
543 SWITCH: for ($dir) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 166 OP01(SWITCH)
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 166 OP01(SWITCH)
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSTokenizer-in.cpp 43 // Types for the main switch.
772 SWITCH(name, length) {
823 SWITCH(name, length) {
844 SWITCH(type, length) {
941 SWITCH(name, length) {
963 SWITCH(name, length) {
    [all...]
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_items.h 65 SWITCH,
wallet_items.cc 60 if (type_string == "SWITCH")
61 return WalletItems::MaskedInstrument::SWITCH;
87 switch (type) {
303 switch (type_) {
322 case SWITCH:
337 switch (type.GetStorableType()) {
  /external/chromium_org/v8/src/
token.h 128 K(SWITCH, "switch", 0) \
225 switch (op) {
242 switch (op) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/
JavaScriptFormatter.js 144 switch (this._peek()) {
168 case FormatterWorker.JavaScriptTokens.SWITCH:
334 this._expect(FormatterWorker.JavaScriptTokens.SWITCH);
521 switch (this._peek()) {
566 switch (this._peek()) {
596 switch (this._peek()) {
662 switch (token) {
    [all...]

Completed in 3259 milliseconds

1 2 3 4