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

<<21222324252627282930>>

  /external/llvm/lib/IR/
InlineAsm.cpp 232 // ConstraintEnd may be either the next comma or the end of the string. In
233 // the former case, we skip the comma.
  /external/llvm/utils/TableGen/
X86DisassemblerTables.h 53 /// the comma is printed if addComma is true, and the menonic is the name
59 /// @param addComma - Whether or not to print a comma after the ID. True if
  /external/nist-sip/java/gov/nist/core/
GenericObjectList.java 54 protected static final String COMMA = Separators.COMMA;
  /external/v8/tools/
test-wrapper-gypbuild.py 62 help="The test modes in which to run (comma-separated)",
65 help='The architectures to run tests for (comma-separated)',
  /libcore/json/src/main/java/org/json/
JSONStringer.java 80 * A array with at least one value requires a comma and newline before
98 * An object with at least one name/value pair requires a comma and
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParserFactory.java 20 * a comma separated list of class names of factories or parsers to try (in order from
45 a system property containing a comma separated list of factory
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/
lookup_collatename.pass.cpp 54 test("comma", std::string(","));
130 test(L"comma", std::wstring(L","));
  /packages/apps/Browser/tools/
get_search_engines.py 136 # If the last element was an empty string (due to an extra comma at the
163 # and the trailing comma if any.
  /packages/apps/Mms/tests/src/com/android/mms/
RecyclerTest.java 46 * and then push a file that contains a comma separated list of numbers to send to.
54 * and then push a file that contains a comma separated list of numbers to send to.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
ResourceUtils.java 150 Log.w(TAG, "Array element has no comma: " + conditionConstant);
211 throw new DeviceOverridePatternSyntaxError("Array element has no comma", condition);
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values-eo/
donottranslate-more-keys.xml 77 U+0219: "?" LATIN SMALL LETTER S WITH COMMA BELOW
106 U+021B: "?" LATIN SMALL LETTER T WITH COMMA BELOW
  /external/chromium_org/v8/src/
preparser.cc 458 if (nvars > 0) Consume(i::Token::COMMA);
473 } while (peek() == i::Token::COMMA);
821 while (peek() == i::Token::COMMA) {
822 Expect(i::Token::COMMA, CHECK_OK);
    [all...]
  /external/v8/src/
preparser.cc 448 if (nvars > 0) Consume(i::Token::COMMA);
463 } while (peek() == i::Token::COMMA);
798 while (peek() == i::Token::COMMA) {
799 Expect(i::Token::COMMA, CHECK_OK);
    [all...]
  /art/tools/
generate-operator-out.py 132 # Remove any trailing comma and whitespace
  /bionic/libc/upstream-netbsd/libc/regex/
cname.h 134 { "comma", ',' },
  /build/core/
prebuilt.mk 89 $(my_prefix)DEPENDENCIES_ON_SHARED_LIBRARIES += $(LOCAL_MODULE):$(LOCAL_INSTALLED_MODULE):$(subst $(space),$(comma),$(LOCAL_SHARED_LIBRARIES))
  /build/core/tasks/
vendor_module_check.mk 48 $(eval _ersl_new_modules := $(sort $(subst $(comma),$(space),$(_ersl_new_modules))))\
  /developers/samples/android/connectivity/network/BasicNetworkDemo/BasicNetworkDemo/src/main/java/com/example/android/common/logger/
LogView.java 111 * @param delimiter The String to separate the source and appended strings. A tab or comma,
  /developers/samples/android/connectivity/network/NetworkConnect/NetworkConnect/src/main/java/com/example/android/common/logger/
LogView.java 111 * @param delimiter The String to separate the source and appended strings. A tab or comma,
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/BasicAndroidKeyStore/src/main/java/com/example/android/common/logger/
LogView.java 116 * @param delimiter The String to seperate the source and appendee strings. A tab or comma,
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskBackService.java 41 /** Comma separator. */
  /development/tools/emulator/skins/HVGA/
layout 339 COMMA {
  /development/tools/emulator/skins/QVGA/
layout 339 COMMA {
  /development/tools/emulator/skins/WQVGA400/
layout 339 COMMA {
  /development/tools/emulator/skins/WQVGA432/
layout 339 COMMA {

Completed in 552 milliseconds

<<21222324252627282930>>