HomeSort by relevance Sort by last modified time
    Searched full:comma (Results 51 - 75 of 664) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/qemu/
gen-skin.py 41 comma = " "
  /external/tcpdump/
print-egp.c 146 const char *comma; local
187 comma = "";
191 printf("%sd%d:", comma, (int)*cp++);
192 comma = ", ";
  /external/v8/test/mozilla/
mozilla-shell-emulation.js 34 // Returns comma-separated list of options set.
  /sdk/emulator/keymaps/
qwerty.kl 71 key 51 COMMA
  /dalvik/dx/src/com/android/dx/ssa/
DomFront.java 131 boolean comma = false;
133 if (comma) {
137 comma = true;
  /frameworks/base/media/libmedia/
MediaScanner.cpp 86 char* comma = strchr(extensions, ','); local
87 size_t length = (comma ? comma - extensions : strlen(extensions));
  /external/netperf/
netsh.c 281 specifying one value without a comma will set both parms to that\n\
282 value, specifying a value with a leading comma will set just the second\n\
283 parm, a value with a trailing comma will set just the first. To set\n\
285 comma.\n\
287 "* For these options taking two parms, specifying one value with no comma\n\
289 value. To set the second value it must be preceded with a comma or be a\n\
290 comma-separated pair. This is to retain previous netperf behaviour.\n";
295 /* If the second argument is not specified, and there is no comma, */
297 /* value of the first. If there is a comma, then the value of the */
306 /* there was a comma arg2 should be the second arg*
    [all...]
  /cts/tests/tests/text/src/android/text/util/cts/
Rfc822TokenizerTest.java 134 String comma = ","; local
138 assertEquals(text + comma + space, rfc822Tokenizer.terminateToken(text));
142 assertEquals(text + comma + space, rfc822Tokenizer.terminateToken(null));
  /device/htc/dream/
trout-keypad-qwertz.kcm 32 COMMA ',' ',' ',' '?' '?' ','
trout-keypad-v2.kcm 32 COMMA ',' ',' ',' ',' ',' ','
trout-keypad-v3.kcm 32 COMMA ',' ',' ',' '?' '?' 0x00BF
trout-keypad.kcm 33 COMMA ',' ',' ',' ',' ',' ','
  /device/htc/passion-common/
mahimahi-keypad.kcm 33 COMMA ',' ',' ',' ',' ',' ','
  /device/htc/sapphire/
sapphire-keypad.kcm 33 COMMA ',' ',' ',' ',' ',' ','
  /external/icu4c/common/
ucnv_io.h 90 * @param containsOption A return value stating whether the returned converter name contains an option (a comma)
  /external/icu4c/tools/genrb/
read.c 25 #define COMMA 0x002C
90 case COMMA:
272 || c == COMMA
308 if (c == OPENBRACE || c == CLOSEBRACE || c == COMMA || c == COLON) {
  /external/icu4c/tools/tzcode/
icuzdump.cpp 337 char* comma = (char*)strchr(options[kOptCutover].value, ','); local
338 if (comma == NULL) {
341 *comma = 0;
343 high = atoi(comma + 1);
  /external/iptables/extensions/
libipt_set.h 29 "You must spefify (the comma separated list of) 'src' or 'dst'.");
  /external/proguard/src/proguard/classfile/util/
ExternalTypeEnumeration.java 83 // Find the next separating comma.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.12-2-n.js 33 case of a comma expression as the center expression.
11.12-3.js 33 case of a comma expression as the center expression.
11.12-4.js 33 case of a comma expression as the center expression.
  /external/webkit/JavaScriptCore/wrec/
CharacterClassConstructor.h 56 // a comma.
  /external/webkit/WebCore/css/
WebKitCSSKeyframeRule.h 80 String m_key; // comma separated list of keys
  /external/webkit/WebCore/manual-tests/
window-open-features-parsing.html 10 - the trailing comma catches a previous mistake i made reading past the end of the string

Completed in 89 milliseconds

1 23 4 5 6 7 8 91011>>