/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/lit/lit/ |
TestRunner.py | 324 keywords = ('RUN:', 'XFAIL:', 'REQUIRES:', 'END.') 326 to_bytes("(%s)(.*)\n" % ("|".join(k for k in keywords),)))
|
/external/llvm/utils/vim/ |
llvm.vim | 38 " Keywords. 61 " Obsolete keywords.
|
/external/chromium_org/third_party/icu/source/i18n/ |
plurrule_impl.h | 268 UErrorCode getKeywords(int32_t maxArraySize, UnicodeString *keywords, int32_t& arraySize) const;
|
plurrule.cpp | 940 RuleChain::getKeywords(int32_t capacityOfKeywords, UnicodeString* keywords, int32_t& arraySize) const { 942 keywords[arraySize++]=fKeyword; 949 return fNext->getKeywords(capacityOfKeywords, keywords, arraySize); [all...] |
ucol_tok.cpp | 2251 char *keywords = (char *)locale_getKeywordsStart(locale); local [all...] |
decimfmt.cpp | 655 StringEnumeration* keywords = pluralRules->getKeywords(status); local 658 while ((pluralCount = keywords->snext(status)) != NULL) { 667 delete keywords; 682 StringEnumeration* keywords = pluralRules->getKeywords(status); local 685 while ((pluralCount = keywords->snext(status)) != NULL) { 696 delete keywords; [all...] |
/external/icu/icu4c/source/i18n/ |
plurrule_impl.h | 268 UErrorCode getKeywords(int32_t maxArraySize, UnicodeString *keywords, int32_t& arraySize) const;
|
plurrule.cpp | [all...] |
decimfmt.cpp | 676 StringEnumeration* keywords = pluralRules->getKeywords(status); local 679 while ((pluralCount = keywords->snext(status)) != NULL) { 688 delete keywords; 703 StringEnumeration* keywords = pluralRules->getKeywords(status); local 706 while ((pluralCount = keywords->snext(status)) != NULL) { 717 delete keywords; [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
plurults.cpp | 394 StringEnumeration *keywords = rules->getKeywords(status); local 400 while (NULL != (keyword = keywords->snext(status))) { 434 delete keywords; 693 // First match when rules for different keywords are not disjoint. 744 // The reserved words from the rule syntax will also function as keywords. [all...] |
/external/doclava/src/com/google/doclava/ |
PageMetadata.java | 267 * quotes, trim whitespace, optionally make keywords/tags lowercase for 280 //use keywords as tags if no meta tags are available 645 list.get(i).renderArrayType(buf, list.get(i).mKeywords, "keywords"); 812 public void setKeywords(String keywords) { 813 if ("".equals(keywords)) { 817 String[] keywordParts = keywords.split(",");
|
/external/icu/icu4c/source/test/intltest/ |
plurults.cpp | 394 StringEnumeration *keywords = rules->getKeywords(status); local 400 while (NULL != (keyword = keywords->snext(status))) { 434 delete keywords; 693 // First match when rules for different keywords are not disjoint. 744 // The reserved words from the rule syntax will also function as keywords. [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
docs.js | [all...] |
/build/tools/droiddoc/templates-sdk-dyn/assets/js/ |
docs.js | [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cloctst.c | 695 static const char *expect[] = { "Spanish (Calendar=Japanese Calendar, Sort Order=Traditional Sort Order)", /* note sorted order of keywords */ 1710 UEnumeration *keywords; local [all...] |
/external/chromium_org/third_party/polymer/components-chromium/core-component-page/ |
core-component-page-extracted.js | [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cloctst.c | 695 static const char *expect[] = { "Spanish (Calendar=Japanese Calendar, Sort Order=Traditional Sort Order)", /* note sorted order of keywords */ 1711 UEnumeration *keywords; local [all...] |
/external/mksh/src/ |
syn.c | 809 ktinit(APERM, &keywords, 810 /* currently 28 keywords: 75% of 64 = 2^6 */ 814 p = ktenter(&keywords, tt->name, hash(tt->name));
|
/cts/tools/dasm/etc/ |
java_cup-new.jar | |
java_cup.jar | |
java_cup.jar.old | |
/external/chromium_org/third_party/WebKit/Source/core/page/ |
EventHandler.cpp | [all...] |
/external/chromium_org/v8/test/cctest/ |
test-parsing.cc | 54 static const KeywordToken keywords[] = { local 64 for (int i = 0; (key_token = keywords[i]).keyword != NULL; i++) { 72 // The scanner should parse Harmony keywords for this test. [all...] |
/external/iproute2/doc/ |
ip-tunnels.tex | 275 output directions by prefixing corresponding keywords with letter
|