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

1 2 34 5 6 7 8 910

  /external/libvpx/libvpx/
args.c 112 char *comma = def->has_val ? "," : ", "; local
115 def->short_name, short_val, comma,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
args.c 112 char *comma = def->has_val ? "," : ", "; local
115 def->short_name, short_val, comma,
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 108 {args} comma = ',';
274 [start]:expression comma [end]:expression cs_close
286 [start]:expression comma
287 [end]:expression [i3]:comma [increment]:expression cs_close
388 | {multiple} variable_list comma variable
395 | {multiple} expression_list comma expression
684 | {comma} [left]:expression [right]:expression // x, y
  /external/clang/lib/Parse/
ParseDecl.cpp 142 if (TryConsumeToken(tok::comma))
283 IsIdentifierArg = Next.is(tok::r_paren) || Next.is(tok::comma);
290 if (!ArgExprs.empty() ? Tok.is(tok::comma) : Tok.isNot(tok::r_paren)) {
291 // Eat the comma.
295 // Parse the non-empty comma-separated list of expressions.
308 // Eat the comma, move to the next argument
309 } while (TryConsumeToken(tok::comma));
448 } else if (NextToken().is(tok::comma) || NextToken().is(tok::r_paren)) {
493 if (TryConsumeToken(tok::comma))
546 if (TryConsumeToken(tok::comma))
961 Diag(Tok, diag::err_expected) << tok::comma; member in class:tok
3843 << tok::comma; member in class:tok
    [all...]
ParseTentative.cpp 323 if (!TryConsumeToken(tok::comma))
449 (Tok.is(tok::greater) || Tok.is(tok::comma) ||
564 if (Tok.is(tok::comma)) {
599 if (!TryConsumeToken(tok::comma))
    [all...]
ParseExpr.cpp 122 return ParseRHSOfBinaryExpression(LHS, prec::Comma);
133 return ParseRHSOfBinaryExpression(LHS, prec::Comma);
153 return ParseRHSOfBinaryExpression(LHS, prec::Comma);
239 // Bail out when encountering a comma followed by a token which can't
242 // We can't do this before consuming the comma, because
244 if (OpToken.is(tok::comma) && isNotExpressionStart()) {
    [all...]
ParsePragma.cpp 501 while (Tok.is(tok::comma)) {
557 if (Tok.is(tok::comma)) {
559 // If we've got a comma, we either need a label or a string.
563 if (Tok.is(tok::comma))
742 if (Tok.is(tok::comma)) {
753 if (Tok.is(tok::comma)) {
    [all...]
ParseObjc.cpp 118 if (!TryConsumeToken(tok::comma))
517 // Parse all the comma separated declarators.
657 if (Tok.isNot(tok::comma))
    [all...]
ParseCXXInlineMethods.cpp 89 if (Tok.is(tok::comma)) {
211 // Consume everything up to (but excluding) the comma or semicolon.
803 if (Tok.is(tok::comma)) {
826 << tok::comma;
    [all...]
  /external/doclava/src/com/google/doclava/apicheck/
ApiFile.java 504 boolean comma = true;
509 if (comma) {
512 comma = true;
514 if (!comma) {
517 comma = false;
  /external/clang/lib/Format/
TokenAnnotator.cpp 111 tok::kw_while, tok::l_paren, tok::comma) ||
203 if (CurrentToken->is(tok::comma) && CurrentToken->Next &&
282 if (CurrentToken->is(tok::comma) &&
338 if (Current->is(tok::comma)) {
490 case tok::comma:
698 Previous && !Previous->isOneOf(tok::comma, tok::semi);
720 } else if (Current.isOneOf(tok::r_paren, tok::greater, tok::comma)) {
791 PreviousNoComment->isOneOf(tok::comma, tok::l_brace))
    [all...]
UnwrappedLineParser.cpp 339 ProbablyBracedList = NextTok->isOneOf(tok::comma, tok::r_square);
346 // If there is a comma, semicolon or right paren after the closing
355 NextTok->isOneOf(tok::comma, tok::semi, tok::period, tok::colon,
873 if (FormatTok->isNot(tok::comma))
882 if (!FormatTok->isOneOf(tok::comma, tok::identifier)) {
885 if (FormatTok->is(tok::comma))
899 if (FormatTok->is(tok::comma)) {
924 if (!FormatTok->isOneOf(tok::identifier, tok::comma, tok::r_paren,
979 case tok::comma:
1114 if (FormatTok->is(tok::comma))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DebuggerScript.js 125 var comma = contextData.indexOf(",");
126 if (comma === -1)
130 var idSuffix = contextData.substring(comma); // including the comma
  /libcore/luni/src/main/java/java/util/
BitSet.java 538 * receiver: a comma-delimited list of the indexes of all set bits.
545 boolean comma = false;
550 if (comma) {
553 comma = true;
  /external/bison/data/
glr.c 50 # The possible parse-params formal arguments preceded by a comma.
71 # a trailing comma.
87 # Same as b4_yyerror_args, but with a leading comma.
102 # Arguments passed to yyerror: user formals plus yylocp with leading comma.
615 contains an apostrophe, a comma, or backslash (other than
    [all...]
  /external/llvm/lib/AsmParser/
LLToken.h 25 equal, comma, // = , enumerator in enum:llvm::lltok::Kind
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
ReflectUtils.java 155 int comma = desc.indexOf(',', start); local
156 if (comma < 0) {
159 params.add(desc.substring(start, comma).trim());
160 start = comma + 1;
  /external/qemu/ui/
curses_keys.h 260 { "comma", 0x02c },
  /build/core/
product_config.mk 326 $(subst $(space),$(comma),$(strip $(PRODUCT_AAPT_CONFIG)))
328 $(subst $(space),$(comma),$(strip $(PRODUCT_AAPT_PREF_CONFIG)))
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-40931.js 30 // To reproduce this we need to split a comma separated string and check the
  /external/chromium_org/v8/test/mozilla/
mozilla-shell-emulation.js 34 // Returns comma-separated list of options set.
  /external/valgrind/main/auxprogs/
s390-check-opcodes.pl 113 print "warning: description of $mnemonic contains comma\n";
  /ndk/build/core/
definitions-utils.mk 39 # Macro : comma
40 # Returns : a single comma
41 # Usage : $(comma)
43 comma := , macro
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_map.i 356 bool comma = false;
358 for ( ; i != e; ++i, comma = true )
360 if (comma) str = rb_str_cat2( str, "," );
  /external/doclava/src/com/google/doclava/
Stubs.java 422 String comma = ""; local
424 stream.print(comma + iface.fullName(classDeclTypeVars));
425 comma = ", ";
550 String comma; local
585 comma = "";
589 stream.print(comma + fullParameterTypeName(method, param.type(), count == size) + " "
591 comma = ", ";
596 comma = "";
600 stream.print(comma + thrown.qualifiedName());
601 comma = ", "
    [all...]

Completed in 700 milliseconds

1 2 34 5 6 7 8 910