HomeSort by relevance Sort by last modified time
    Searched refs:keywords (Results 1 - 25 of 309) 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
  /external/python/google-api-python-client/
samples-index.py 27 keywords: appengine (such as appengine, oauth2, cmdline)
53 # A list of valid keywords. Should not be taken as complete, add to
55 KEYWORDS = {
97 def context_from_sample(api, keywords, dirname, desc, uri):
102 keywords: list of string, list of keywords for the given api.
124 'keywords': keywords,
132 def keyword_context_from_sample(keywords, dirname, desc, uri):
138 keywords: list of string, list of keywords for the given api
    [all...]
setup.py 67 keywords="google api client", variable
  /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/swiftshader/third_party/LLVM/utils/lit/
setup.py 15 keywords = 'test C++ automatic discovery', variable
  /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/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
SelectFormatUnitTest.java 60 // ICU 4.8 does not check for duplicate keywords any more.
68 * Unit tests for invalid keywords
74 String keywords[] = { local
90 selFmt.format( keywords[i]);
92 + "for keyword: " + keywords[i] );
95 +"error message for keyword: " + keywords[i]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
SelectFormatUnitTest.java 57 // ICU 4.8 does not check for duplicate keywords any more.
65 * Unit tests for invalid keywords
71 String keywords[] = { local
87 selFmt.format( keywords[i]);
89 + "for keyword: " + keywords[i] );
92 +"error message for keyword: " + keywords[i]
  /external/llvm/utils/lit/
setup.py 22 keywords = 'test C++ automatic discovery', variable
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/
setup.py 22 keywords = 'test C++ automatic discovery', variable
  /external/tensorflow/tensorflow/contrib/tpu/profiler/pip_package/
setup.py 68 keywords='tensorflow performance tpu', variable
  /external/autotest/venv/lucifer/
conftest.py 25 if "slow" in item.keywords:
  /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;
  /external/python/oauth2client/
setup.py 58 keywords="google oauth 2.0 http client", variable
  /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))
  /external/python/cpython3/Modules/
_bisectmodule.c 54 static char *keywords[] = {"a", "x", "lo", "hi", NULL}; local
57 keywords, &list, &item, &lo, &hi))
84 static char *keywords[] = {"a", "x", "lo", "hi", NULL}; local
87 keywords, &list, &item, &lo, &hi))
158 static char *keywords[] = {"a", "x", "lo", "hi", NULL}; local
161 keywords, &list, &item, &lo, &hi))
188 static char *keywords[] = {"a", "x", "lo", "hi", NULL}; local
191 keywords, &list, &item, &lo, &hi))
  /external/tensorflow/tensorflow/python/autograph/operators/
exceptions.py 52 args, _, keywords, _ = tf_inspect.getargspec(expression2)
53 if args or keywords:
  /external/cldr/tools/java/org/unicode/cldr/tool/
WritePluralRulesSpreadsheets.java 64 Set<String> keywords = missing.getKey(); local
66 System.out.println("Missing Core\t" + getName(locale) + "\t" + keywords);
77 Set<String> keywords = missing.getKey(); local
79 System.out.println("Missing Other\t" + getName(locale) + "\t" + keywords);
117 Set<String> keywords = rules.getKeywords(); local
125 for (String keyword : keywords) {
155 for (String keyword : keywords) {
183 Set<String> keywords = rules.getKeywords(); local
185 for (String start : keywords) {
188 for (String end : keywords) {
    [all...]
  /external/python/cpython3/Lib/
functools.py 236 and keywords.
239 __slots__ = "func", "args", "keywords", "__dict__", "__weakref__"
241 def __new__(*args, **keywords):
253 tmpkw = func.keywords.copy()
254 tmpkw.update(keywords)
255 keywords = tmpkw
263 self.keywords = keywords
266 def __call__(*args, **keywords):
270 newkeywords = self.keywords.copy(
    [all...]

Completed in 2048 milliseconds

1 2 3 4 5 6 7 8 91011>>