Home
last modified time | relevance | path

Searched refs:comma (Results 1 – 25 of 474) sorted by relevance

12345678910>>...19

/external/tpm2/
DCpriDataEcc.c337 #define comma macro
340 comma
346 # undef comma
347 # define comma , macro
350 comma
356 # undef comma
357 # define comma , macro
360 comma
366 # undef comma
367 # define comma , macro
[all …]
/external/dnsmasq/src/
Doption.c513 char *comma, *p; in split_chr() local
515 if (!s || !(comma = strchr(s, c))) in split_chr()
518 p = comma; in split_chr()
519 *comma = ' '; in split_chr()
521 for (; isspace((int)*comma); comma++); in split_chr()
526 return comma; in split_chr()
671 char *comma = NULL, *problem = NULL; in parse_dhcp_opt() local
683 comma = split(arg); in parse_dhcp_opt()
731 arg = comma; in parse_dhcp_opt()
736 else if (comma) in parse_dhcp_opt()
[all …]
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
DJSONWriter.java66 private boolean comma; field in JSONWriter
97 this.comma = false; in JSONWriter()
116 if (this.comma && this.mode == 'a') { in append()
126 this.comma = true; in append()
145 this.comma = false; in array()
169 this.comma = true; in end()
207 if (this.comma) { in key()
213 this.comma = false; in key()
240 this.comma = false; in object()
/external/smali/smalidea/src/main/antlr/
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_field;
[all …]
/external/dbus/test/name-test/
Dtest-shutdown.c20 char *comma; in open_destroy_shared_session_bus_connection() local
25 comma = strchr (session_addr_no_guid, ','); in open_destroy_shared_session_bus_connection()
26 if (comma == NULL) in open_destroy_shared_session_bus_connection()
28 *comma = '\0'; in open_destroy_shared_session_bus_connection()
Dtest-privserver-client.c109 char *comma = strrchr (addr, ','); in open_shutdown_private_connection() local
110 if (comma) in open_shutdown_private_connection()
111 *comma = '\0'; in open_shutdown_private_connection()
/external/v8/src/
Djson-stringifier.h65 Result Serialize_(Handle<Object> object, bool comma, Handle<Object> key);
298 Handle<Object> object, bool comma, Handle<Object> key) { in Serialize_() argument
307 if (deferred_string_key) SerializeDeferredKey(comma, key); in Serialize_()
314 if (deferred_string_key) SerializeDeferredKey(comma, key); in Serialize_()
319 if (deferred_string_key) SerializeDeferredKey(comma, key); in Serialize_()
323 if (deferred_string_key) SerializeDeferredKey(comma, key); in Serialize_()
327 if (deferred_string_key) SerializeDeferredKey(comma, key); in Serialize_()
335 if (deferred_string_key) SerializeDeferredKey(comma, key); in Serialize_()
338 if (deferred_string_key) SerializeDeferredKey(comma, key); in Serialize_()
342 if (deferred_string_key) SerializeDeferredKey(comma, key); in Serialize_()
[all …]
/external/llvm/test/MC/Mips/
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/iptables/extensions/
Dlibxt_conntrack.c213 const char *comma; in parse_states() local
215 while ((comma = strchr(arg, ',')) != NULL) { in parse_states()
216 if (comma == arg || !parse_state(arg, comma-arg, sinfo)) in parse_states()
218 arg = comma+1; in parse_states()
254 const char *comma; in conntrack_ps_states() local
256 while ((comma = strchr(arg, ',')) != NULL) { in conntrack_ps_states()
257 if (comma == arg || !conntrack_ps_state(info, arg, comma - arg)) in conntrack_ps_states()
260 arg = comma + 1; in conntrack_ps_states()
290 const char *comma; in parse_statuses() local
292 while ((comma = strchr(arg, ',')) != NULL) { in parse_statuses()
[all …]
Dlibxt_addrtype.c88 const char *comma; in parse_types() local
90 while ((comma = strchr(arg, ',')) != NULL) { in parse_types()
91 if (comma == arg || !parse_type(arg, comma-arg, mask)) in parse_types()
94 arg = comma + 1; in parse_types()
/external/mesa3d/src/mapi/glapi/gen/
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/clang/lib/Parse/
DParseOpenMP.cpp289 if (Tok.is(tok::comma)) in ParseOpenMPDeclarativeOrExecutableDirective()
368 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPSimpleVarList()
373 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPSimpleVarList()
375 } else if (Tok.isNot(tok::comma) && Tok.isNot(tok::r_paren) && in ParseOpenMPSimpleVarList()
378 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPSimpleVarList()
391 if (Tok.is(tok::comma)) { in ParseOpenMPSimpleVarList()
549 SkipUntil(tok::comma, tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPClause()
629 if (Tok.isNot(tok::r_paren) && Tok.isNot(tok::comma) && in ParseOpenMPSimpleClause()
699 if (Tok.isNot(tok::r_paren) && Tok.isNot(tok::comma) && in ParseOpenMPSingleExprWithArgClause()
704 Tok.is(tok::comma)) in ParseOpenMPSingleExprWithArgClause()
[all …]
DParseTemplate.cpp301 if (Tok.is(tok::comma)) { in ParseSingleDeclarationAfterTemplate()
374 SkipUntil(tok::comma, tok::greater, tok::greatergreater, in ParseTemplateParameterList()
379 if (Tok.is(tok::comma)) { in ParseTemplateParameterList()
389 SkipUntil(tok::comma, tok::greater, tok::greatergreater, in ParseTemplateParameterList()
405 case tok::comma: in isStartOfTemplateTypeParameter()
422 case tok::comma: in isStartOfTemplateTypeParameter()
449 case tok::comma: in isStartOfTemplateTypeParameter()
520 } else if (Tok.isOneOf(tok::equal, tok::comma, tok::greater, in ParseTypeParameter()
591 } else if (Next.isOneOf(tok::identifier, tok::comma, tok::greater, in ParseTemplateTemplateParameter()
617 } else if (Tok.isOneOf(tok::equal, tok::comma, tok::greater, in ParseTemplateTemplateParameter()
[all …]
/external/toybox/toys/lsb/
Dmount.c106 char *comma = strchr(new, ','); local
109 if (comma) *comma = 0;
129 if (!comma) break;
130 *comma = ',';
131 new = comma + 1;
/external/chromium-trace/catapult/third_party/typ/
Dpylintrc34 # List of plugins (as comma separated values of python modules names) to load,
42 # either give multiple identifier separated by comma (,) or put this option
47 # can either give multiple identifier separated by comma (,) or put this option
125 # List of note tags to take in consideration, separated by a comma.
157 # Required attributes for module, separated by a comma
160 # List of builtins function names that should not be used, separated by a comma
191 # Good variable names which should always be accepted, separated by a comma
194 # Bad variable names which should always be refused, separated by a comma
238 # List of interface methods to ignore, separated by a comma. This is used for
251 # Deprecated modules which should not be used, separated by a comma
/external/eigen/doc/
DTutorialAdvancedInitialization.dox6 comma-initializer, which was introduced before. It also explains how to get special matrices such a…
11 \section TutorialAdvancedInitializationCommaInitializer The comma initializer
13 Eigen offers a comma initializer syntax which allows the user to easily set all the coefficients of…
29 that you have to set the size before you can use the comma initializer.
51 The comma initializer can also be used to fill block expressions such as <tt>m.row(i)</tt>. Here is…
107 assignment, using static methods and the comma-initializer, or using the setXxx() methods.
143 The comma-initializer, too, can also be used to construct temporary objects. The following example …
157 object once the comma initialization of our temporary submatrix is done.
/external/jacoco/org.jacoco.report/src/org/jacoco/report/
DJavaNames.java108 boolean comma = false; in getMethodName()
110 if (comma) { in getMethodName()
113 comma = true; in getMethodName()
/external/autotest/utils/
Dpylintrc24 # List of plugins (as comma separated values of python modules names) to load,
32 # can either give multiple identifier separated by comma (,) or put this option
64 # either give multiple identifier separated by comma (,) or put this option
103 # List of note tags to take in consideration, separated by a comma.
145 # Required attributes for module, separated by a comma
148 # List of builtins function names that should not be used, separated by a comma
194 # Good variable names which should always be accepted, separated by a comma
197 # Bad variable names which should always be refused, separated by a comma
233 # List of interface methods to ignore, separated by a comma. This is used for
280 # Deprecated modules which should not be used, separated by a comma
/external/libweave/
DMakefile52 comma := , macro
56 CFLAGS := $(filter-out -Wl$(comma)--exclude-libs$(comma)ALL,$(CFLAGS))
/external/protobuf/gtest/include/gtest/internal/
Dgtest-internal.h646 const char* comma = strchr(str, ','); in SkipComma() local
647 if (comma == NULL) { in SkipComma()
650 while (isspace(*(++comma))) {} in SkipComma()
651 return comma; in SkipComma()
657 const char* comma = strchr(str, ','); in GetPrefixUntilComma() local
658 return comma == NULL ? String(str) : String(str, comma - str); in GetPrefixUntilComma()
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DDomFront.java131 boolean comma = false; in debugPrintDomChildren()
133 if (comma) { in debugPrintDomChildren()
137 comma = true; in debugPrintDomChildren()
/external/v8/src/compiler/
Dschedule.cc338 bool comma = false; in operator <<() local
340 if (comma) os << ", "; in operator <<()
341 comma = true; in operator <<()
363 comma = false; in operator <<()
365 if (comma) os << ", "; in operator <<()
366 comma = true; in operator <<()
/external/tcpdump/
Dprint-egp.c139 const char *comma; in egpnrprint() local
180 comma = ""; in egpnrprint()
184 ND_PRINT((ndo, "%sd%d:", comma, (int)*cp++)); in egpnrprint()
185 comma = ", "; in egpnrprint()
/external/llvm/test/MC/ARM/
Ddirective-eabi_attribute-diagnostics.s28 @ CHECK: error: comma expected
33 @ CHECK: error: comma expected
/external/antlr/antlr-3.4/runtime/Python/
Dpylintrc27 # 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.

12345678910>>...19