HomeSort by relevance Sort by last modified time
    Searched refs:keywords (Results 1 - 25 of 414) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
KeywordsBox.java 27 * 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) {
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.length)
    [all...]
  /development/python-packages/adb/
setup.py 24 keywords='adb android', variable
  /development/python-packages/fastboot/
setup.py 24 keywords='fastboot android', variable
  /libcore/ojluni/src/main/java/sun/util/locale/
UnicodeLocaleExtension.java 46 private final Map<String, String> keywords; field in class:UnicodeLocaleExtension
56 keywords = Collections.singletonMap(key, value);
59 UnicodeLocaleExtension(SortedSet<String> attributes, SortedMap<String, String> keywords) {
66 if (keywords != null) {
67 this.keywords = keywords;
69 this.keywords = Collections.emptyMap();
72 if (!this.attributes.isEmpty() || !this.keywords.isEmpty()) {
77 for (Entry<String, String> keyword : this.keywords.entrySet()) {
98 if (keywords == Collections.EMPTY_MAP)
    [all...]
  /external/deqp/modules/gles2/scripts/
gen-keywords.py 65 KEYWORDS = [
93 keywords = [] variable
97 for keyword in KEYWORDS:
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)
    [all...]
  /external/deqp/modules/gles3/scripts/
gen-keywords.py 65 KEYWORDS = [
107 keywords = [] variable
111 for keyword in KEYWORDS:
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)
    [all...]
  /external/ply/ply/example/BASIC/
basiclex.py 5 keywords = ( variable
10 tokens = keywords + (
27 if t.value in keywords:
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
SelectFormatUnitTest.java 55 // ICU 4.8 does not check for duplicate keywords any more.
63 * Unit tests for invalid keywords
69 String keywords[] = { local
85 selFmt.format( keywords[i]);
87 + "for keyword: " + keywords[i] );
90 +"error message for keyword: " + keywords[i]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
SelectFormatUnitTest.java 54 // ICU 4.8 does not check for duplicate keywords any more.
62 * Unit tests for invalid keywords
68 String keywords[] = { local
84 selFmt.format( keywords[i]);
86 + "for keyword: " + keywords[i] );
89 +"error message for keyword: " + keywords[i]
  /external/swiftshader/third_party/LLVM/utils/lit/
setup.py 15 keywords = 'test C++ automatic discovery', variable
  /packages/apps/Settings/src/com/android/settings/search/
SearchIndexableRaw.java 52 * Keywords' raw data.
54 public String keywords; field in class:SearchIndexableRaw
  /cts/tools/dasm/src/java_cup/
lexer.java 67 /** Table of keywords. Keywords are initially treated as identifiers.
69 * they match one of the keywords. The string of the name is the key here,
72 protected static Hashtable keywords = new Hashtable(23); field in class:lexer
108 /** Initialize the scanner. This sets up the keywords and char_symbols
114 keywords.put("package", new Integer(sym.PACKAGE));
115 keywords.put("import", new Integer(sym.IMPORT));
116 keywords.put("code", new Integer(sym.CODE));
117 keywords.put("action", new Integer(sym.ACTION));
118 keywords.put("parser", new Integer(sym.PARSER))
    [all...]
  /external/llvm/utils/lit/
setup.py 22 keywords = 'test C++ automatic discovery', variable
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
UnicodeLocaleExtension.java 47 UnicodeLocaleExtension(SortedSet<String> attributes, SortedMap<String, String> keywords) {
52 if (keywords != null && keywords.size() > 0) {
53 _keywords = keywords;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_bisectmodule.c 50 static char *keywords[] = {"a", "x", "lo", "hi", NULL}; local
53 keywords, &list, &item, &lo, &hi))
81 static char *keywords[] = {"a", "x", "lo", "hi", NULL}; local
84 keywords, &list, &item, &lo, &hi))
156 static char *keywords[] = {"a", "x", "lo", "hi", NULL}; local
159 keywords, &list, &item, &lo, &hi))
186 static char *keywords[] = {"a", "x", "lo", "hi", NULL}; local
189 keywords, &list, &item, &lo, &hi))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_bisectmodule.c 47 static char *keywords[] = {"a", "x", "lo", "hi", NULL}; local
50 keywords, &list, &item, &lo, &hi))
77 static char *keywords[] = {"a", "x", "lo", "hi", NULL}; local
80 keywords, &list, &item, &lo, &hi))
148 static char *keywords[] = {"a", "x", "lo", "hi", NULL}; local
151 keywords, &list, &item, &lo, &hi))
178 static char *keywords[] = {"a", "x", "lo", "hi", NULL}; local
181 keywords, &list, &item, &lo, &hi))
  /external/python/cpython2/Modules/
_bisectmodule.c 50 static char *keywords[] = {"a", "x", "lo", "hi", NULL}; local
53 keywords, &list, &item, &lo, &hi))
81 static char *keywords[] = {"a", "x", "lo", "hi", NULL}; local
84 keywords, &list, &item, &lo, &hi))
156 static char *keywords[] = {"a", "x", "lo", "hi", NULL}; local
159 keywords, &list, &item, &lo, &hi))
186 static char *keywords[] = {"a", "x", "lo", "hi", NULL}; local
189 keywords, &list, &item, &lo, &hi))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
pygram.py 37 del python_grammar_no_print_statement.keywords["print"]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
UnicodeLocaleExtension.java 51 UnicodeLocaleExtension(SortedSet<String> attributes, SortedMap<String, String> keywords) {
56 if (keywords != null && keywords.size() > 0) {
57 _keywords = keywords;
  /external/icu/icu4c/source/common/
locid.cpp 100 char *keywords, int32_t keywordCapacity,
928 char *keywords; member in class:KeywordEnumeration
939 : keywords((char *)&fgClassID), current((char *)&fgClassID), length(0) {
944 keywords = (char *)uprv_malloc(keywordLen+1);
945 if (keywords == NULL) {
949 uprv_memcpy(keywords, keys, keywordLen);
950 keywords[keywordLen] = 0;
951 current = keywords + currentIndex;
963 return new KeywordEnumeration(keywords, length, (int32_t)(current - keywords), status)
1015 char keywords[256]; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
UnicodeLocaleExtension.java 47 UnicodeLocaleExtension(SortedSet<String> attributes, SortedMap<String, String> keywords) {
52 if (keywords != null && keywords.size() > 0) {
53 _keywords = keywords;
  /external/python/cpython2/Lib/lib2to3/
pygram.py 37 del python_grammar_no_print_statement.keywords["print"]
  /external/valgrind/include/
pub_tool_gdbserver.h 149 keywords is a set of keywords separated by a space
153 It returns -2 if two or more keywords are starting with input_word
155 Example with keywords = "hello world here is hell" :
166 kwd_report_all : the error msg will show all possible keywords
175 extern Int VG_(keyword_id) (const HChar* keywords, const HChar* input_word,
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
pygram.py 37 del python_grammar_no_print_statement.keywords["print"]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
pygram.py 37 del python_grammar_no_print_statement.keywords["print"]

Completed in 4465 milliseconds

1 2 3 4 5 6 7 8 91011>>