HomeSort by relevance Sort by last modified time
    Searched full:comma (Results 476 - 500 of 2009) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/icu/source/i18n/
msgfmt.cpp 49 #define COMMA ((UChar)0x002C)
646 case COMMA:
740 appendTo += COMMA;
743 appendTo += COMMA;
776 appendTo += COMMA;
783 appendTo += COMMA;
788 appendTo += COMMA;
793 appendTo += COMMA;
802 appendTo += COMMA;
807 appendTo += COMMA;
    [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 443 case tok::comma: return 3;
521 // where 'expression' is actually comma-expression.
525 RHSPrec = getPrecedence(tok::comma);
543 case tok::comma: // Comma operands are not subject to UACs.
672 case tok::comma:
673 // Comma is invalid in pp expressions in c89/c++ mode, but is valid in C99
  /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/iputils/
ping_common.c 1008 char *comma = ""; local
1044 comma = ", ";
1047 printf("%spipe %d", comma, pipesize);
1048 comma = ", ";
1053 comma, ipg/1000, ipg%1000, rtt/8000, (rtt/8)%1000);
  /external/e2fsprogs/misc/
fsck.8.in 115 parameter is a comma-separated list of filesystems and options
116 specifiers. All of the filesystems in this comma-separated list may be
131 Options specifiers may be included in the comma-separated
  /external/iproute2/tc/
q_cbq.c 498 int comma=0; local
502 comma=1;
505 if (comma)
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationHeader.java 88 parameters.setSeparator(Separators.COMMA); // oddball
94 parameters.setSeparator(Separators.COMMA);
157 this.parameters.setSeparator(Separators.COMMA);
SIPHeaderList.java 159 // The following headers do not have comma separated forms for
174 // These can be concatenated together in an comma separated
508 buffer.append(Separators.COMMA);
  /external/v8/src/
json-parser.h 130 // An object literal is a squiggly-braced and comma separated sequence
138 // literal is a square-bracketed and comma separated sequence (possibly empty)
141 // it allow a terminal comma, like a JavaScript array does.
  /frameworks/native/opengl/tests/hwc/
hwcRects.cpp 66 * descriptions are separated from one another via a comma. The
288 // <[ are closed with >] and the string ends with a comma or
293 // Remove trailing comma if it is present
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
DNParser.java 73 // comma or semicolon (compatibility with RFC 1779)
155 // skip trailing space chars before comma or semicolon.
186 // skip trailing space chars before comma or semicolon.
  /bootable/recovery/minadbd/
adb.c 65 /* read a comma/space/colum/semi-column separated list of tags
97 /* use a comma/column/semi-colum/space separated list */
  /bootable/recovery/
verifier.cpp 231 // commas. The last key must not be followed by a comma.
308 // if the line ends in a comma, this file has more keys.
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 140 /// The separator is a comma followed by a space i.e. ", ".
152 /// The separator is a comma followed by a space i.e. ", ".
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
DecimalFormatProperties.java 158 * (e.g. thousands) separator; the default value is the comma character (,).
170 * (e.g. thousands) separator; the default value is the comma character (,).
  /external/bison/m4/
locale-fr.m4 67 /* Check whether the decimal separator is a comma.
195 /* Check whether the decimal separator is a comma.
  /external/chromium/chrome/common/extensions/docs/static/
external_extensions.html 229 (forgetting to separate entries with comma or
230 leaving a trailing comma somewhere) </li>
  /external/chromium-trace/
systrace.py 75 help='specify a comma-separated list of kernel functions to trace')
79 action='store', help='enable application-level tracing for comma-separated ' +
  /external/chromium_org/ppapi/tests/
test_case.cc 50 // Parse |test_filter|, which is a comma-delimited list of (possibly prefixed)
74 // There may be a trailing comma; ignore empty strings.
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
JSONParser.cpp 388 // After a list value, we expect a comma or the end of the list.
429 // After a key/value pair, we expect a comma or the end of the
  /external/chromium_org/v8/src/
token.h 93 T(COMMA, ",", 1) \
213 return COMMA <= op && op <= MOD;
  /external/clang/lib/Format/
FormatToken.h 265 // Comma is a binary operator, but does not behave as such wrt. formatting.
266 return getPrecedence() > prec::Comma;
  /external/eigen/doc/
C03_TutorialArrayClass.dox 71 Furthermore, the \c << operator can be used to initialize arrays (via the comma initializer) or to print them.
82 For more information about the comma initializer, see \ref TutorialAdvancedInitialization.
  /external/iptables/extensions/
libxt_SET.c 33 " where flags are the comma separated list of\n"
265 " where flags are the comma separated list of\n"
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 277 const char *Comma = "";
279 OS << Comma << "derived from LLVM BB ";
281 Comma = ", ";
283 if (isLandingPad()) { OS << Comma << "EH LANDING PAD"; Comma = ", "; }
284 if (hasAddressTaken()) { OS << Comma << "ADDRESS TAKEN"; Comma = ", "; }
286 OS << Comma << "Align " << Alignment << " (" << (1u << Alignment)
    [all...]

Completed in 2277 milliseconds

<<11121314151617181920>>