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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/java/android/os/
Build.java 188 /** Comma-separated tags describing the build, like "unsigned,debug". */
  /frameworks/base/core/java/android/text/util/
Rfc822Tokenizer.java 302 * Terminates the specified address with a comma and space.
  /packages/apps/Mms/tests/src/com/android/mms/ui/
LongThreadTest.java 44 * and then push a file that contains a comma separated list of numbers to send to.
  /packages/inputmethods/LatinIME/java/res/values-ja/
strings.xml 103 <string name="voice_punctuation_hint" msgid="1611389463237317754"><b>"???:"</b>" ??????????period???comma???question mark???????????????????"</string>
  /cts/tools/dasm/src/java_cup/
parser.cup 164 START, SEMI, COMMA, STAR, DOT, COLON, COLON_COLON_EQUALS, BAR,
370 term_name_list ::= term_name_list COMMA new_term_id | new_term_id;
376 COMMA
  /external/proguard/src/proguard/gui/
GUIResources.properties 182 <html>An optional comma-separated list of package names,<br>\
203 <html>An optional comma-separated list of class file attributes.\
433 <html>The comma-separated list of argument types,<br>\
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 253 * <li> --setgroups=<i>comma-separated list of supplimentary gid's</i>
254 * <li> --capabilities=<i>a pair of comma-separated integer strings
403 "--rlimit= should have 3 comma-delimited ints");
  /packages/apps/Email/tests/src/com/android/email/mail/
AddressUnitTests.java 186 // spaces with comma
188 assertTrue("parsing spaces with comma", result != null && result.length == 0);
652 * The packed list is a comma separated list of:
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/
mock_attrs.xml 300 must be separated by a comma: 1, 2, 5. Illegal and duplicate
306 must be separated by a comma: 1, 2, 5. Illegal and duplicate
312 must be separated by a comma: 1, 2, 5. Illegal and duplicate
  /sdk/emulator/qtools/
armdis.cpp 293 const char *comma = ""; local
297 sprintf(tmp_reg, "%sr%d", comma, ii);
299 comma = ",";
  /external/icu4c/i18n/
vtzone.cpp 35 static const UChar COMMA = 0x2C; /* , */
439 // Note: BYDAY may contain multiple day of week separated by comma. It is unlikely used for
478 // Note: BYMONTHDAY may contain multiple days delimitted by comma
487 dom_end = value.indexOf(COMMA, dom_start);
    [all...]
  /external/ipsec-tools/src/racoon/
cfparse.y 242 %token EOS BOC EOC COMMA
937 | addrdns COMMA addrdnslist
958 | addrwins COMMA addrwinslist
979 | splitnetlist COMMA splitnet
1006 | authgroup COMMA authgrouplist
1040 | splitdns COMMA splitdnslist
1431 COMMA algorithms
    [all...]
  /bionic/libc/kernel/tools/
cpp.py 736 comma = ""
738 result += "%s%s" % (comma, repr(param))
739 comma = ","
745 comma = ""
747 result += "%s%s" % (comma, str(param))
748 comma = ","
    [all...]
  /external/icu4c/tools/toolutil/
pkg_genc.c 450 /* write the value, possibly with comma and newline */
519 /* write the value, possibly with comma and newline */
544 /* write the value, possibly with comma and newline */
    [all...]
  /external/webkit/WebCore/bindings/v8/
V8Proxy.cpp 902 char* comma = strnstr(*ascii, ",", ascii.length()); local
903 if (!comma)
905 return atoi(comma + 1);
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageComposeInstrumentationTests.java     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-objdump.1 369 can be placed together into a comma separated list.
393 following may be specified as a comma separated string.
411 selections from the following may be specified as a comma separated
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-objdump.1 383 can be placed together into a comma separated list.
407 following may be specified as a comma separated string.
431 selections from the following may be specified as a comma separated
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-objdump.1 383 can be placed together into a comma separated list.
407 following may be specified as a comma separated string.
431 selections from the following may be specified as a comma separated
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-objdump.1 369 can be placed together into a comma separated list.
393 following may be specified as a comma separated string.
411 selections from the following may be specified as a comma separated
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-objdump.1 383 can be placed together into a comma separated list.
407 following may be specified as a comma separated string.
431 selections from the following may be specified as a comma separated
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-objdump.1 383 can be placed together into a comma separated list.
407 following may be specified as a comma separated string.
431 selections from the following may be specified as a comma separated
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/
i686-unknown-linux-gnu-objdump.1 369 can be placed together into a comma separated list.
393 following may be specified as a comma separated string.
411 selections from the following may be specified as a comma separated
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
Encodings.properties 23 # 2) A comma separated list of the MIME names for the encoding,
  /external/bluetooth/glib/docs/reference/glib/
running.sgml 30 This environment variable can be set to a comma-separated list of character

Completed in 329 milliseconds

1 2 3 4 5 6 7 891011>>