/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/ |
D | FeatureMatcher.java | 16 private final String featureName; field in FeatureMatcher 24 …blic FeatureMatcher(Matcher<? super U> subMatcher, String featureDescription, String featureName) { in FeatureMatcher() argument 28 this.featureName = featureName; in FeatureMatcher() 42 mismatch.appendText(featureName).appendText(" "); in matchesSafely()
|
/external/vulkan-headers/registry/ |
D | generator.py | 219 self.featureName = None 403 self.featureName = interface.get('name') 408 self.featureName = None 412 def validateFeature(self, featureType, featureName): argument 413 if (self.featureName == None): 415 featureName, 'when not in feature')
|
D | cgenerator.py | 188 write('#ifndef', self.featureName, file=self.outFile) 194 write('#define', self.featureName, '1', file=self.outFile) 215 write('#endif /*', self.featureName, '*/', file=self.outFile)
|
/external/vulkan-validation-layers/scripts/ |
D | dispatch_table_helper_generator.py | 175 extension = "VK_VERSION" not in self.featureName 176 promoted = not extension and "VK_VERSION_1_0" != self.featureName 178 self.device_stub_list.append([name, self.featureName]) 180 self.device_extension_list.append([name, self.featureName])
|
D | helper_file_generator.py | 163 if self.featureName == 'VK_VERSION_1_0' or self.featureName == 'VK_VERSION_1_1': 165 name = self.featureName
|
D | object_tracker_generator.py | 454 if self.featureName != 'VK_VERSION_1_0' and self.featureName != 'VK_VERSION_1_1': 458 white_list_entry += [ '"%s"' % self.featureName ]
|
D | layer_chassis_dispatch_generator.py | 1132 if self.featureName != 'VK_VERSION_1_0' and self.featureName != 'VK_VERSION_1_1': 1136 white_list_entry += [ '"%s"' % self.featureName ]
|
D | parameter_validation_generator.py | 405 if "VK_VERSION_1" not in self.featureName: 409 self.extension_names[self.featureName] = name 411 base_required_extensions.append(self.featureName)
|
/external/fonttools/Lib/fontTools/feaLib/ |
D | ast.py | 613 def __init__(self, featureName, location=None): argument 615 self.location, self.featureName = (location, featureName) 618 builder.add_feature_reference(self.location, self.featureName) 621 return "feature {};".format(self.featureName)
|
D | parser.py | 1253 featureName = self.expect_tag_() 1255 return self.ast.FeatureReferenceStatement(featureName,
|
D | builder.py | 825 def add_feature_reference(self, location, featureName): argument 830 self.aalt_features_.append((location, featureName))
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 692 const char* featureName; member 769 …ture is not supported: " + std::string(deviceCoreFeaturesTable[requiredFeatureIndex].featureName)); in requireDeviceCoreFeature()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 2230 const char* featureName; in testCompressedFormatsSupported() member 2250 const char* const featureName = s_compressedFormatSets[setNdx].featureName; in testCompressedFormatsSupported() local 2259 …log << TestLog::Message << "ERROR: " << featureName << " = VK_TRUE but " << setName << " formats n… in testCompressedFormatsSupported() 2264 …log << TestLog::Message << "WARNING: " << setName << " formats supported but " << featureName << "… in testCompressedFormatsSupported()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | PathHeader.txt | 242 //ldml/typographicNames/featureName[@type="%A"] ; Characters ; Typography ; Feature ; $1
|
D | PathDescription.txt | 178 ^//ldml/typographicNames/featureName[@type="([^"]*)"] ; A label for a typographic feature, such a…
|
/external/fonttools/Tests/feaLib/ |
D | parser_test.py | 231 self.assertEqual(ref.featureName, "salt")
|