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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/res/res/values-mcc214-mnc01/
config.xml 35 TETHER_DUN_APN. Value is a comma separated series of strings:
  /frameworks/base/core/res/res/values-mcc222-mnc10/
config.xml 34 TETHER_DUN_APN. Value is a comma separated series of strings:
  /frameworks/base/core/res/res/values-mcc268-mnc03/
config.xml 35 TETHER_DUN_APN. Value is a comma separated series of strings:
  /frameworks/base/core/res/res/values-mcc302-mnc370/
config.xml 34 TETHER_DUN_APN. Value is a comma separated series of strings:
  /frameworks/base/core/res/res/values-mcc302-mnc660/
config.xml 34 TETHER_DUN_APN. Value is a comma separated series of strings:
  /frameworks/base/core/res/res/values-mcc302-mnc720/
config.xml 34 TETHER_DUN_APN. Value is a comma separated series of strings:
  /frameworks/base/core/res/res/values-mcc310-mnc260/
config.xml 35 TETHER_DUN_APN. Value is a comma separated series of strings:
  /frameworks/base/core/res/res/values-mcc334-mnc050/
config.xml 35 TETHER_DUN_APN. Value is a comma separated series of strings:
  /frameworks/base/core/res/res/values-mcc340-mnc01/
config.xml 34 TETHER_DUN_APN. Value is a comma separated series of strings:
  /frameworks/base/core/res/res/values-mcc425-mnc01/
config.xml 35 TETHER_DUN_APN. Value is a comma separated series of strings:
  /frameworks/base/core/res/res/values-mcc425-mnc07/
config.xml 35 TETHER_DUN_APN. Value is a comma separated series of strings:
  /frameworks/base/core/res/res/values-mcc505-mnc01/
config.xml 35 TETHER_DUN_APN. Value is a comma separated series of strings:
  /packages/apps/Browser/src/com/android/browser/
DataUri.java 43 throw new MalformedURLException("Comma expected in data URI");
  /packages/inputmethods/LatinIME/java/res/xml/
key_symbols_period.xml 30 U+002C: "," COMMA
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 21 COMMA = 12
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 21 COMMA = 12
  /cts/tests/tests/text/src/android/text/util/cts/
Rfc822TokenizerTest.java 102 String comma = ","; local
106 assertEquals(text + comma + space, rfc822Tokenizer.terminateToken(text));
110 assertEquals(text + comma + space, rfc822Tokenizer.terminateToken(null));
  /dalvik/dx/src/com/android/dx/ssa/
DomFront.java 127 boolean comma = false;
129 if (comma) {
133 comma = true;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
mock_code_generator.h 51 // its own file. NAMES is a comma-separated list of the names of those other
74 // |insertions| is a comma-separated list of names of MockCodeGenerators which
76 // |parsed_file_list| is a comma-separated list of names of the files
  /external/clang/lib/Parse/
ParseInit.cpp 83 case tok::comma:
84 // Since a comma cannot occur in a constant-expression, this must
425 if (Tok.isNot(tok::comma)) break;
452 // grammatically ok (i.e. we have a comma coming up) try to continue
454 // diagnostics for later elements that we find. If we don't see a comma,
459 if (Tok.isNot(tok::comma)) {
465 // If we don't have a comma continued list, we're done.
466 if (Tok.isNot(tok::comma)) break;
468 // TODO: save comma locations if some client cares.
471 // Handle trailing comma
    [all...]
  /external/clang/test/Index/
code-completion.cpp 61 // CHECK-OVERLOAD: NotImplemented:{ResultType int &}{Text overloaded}{LeftParen (}{Text Z z}{Comma , }{CurrentParameter int second}{RightParen )}
62 // CHECK-OVERLOAD: NotImplemented:{ResultType float &}{Text overloaded}{LeftParen (}{Text int i}{Comma , }{CurrentParameter long second}{RightParen )}
63 // CHECK-OVERLOAD: NotImplemented:{ResultType double &}{Text overloaded}{LeftParen (}{Text float f}{Comma , }{CurrentParameter int second}{RightParen )}
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
DomFront.java 131 boolean comma = false;
133 if (comma) {
137 comma = true;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/
config.ini 18 # comma-separated list contains either URLs or simple element names. Simple
24 # The comma-separated list of locations to search for the splash screen file (splash.bmp).
34 # The comma-separated list of bundles which are automatically installed and optionally started
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 399 if (getLexer().isNot(AsmToken::Comma))
459 if (getLexer().isNot(AsmToken::Comma))
478 if (getLexer().isNot(AsmToken::Comma))
507 // Verify there is a following comma.
508 if (!getLexer().is(AsmToken::Comma))
653 if (getLexer().isNot(AsmToken::Comma))
664 if (getLexer().is(AsmToken::Comma)) {
705 if (getLexer().isNot(AsmToken::Comma))
711 return TokError("expected section name after comma in '.zerofill' "
724 if (getLexer().isNot(AsmToken::Comma))
    [all...]
  /external/oprofile/doc/
oprofile.1.in 82 A comma-separated list of session names to resolve in. Absence of this
88 A comma-separated list of sessions to exclude.
92 A comma-separated list of image names to resolve. Each entry may be relative

Completed in 1124 milliseconds

1 2 3 4 5 6 7 891011>>