/external/chromium_org/testing/gtest/scripts/ |
upload.py | 806 """Collapses SVN keywords.""" 807 # svn cat translates keywords but svn diff doesn't. As a result of this 811 # Mapping of keywords to known aliases 813 # Standard keywords 831 keywords = [keyword 834 return re.sub(r"\$(%s):(:?)([^\$]+)\$" % '|'.join(keywords), repl, content) [all...] |
/external/chromium_org/third_party/jinja2/ |
ext.py | 553 def babel_extract(fileobj, keywords, comment_tags, options): 558 is now set to a list of keywords for extraction, the extractor will 560 keywords. For best results, make sure to not have more than one 573 :param keywords: a list of keywords (i.e. function names) that should be 627 for lineno, func, message in extract_from_ast(node, keywords):
|
/external/llvm/utils/vim/ |
llvm.vim | 37 " Keywords. 61 " Obsolete keywords.
|
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
BridgeTypedArray.java | 251 String[] keywords = s.split("\\|"); local 252 for (String keyword : keywords) {
|
/prebuilts/devtools/tools/lib/ |
sdkmanager.jar | |
/external/chromium/chrome/browser/webdata/ |
web_data_service.h | 107 std::vector<TemplateURL*> keywords; member in struct:WDKeywordsResult 111 // Version of the built-in keywords. A value of 0 indicates a first run. 307 // Keywords 323 // Fetches the keywords. 327 // Sets the keywords used for the default search provider. 330 // Sets the version of the builtin keywords. 558 // Keywords.
|
/external/openssh/ |
readconf.c | 146 } keywords[] = { variable in typeref:struct:__anon26785 337 for (i = 0; keywords[i].name; i++) 338 if (strcasecmp(cp, keywords[i].name) == 0) 339 return keywords[i].opcode; [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
plurrule.cpp | 847 RuleChain::getKeywords(int32_t capacityOfKeywords, UnicodeString* keywords, int32_t& arraySize) const { 849 keywords[arraySize++]=keyword; 856 return next->getKeywords(capacityOfKeywords, keywords, arraySize);
|
tmutfmt.cpp | 557 StringEnumeration* keywords = fPluralRules->getKeywords(err); local 560 while ((pluralCount = keywords->next(NULL, err)) != NULL) { 587 delete keywords; [all...] |
decimfmt.cpp | 554 StringEnumeration* keywords = pluralRules->getKeywords(status); local 557 while ((pluralCountCh = keywords->next(NULL, status)) != NULL) { 567 delete keywords; 582 StringEnumeration* keywords = pluralRules->getKeywords(status); local 585 while ((pluralCountCh = keywords->next(NULL, status)) != NULL) { 597 delete keywords; [all...] |
ucol_tok.cpp | 2257 char *keywords = (char *)locale_getKeywordsStart(locale); local [all...] |
/external/chromium/testing/gmock/scripts/generator/cpp/ |
ast.py | 45 from cpp import keywords namespace 417 modifiers: [str] type modifiers (keywords) eg, const, mutable, etc. 493 if keywords.IsKeyword(t.name): 564 if keywords.IsKeyword(p.name): 739 if (keywords.IsKeyword(token.name) and 740 not keywords.IsBuiltinType(token.name)): [all...] |
/external/icu4c/i18n/ |
plurrule.cpp | 532 // fully support it (for example, the returned keywords is a list and not a set). 1110 RuleChain::getKeywords(int32_t capacityOfKeywords, UnicodeString* keywords, int32_t& arraySize) const { 1112 keywords[arraySize++]=keyword; 1119 return next->getKeywords(capacityOfKeywords, keywords, arraySize); [all...] |
decimfmt.cpp | 628 StringEnumeration* keywords = pluralRules->getKeywords(status); local 631 while ((pluralCount = keywords->snext(status)) != NULL) { 640 delete keywords; 655 StringEnumeration* keywords = pluralRules->getKeywords(status); local 658 while ((pluralCount = keywords->snext(status)) != NULL) { 669 delete keywords; [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cloctst.c | 615 static const char *expect[] = { "Spanish (Calendar=Japanese Calendar, Collation=Traditional Sort Order)", /* note sorted order of keywords */ 1484 UEnumeration *keywords; local [all...] |
/external/icu4c/test/cintltst/ |
cloctst.c | 692 static const char *expect[] = { "Spanish (Calendar=Japanese Calendar, Sort Order=Traditional Sort Order)", /* note sorted order of keywords */ 1630 UEnumeration *keywords; local [all...] |
/external/mksh/src/ |
syn.c | 816 ktinit(APERM, &keywords, 817 /* currently 28 keywords: 75% of 64 = 2^6 */ 821 p = ktenter(&keywords, tt->name, hash(tt->name));
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
Python-ast.h | 266 asdl_seq *keywords; member in struct:_expr::__anon63109::__anon63123 487 expr_ty _Py_Call(expr_ty func, asdl_seq * args, asdl_seq * keywords, expr_ty
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
Python-ast.h | 266 asdl_seq *keywords; member in struct:_expr::__anon63232::__anon63246 487 expr_ty _Py_Call(expr_ty func, asdl_seq * args, asdl_seq * keywords, expr_ty
|
/external/stlport/ |
configure.bat | 107 echo keywords: 129 echo The following keywords are available:
|
/cts/tools/dasm/etc/ |
java_cup-new.jar | |
java_cup.jar | |
java_cup.jar.old | |
/external/v8/test/cctest/ |
test-parsing.cc | 50 static const KeywordToken keywords[] = { local 60 for (int i = 0; (key_token = keywords[i]).keyword != NULL; i++) { 68 // The scanner should parse Harmony keywords for this test. [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/ |
EventHandler.cpp | [all...] |