/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;
|
Parser.java | 226 * | switch.statement 263 else if (t == SWITCH) 385 /* switch.statement : SWITCH "(" expression ")" "{" switch.block "}" 387 * swtich.block : ( switch.label statement* )* 393 int t = lex.get(); // SWITCH 406 throw new CompileError("empty switch block", lex); 410 throw new CompileError("no case or default in a switch block", 858 switch (lex.lookAhead()) [all...] |
/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
|
cftoken.l | 387 on { YYD; yylval.num = TRUE; return(SWITCH); } 388 off { YYD; yylval.num = FALSE; return(SWITCH); }
|
/external/chromium-trace/catapult/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/boringssl/src/crypto/perlasm/ |
arm-xlate.pl | 52 SWITCH: for ($flavour) {
|
x86_64-xlate.pl | 451 SWITCH: for ($dir) { 542 SWITCH: for ($dir) { [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_opcode_tmp.h | 166 OP01(SWITCH)
|
/external/autotest/site_utils/rpm_control_system/ |
rpm_controller_unittest.py | 159 STREAM_WELCOME = 'This is a POE switch.\n\nUser Name:' 173 SWITCH = 'chromeos2-poe-switch8' 188 self.poe = rpm_controller.CiscoPOEController(self.SWITCH) 201 """Test we can log into the switch."""
|
/external/v8/src/parsing/ |
token.h | 127 K(SWITCH, "switch", 0) \ 199 switch (tok) { 251 switch (op) { 268 switch (op) {
|
preparser.cc | 191 switch (peek()) { 348 // iterations or 'switch' statements (i.e., BreakableStatements), 354 switch (peek()) { 392 case Token::SWITCH: 641 switch (peek()) { 665 switch (peek()) { 842 // 'switch' '(' Expression ')' '{' CaseClause* '}' 844 Expect(Token::SWITCH, CHECK_OK); [all...] |
scanner.cc | 458 switch (c0_) { 748 switch (c) { 1162 KEYWORD("switch", Token::SWITCH) \ [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
PhoneInternalInterface.java | 72 UNKNOWN, SWITCH, SEPARATE, TRANSFER, CONFERENCE, REJECT, HANGUP, RESUME, HOLD; 299 * active. Switch occurs asynchronously and may fail.
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
RopToDop.java | 106 MAP.put(Rops.SWITCH, Dops.SPARSE_SWITCH); 314 switch (rop.getOpcode()) { 330 switch (resultReg.getBasicType()) { 354 switch (basicType) { 367 switch (basicType) { 380 switch (basicType) { 393 switch (basicType) {
|
/dalvik/dx/src/com/android/dx/dex/code/ |
RopToDop.java | 277 MAP.put(Rops.SWITCH, Dops.SPARSE_SWITCH); 485 switch (rop.getOpcode()) { 501 switch (resultReg.getBasicType()) { 525 switch (basicType) { 538 switch (basicType) { 551 switch (basicType) { 564 switch (basicType) {
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
RopToDop.java | 278 MAP.put(Rops.SWITCH, Dops.SPARSE_SWITCH); 486 switch (rop.getOpcode()) { 502 switch (resultReg.getBasicType()) { 526 switch (basicType) { 539 switch (basicType) { 552 switch (basicType) { 565 switch (basicType) {
|
/prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/ |
org.apache.felix.bundlerepository-1.6.6.jar | |
/dalvik/dx/src/com/android/dx/cf/code/ |
RopperMachine.java | 313 switch (opcode) { 579 // It's a default-only switch statement. It can happen! 689 switch (opcode) { 770 switch (jop) { 904 return RegOps.SWITCH; [all...] |