HomeSort by relevance Sort by last modified time
    Searched refs:comma (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/chromium/net/base/
data_url.cc 30 std::string::const_iterator comma = std::find(after_colon, end, ','); local
31 if (comma == end)
36 std::search(after_colon, comma, kBase64Tag,
39 bool base64_encoded = (it != comma);
41 if (comma != after_colon) {
43 std::string::const_iterator semi_colon = std::find(after_colon, comma, ';');
48 if (semi_colon != comma) {
50 it = std::search(semi_colon + 1, comma, kCharsetTag,
52 if (it != comma)
53 charset->assign(it + sizeof(kCharsetTag)-1, comma);
    [all...]
  /ndk/sources/host-tools/toolbox/
echo_win.c 70 const TCHAR* comma = L""; local
72 _tprintf(L"%s%s", comma, argv[1]);
73 comma = L" ";
  /external/dbus/test/name-test/
test-shutdown.c 20 char *comma; local
25 comma = strchr (session_addr_no_guid, ',');
26 if (comma == NULL)
28 *comma = '\0';
test-privserver-client.c 40 char *comma; local
63 char *comma = strrchr (addr, ','); local
64 if (comma)
65 *comma = '\0';
  /external/dnsmasq/src/
option.c 508 /* find next comma, split string with zero and eliminate spaces.
509 return start of string following comma */
513 char *comma, *p; local
515 if (!s || !(comma = strchr(s, c)))
518 p = comma;
519 *comma = ' ';
521 for (; isspace((int)*comma); comma++);
526 return comma;
671 char *comma = NULL, *problem = NULL local
981 char *comma, *problem = NULL;; local
    [all...]
  /external/iptables/extensions/
libxt_state.c 51 const char *comma; local
53 while ((comma = strchr(arg, ',')) != NULL) {
54 if (comma == arg || !state_parse_state(arg, comma-arg, sinfo))
56 arg = comma+1;
libipt_addrtype.c 86 const char *comma; local
88 while ((comma = strchr(arg, ',')) != NULL) {
89 if (comma == arg || !parse_type(arg, comma-arg, mask))
92 arg = comma + 1;
libxt_conntrack.c 170 const char *comma; local
172 while ((comma = strchr(arg, ',')) != NULL) {
173 if (comma == arg || !parse_state(arg, comma-arg, sinfo))
175 arg = comma+1;
211 const char *comma; local
213 while ((comma = strchr(arg, ',')) != NULL) {
214 if (comma == arg || !conntrack_ps_state(info, arg, comma - arg))
217 arg = comma + 1
247 const char *comma; local
281 const char *comma; local
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 72 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
111 comma: label
112 ',' | comma NL
195 | patlist comma pattern { $$ = linkum($1, $3); }
253 pattern comma pattern { $$ = linkum($1, $3); }
254 | plist comma pattern { $$ = linkum($1, $3); }
259 | pplist comma ppattern { $$ = linkum($1, $3); }
376 | INDEX '(' pattern comma pattern ')'
378 | INDEX '(' pattern comma reg_expr ')'
382 | MATCHFCN '(' pattern comma reg_expr ')
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
15.10.3.1-1.js 49 var comma = ', '; var singlequote = "'"; var closeparens = '))'; variable
108 return (statprefix + quote(regexp) + comma + flag + closeparens);
15.10.3.1-2.js 57 var comma = ', '; var singlequote = "'"; var closeparens = '))'; variable
116 return (statprefix + quote(regexp) + comma + flag + closeparens);
  /build/core/combo/
HOST_darwin-x86.mk 98 $(if $(PRIVATE_GROUP_STATIC_LIBRARIES),-Wl$(comma)--start-group) \
100 $(if $(PRIVATE_GROUP_STATIC_LIBRARIES),-Wl$(comma)--end-group) \
119 $(if $(PRIVATE_GROUP_STATIC_LIBRARIES),-Wl$(comma)--start-group) \
121 $(if $(PRIVATE_GROUP_STATIC_LIBRARIES),-Wl$(comma)--end-group) \
TARGET_linux-sh.mk 134 $(if $(PRIVATE_GROUP_STATIC_LIBRARIES),-Wl$(comma)--start-group) \
136 $(if $(PRIVATE_GROUP_STATIC_LIBRARIES),-Wl$(comma)--end-group) \
156 $(if $(PRIVATE_GROUP_STATIC_LIBRARIES),-Wl$(comma)--start-group) \
158 $(if $(PRIVATE_GROUP_STATIC_LIBRARIES),-Wl$(comma)--end-group) \
TARGET_linux-x86.mk 178 $(if $(PRIVATE_GROUP_STATIC_LIBRARIES),-Wl$(comma)--start-group) \
180 $(if $(PRIVATE_GROUP_STATIC_LIBRARIES),-Wl$(comma)--end-group) \
202 $(if $(PRIVATE_GROUP_STATIC_LIBRARIES),-Wl$(comma)--start-group) \
204 $(if $(PRIVATE_GROUP_STATIC_LIBRARIES),-Wl$(comma)--end-group) \
  /external/ipsec-tools/src/libipsec/
policy_token.l 75 comma \,
  /frameworks/native/opengl/libs/EGL/
trace.cpp 102 const char* comma = i < count-1 ? "," : "";
106 ALOGD(" \"%*s\"%s", len, s, comma);
108 ALOGD(" \"%s\"%s", s, comma);
115 const char* comma = i < count-1 ? "," : "";
117 ALOGD(" \"%d\"%s", len, comma);
139 const char* comma = ", ";
142 comma = "";
144 comma = ",";
148 builder.append("%g%s", * (GLfloat*) value, comma);
151 builder.append("%d%s", * (GLint*) value, comma);
    [all...]
  /cts/tests/tests/text/src/android/text/util/cts/
Rfc822TokenizerTest.java 102 String comma = ","; local
106 assertEquals(text + comma + space, rfc822Tokenizer.terminateToken(text));
110 assertEquals(text + comma + space, rfc822Tokenizer.terminateToken(null));
  /dalvik/dx/src/com/android/dx/ssa/
DomFront.java 131 boolean comma = false;
133 if (comma) {
137 comma = true;
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
DomFront.java 131 boolean comma = false;
133 if (comma) {
137 comma = true;
  /external/qemu/
gen-charmap.py 46 specials = { 'COMMA': 'Comma',
185 comma = "" variable in class:KMap
187 print "%s&_%s_charmap" % (comma, kmap.name),
188 comma = ", "
gen-skin.py 41 comma = " "
  /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";
  /external/clang/lib/Parse/
ParseTemplate.cpp 254 if (Tok.is(tok::comma)) {
346 // a comma or closing brace.
347 SkipUntil(tok::comma, tok::greater, tok::greatergreater, true, true);
350 // Did we find a comma or the end of the template parmeter list?
351 if (Tok.is(tok::comma)) {
361 SkipUntil(tok::comma, tok::greater, tok::greatergreater, true, true);
376 case tok::comma:
393 case tok::comma:
420 case tok::comma:
495 } else if (Tok.is(tok::equal) || Tok.is(tok::comma) ||
    [all...]
  /external/tcpdump/
print-egp.c 146 const char *comma; local
187 comma = "";
191 printf("%sd%d:", comma, (int)*cp++);
192 comma = ", ";
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 636 // Skips to the first non-space char after the first comma in 'str';
637 // returns NULL if no comma is found in 'str'.
639 const char* comma = strchr(str, ','); local
640 if (comma == NULL) {
643 while (isspace(*(++comma))) {}
644 return comma;
647 // Returns the prefix of 'str' before the first comma in it; returns
648 // the entire string if it contains no comma.
650 const char* comma = strchr(str, ','); local
651 return comma == NULL ? String(str) : String(str, comma - str)
    [all...]

Completed in 426 milliseconds

1 2 3 4 5