Searched refs:featurename (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_sensors_temp.c | 69 char featurename[128]; member 225 sti->featurename, in hud_sensors_temp_graph_install() 254 create_object(const char *chipname, const char *featurename, in create_object() argument 264 snprintf(sti->featurename, sizeof(sti->featurename), "%s", featurename); in create_object() 266 sti->featurename); in create_object() 287 char *featurename = sensors_get_label(chip, feature); in build_sensor_list() local 288 if (!featurename) in build_sensor_list() 296 create_object(name, featurename, chip, feature, in build_sensor_list() 298 create_object(name, featurename, chip, feature, in build_sensor_list() 302 create_object(name, featurename, chip, feature, in build_sensor_list() [all …]
|
/external/vulkan-headers/registry/ |
D | reg.py | 713 def markRequired(self, featurename, feature, required): argument 738 … extension=featurename)) 744 … extension=featurename)) 753 def requireAndRemoveFeatures(self, interface, featurename, api, profile): argument 758 self.markRequired(featurename, feature, True) 762 self.markRequired(featurename, feature, False)
|
/external/angle/third_party/vulkan-headers/src/registry/ |
D | reg.py | 744 def markRequired(self, featurename, feature, required): argument 773 … extension=featurename)) 779 … extension=featurename)) 783 def requireAndRemoveFeatures(self, interface, featurename, api, profile): argument 794 self.markRequired(featurename, feature, True) 798 self.markRequired(featurename, feature, False)
|
/external/python/cpython2/Doc/library/ |
D | xml.sax.reader.rst | 167 .. method:: XMLReader.getFeature(featurename) 169 Return the current setting for feature *featurename*. If the feature is not 174 .. method:: XMLReader.setFeature(featurename, value) 176 Set the *featurename* to *value*. If the feature is not recognized,
|
/external/python/cpython3/Doc/library/ |
D | xml.sax.reader.rst | 174 .. method:: XMLReader.getFeature(featurename) 176 Return the current setting for feature *featurename*. If the feature is not 181 .. method:: XMLReader.setFeature(featurename, value) 183 Set the *featurename* to *value*. If the feature is not recognized,
|
/external/fonttools/Lib/fonttools.egg-info/ |
D | SOURCES.txt | 574 Tests/mtiLib/data/featurename-backward.ttx.GSUB 575 Tests/mtiLib/data/featurename-backward.txt 576 Tests/mtiLib/data/featurename-forward.ttx.GSUB 577 Tests/mtiLib/data/featurename-forward.txt
|