HomeSort by relevance Sort by last modified time
    Searched full:comma (Results 76 - 100 of 2009) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_exitfunc.py 8 from lib2to3.fixer_util import Name, Attr, Call, Comma, Newline, syms
61 names.append_child(Comma())
fix_itertools_imports.py 43 if remove_comma and child.type == token.COMMA:
48 while children and children[-1].type == token.COMMA:
fix_except.py 55 (E, comma, N) = except_clause.children[1:4]
56 comma.replace(Name(u"as", prefix=u" "))
87 # No space after a comma is legal; no space after "as",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_apply.py 12 from ..fixer_util import Call, Comma, parenthesize
52 l_newargs.extend([Comma(),
fix_exitfunc.py 8 from lib2to3.fixer_util import Name, Attr, Call, Comma, Newline, syms
61 names.append_child(Comma())
fix_itertools_imports.py 43 if remove_comma and child.type == token.COMMA:
48 while children and children[-1].type == token.COMMA:
fix_except.py 55 (E, comma, N) = except_clause.children[1:4]
56 comma.replace(Name(u"as", prefix=u" "))
87 # No space after a comma is legal; no space after "as",
  /external/clang/lib/Parse/
ParseOpenMP.cpp 127 if (Tok.is(tok::comma))
207 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end,
212 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end,
214 } else if (Tok.isNot(tok::comma) && Tok.isNot(tok::r_paren) &&
217 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end,
229 if (Tok.is(tok::comma)) {
285 SkipUntil(tok::comma, tok::annot_pragma_openmp_end, false, true);
309 if (Tok.isNot(tok::r_paren) && Tok.isNot(tok::comma) &&
344 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end,
348 IsComma = Tok.is(tok::comma);
    [all...]
  /external/clang/test/Index/
complete-type-factors.m 48 // CHECK-CC1: FunctionDecl:{ResultType enum Priority}{TypedText test1}{LeftParen (}{Placeholder enum Priority priority}{Comma , }{Placeholder enum Color color}{Comma , }{Placeholder int integer}{RightParen )} (25)
63 // CHECK-CC2: FunctionDecl:{ResultType enum Priority}{TypedText test1}{LeftParen (}{Placeholder enum Priority priority}{Comma , }{Placeholder enum Color color}{Comma , }{Placeholder int integer}{RightParen )} (50)
79 // CHECK-CC3: FunctionDecl:{ResultType enum Priority}{TypedText test1}{LeftParen (}{Placeholder enum Priority priority}{Comma , }{Placeholder enum Color color}{Comma , }{Placeholder int integer}{RightParen )} (12)
95 // CHECK-CC4: FunctionDecl:{ResultType enum Priority}{TypedText test1}{LeftParen (}{Placeholder enum Priority priority}{Comma , }{Placeholder enum Color color}{Comma , }{Placeholder int integer}{RightParen )} (50)
113 // CHECK-CC6: FunctionDecl:{ResultType enum Priority}{TypedText test1}{LeftParen (}{Placeholder enum Priority priority}{Comma , }{Placeholder enum Color color}{Comma , }{Placeholder int integer}{RightParen )} (50
    [all...]
complete-exprs.cpp 58 // CHECK-CC1: CXXConstructor:{TypedText string}{LeftParen (}{Placeholder const char *}{Comma , }{Placeholder int n}{RightParen )} (50)
60 // CHECK-CC1: CXXConstructor:{TypedText vector}{LeftAngle <}{Placeholder typename T}{RightAngle >}{LeftParen (}{Placeholder const T &}{Comma , }{Placeholder unsigned int n}{RightParen )} (50)
61 // CHECK-CC1: FunctionTemplate:{ResultType void}{TypedText vector}{LeftAngle <}{Placeholder typename T}{RightAngle >}{LeftParen (}{Placeholder InputIterator first}{Comma , }{Placeholder InputIterator last}{RightParen )} (50)
74 // CHECK-CC3: CXXConstructor:{TypedText vector}{LeftAngle <}{Placeholder typename T}{RightAngle >}{LeftParen (}{Placeholder const T &}{Comma , }{Placeholder unsigned int n}{RightParen )} (50)
75 // CHECK-CC3: FunctionTemplate:{ResultType void}{TypedText vector}{LeftAngle <}{Placeholder typename T}{RightAngle >}{LeftParen (}{Placeholder InputIterator first}{Comma , }{Placeholder InputIterator last}{RightParen )} (50)
  /external/antlr/antlr-3.4/runtime/Python/
pylintrc 27 # List of plugins (as comma separated values of python modules names) to load,
35 # comma separated list of message ids.
158 # Required attributes for module, separated by a comma
193 # Good variable names which should always be accepted, separated by a comma
196 # Bad variable names which should always be refused, separated by a comma
199 # List of builtins function names that should not be used, separated by a comma
247 # List of interface methods to ignore, separated by a comma. This is used for
263 # Deprecated modules which should not be used, separated by a comma
320 # List of note tags to take in consideration, separated by a comma.
  /external/chromium_org/tools/site_compare/commands/
timeload.py 9 comma-delimited file. The first line is "URL,[browser names", each
10 additional line is a URL follored by comma-delimited times (in seconds),
35 ["-b", "--browsers"], "List of browsers to use. Comma-separated",
38 ["-bp", "--browserpaths"], "List of paths to browsers. Comma-separated",
42 "List of versions of browsers. Comma-separated",
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PChargingVectorHeader.java 71 * pdp-info-hierarchy = "pdp-info" EQUAL LDQUOT pdp-info *(COMMA pdp-info) RDQUOT
77 * flow-id = "flow-id" EQUAL "(" "{" 1*DIGIT COMMA 1*DIGIT "}" *(COMMA "{" 1*DIGIT COMMA 1*DIGIT"}")")"
82 * xDSL-bearer-info = "dsl-bearer-info" EQUAL LDQUOT dsl-bearer-info *(COMMA dsl-bearer-info) RDQUOT
  /external/qemu/
gen-charmap.py 46 specials = { 'COMMA': 'Comma',
185 comma = "" variable in class:KMap
187 print "%s&_%s_charmap" % (comma, kmap.name),
188 comma = ", "
  /external/chromium_org/v8/src/
json-stringifier.h 121 Result Serialize_(Handle<Object> object, bool comma, Handle<Object> key);
404 Handle<Object> object, bool comma, Handle<Object> key) {
411 if (deferred_string_key) SerializeDeferredKey(comma, key);
417 if (deferred_string_key) SerializeDeferredKey(comma, key);
422 if (deferred_string_key) SerializeDeferredKey(comma, key);
426 if (deferred_string_key) SerializeDeferredKey(comma, key);
430 if (deferred_string_key) SerializeDeferredKey(comma, key);
438 if (deferred_string_key) SerializeDeferredKey(comma, key);
441 if (deferred_string_key) SerializeDeferredKey(comma, key);
447 if (deferred_string_key) SerializeDeferredKey(comma, key)
633 bool comma = false; local
    [all...]
  /external/chromium_org/v8/test/webkit/
toString-elision-trailing-comma.js 25 "This test checks that toString() round-trip on a function that has a array with elision does not remove a comma."
41 // elision comma is not removed
106 // and that toString doesn't remove the trailing elision 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/emma/core/java12/com/vladium/emma/report/
IReportProperties.java 54 String COLUMNS = "columns"; // comma-separated list
63 String SORT = "sort"; // comma-separated list of ('+'/'-'-prefixed column names)
68 String METRICS = "metrics"; // comma-separated list of (column name:metric) pairs
  /external/harfbuzz_ng/src/
hb-buffer-deserialize-json.rl 72 comma = space* ',' space*;
90 ( '{' space* element (comma element)* space* '}')
95 main := space* item (comma item)* space* (','|']')?;
  /external/oprofile/doc/
opreport.1.in 48 Exclude all the symbols in the given comma-separated list.
60 Comma-separated list of additional paths to search for binaries.
69 Only include symbols in the given comma-separated list.
  /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...]
  /packages/inputmethods/OpenWnn/res/xml/
debug_tool_engine.xml 22 <!-- param = "target<null or empty or text or comma>,minLen,maxLen,text" -->
33 targetMethod = "predict" param = "comma,10,5," intRet = "1" isRet ="" strRet = ""/>
82 <!-- param = "target<null or empty or text or comma>,minLen,maxLen,text" -->
  /system/core/fs_mgr/
fs_mgr_priv.h 39 * <mount_flags> is a comma separated list of flags that can be passed to the
43 * <fs_options> is a comma separated list of options accepted by the filesystem being
46 * <fs_mgr_options> is a comma separated list of flags that control the operation of
  /external/chromium_org/chrome/browser/history/
shortcuts_database.h 34 // contents_matches Comma separated matches of the |search_text| in
37 // description_matches Comma separated matches of the |search_text| in
  /external/chromium_org/tools/idl_parser/test_parser/
enum_ppapi.idl 78 /* BUILD Error(Trailing comma in block.) */
79 /* ERROR Trailing comma in block. */

Completed in 3326 milliseconds

1 2 34 5 6 7 8 91011>>