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

<<11121314151617181920>>

  /external/ppp/pppd/
ipv6cp.c 326 char *comma, *arg, c; local
335 if ((comma = strchr(arg, ',')) == NULL)
336 comma = arg + strlen(arg);
339 * If comma first character, then no local identifier
341 if (comma != arg) {
342 c = *comma;
343 *comma = '\0';
355 *comma = c;
359 * If comma last character, the no remote identifier
361 if (*comma != 0 && *++comma != '\0')
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 652 if (ExpectAndConsume(tok::comma, diag::err_expected_comma, "", tok::semi))
    [all...]
  /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/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 274 if (getLexer().isNot(AsmToken::Comma))
330 if (getLexer().is(AsmToken::Comma)) {
508 if (getLexer().isNot(AsmToken::Comma))
514 if (getLexer().is(AsmToken::Comma)) {
553 if (getLexer().isNot(AsmToken::Comma))
594 if (getLexer().isNot(AsmToken::Comma))
621 if (getLexer().isNot(AsmToken::Comma))
AsmParser.cpp 323 /// \brief Parse until the end of a statement or a comma is encountered,
324 /// return the contents from the current token up to the end or comma.
711 Lexer.isNot(AsmToken::Comma) &&
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
nvvertparse.c 810 /* comma */
842 /* comma */
850 /* comma */
889 /* comma */
897 /* comma */
905 /* comma */
959 /* comma */
989 /* comma */
1059 /* comma */
    [all...]
  /external/mesa3d/src/mesa/program/
nvvertparse.c 810 /* comma */
842 /* comma */
850 /* comma */
889 /* comma */
897 /* comma */
905 /* comma */
959 /* comma */
989 /* comma */
1059 /* comma */
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameSplitter.java 264 * Returns true if the token is followed by a comma in the original full name.
274 * @param commonPrefixes comma-separated list of common prefixes,
276 * @param commonLastNamePrefixes comma-separated list of common last name prefixes,
278 * @param commonSuffixes comma-separated list of common suffixes,
280 * @param commonConjunctions comma-separated list of common conjuctions,
304 * Converts a comma-separated list of Strings to a set of Strings. Trims strings
740 // Take care of an explicit comma-separated suffix
797 // If the first word is followed by a comma, assume that it's the family name
804 // If the second word is followed by a comma and the first word
    [all...]
  /external/dhcpcd/
dhcpcd.conf.5 50 which is a space or comma separated list of patterns passed to
58 which is a space or comma separated list of patterns passed to
292 but keep the comma.
dhcpcd.conf.5.in 50 which is a space or comma separated list of patterns passed to
58 which is a space or comma separated list of patterns passed to
280 but keep the comma.
  /external/llvm/utils/TableGen/
OptParserEmitter.cpp 133 OS << "#define COMMA ,\n";
145 OS << "\"" << *PI << "\" COMMA ";
149 OS << "#undef COMMA\n";
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
DistinguishedNameParser.java 50 // comma or semicolon (compatibility with RFC 1779)
128 // skip trailing space chars before comma or semicolon.
158 // skip trailing space chars before comma or semicolon.
  /external/strace/
strace-graph 156 print STDERR "$0: $ARGV: $.: missing comma in array.\n";
178 print STDERR "$0: $ARGV: $.: missing comma in struct.\n";
189 print STDERR "$0: $ARGV: $.: missing comma.\n";
  /frameworks/base/packages/SettingsProvider/res/values/
defaults.xml 23 <!-- Comma-separated list of bluetooth, wifi, and cell. -->
40 <!-- Comma-separated list of location providers.
118 <!-- Alt+COMMA - transition to sentence navigation axis and send an event. -->
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V30.java 215 // "comma,separated:inside.dquote",pref
217 // - comma,separated:inside.dquote
251 Log.w(LOG_TAG, "Comma is used before actual string comes. (" +
  /libcore/luni/src/main/java/javax/net/ssl/
DistinguishedNameParser.java 52 // comma or semicolon (compatibility with RFC 1779)
130 // skip trailing space chars before comma or semicolon.
160 // skip trailing space chars before comma or semicolon.
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdlib.in.h 167 /* Assuming *OPTIONP is a comma separated list of elements of the form
171 - It replaces the comma with a NUL byte, updates *OPTIONP to point past
172 the first option and the comma, sets *VALUEP to the value of the
  /build/core/combo/
TARGET_linux-arm.mk 244 $(if $(PRIVATE_GROUP_STATIC_LIBRARIES),-Wl$(comma)--start-group) \
246 $(if $(PRIVATE_GROUP_STATIC_LIBRARIES),-Wl$(comma)--end-group) \
269 $(if $(PRIVATE_GROUP_STATIC_LIBRARIES),-Wl$(comma)--start-group) \
271 $(if $(PRIVATE_GROUP_STATIC_LIBRARIES),-Wl$(comma)--end-group) \
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/src/main/java/com/example/android/common/logger/
LogView.java 98 * @param delimiter The String to seperate the source and appendee strings. A tab or comma,
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
JavaScriptTarget.java 44 /** Convert long to two 32-bit numbers separted by a comma.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
BitSet.java 532 * Dump a comma-separated list of the words making up the bit set.
534 * This generates a comma-separated list of C++-like unsigned long constants.
554 * Dump a comma-separated list of the words making up the bit set.
555 * This generates a comma-separated list of Java-like long int constants.
  /external/chromium/chrome/browser/chromeos/
preferences.h 71 // A variant of SetLanguageConfigStringList. You can pass comma-separated
  /external/chromium/chrome/browser/resources/options/chromeos/
language_pinyin_options.html 57 <input id="pinyin-comma-period-page"
  /external/chromium/net/base/
data_url_unittest.cc 85 // the comma cannot be url-escaped!
  /external/chromium/net/http/
http_util.h 80 // Multiple occurances of some headers cannot be coalesced into a comma-
82 // values, which may contain a comma (see RFC 2616 section 3.3.1).
135 // Given a comma separated ordered list of language codes, return
145 // to put in Accept-Language header. If a comma separated list of language

Completed in 737 milliseconds

<<11121314151617181920>>