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

1 2 3

  /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) {
x86_64-xlate.pl 445 SWITCH: for ($dir) {
526 SWITCH: for ($dir) {
    [all...]
  /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 181 SWITCH(characters, length) {
209 SWITCH(characters, length) {
251 SWITCH(characters, length) {
279 SWITCH(characters, length) {
309 SWITCH(characters, length) {
370 switch (errorCode) {
  /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...]
  /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/chromium_org/components/autofill/content/browser/wallet/
wallet_items.h 64 SWITCH,
  /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/chromium_org/third_party/WebKit/Source/core/css/
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/javassist/src/main/javassist/compiler/
TokenId.java 56 int SWITCH = 337;
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_tab.h 76 SWITCH = 277,
glslang_tab.cpp 159 SWITCH = 277,
835 "SWITCH", "CASE", "DEFAULT", "BVEC2", "BVEC3", "BVEC4", "IVEC2", "IVEC3",
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
BisonCSSParser-in.cpp 203 switch (propertyId) {
264 switch (propertyId) {
365 switch (propertyId) {
584 switch (propertyId) {
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.h 54 SWITCH = 272,
255 #define SWITCH 272
glsl_parser.cc 163 SWITCH = 272,
364 #define SWITCH 272
    [all...]
  /external/ipsec-tools/src/racoon/
cfparse.h 187 SWITCH = 403,
352 #define SWITCH 403
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Phone.java 68 UNKNOWN, SWITCH, SEPARATE, TRANSFER, CONFERENCE, REJECT, HANGUP;
678 * active. Switch occurs asynchronously and may fail.
    [all...]
  /external/doclava/src/com/google/doclava/parser/
JavaLexer.java 96 public static final int SWITCH=68;
212 switch ( input.LA(2) ) {
244 switch (alt4) {
267 switch (alt1) {
300 switch (alt2) {
337 switch (alt3) {
395 switch (alt5) {
474 switch (alt18) {
490 switch (alt6) {
520 switch (alt7)
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 

Completed in 1803 milliseconds

1 2 3