Home
last modified time | relevance | path

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

12345678910>>...37

/external/dnsmasq/src/
Doption.c530 char *comma, *p; in split_chr() local
532 if (!s || !(comma = strchr(s, c))) return NULL; in split_chr()
534 p = comma; in split_chr()
535 *comma = ' '; in split_chr()
537 for (; isspace((int) *comma); comma++) in split_chr()
542 return comma; in split_chr()
658 char *comma = NULL, *problem = NULL; in parse_dhcp_opt() local
669 comma = split(arg); in parse_dhcp_opt()
706 arg = comma; in parse_dhcp_opt()
711 else if (comma) { in parse_dhcp_opt()
[all …]
/external/one-true-awk/
Dawkgram.y72 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
112 comma:
113 ',' | comma NL
196 | patlist comma pattern { $$ = linkum($1, $3); }
254 pattern comma pattern { $$ = linkum($1, $3); }
255 | plist comma pattern { $$ = linkum($1, $3); }
260 | pplist comma ppattern { $$ = linkum($1, $3); }
382 | INDEX '(' pattern comma pattern ')'
384 | INDEX '(' pattern comma reg_expr ')'
388 | MATCHFCN '(' pattern comma reg_expr ')'
[all …]
/external/llvm-project/llvm/test/MC/COFF/
Dcv-def-range-errors.s4 # CHECK: error: expected comma before def_range type in .cv_def_range directive
11 # CHECK: error: expected comma before register number in .cv_def_range directive
19 # CHECK: error: expected comma before offset in .cv_def_range directive
30 # CHECK: error: expected comma before def_range type in .cv_def_range directive
37 # CHECK: error: expected comma before register number in .cv_def_range directive
48 # CHECK: error: expected comma before def_range type in .cv_def_range directive
55 # CHECK: error: expected comma before offset in .cv_def_range directive
67 # CHECK: error: expected comma before def_range type in .cv_def_range directive
74 # CHECK: error: expected comma before register number in .cv_def_range directive
82 # CHECK: error: expected comma before flag value in .cv_def_range directive
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptEccData.c558 #define comma macro
561 comma
569 # undef comma
570 # define comma , macro
573 comma
581 # undef comma
582 # define comma , macro
585 comma
593 # undef comma
594 # define comma , macro
[all …]
/external/libwebsockets/lib/tls/
Dtls-network.c225 lws_alpn_comma_to_openssl(const char *comma, uint8_t *os, int len) in lws_alpn_comma_to_openssl() argument
229 if (!comma) in lws_alpn_comma_to_openssl()
232 while (*comma && len > 2) { in lws_alpn_comma_to_openssl()
233 if (!plen && *comma == ' ') { in lws_alpn_comma_to_openssl()
234 comma++; in lws_alpn_comma_to_openssl()
242 if (*comma == ',') { in lws_alpn_comma_to_openssl()
245 comma++; in lws_alpn_comma_to_openssl()
247 *os++ = *comma++; in lws_alpn_comma_to_openssl()
/external/freetype/src/tools/
Dglnames.py4967 comma = ""
4971 line += comma
4974 comma = ","
4977 comma = ",\n "
5230 comma = ""
5233 line += comma
5235 comma = ","
5239 comma = ",\n "
5265 comma = " "
5269 line += comma
[all …]
Dcordic.py8 comma = "" variable
23 sys.stdout.write( comma + repr( int(angle2) ) )
24 comma = ", " variable
/external/smali/smalidea/src/main/antlr/
DsmalideaParser.g464 comma
688 : open_brace (literal (comma literal)* | ) close_brace
904 : open_brace (register (comma register)*)? close_brace;
941 (comma local_name)?
1017 : LOCAL_DIRECTIVE register (comma string_or_null_literal colon type_descriptor
1018 (comma string_literal)? )?
1149 INSTRUCTION_FORMAT11n register comma integral_literal;
1157 instruction_format12x register comma register;
1161 INSTRUCTION_FORMAT20bc VERIFICATION_ERROR_TYPE comma verification_error_reference;
1169 INSTRUCTION_FORMAT21c_FIELD register comma fully_qualified_field;
[all …]
/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_ws_comma.py26 comma = False
32 comma = True
34 if comma:
38 comma = False
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_ws_comma.py26 comma = False
32 comma = True
34 if comma:
38 comma = False
/external/libxkbcommon/test/data/symbols/
Dkpdl28 // This assumes KP_Separator will be translated in a comma
30 xkb_symbols "comma" {
44 … key <KPDL> { [ KP_Delete, period, comma, 0x100202F ] }; // <delete> . , ⍽ (narrow no-break space)
54 key <KPDL> { [ KP_Delete, period, comma, nobreakspace ] }; // <delete> . , ⍽ (no-break space)
64 … key <KPDL> { [ KP_Delete, comma, period, 0x100202F ] }; // <delete> , . ⍽ (narrow no-break space)
74 …key <KPDL> { [ KP_Delete, 0x100066B, comma, 0x100202F ] }; // <delete> ? , ⍽ (narrow no-break spac…
88 // punctuation, comma as a thousands separator and then semi-colon as
90 // when entering data by the keyboard; the comma can then be inferred
/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/llvm-project/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/llvm-project/llvm/test/MC/AsmParser/
Daltmacro_string.s46 # If a comma is present inside an angle brackets,
47 # the comma considered as a character and not as a separator.
49 # arguments according to the use of the comma.
50 # Fun2 sees the comma as a character.
51 # Fun3 sees the comma as a separator.
/external/fonttools/Tests/feaLib/data/
DGPOS_2b.fea1 @PUNC = [comma semicolon period];
5 pos [B C] [comma] 2;
6 pos [D E F] [comma] 3;
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
DConcreteSyntaxModel.java75 …return list(ObservableProperty.TYPE_PARAMETERS, sequence(comma(), space()), token(GeneratedJavaPar… in typeParameters()
80 …return list(ObservableProperty.TYPE_ARGUMENTS, sequence(comma(), space()), token(GeneratedJavaPars… in typeArguments()
127 …list(TYPE_PARAMETERS, sequence(comma(), space()), string(GeneratedJavaParserConstants.LT), string(… in concreteSyntaxModelByClass.put() argument
147 list(ObservableProperty.PARAMETERS, sequence(comma(), space()), none(), none()), in concreteSyntaxModelByClass.put() argument
149 …list(ObservableProperty.THROWN_EXCEPTIONS, sequence(comma(), space()), sequence(space(), token(Gen… in concreteSyntaxModelByClass.put()
158 …list(ObservableProperty.ARGUMENTS, sequence(comma(), space()), token(GeneratedJavaParserConstants.… in concreteSyntaxModelByClass.put() argument
173 sequence(comma(), space()), in concreteSyntaxModelByClass.put() argument
182 sequence(comma(), newline()), in concreteSyntaxModelByClass.put()
199 list(ObservableProperty.VARIABLES, sequence(comma(), space())), in concreteSyntaxModelByClass.put() argument
216 …R_PARAMETER, IS_PRESENT, sequence(child(ObservableProperty.RECEIVER_PARAMETER), comma(), space())), in concreteSyntaxModelByClass.put() argument
[all …]
/external/rust/crates/quiche/deps/boringssl/src/crypto/test/
Dwycheproof_util.cc70 size_t comma = flags.find(',', idx); in GetWycheproofResult() local
71 if (comma == std::string::npos) { in GetWycheproofResult()
72 comma = flags.size(); in GetWycheproofResult()
74 out->flags.push_back(flags.substr(idx, comma - idx)); in GetWycheproofResult()
75 idx = comma + 1; in GetWycheproofResult()
/external/boringssl/src/crypto/test/
Dwycheproof_util.cc70 size_t comma = flags.find(',', idx); in GetWycheproofResult() local
71 if (comma == std::string::npos) { in GetWycheproofResult()
72 comma = flags.size(); in GetWycheproofResult()
74 out->flags.push_back(flags.substr(idx, comma - idx)); in GetWycheproofResult()
75 idx = comma + 1; in GetWycheproofResult()
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-suspicious-missing-comma.rst1 .. title:: clang-tidy - bugprone-suspicious-missing-comma
3 bugprone-suspicious-missing-comma
17 A common mistake done by programmers is to forget a comma between two string
24 "line 2" // Missing 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 …]
/external/mesa3d/src/mapi/glapi/gen/
Dgl_apitemp.py60 comma = ""
80 t_string = t_string + comma + p.format_string()
81 p_string = p_string + comma + p.name
82 o_string = o_string + comma + cast + p.name
83 comma = ", "
/external/clang/lib/Parse/
DParseOpenMP.cpp248 SkipUntil(tok::comma, tok::colon, tok::annot_pragma_openmp_end, in ParseOpenMPDeclareReductionDirective()
256 if (ExpectAndConsume(tok::comma)) { in ParseOpenMPDeclareReductionDirective()
486 if (Tok.is(tok::comma)) in parseDeclareSimdClauses()
655 if (Tok.is(tok::comma)) in ParseOpenMPDeclarativeDirectiveWithExtDecl()
931 if (Tok.is(tok::comma)) in ParseOpenMPDeclarativeOrExecutableDirective()
1016 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPSimpleVarList()
1021 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPSimpleVarList()
1023 } else if (Tok.isNot(tok::comma) && Tok.isNot(tok::r_paren) && in ParseOpenMPSimpleVarList()
1026 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPSimpleVarList()
1035 if (Tok.is(tok::comma)) { in ParseOpenMPSimpleVarList()
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DArrayElementValueGen.java103 String comma = ""; in stringifyValue() local
105 sb.append(comma); in stringifyValue()
106 comma = ","; in stringifyValue()
/external/cldr/tools/java/org/unicode/cldr/tool/
DCountryCodeConverter.java61 int comma = display.indexOf(','); in reverseComma() local
62 if (comma >= 0) { in reverseComma()
63 trial = display.substring(comma + 1).trim() + " " + display.substring(0, comma).trim(); in reverseComma()
/external/toybox/toys/lsb/
Dmount.c117 char *comma = strchr(new, ','); local
120 if (comma) *comma = 0;
140 if (!comma) break;
141 *comma = ',';
142 new = comma + 1;

12345678910>>...37