/frameworks/base/docs/html/tools/help/ |
lint.jd | 50 <td>The <code><list></code> must be a comma-separated list of {@code lint} issue IDs or categories.</td> 56 <td>The <code><list></code> must be a comma-separated list of {@code lint} issue IDs or categories.</td> 62 <td>The <code><list></code> must be a comma-separated list of {@code lint} issue IDs or categories.</td> 99 <td>The {@code --url} option only applies when you are generating an HTML report with the {@code --html} option. You can specify multiple <filepath>=<url> mappings in the argument by separating each mapping with a comma.<p>To turn off linking to files, use {@code --url none}</p></td>
|
/frameworks/compile/slang/ |
slangdata.py | 30 * comma on the .section line, but the rest of the world thinks\n\
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
perf_config.h | 59 unsigned long csv; /* comma-separated value output */
|
/packages/inputmethods/LatinIME/java/res/xml/ |
keys_comma_period.xml | 63 <!-- U+055D: "?" ARMENIAN COMMA -->
|
rows_phone_symbols.xml | 49 <!-- Pause is a comma. Check PhoneNumberUtils.java to see if this
|
/packages/inputmethods/LatinIME/java/res/xml-sw600dp/ |
keys_comma_period.xml | 79 <!-- U+055D: "?" ARMENIAN COMMA -->
|
/packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values-hy/ |
donottranslate-more-keys.xml | 23 <!-- U+055D: "?" ARMENIAN COMMA -->
|
/external/open-vcdiff/gtest/include/gtest/internal/ |
gtest-internal.h | 643 // Skips to the first non-space char after the first comma in 'str'; 644 // returns NULL if no comma is found in 'str'. 646 const char* comma = strchr(str, ','); local 647 if (comma == NULL) { 650 while (isspace(*(++comma))) {} 651 return comma; 654 // Returns the prefix of 'str' before the first comma in it; returns 655 // the entire string if it contains no comma. 657 const char* comma = strchr(str, ','); local 658 return comma == NULL ? String(str) : String(str, comma - str) [all...] |
/external/protobuf/gtest/include/gtest/internal/ |
gtest-internal.h | 636 // Skips to the first non-space char after the first comma in 'str'; 637 // returns NULL if no comma is found in 'str'. 639 const char* comma = strchr(str, ','); local 640 if (comma == NULL) { 643 while (isspace(*(++comma))) {} 644 return comma; 647 // Returns the prefix of 'str' before the first comma in it; returns 648 // the entire string if it contains no comma. 650 const char* comma = strchr(str, ','); local 651 return comma == NULL ? String(str) : String(str, comma - str) [all...] |
/external/llvm/lib/AsmParser/ |
LLParser.cpp | 344 } while (EatIfPresent(lltok::comma)); 562 } while (EatIfPresent(lltok::comma)); 783 while (Lex.getKind() == lltok::comma) { [all...] |
/external/clang/lib/Parse/ |
ParseDecl.cpp | 105 /// which is followed by a comma or close parenthesis, then the arguments 133 Tok.is(tok::comma)) { 134 if (Tok.is(tok::comma)) { 274 (ParmLoc.isValid() ? Tok.is(tok::comma) : Tok.isNot(tok::r_paren))) { 275 // Eat the comma. 279 // Parse the non-empty comma-separated list of expressions. 287 if (Tok.isNot(tok::comma)) 289 ConsumeToken(); // Eat the comma, move to the next argument 299 if (Tok.is(tok::comma)) { 456 } else if (NextToken().is(tok::comma) || NextToken().is(tok::r_paren)) [all...] |
/external/bison/doc/ |
bison.1 | 178 .SS "THINGS is a list of comma separated words that can include:" 197 .SS "FEATURE is a list of comma separated words that can include:"
|
/external/chromium/chrome/browser/extensions/ |
chrome_app_api_browsertest.cc | 93 base::JSONReader::Read(result, false /* allow trailing comma */))); 169 base::JSONReader::Read(json, false /* allow trailing comma */)));
|
/external/chromium-trace/trace-viewer/src/tracing/importer/v8/ |
log_reader.js | 48 pos += field.length + 3; // Skip comma and quotes. 54 pos += field.length + 1; // Skip comma.
|
/external/chromium_org/build/android/buildbot/ |
bb_host_steps.py | 119 parser.add_option('--steps', help='Comma separated list of host tests.') 121 help='Comma separated list of build targets.')
|
/external/chromium_org/chrome/test/perf/ |
perf_test.h | 61 // The |<values>| should be two comma-separated numbers, the mean and 79 // will generally be a list of comma-separated numbers. A typical
|
/external/chromium_org/ppapi/api/dev/ |
ppb_file_chooser_dev.idl | 44 * @param[in] accept_types A comma-separated list of MIME types and file 48 * types and file extensions. If a string in the comma-separated list begins
|
/external/chromium_org/ppapi/c/dev/ |
ppb_file_chooser_dev.h | 67 * @param[in] accept_types A comma-separated list of MIME types and file 71 * types and file extensions. If a string in the comma-separated list begins
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
webkit-tools-completion.sh | 43 # Completion is done on tokens and our comma-separated list is one single token, so we have to do completion on the whole list each time. 44 # Return a \n separated list for each possible bugzilla email completion of the substring following the last comma.
|
/external/chromium_org/third_party/icu/source/test/letest/ |
xmlreader.cpp | 63 // trim whitespace following the comma 109 // trim whiteapce following the comma
|
/external/chromium_org/tools/gyp/tools/Xcode/Specifications/ |
gyp.xclangspec | 59 Identifier = "xcode.lang.gyp.comma"; 91 "xcode.lang.gyp.comma",
|
/external/chromium_org/ui/gfx/ |
font_list.h | 20 // where FAMILY_LIST is a comma separated list of families terminated by a 21 // comma, STYLE_OPTIONS is a whitespace separated list of words where each word
|
/external/clang/include/clang/Basic/ |
OperatorKinds.def | 96 OVERLOADED_OPERATOR(Comma , "," , comma , false, true , false)
|
/external/clang/lib/AST/ |
ParentMap.cpp | 178 // If it is a comma, only the right side is consumed. 179 // If it isn't a comma, both sides are consumed.
|
/external/clang/lib/Basic/ |
OperatorPrecedence.cpp | 42 case tok::comma: return prec::Comma;
|