HomeSort by relevance Sort by last modified time
    Searched refs:SWITCH (Results 1 - 25 of 56) 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/chromium_org/third_party/WebKit/Source/core/html/
HTMLMetaElement-in.cpp 178 SWITCH(characters, length) {
205 SWITCH(characters, length) {
242 SWITCH(characters, length) {
268 SWITCH(characters, length) {
298 SWITCH(characters, length) {
355 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/openssl/openssl/crypto/perlasm/
ppc-xlate.pl 23 SWITCH: for ($flavour) {
  /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.h 64 SWITCH,
wallet_items.cc 58 if (type_string == "SWITCH")
59 return WalletItems::MaskedInstrument::SWITCH;
85 switch (type) {
318 switch (type_) {
337 case SWITCH:
352 switch (type.GetStorableType()) {
  /external/chromium_org/v8/src/
token.h 150 K(SWITCH, "switch", 0) \
243 switch (op) {
260 switch (op) {
  /external/v8/src/
token.h 149 K(SWITCH, "switch", 0) \
228 switch (op) {
243 switch (op) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
JavaScriptFormatter.js 135 switch (this._peek()) {
159 case FormatterWorker.JavaScriptTokens.SWITCH:
325 this._expect(FormatterWorker.JavaScriptTokens.SWITCH);
512 switch (this._peek()) {
557 switch (this._peek()) {
587 switch (this._peek()) {
653 switch (token) {
    [all...]
  /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...]

Completed in 1314 milliseconds

1 2 3