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

1234567

/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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
4946 comma = ""
4950 line += comma
4953 comma = ","
4956 comma = ",\n "
5196 comma = ""
5199 line += comma
5201 comma
[all...]
/external/dbus/test/name-test/
H A Dtest-shutdown.c20 char *comma; local
25 comma = strchr (session_addr_no_guid, ',');
26 if (comma == NULL)
28 *comma = '\0';
H A Dtest-privserver-client.c109 char *comma = strrchr (addr, ','); local
110 if (comma)
111 *comma = '\0';
/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.c508 /* find next comma, split string with zero and eliminate spaces.
509 return start of string following comma */
513 char *comma, *p; local
515 if (!s || !(comma = strchr(s, c)))
518 p = comma;
519 *comma = ' ';
521 for (; isspace((int)*comma); comma++);
526 return comma;
671 char *comma local
981 char *comma, *problem = NULL;; local
[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/libweave/
H A DMakefile52 comma := , macro
56 CFLAGS := $(filter-out -Wl$(comma)--exclude-libs$(comma)ALL,$(CFLAGS))
/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;
H A Dlibxt_conntrack.c213 const char *comma; local
215 while ((comma = strchr(arg, ',')) != NULL) {
216 if (comma == arg || !parse_state(arg, comma-arg, sinfo))
218 arg = comma+1;
254 const char *comma; local
256 while ((comma = strchr(arg, ',')) != NULL) {
257 if (comma == arg || !conntrack_ps_state(info, arg, comma - arg))
260 arg = comma
290 const char *comma; local
324 const char *comma; local
1055 const char *comma; local
[all...]
/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_apitemp.py58 comma = ""
78 t_string = t_string + comma + p.format_string()
79 p_string = p_string + comma + p.name
80 o_string = o_string + comma + cast + p.name
81 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);
331 if (deferred_string_key) SerializeDeferredKey(comma, key);
338 if (deferred_string_key) SerializeDeferredKey(comma, ke
274 Serialize_(Handle<Object> object, bool comma, Handle<Object> key) argument
528 bool comma = false; local
574 bool comma = false; local
[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/dexmaker/src/dx/java/com/android/dx/ssa/
H A DDomFront.java131 boolean comma = false;
133 if (comma) {
137 comma = true;
/external/strace/
H A Dstrace-graph154 print STDERR "$0: $ARGV: $.: missing comma in array.\n";
176 print STDERR "$0: $ARGV: $.: missing comma in struct.\n";
187 print STDERR "$0: $ARGV: $.: missing comma.\n";
/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.c29 OPTIONS is a comma separated list of options, which can also be supplied
78 // Strip flags out of comma separated list of options, return flags,.
106 char *comma = strchr(new, ','); local
109 if (comma) *comma = 0;
129 if (!comma) break;
130 *comma = ',';
131 new = comma + 1;
/external/libmpeg2/
H A Ddecoder.arm.mk32 LOCAL_CLANG_ASFLAGS_arm += $(addprefix -Wa$(comma)-I,$(libmpeg2d_inc_dir_arm))
/external/clang/lib/Basic/
H A DOperatorPrecedence.cpp42 case tok::comma: return prec::Comma;
/external/clang/lib/Parse/
H A DParseTemplate.cpp301 if (Tok.is(tok::comma)) {
373 // a comma or closing brace.
374 SkipUntil(tok::comma, tok::greater, tok::greatergreater,
378 // Did we find a comma or the end of the template parameter list?
379 if (Tok.is(tok::comma)) {
389 SkipUntil(tok::comma, tok::greater, tok::greatergreater,
405 case tok::comma:
422 case tok::comma:
449 case tok::comma:
520 } else if (Tok.isOneOf(tok::equal, tok::comma, to
[all...]

Completed in 3312 milliseconds

1234567