Home
last modified time | relevance | path

Searched refs:keywords (Results 1 – 25 of 1251) sorted by relevance

12345678910>>...51

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DKeywordsBox.java33 private String[] keywords; field in KeywordsBox
44 return keywords; in getKeywords()
51 public void setKeywords(String[] keywords) { in setKeywords() argument
52 this.keywords = keywords; in setKeywords()
57 for (String keyword : keywords) { in getContentSize()
68 keywords = new String[keywordCount]; in _parseDetails()
71 keywords[i] = IsoTypeReader.readString(content); in _parseDetails()
79 IsoTypeWriter.writeUInt8(byteBuffer, keywords.length); in getContent()
80 for (String keyword : keywords) { in getContent()
89 for (int i = 0; i < keywords.length; i++) { in toString()
[all …]
/external/autotest/client/site_tests/graphics_dEQP/expectations/baytrail/
DdEQP-GLES3.functional.Unknown.bz2 ... 1dEQP-GLES3.functional.shaders.keywords.invalid_identifiers.two_underscores_begin_fragment 2dEQP-GLES3.functional ...
DdEQP-GLES2.functional.Unknown.bz2 ... 1dEQP-GLES2.functional.shaders.keywords.invalid_identifiers.two_underscores_begin_fragment 2dEQP-GLES2.functional ...
/external/autotest/client/site_tests/graphics_dEQP/expectations/haswell/
DdEQP-GLES3.functional.Unknown.bz2 ... 1dEQP-GLES3.functional.shaders.keywords.invalid_identifiers.two_underscores_begin_fragment 2dEQP-GLES3.functional ...
DdEQP-GLES2.functional.Unknown.bz2 ... 1dEQP-GLES2.functional.shaders.keywords.invalid_identifiers.two_underscores_begin_fragment 2dEQP-GLES2.functional ...
/external/autotest/client/site_tests/graphics_dEQP/expectations/ivybridge/
DdEQP-GLES2.functional.Unknown.bz2 ... 1dEQP-GLES2.functional.shaders.keywords.invalid_identifiers.two_underscores_begin_fragment 2dEQP-GLES2.functional ...
DdEQP-GLES3.functional.Unknown.bz2 ... 1dEQP-GLES3.functional.shaders.keywords.invalid_identifiers.two_underscores_begin_fragment 2dEQP-GLES3.functional ...
/external/autotest/client/site_tests/graphics_dEQP/expectations/broadwell/
DdEQP-GLES3.functional.Unknown.bz2 ... 1dEQP-GLES3.functional.shaders.keywords.invalid_identifiers.two_underscores_begin_fragment 2dEQP-GLES3.functional ...
DdEQP-GLES2.functional.Unknown.bz2 ... 1dEQP-GLES2.functional.shaders.keywords.invalid_identifiers.two_underscores_begin_fragment 2dEQP-GLES2.functional ...
/external/autotest/client/site_tests/graphics_dEQP/expectations/sandybridge/
DdEQP-GLES3.functional.Unknown.bz2 ... 1dEQP-GLES3.functional.shaders.keywords.invalid_identifiers.two_underscores_begin_fragment 2dEQP-GLES3.functional ...
/external/deqp/android/cts/master/src/
Dgles3-driver-issues.txt372 dEQP-GLES3.functional.shaders.keywords.reserved_keywords.coherent_vertex
373 dEQP-GLES3.functional.shaders.keywords.reserved_keywords.coherent_fragment
374 dEQP-GLES3.functional.shaders.keywords.reserved_keywords.atomic_uint_vertex
375 dEQP-GLES3.functional.shaders.keywords.reserved_keywords.atomic_uint_fragment
376 dEQP-GLES3.functional.shaders.keywords.reserved_keywords.common_vertex
377 dEQP-GLES3.functional.shaders.keywords.reserved_keywords.common_fragment
378 dEQP-GLES3.functional.shaders.keywords.reserved_keywords.active_vertex
379 dEQP-GLES3.functional.shaders.keywords.reserved_keywords.active_fragment
380 dEQP-GLES3.functional.shaders.keywords.reserved_keywords.filter_vertex
381 dEQP-GLES3.functional.shaders.keywords.reserved_keywords.filter_fragment
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
Dconnection.py77 keywords=None, approval_delay=None, qual_req=None): argument
91 if keywords:
92 params['Keywords'] = self.get_keywords_as_string(keywords)
184 title=None, description=None, keywords=None, argument
230 final_keywords = MTurkConnection.get_keywords_as_string(keywords)
622 keywords=None, argument
690 if keywords:
691 params['Keywords'] = self.get_keywords_as_string(keywords)
856 def get_keywords_as_string(keywords): argument
861 if isinstance(keywords, list):
[all …]
/external/icu/icu4c/source/common/
Dlocid.cpp91 char *keywords, int32_t keywordCapacity,
919 char *keywords; member in KeywordEnumeration
930 : keywords((char *)&fgClassID), current((char *)&fgClassID), length(0) { in KeywordEnumeration()
935 keywords = (char *)uprv_malloc(keywordLen+1); in KeywordEnumeration()
936 if (keywords == NULL) { in KeywordEnumeration()
940 uprv_memcpy(keywords, keys, keywordLen); in KeywordEnumeration()
941 keywords[keywordLen] = 0; in KeywordEnumeration()
942 current = keywords + currentIndex; in KeywordEnumeration()
954 return new KeywordEnumeration(keywords, length, (int32_t)(current - keywords), status); in clone()
958 char *kw = keywords; in count()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DSelectFormatUnitTest.java66 String keywords[] = { in TestInvalidKeyword() local
82 selFmt.format( keywords[i]); in TestInvalidKeyword()
84 + "for keyword: " + keywords[i] ); in TestInvalidKeyword()
87 +"error message for keyword: " + keywords[i] in TestInvalidKeyword()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DSelectFormatUnitTest.java70 String keywords[] = { in TestInvalidKeyword() local
86 selFmt.format( keywords[i]); in TestInvalidKeyword()
88 + "for keyword: " + keywords[i] ); in TestInvalidKeyword()
91 +"error message for keyword: " + keywords[i] in TestInvalidKeyword()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/mturk/
Dcreate_hit_external.py16 keywords=['boto', 'test', 'doctest']
17 …time=60*65, max_assignments=2, title="Boto External Question Test", keywords=keywords, reward = 0.…
Dcreate_hit_with_qualifications.py8 keywords=['boto', 'test', 'doctest']
11 …time=60*65, max_assignments=2, title="Boto External Question Test", keywords=keywords, reward = 0.…
/external/deqp/modules/gles2/scripts/
Dgen-keywords.py93 keywords = [] variable
98 keywords.append(IdentifierCase(keyword, keyword)) # Keywords
107 CaseGroup("keywords", "Usage of keywords as identifiers.", keywords),
/external/deqp/modules/gles3/scripts/
Dgen-keywords.py107 keywords = [] variable
112 keywords.append(IdentifierCase(keyword, keyword)) # Keywords
121 CaseGroup("keywords", "Usage of keywords as identifiers.", keywords),
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
DUnicodeLocaleExtension.java45 UnicodeLocaleExtension(SortedSet<String> attributes, SortedMap<String, String> keywords) { in UnicodeLocaleExtension() argument
50 if (keywords != null && keywords.size() > 0) { in UnicodeLocaleExtension()
51 _keywords = keywords; in UnicodeLocaleExtension()
/external/v8/test/mjsunit/
Dkeywords-and-reserved_words.js127 var keywords = [ variable
144 for (var i = 0; i < keywords.length; i++) {
145 testKeyword(keywords[i]);
/external/icu/android_icu4j/src/main/java/android/icu/text/
DPluralSamples.java56 Set<String> keywords = pluralRules.getKeywords(); in PluralSamples() local
65 for (String k : keywords) { in PluralSamples()
71 int keywordsRemaining = keywords.size(); in PluralSamples()
92 if (foundKeywords.size() != keywords.size()) { in PluralSamples()
121 for (String k : keywords) { in PluralSamples()
199 Set<String> keywords = new HashSet<String>(); in fractions() local
204 if (keywords.contains(keyword)) { in fractions()
207 keywords.add(keyword); in fractions()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralSamples.java54 Set<String> keywords = pluralRules.getKeywords(); in PluralSamples() local
63 for (String k : keywords) { in PluralSamples()
69 int keywordsRemaining = keywords.size(); in PluralSamples()
90 if (foundKeywords.size() != keywords.size()) { in PluralSamples()
119 for (String k : keywords) { in PluralSamples()
197 Set<String> keywords = new HashSet<String>(); in fractions() local
202 if (keywords.contains(keyword)) { in fractions()
205 keywords.add(keyword); in fractions()
/external/proguard/examples/dictionaries/
Dkeywords.txt2 # This obfuscation dictionary contains reserved Java keywords. They can't
5 # automatically replace reserved keywords, and the effect can fairly simply be
8 # java -jar proguard.jar ..... -obfuscationdictionary keywords.txt
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DUnicodeLocaleExtension.java45 UnicodeLocaleExtension(SortedSet<String> attributes, SortedMap<String, String> keywords) { in UnicodeLocaleExtension() argument
50 if (keywords != null && keywords.size() > 0) { in UnicodeLocaleExtension()
51 _keywords = keywords; in UnicodeLocaleExtension()

12345678910>>...51