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

<<21222324252627282930>>

  /frameworks/base/packages/InputDevices/res/raw/
keyboard_layout_swedish.kcm 315 key COMMA {
keyboard_layout_swiss_french.kcm 318 key COMMA {
keyboard_layout_swiss_german.kcm 318 key COMMA {
  /frameworks/native/include/input/
KeycodeLabels.h 82 { "COMMA", 55 },
  /libcore/luni/src/main/java/java/net/
HttpCookie.java 247 * Read a comma-separated list of cookies. Note that the values may contain commas!
282 break; // a true comma delimiter; the current cookie is complete.
293 * Since expires and port attributes commonly include comma delimiters, always
530 * Returns the {@code Port} attribute, usually containing comma-separated
  /libcore/luni/src/main/java/java/util/
BitSet.java 538 * receiver: a comma-delimited list of the indexes of all set bits.
545 boolean comma = false;
550 if (comma) {
553 comma = true;
  /packages/apps/Calendar/src/com/android/calendar/
EventRecurrenceFormatter.java 77 // loop. This is done so the comma is not placed after the last item.
  /packages/inputmethods/LatinIME/java/res/xml/
key_styles_number.xml 110 <!-- U+002C: "," COMMA -->
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
ResourceUtilsTests.java 55 assertEquals("Array element has no comma: no_comma", e.getMessage());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist.py 37 "formats for distribution (comma-separated list)"),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_tuple_params.py 155 return [find_params(c) for c in node.children if c.type != token.COMMA]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
grammar.py 137 , COMMA
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetypes.py 122 comma = url.find(',')
123 if comma < 0:
126 semi = url.find(';', 0, comma)
130 type = url[:comma]
pdb.py 353 # parse arguments; comma has lowest precedence
358 comma = arg.find(',')
359 if comma > 0:
360 # parse stuff after comma: "condition"
361 cond = arg[comma+1:].lstrip()
362 arg = arg[:comma].rstrip()
363 # parse stuff before comma: [filename:]lineno | function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
simple_server.py 105 env['HTTP_'+k] += ','+v # comma-separate multiple headers
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist.py 37 "formats for distribution (comma-separated list)"),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_tuple_params.py 155 return [find_params(c) for c in node.children if c.type != token.COMMA]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
grammar.py 137 , COMMA
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetypes.py 122 comma = url.find(',')
123 if comma < 0:
126 semi = url.find(';', 0, comma)
130 type = url[:comma]
pdb.py 353 # parse arguments; comma has lowest precedence
358 comma = arg.find(',')
359 if comma > 0:
360 # parse stuff after comma: "condition"
361 cond = arg[comma+1:].lstrip()
362 arg = arg[:comma].rstrip()
363 # parse stuff before comma: [filename:]lineno | function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
simple_server.py 105 env['HTTP_'+k] += ','+v # comma-separate multiple headers
  /system/core/libcutils/
trace.c 58 // Check whether the given command line matches one of the comma-separated
  /system/core/libpixelflinger/codeflinger/
disassem.c 584 int comma; local
588 comma = 0;
593 if (comma)
596 comma = 1;
  /external/chromium_org/third_party/icu/source/i18n/
rbnf.cpp 283 COMMA = 0x002c,
345 SPACE, COMMA, CLOSE_ANGLE, OPEN_ANGLE, TICK, QUOTE, 0
398 UBool haveComma = check(COMMA);
413 ERROR("Missing comma in outer array");
453 UBool haveComma = check(COMMA);
461 ERROR("Unexpected comma");
469 ERROR("Missing comma in inner array");
    [all...]
  /external/icu4c/i18n/
rbnf.cpp 281 COMMA = 0x002c,
343 SPACE, COMMA, CLOSE_ANGLE, OPEN_ANGLE, TICK, QUOTE, 0
396 UBool haveComma = check(COMMA);
411 ERROR("Missing comma in outer array");
451 UBool haveComma = check(COMMA);
459 ERROR("Unexpected comma");
467 ERROR("Missing comma in inner array");
    [all...]

Completed in 763 milliseconds

<<21222324252627282930>>