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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Preprocessor/
stringize_misc.c 9 M( {a=1 , b=2;} ) /* A semicolon is not a comma */
24 * To pass a comma token as an argument it is
27 #define COMMA ,
29 M(a COMMA b, (a, b))
30 // CHECK: "a COMMA b" "(a, b)"
  /external/skia/bench/
ColorPrivBench.cpp 82 #define COMMA ,
83 DEF_BENCH(return (new FourByteInterpBench<true COMMA true>);)
84 DEF_BENCH(return (new FourByteInterpBench<true COMMA false>);)
85 DEF_BENCH(return (new FourByteInterpBench<false COMMA true>);)
86 DEF_BENCH(return (new FourByteInterpBench<false COMMA false>);)
87 #undef COMMA
  /external/skqp/bench/
ColorPrivBench.cpp 82 #define COMMA ,
83 DEF_BENCH(return (new FourByteInterpBench<true COMMA true>);)
84 DEF_BENCH(return (new FourByteInterpBench<true COMMA false>);)
85 DEF_BENCH(return (new FourByteInterpBench<false COMMA true>);)
86 DEF_BENCH(return (new FourByteInterpBench<false COMMA false>);)
87 #undef COMMA
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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:
  /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);
  /external/python/cpython2/Lib/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:
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_ws_comma.py 20 COMMA = pytree.Leaf(token.COMMA, ",")
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/gdb/darwin-x86/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:
  /prebuilts/gdb/linux-x86/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:
  /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:
  /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:
  /cts/tools/dasm/src/java_cup/
sym.java 25 static final int COMMA = 14;
  /external/smali/smali/src/main/antlr/
smaliParser.g 54 COMMA;
671 : OPEN_BRACE (literal (COMMA literal)* | ) CLOSE_BRACE
717 : REGISTER (COMMA REGISTER)* -> ^(I_REGISTER_LIST[$start, "I_REGISTER_LIST"] REGISTER*)
740 : PARAMETER_DIRECTIVE REGISTER (COMMA STRING_LITERAL)?
763 : LOCAL_DIRECTIVE REGISTER (COMMA (NULL_LITERAL | name=STRING_LITERAL) COLON (VOID_TYPE | nonvoid_type_descriptor)
764 (COMMA signature=STRING_LITERAL)? )?
869 INSTRUCTION_FORMAT11n REGISTER COMMA integral_literal
879 instruction_format12x REGISTER COMMA REGISTER
884 INSTRUCTION_FORMAT20bc VERIFICATION_ERROR_TYPE COMMA verification_error_reference
899 INSTRUCTION_FORMAT21c_FIELD REGISTER COMMA field_referenc
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
CodesArrayParser.java 28 * A key label may consist of multiple code points separated by comma.
30 * marker. An output text may consist of multiple code points separated by comma.
39 private static final char COMMA = Constants.CODE_COMMA;
40 private static final String COMMA_REGEX = StringUtils.newSingleCodePointString(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 = ",";

Completed in 240 milliseconds

1 2 3 4 5 6 7 8 91011>>