Searched refs:comma (Results 1 - 25 of 187) sorted by relevance

12345678

/external/freetype/src/tools/
H A Dcordic.py8 comma = "" variable
23 sys.stdout.write( comma + repr( int(angle2) ) )
24 comma = ", " variable
H A Dglnames.py50 "comma", "hyphen", "period", "slash", "zero",
163 "parenright", "asterisk", "plus", "comma", "hyphen",
1830 comma;002C
4967 comma = ""
4971 line += comma
4974 comma = ","
4977 comma = ",\n "
5230 comma = ""
5233 line += comma
5235 comma
[all...]
/external/python/cpython2/Lib/lib2to3/fixes/
H A Dfix_ws_comma.py26 comma = False
32 comma = True
34 if comma:
38 comma = False
H A Dfix_except.py55 (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/python/cpython3/Lib/lib2to3/fixes/
H A Dfix_ws_comma.py26 comma = False
32 comma = True
34 if comma:
38 comma = False
H A Dfix_except.py55 (E, comma, N) = except_clause.children[1:4]
56 comma.replace(Name("as", prefix=" "))
87 # No space after a comma is legal; no space after "as",
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DJSONWriter.java63 * The comma flag determines if a comma should be output before the next
66 private boolean comma; field in class:JSONWriter
97 this.comma = false;
116 if (this.comma && this.mode == 'a') {
126 this.comma = true;
145 this.comma = false;
169 this.comma = true;
207 if (this.comma) {
213 this.comma
[all...]
/external/dnsmasq/src/
H A Doption.c482 /* find next comma, split string with zero and eliminate spaces.
483 return start of string following comma */
487 char *comma, *p; local
489 if (!s || !(comma = strchr(s, c)))
492 p = comma;
493 *comma = ' ';
495 for (; isspace((int)*comma); comma++);
500 return comma;
644 char *comma local
954 char *comma, *problem = NULL;; local
[all...]
/external/one-true-awk/
H A Dawkgram.y72 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
111 comma: label
112 ',' | comma NL
195 | patlist comma pattern { $$ = linkum($1, $3); }
253 pattern comma pattern { $$ = linkum($1, $3); }
254 | plist comma pattern { $$ = linkum($1, $3); }
259 | pplist comma ppattern { $$ = linkum($1, $3); }
376 | INDEX '(' pattern comma pattern ')'
378 | INDEX '(' pattern comma reg_expr ')'
382 | MATCHFCN '(' pattern comma reg_exp
[all...]
/external/smali/smalidea/src/main/antlr/
H A DsmalideaParser.g463 comma
687 : open_brace (literal (comma literal)* | ) close_brace
903 : open_brace (register (comma register)*)? close_brace;
940 (comma local_name)?
1016 : LOCAL_DIRECTIVE register (comma string_or_null_literal colon type_descriptor
1017 (comma string_literal)? )?
1148 INSTRUCTION_FORMAT11n register comma integral_literal;
1156 instruction_format12x register comma register;
1160 INSTRUCTION_FORMAT20bc VERIFICATION_ERROR_TYPE comma verification_error_reference;
1168 INSTRUCTION_FORMAT21c_FIELD register comma fully_qualified_fiel
[all...]
/external/llvm/test/MC/Mips/
H A Dmips-pdr-bad.s7 .ent bar, # ASM: :[[@LINE]]:19: error: expected number after comma
8 .ent foo, bar # AMS: :[[@LINE]]:23: error: expected an absolute expression after comma
14 .frame $sp # ASM: :[[@LINE]]:20: error: unexpected token, expected comma
17 .frame $sp, 8 # ASM: :[[@LINE]]:23: error: unexpected token, expected comma
24 .mask 0x80000000 # ASM: :[[@LINE]]:26: error: unexpected token, expected comma
31 .fmask 0x80000000 # ASM: :[[@LINE]]:27: error: unexpected token, expected comma
/external/llvm/test/MC/ARM/
H A Ddirective-eabi_attribute-diagnostics.s28 @ CHECK: error: comma expected
33 @ CHECK: error: comma expected
/external/jacoco/org.jacoco.report/src/org/jacoco/report/
H A DJavaNames.java108 boolean comma = false;
110 if (comma) {
113 comma = true;
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
H A DRealObjectValidator.java26 boolean comma = false;
28 if (comma) {
31 comma = true;
/external/ipsec-tools/src/libipsec/
H A Dpolicy_token.l75 comma \,
/external/harfbuzz_ng/src/
H A Dhb-buffer-deserialize-json.rl72 comma = space* ',' space*;
90 ( '{' space* element (comma element)* space* '}')
95 main := space* item (comma item)* space* (','|']')?;
/external/iptables/extensions/
H A Dlibxt_addrtype.c88 const char *comma; local
90 while ((comma = strchr(arg, ',')) != NULL) {
91 if (comma == arg || !parse_type(arg, comma-arg, mask))
94 arg = comma + 1;
/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_apitemp.py59 comma = ""
79 t_string = t_string + comma + p.format_string()
80 p_string = p_string + comma + p.name
81 o_string = o_string + comma + cast + p.name
82 comma = ", "
/external/python/cpython2/Objects/
H A Dsliceobject.c233 PyObject *s, *comma; local
236 comma = PyString_FromString(", ");
238 PyString_Concat(&s, comma);
240 PyString_Concat(&s, comma);
243 Py_DECREF(comma);
/external/v8/src/
H A Djson-stringifier.cc275 bool comma,
294 if (deferred_string_key) SerializeDeferredKey(comma, key);
301 if (deferred_string_key) SerializeDeferredKey(comma, key);
306 if (deferred_string_key) SerializeDeferredKey(comma, key);
310 if (deferred_string_key) SerializeDeferredKey(comma, key);
314 if (deferred_string_key) SerializeDeferredKey(comma, key);
321 if (deferred_string_key) SerializeDeferredKey(comma, key);
324 if (deferred_string_key) SerializeDeferredKey(comma, key);
330 if (deferred_string_key) SerializeDeferredKey(comma, key);
337 if (deferred_string_key) SerializeDeferredKey(comma, ke
274 Serialize_(Handle<Object> object, bool comma, Handle<Object> key) argument
527 bool comma = false; local
574 bool comma = false; local
[all...]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
H A DConcreteSyntaxModel.java76 return list(ObservableProperty.TYPE_PARAMETERS, CsmElement.sequence(CsmElement.comma(), CsmElement.space()), CsmElement.token(GeneratedJavaParserConstants.LT),
81 return list(ObservableProperty.TYPE_ARGUMENTS, CsmElement.sequence(CsmElement.comma(), CsmElement.space()), CsmElement.token(GeneratedJavaParserConstants.LT),
128 list(TYPE_PARAMETERS, sequence(comma(), space()), string(GeneratedJavaParserConstants.LT), string(GeneratedJavaParserConstants.GT)),
148 list(ObservableProperty.PARAMETERS, sequence(comma(), space()), none(), none()),
150 list(ObservableProperty.THROWN_EXCEPTIONS, sequence(comma(), space()), sequence(space(), token(GeneratedJavaParserConstants.THROWS), space()), none()),
159 list(ObservableProperty.ARGUMENTS, sequence(comma(), space()), token(GeneratedJavaParserConstants.LPAREN), token(GeneratedJavaParserConstants.RPAREN)),
174 sequence(comma(), space()),
183 sequence(comma(), space()),
200 list(ObservableProperty.VARIABLES, sequence(comma(), space())),
217 conditional(ObservableProperty.RECEIVER_PARAMETER, IS_PRESENT, sequence(child(ObservableProperty.RECEIVER_PARAMETER), comma(), spac
[all...]
/external/tpm2/
H A DCpriDataEcc.c337 #define comma macro
340 comma
346 # undef comma macro
347 # define comma , macro
350 comma
356 # undef comma macro
357 # define comma , macro
360 comma
366 # undef comma macro
367 # define comma , macro
376 # undef comma macro
377 # define comma macro
386 # undef comma macro
387 # define comma macro
396 # undef comma macro
397 # define comma macro
406 # undef comma macro
407 # define comma macro
416 # undef comma macro
417 # define comma macro
[all...]
/external/toybox/lib/
H A Dgetmountlist.c34 // Only add a comma if old string didn't end with one
36 char *comma = ","; local
38 if (atold[strlen(atold)-1] == ',') comma = "";
39 temp = xmprintf("%s%s%s", atold, comma, new);
45 // iterate through strings in a comma separated list.
47 // sets *len to length of entry (not including comma)
/external/toybox/toys/lsb/
H A Dmount.c30 OPTIONS is a comma separated list of options, which can also be supplied
79 // Strip flags out of comma separated list of options, return flags,.
107 char *comma = strchr(new, ','); local
110 if (comma) *comma = 0;
130 if (!comma) break;
131 *comma = ',';
132 new = comma + 1;
/external/clang/lib/Basic/
H A DOperatorPrecedence.cpp42 case tok::comma: return prec::Comma;

Completed in 1165 milliseconds

12345678