Searched defs:keywords (Results 1 - 25 of 63) sorted by relevance

123

/external/pdfium/core/fpdfdoc/
H A Dcpdf_filespec_unittest.cpp101 const char* const keywords[5] = {"Unix", "Mac", "DOS", "F", "UF"}; local
106 dict_obj->SetNewFor<CPDF_String>(keywords[i], test_data[i].input);
/external/protobuf/editors/
H A Dprotobuf-mode.el105 ;; The following keywords do not fit well in keyword classes defined by
123 ;; Remove syntax for "do" and "else" keywords.
127 ;; Remove syntax for "for", "if", "switch" and "while" keywords.
131 ;; Remove syntax for "break", "continue", "goto" and "return" keywords.
139 ;; Remove case label syntax for the "case" and "default" keywords.
158 (defconst protobuf-font-lock-keywords-1 (c-lang-const c-matchers-1 protobuf)
161 (defconst protobuf-font-lock-keywords-2 (c-lang-const c-matchers-2 protobuf)
164 (defconst protobuf-font-lock-keywords-3 (c-lang-const c-matchers-3 protobuf)
167 (defvar protobuf-font-lock-keywords protobuf-font-lock-keywords
[all...]
/external/deqp/modules/gles2/scripts/
H A Dgen-keywords.py93 keywords = [] variable
98 keywords.append(IdentifierCase(keyword, keyword)) # Keywords
101 reservedKeywords.append(IdentifierCase(keyword, keyword)) # Reserved keywords
107 CaseGroup("keywords", "Usage of keywords as identifiers.", keywords),
108 CaseGroup("reserved_keywords", "Usage of reserved keywords as identifiers.", reservedKeywords),
116 writeAllCases("keywords.test", keywordCases)
/external/deqp/modules/gles3/scripts/
H A Dgen-keywords.py107 keywords = [] variable
112 keywords.append(IdentifierCase(keyword, keyword)) # Keywords
115 reservedKeywords.append(IdentifierCase(keyword, keyword)) # Reserved keywords
121 CaseGroup("keywords", "Usage of keywords as identifiers.", keywords),
122 CaseGroup("reserved_keywords", "Usage of reserved keywords as identifiers.", reservedKeywords),
130 writeAllCases("keywords.test", keywordCases)
/external/llvm/utils/emacs/
H A Dllvm-mode.el20 (defvar llvm-font-lock-keywords
76 (setq font-lock-defaults `(llvm-font-lock-keywords))
H A Dtablegen-mode.el19 (defvar tablegen-font-lock-keywords
44 ;; Type keywords
48 (put 'tablegen-mode 'font-lock-defaults '(tablegen-font-lock-keywords))
114 font-lock-defaults `(tablegen-font-lock-keywords)
/external/llvm/utils/lit/
H A Dsetup.py22 keywords = 'test C++ automatic discovery', variable
/external/swiftshader/third_party/LLVM/utils/lit/
H A Dsetup.py15 keywords = 'test C++ automatic discovery', variable
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DKeywordsBox.java27 * List of keywords according to 3GPP 26.244.
33 private String[] keywords; field in class:KeywordsBox
44 return keywords;
51 public void setKeywords(String[] keywords) { argument
52 this.keywords = keywords;
57 for (String keyword : keywords) {
68 keywords = new String[keywordCount];
71 keywords[i] = IsoTypeReader.readString(content);
79 IsoTypeWriter.writeUInt8(byteBuffer, keywords
[all...]
/external/swiftshader/third_party/LLVM/utils/emacs/
H A Dllvm-mode.el9 (defvar llvm-font-lock-keywords
120 font-lock-defaults `(llvm-font-lock-keywords))
H A Dtablegen-mode.el14 (defvar tablegen-font-lock-keywords
39 ;; Type keywords
43 (put 'tablegen-mode 'font-lock-defaults '(tablegen-font-lock-keywords))
108 font-lock-defaults `(tablegen-font-lock-keywords)
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A Dsetup.py75 keywords=KEYWORDS, variable
/external/chromium-trace/catapult/telemetry/third_party/websocket-client/
H A Dsetup.py60 keywords='websockets', variable
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DUnicodeLocaleExtension.java51 UnicodeLocaleExtension(SortedSet<String> attributes, SortedMap<String, String> keywords) { argument
56 if (keywords != null && keywords.size() > 0) {
57 _keywords = keywords;
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
H A DUnicodeLocaleExtension.java47 UnicodeLocaleExtension(SortedSet<String> attributes, SortedMap<String, String> keywords) { argument
52 if (keywords != null && keywords.size() > 0) {
53 _keywords = keywords;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DUnicodeLocaleExtension.java47 UnicodeLocaleExtension(SortedSet<String> attributes, SortedMap<String, String> keywords) { argument
52 if (keywords != null && keywords.size() > 0) {
53 _keywords = keywords;
/external/icu/icu4c/source/test/intltest/
H A Dselfmts.cpp115 // ICU 4.8 does not check for duplicate keywords any more.
168 logln("SelectFormat Unit test: Testing format() with keyword method and with invalid keywords...");
171 UnicodeString keywords[] = { local
186 for (int32_t i = 0; i < UPRV_LENGTHOF(keywords); i++ ){
188 selFmt->format( keywords[i], result , ignore , status);
191 keywords[i]+" ("+u_errorName(status)+")");
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/
H A Dlexer.py51 ## Reserved keywords
53 keywords = ( variable in class:Lexer
72 for keyword in keywords:
78 tokens = keywords + (
/external/ltp/testcases/kernel/security/tomoyo/
H A Dinclude.h136 static const char *keywords[] = { local
169 for (i = 0; keywords[i]; i++)
172 keywords[i]);
/external/skia/tools/
H A Dusing_skia_and_harfbuzz.cpp109 StringOption keywords = StringOption("-c", "PDF keywords", "---"); member in struct:Config
122 &keywords, &creator, &font_file, &font_size, &left_margin,
180 pdf_info.fKeywords = config.keywords.value.c_str();
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DLocaleIDParser.java47 Map<String, String> keywords; field in class:LocaleIDParser
444 // no need for skipvariant, to get the keywords we'll just scan directly for
522 * form does not include keywords.
534 * form includes keywords if they are present.
545 * If we have keywords, advance index to the start of the keywords and return true,
605 * Returns a map of the keywords and values, or null if there are none.
608 if (keywords == null) {
611 // trim spaces and convert to lower case, both keywords and values.
640 keywords
[all...]
/external/icu/icu4c/source/i18n/
H A Dcurrpinf.cpp292 StringEnumeration* keywords = fPluralRules->getKeywords(ec); local
295 while ((pluralCount = keywords->next(NULL, ec)) != NULL) {
330 delete keywords;
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/
H A DLocaleIDParser.java45 Map<String, String> keywords; field in class:LocaleIDParser
442 // no need for skipvariant, to get the keywords we'll just scan directly for
520 * form does not include keywords.
532 * form includes keywords if they are present.
543 * If we have keywords, advance index to the start of the keywords and return true,
602 * Returns a map of the keywords and values, or null if there are none.
605 if (keywords == null) {
608 // trim spaces and convert to lower case, both keywords and values.
637 keywords
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DLocaleIDParser.java45 Map<String, String> keywords; field in class:LocaleIDParser
442 // no need for skipvariant, to get the keywords we'll just scan directly for
520 * form does not include keywords.
532 * form includes keywords if they are present.
543 * If we have keywords, advance index to the start of the keywords and return true,
603 * Returns a map of the keywords and values, or null if there are none.
606 if (keywords == null) {
609 // trim spaces and convert to lower case, both keywords and values.
638 keywords
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DPluralRulesTest.java613 Set<String> keywords = rules.getKeywords();
614 for (String keyword : keywords) {
966 * @param keywords
969 private EnumSet<StandardPluralCategories> getCanonicalSet(Set<String> keywords) { argument
971 for (String s : keywords) {

Completed in 451 milliseconds

123