/external/clang/test/Preprocessor/ |
stringize_misc.c | 8 M( {a=1 , b=2;} ) /* A semicolon is not a comma */ 23 * To pass a comma token as an argument it is 26 #define COMMA , 28 M(a COMMA b, (a, b)) 29 // CHECK: "a COMMA b" "(a, b)"
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
Python.g | 100 : defparameter (options {greedy=true;}:COMMA defparameter)* 101 (COMMA 102 ( STAR NAME (COMMA DOUBLESTAR NAME)? 106 | STAR NAME (COMMA DOUBLESTAR NAME)? 120 : fpdef (options {greedy=true;}:COMMA fpdef)* (COMMA)? 197 raise_stmt: 'raise' (test (COMMA test (COMMA test)?)?)? 201 : 'import' dotted_as_name (COMMA dotted_as_name)* 203 (STAR | import_as_name (COMMA import_as_name)* [all...] |
/external/emma/ant/ant14/com/vladium/emma/instr/ |
FilterCfg.java | 54 appendValue (spec, COMMA); 58 appendValue (IInclExclFilter.INCLUSION_PREFIX + spec, COMMA); // default to inclusion 68 appendValue ("@".concat (file.getAbsolutePath ()), COMMA); // actual file I/O delayed until getFilterSpecs() 81 appendValue (spec, COMMA); 86 appendValue (IInclExclFilter.INCLUSION_PREFIX + spec.substring (1), COMMA); // override 88 appendValue (IInclExclFilter.INCLUSION_PREFIX + spec, COMMA); 103 appendValue (spec, COMMA); 108 appendValue (IInclExclFilter.EXCLUSION_PREFIX + spec.substring (1), COMMA); // override 110 appendValue (IInclExclFilter.EXCLUSION_PREFIX + spec, COMMA); 131 createFilter ().appendValue (filter, COMMA); [all...] |
/external/emma/ant/ant14/com/vladium/emma/ant/ |
FilterTask.java | 64 protected static final String COMMA = ","; 65 protected static final String COMMA_DELIMITERS = COMMA + Strings.WHITE_SPACE; 66 protected static final String PATH_DELIMITERS = COMMA.concat (File.pathSeparator);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_ws_comma.py | 20 COMMA = pytree.Leaf(token.COMMA, u",") 22 SEPS = (COMMA, COLON) 26 comma = False 32 comma = True 34 if comma: 38 comma = False
|
fix_isinstance.py | 37 if idx < len(args) - 1 and args[idx + 1].type == token.COMMA: 44 if new_args and new_args[-1].type == token.COMMA:
|
fix_itertools_imports.py | 43 if remove_comma and child.type == token.COMMA: 48 while children and children[-1].type == token.COMMA:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_ws_comma.py | 20 COMMA = pytree.Leaf(token.COMMA, u",") 22 SEPS = (COMMA, COLON) 26 comma = False 32 comma = True 34 if comma: 38 comma = False
|
fix_isinstance.py | 37 if idx < len(args) - 1 and args[idx + 1].type == token.COMMA: 44 if new_args and new_args[-1].type == token.COMMA:
|
fix_itertools_imports.py | 43 if remove_comma and child.type == token.COMMA: 48 while children and children[-1].type == token.COMMA:
|
/external/skia/bench/ |
ColorPrivBench.cpp | 76 #define COMMA , 77 DEF_BENCH( return SkNEW(FourByteInterpBench<true COMMA true>); ) 78 DEF_BENCH( return SkNEW(FourByteInterpBench<true COMMA false>); ) 79 DEF_BENCH( return SkNEW(FourByteInterpBench<false COMMA true>); ) 80 DEF_BENCH( return SkNEW(FourByteInterpBench<false COMMA false>); ) 81 #undef COMMA
|
/cts/tools/dasm/src/java_cup/ |
sym.java | 25 static final int COMMA = 14;
|
/external/smali/smali/src/main/antlr3/ |
smaliParser.g | 65 COMMA; 695 : OPEN_BRACE (literal (COMMA literal)* | ) CLOSE_BRACE 743 : REGISTER (COMMA REGISTER)* -> ^(I_REGISTER_LIST[$start, "I_REGISTER_LIST"] REGISTER*) 790 : LOCAL_DIRECTIVE REGISTER COMMA simple_name COLON nonvoid_type_descriptor (COMMA STRING_LITERAL)? 901 INSTRUCTION_FORMAT11n REGISTER COMMA integral_literal {$size = Format.Format11n.size;} 911 instruction_format12x REGISTER COMMA REGISTER {$size = Format.Format12x.size;} 916 INSTRUCTION_FORMAT20bc VERIFICATION_ERROR_TYPE COMMA verification_error_reference {$size += Format.Format20bc.size;} [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
CodesArrayParser.java | 27 * A key label may consist of multiple code points separated by comma. 29 * marker. An output text may consist of multiple code points separated by comma. 38 private static final char COMMA = ','; 89 if (codeSpec.indexOf(COMMA) < 0) { 97 if (codeSpec.indexOf(COMMA) < 0) {
|
/external/nist-sip/java/gov/nist/core/ |
Separators.java | 40 public static final String COMMA = ",";
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
token.h | 24 #define COMMA 12
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
token.h | 24 #define COMMA 12
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
CsvUtils.java | 24 * Utility methods for parsing and serializing Comma-Separated Values. The public APIs of this 53 * flag is specified, these methods add an extra space just after the comma separator. Note that 60 private static final char COMMA = ','; 117 * Find the index of a comma separator. The search takes account of quoted fields and escape 122 * @return the index of the comma separator, exclusive. 132 if (c == COMMA && !isQuoted) { 143 final int endIndex = text.indexOf(COMMA, nextIndex); 232 * raw value contains any QUOTE or comma. Also it converts any QUOTE character into two 247 if (c == COMMA) { 278 * Join CSV text fields with comma. The column positions of the fields can be specifie [all...] |
/external/strace/ |
stream.c | 781 #define COMMA() \ 787 COMMA (); \ 819 COMMA (); 822 COMMA (); 826 COMMA (); 833 COMMA (); 840 COMMA (); 847 COMMA (); 863 COMMA (); 882 COMMA (); [all...] |
/external/chromium_org/tools/gn/ |
token.h | 46 COMMA, // ,
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
Credentials.java | 66 parameters.setSeparator(COMMA);
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PAssertedIdentity.java | 87 retval.append(COMMA + this.parameters.encode());
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
token.py | 21 COMMA = 12
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
token.py | 21 COMMA = 12
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
read.c | 25 #define COMMA 0x002C 90 case COMMA: 272 || c == COMMA 308 if (c == OPENBRACE || c == CLOSEBRACE || c == COMMA || c == COLON) {
|