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

1 2 3

  /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/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/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/openssl/openssl/crypto/perlasm/
ppc-xlate.pl 23 SWITCH: for ($flavour) {
x86_64-xlate.pl 445 SWITCH: for ($dir) {
526 SWITCH: for ($dir) {
    [all...]
  /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/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 166 OP01(SWITCH)
  /external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
TocInsertor.pm 379 SWITCH: {
390 last SWITCH;
400 last SWITCH;
410 last SWITCH;
TocGenerator.pm 247 SWITCH: {
250 last SWITCH;
254 last SWITCH;
258 last SWITCH;
263 last SWITCH;
268 last SWITCH;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 166 OP01(SWITCH)
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_items.cc 57 if (type_string == "SWITCH")
58 return WalletItems::MaskedInstrument::SWITCH;
283 switch (type_) {
302 case SWITCH:
317 switch (type.GetStorableType()) {
wallet_items.h 58 SWITCH,
  /external/chromium_org/v8/src/
token.h 150 K(SWITCH, "switch", 0) \
239 switch (op) {
256 switch (op) {
  /external/v8/src/
token.h 149 K(SWITCH, "switch", 0) \
228 switch (op) {
243 switch (op) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Phone.java 66 UNKNOWN, SWITCH, SEPARATE, TRANSFER, CONFERENCE, REJECT, HANGUP;
633 * active. Switch occurs asynchronously and may fail.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
JavaScriptFormatter.js 176 ["FOR", "for"], ["FUNCTION", "function"], ["IF", "if"], ["NEW", "new"], ["RETURN", "return"], ["SWITCH", "switch"], ["THIS", "this"], ["THROW", "throw"], ["TRY", "try"], ["VAR", "var"],
312 switch (this._peek()) {
336 case Tokens.SWITCH:
502 this._expect(Tokens.SWITCH);
689 switch (this._peek()) {
734 switch (this._peek()) {
764 switch (this._peek()) {
830 switch (token) {

Completed in 1068 milliseconds

1 2 3