/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
D | KeywordsBox.java | 33 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/ |
D | dEQP-GLES3.functional.Unknown.bz2 | ... 1dEQP-GLES3.functional.shaders.keywords.invalid_identifiers.two_underscores_begin_fragment
2dEQP-GLES3.functional ... |
D | dEQP-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/ |
D | dEQP-GLES3.functional.Unknown.bz2 | ... 1dEQP-GLES3.functional.shaders.keywords.invalid_identifiers.two_underscores_begin_fragment
2dEQP-GLES3.functional ... |
D | dEQP-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/ |
D | dEQP-GLES2.functional.Unknown.bz2 | ... 1dEQP-GLES2.functional.shaders.keywords.invalid_identifiers.two_underscores_begin_fragment
2dEQP-GLES2.functional ... |
D | dEQP-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/ |
D | dEQP-GLES3.functional.Unknown.bz2 | ... 1dEQP-GLES3.functional.shaders.keywords.invalid_identifiers.two_underscores_begin_fragment
2dEQP-GLES3.functional ... |
D | dEQP-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/ |
D | dEQP-GLES3.functional.Unknown.bz2 | ... 1dEQP-GLES3.functional.shaders.keywords.invalid_identifiers.two_underscores_begin_fragment
2dEQP-GLES3.functional ... |
/external/deqp/android/cts/master/src/ |
D | gles3-driver-issues.txt | 372 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/ |
D | connection.py | 77 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/ |
D | locid.cpp | 91 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/ |
D | SelectFormatUnitTest.java | 66 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/ |
D | SelectFormatUnitTest.java | 70 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/ |
D | create_hit_external.py | 16 keywords=['boto', 'test', 'doctest'] 17 …time=60*65, max_assignments=2, title="Boto External Question Test", keywords=keywords, reward = 0.…
|
D | create_hit_with_qualifications.py | 8 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/ |
D | gen-keywords.py | 93 keywords = [] variable 98 keywords.append(IdentifierCase(keyword, keyword)) # Keywords 107 CaseGroup("keywords", "Usage of keywords as identifiers.", keywords),
|
/external/deqp/modules/gles3/scripts/ |
D | gen-keywords.py | 107 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/ |
D | UnicodeLocaleExtension.java | 45 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/ |
D | keywords-and-reserved_words.js | 127 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/ |
D | PluralSamples.java | 56 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/ |
D | PluralSamples.java | 54 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/ |
D | keywords.txt | 2 # 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/ |
D | UnicodeLocaleExtension.java | 45 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()
|