Searched defs:comma (Results 1 - 25 of 61) sorted by relevance

123

/external/chromium_org/v8/src/compiler/
H A Dschedule.cc41 bool comma = false; local
44 if (comma) os << ", ";
45 comma = true;
74 comma = false;
77 if (comma) os << ", ";
78 comma = true;
/external/chromium_org/net/base/
H A Ddata_url.cc35 std::string::const_iterator comma = std::find(after_colon, end, ','); local
36 if (comma == end)
40 std::string unparsed_meta_data(after_colon, comma);
94 std::string temp_data = std::string(comma + 1, end);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDimension.cpp105 static const char comma = ','; local
107 // Step 2. Remove the last character if it's a comma.
109 if (trimmedString.endsWith(comma))
121 size_t nextComma = trimmedString.find(comma, lastParsedIndex);
/external/qemu/
H A Dgen-charmap.py185 comma = "" variable in class:KMap
187 print "%s&_%s_charmap" % (comma, kmap.name),
188 comma = ", "
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dargs.c112 char *comma = def->has_val ? "," : ", "; local
115 def->short_name, short_val, comma,
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DJSONWriter.java63 * The comma flag determines if a comma should be output before the next
66 private boolean comma; field in class:JSONWriter
97 this.comma = false;
116 if (this.comma && this.mode == 'a') {
126 this.comma = true;
145 this.comma = false;
169 this.comma = true;
207 if (this.comma) {
213 this.comma
[all...]
/external/iptables/extensions/
H A Dlibxt_addrtype.c88 const char *comma; local
90 while ((comma = strchr(arg, ',')) != NULL) {
91 if (comma == arg || !parse_type(arg, comma-arg, mask))
94 arg = comma + 1;
H A Dlibxt_HMARK.c186 const char *comma; local
188 while ((comma = strchr(arg, ',')) != NULL) {
189 if (comma == arg ||
190 !hmark_parse(arg, comma-arg, info, &cb->xflags))
192 arg = comma+1;
H A Dlibxt_conntrack.c213 const char *comma; local
215 while ((comma = strchr(arg, ',')) != NULL) {
216 if (comma == arg || !parse_state(arg, comma-arg, sinfo))
218 arg = comma+1;
254 const char *comma; local
256 while ((comma = strchr(arg, ',')) != NULL) {
257 if (comma == arg || !conntrack_ps_state(info, arg, comma - arg))
260 arg = comma
290 const char *comma; local
324 const char *comma; local
1055 const char *comma; local
[all...]
/external/libvpx/libvpx/
H A Dargs.c112 char *comma = def->has_val ? "," : ", "; local
115 def->short_name, short_val, comma,
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8PerContextData.cpp201 char* comma = strnstr(*utf8, ",", utf8.length()); local
202 if (!comma)
204 return atoi(comma + 1);
/external/iproute2/tc/
H A Dq_cbq.c498 int comma=0; local
502 comma=1;
505 if (comma)
/external/chromium_org/chrome/browser/translate/
H A Dtranslate_manager_render_view_host_unittest.cc318 const char* comma = ""; local
321 "%s\"%s\": \"UnusedFullName\"", comma, languages[i].c_str());
323 comma = ",";
330 comma = "";
333 "%s\"%s\": 1", comma, alpha_languages[i].c_str());
335 comma = ",";
/external/llvm/lib/TableGen/
H A DTGLexer.h41 comma, period, // , . enumerator in enum:llvm::tgtok::TokKind
/external/tcpdump/
H A Dprint-egp.c146 const char *comma; local
187 comma = "";
191 printf("%sd%d:", comma, (int)*cp++);
192 comma = ", ";
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DMediaQueryTokenizer.cpp142 MediaQueryToken MediaQueryTokenizer::comma(UChar cc) function in class:blink::MediaQueryTokenizer
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dicuzdump.cpp337 char* comma = (char*)strchr(options[kOptCutover].value, ','); local
338 if (comma == NULL) {
341 *comma = 0;
343 high = atoi(comma + 1);
/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py472 def comma(x1, x2): function in function:.simple_diff
477 result.append("%sd%d" % (comma(a1, a2), b1))
480 result.append("%da%s" % (a1, comma(b1, b2)))
483 result.append("%sc%s" % (comma(a1, a2), comma(b1, b2)))
/external/chromium_org/v8/src/
H A Djson-stringifier.h103 Result Serialize_(Handle<Object> object, bool comma, Handle<Object> key);
397 Handle<Object> object, bool comma, Handle<Object> key) {
406 if (deferred_string_key) SerializeDeferredKey(comma, key);
413 if (deferred_string_key) SerializeDeferredKey(comma, key);
418 if (deferred_string_key) SerializeDeferredKey(comma, key);
422 if (deferred_string_key) SerializeDeferredKey(comma, key);
426 if (deferred_string_key) SerializeDeferredKey(comma, key);
434 if (deferred_string_key) SerializeDeferredKey(comma, key);
437 if (deferred_string_key) SerializeDeferredKey(comma, key);
443 if (deferred_string_key) SerializeDeferredKey(comma, ke
396 Serialize_( Handle<Object> object, bool comma, Handle<Object> key) argument
639 bool comma = false; local
[all...]
/external/icu/icu4c/source/tools/tzcode/
H A Dicuzdump.cpp337 char* comma = (char*)strchr(options[kOptCutover].value, ','); local
338 if (comma == NULL) {
341 *comma = 0;
343 high = atoi(comma + 1);
/external/ppp/pppd/
H A Dipv6cp.c326 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 !
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h636 // 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
[all...]
/external/chromium_org/chrome/third_party/mozilla_security_manager/
H A DnsNSSCertHelper.cpp770 bool comma; local
809 comma = false;
812 if (comma)
815 comma = true;
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h572 // Skips to the first non-space char after the first comma in 'str';
573 // returns NULL if no comma is found in 'str'.
575 const char* comma = strchr(str, ','); local
576 if (comma == NULL) {
579 while (IsSpace(*(++comma))) {}
580 return comma;
583 // Returns the prefix of 'str' before the first comma in it; returns
584 // the entire string if it contains no comma.
586 const char* comma = strchr(str, ','); local
587 return comma
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast_function.cpp84 const char *comma = ""; local
88 ralloc_asprintf_append(&str, "%s%s", comma, param->type->name);
89 comma = ", ";

Completed in 1452 milliseconds

123