/hardware/interfaces/audio/core/all-versions/vts/functional/7.1/ |
D | AudioPrimaryHidlHalTest.cpp | 21 doc::test("Check that the HAL can be notified of device connection and disconnection"); in TEST_P() 38 doc::partialTest("setConnectedState_7_1 is not supported"); in TEST_P() 67 doc::test("Verify that reported latency modes are valid when supported"); in TEST_P() 74 doc::test("Verify that setting valid latency modes works when supported"); in TEST_P() 81 doc::test("Verify that setting invalid latency modes fails"); in TEST_P() 95 doc::test("Verify that setting a latency mode callback works when supported"); in TEST_P()
|
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/ |
D | AudioPrimaryHidlHalTest.cpp | 27 doc::test("Calling openDevice(\"primary\") should return the primary device."); in TEST_P() 68 doc::test("Make sure getMicrophones always succeeds"); in TEST_P() 83 doc::test( in TEST_P() 120 doc::test("Check that the HAL can be notified of device connection and deconnection"); 145 doc::partialTest("setConnectedState is not supported"); 163 return doc::partialTest("GetDevices is not supported"); 178 areAudioPatchesSupported() ? doc::partialTest("Audio patches are supported") 202 areAudioPatchesSupported() ? doc::partialTest("Audio patches are supported") 210 return doc::partialTest("getHwAvSync is not supported"); 217 doc::test("The HAL should not crash on metadata change"); [all …]
|
/hardware/interfaces/audio/core/all-versions/vts/functional/6.0/ |
D | AudioPrimaryHidlHalTest.cpp | 22 doc::test("Verify that a device can't be closed if there are output streams opened"); in TEST_P() 36 doc::test("Verify that a device can't be closed if there are input streams opened"); in TEST_P() 49 doc::test("Verify that passing an invalid handle to updateAudioPatch is checked"); in TEST_P() 58 doc::test("Check that dual mono mode can be set and retrieved"); in TEST_P() 73 doc::test("Check that audio description mix level can be set and retrieved"); in TEST_P() 89 doc::test("Check that playback rate parameters can be set and retrieved"); in TEST_P() 131 doc::test("If supported, set event callback for output stream should never fail"); in TEST_P() 137 doc::partialTest("The stream does not support event callback"); in TEST_P()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_physical_device_properties_gen.py | 195 def get_pdev_properties(doc, struct_name): argument 196 _type = doc.find(".types/type[@name=\"VkPhysicalDevice%s\"]" % struct_name) 210 def get_property_structs(doc, api, beta): argument 213 required = get_all_required(doc, "type", api, beta) 216 for _type in doc.findall("./types/type[@category=\"struct\"]"): 263 doc = et.parse(filename) 264 property_structs += get_property_structs(doc, api, beta) 266 pdev_properties = get_pdev_properties(doc, "Properties") 269 limits = get_pdev_properties(doc, "Limits") 274 sparse_properties = get_pdev_properties(doc, "SparseProperties")
|
D | vk_physical_device_features_gen.py | 340 def get_pdev_features(doc): argument 341 _type = doc.find(".types/type[@name='VkPhysicalDeviceFeatures']") 356 def get_feature_structs(doc, api, beta): argument 359 required = get_all_required(doc, 'type', api, beta) 362 for _type in doc.findall('./types/type[@category="struct"]'): 406 doc = et.parse(filename) 407 feature_structs += get_feature_structs(doc, api, beta) 409 pdev_features = get_pdev_features(doc)
|
D | vk_cmd_queue_gen.py | 544 def get_types_defines(doc): argument 549 for platform in doc.findall('./platforms/platform'): 554 for extension in doc.findall('./extensions/extension[@platform]'): 564 def get_types(doc, beta, api, types_to_defines): argument 568 required = get_all_required(doc, 'type', api, beta) 570 for _type in doc.findall('./types/type'): 601 for _type in doc.findall('./types/type'): 621 doc = et.parse(filename) 622 types.update(get_types(doc, beta, api, get_types_defines(doc)))
|
D | vk_entrypoints.py | 101 def get_entrypoints(doc, api, beta): argument 105 required = get_all_required(doc, 'command', api, beta) 107 for command in doc.findall('./commands/command'): 144 doc = et.parse(filename) 145 entrypoints += get_entrypoints(doc, api, beta)
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_format_info_gen.py | 156 def get_formats(doc): argument 160 for fmt in doc.findall('./formats/format'): 162 enum = doc.find(xpath) 170 parent = doc.find(xpath) 176 parent = doc.find(xpath) 192 doc = et.parse(filename) 193 formats.update(get_formats(doc))
|
/hardware/interfaces/audio/core/all-versions/vts/functional/ |
D | AudioPrimaryHidlHalTest.h | 304 doc::test("Test parsing audio_policy_configuration.xml (called in SetUp)"); in TEST_P() 337 doc::test("Test the getService"); in TEST_P() 341 doc::test("Test passing an invalid parameter to openDevice"); in TEST_P() 375 doc::test("Test openDevice (called during setup)"); in TEST_P() 379 doc::test("Test that the audio hal initialized correctly"); in TEST_P() 409 doc::test("Test openPrimaryDevice (called during setup)"); in TEST_P() 459 doc::partialTest(propertyName + " setter is not supported"); 467 doc::partialTest(propertyName + " getter is not supported"); 496 doc::test("Check that the mic can be muted and unmuted"); in TEST_P() 503 doc::test("If master mute is supported, try to mute and unmute the master output"); in TEST_P() [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | extensionmetadocgenerator.py | 157 doc = 'ifdef::' + apiVersion + '[]\n' 158 doc += ' ' + self.specLink(xrefName, xrefText, isRefpage) + '\n' 159 doc += 'endif::' + apiVersion + '[]\n' 160 doc += 'ifndef::' + apiVersion + '[]\n' 161 doc += ' ' + self.conventions.api_name() + ' ' + dottedVersion + '\n' 162 doc += 'endif::' + apiVersion + '[]\n' 164 return doc 167 doc = 'ifdef::' + extName + '[]\n' 168 doc += indent + self.conventions.formatExtension(extName) + '\n' 169 doc += 'endif::' + extName + '[]\n' [all …]
|
D | __init__.py.docs | 7 # This is only used during doc builds, hence the weird file extension.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/ |
D | asciidoctor-mathematical-ext.rb | 12 process do |doc| 14 (table_blocks = doc.find_by context: :table).each do |table|
|
D | rouge-extend-css.rb | 17 def docinfo location, doc, opts
|
D | quiet-include-failure.rb | 19 def process doc, reader, target, attributes
|
/hardware/interfaces/audio/core/all-versions/vts/functional/2.0/ |
D | AudioPrimaryHidlHalTest.cpp | 32 areAudioPatchesSupported() ? doc::partialTest("Audio patches are supported") 45 areAudioPatchesSupported() ? doc::partialTest("Audio patches are supported") 67 doc::test("Make sure setMode always succeeds if mode is valid and fails otherwise"); in TEST_P()
|
/hardware/interfaces/audio/common/all-versions/test/utility/src/ |
D | ValidateXml.cpp | 108 auto doc = make_xmlUnique(xmlReadFile(xmlFilePath, nullptr, 0)); in validateXml() local 109 if (doc == nullptr) { in validateXml() 114 if (xmlXIncludeProcessFlags(doc.get(), XML_PARSE_NOBASEFIX) == -1) { in validateXml() 119 int ret = xmlSchemaValidateDoc(schemaCtxt.get(), doc.get()); in validateXml()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/ |
D | build-index.js | 25 documents.forEach(function (doc) { argument 26 this.add(doc)
|
/hardware/interfaces/audio/core/all-versions/vts/functional/5.0/ |
D | AudioPrimaryHidlHalTest.cpp | 22 doc::test("Make sure setMicrophoneDirection correctly handles valid & invalid arguments"); in TEST_P() 37 doc::test("Make sure setMicrophoneFieldDimension correctly handles valid & invalid arguments"); in TEST_P()
|
/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/ |
D | AudioPrimaryHidlHalTest.cpp | 30 doc::test("Verify that invalid config is rejected by IDevice::getInputBufferSize method."); in TEST_P() 59 doc::test("Check that invalid device address is rejected by IDevice::setConnectedState"); in TEST_P() 136 doc::test("Check that invalid port configs are rejected by IDevice::setAudioPortConfig"); in TEST_P() 144 doc::test("Check that invalid port configs are rejected by IDevice::createAudioPatch"); in TEST_P() 173 doc::test("Check that invalid port configs are rejected by IDevice::updateAudioPatch"); in TEST_P() 383 doc::test( in TEST_P() 450 doc::test(documentation); \ 454 doc::test(documentation); \ 464 areAudioPatchesSupported() ? doc::partialTest("Audio patches are supported") 482 doc::test("Verify that invalid metadata is rejected by IStreamOut::updateSourceMetadata"); in TEST_P() [all …]
|
/hardware/interfaces/audio/aidl/default/ |
D | EffectConfig.cpp | 38 tinyxml2::XMLDocument doc; in EffectConfig() local 39 doc.LoadFile(file.c_str()); in EffectConfig() 41 if (doc.Error()) { in EffectConfig() 43 << " error: " << doc.ErrorStr(); in EffectConfig() 49 for (auto& xmlConfig : getChildren(doc, "audio_effects_conf")) { in EffectConfig()
|
/hardware/interfaces/drm/ |
D | README.md | 11 Please see `./1.0/vts/doc/Drm_Vendor_Modules_v1.pdf`.
|
/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/ |
D | Documentation.h | 29 namespace doc {
|
/hardware/google/gfxstream/ |
D | .gitignore | 105 /qapi/qapi-doc.texi 106 /qemu-doc.html 107 /qemu-doc.info 108 /qemu-doc.txt
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Xml.cpp | 117 xmlDocPtr doc = NULL; in ipacm_read_cfg_xml() local 122 doc = xmlReadFile(xml_file, "UTF-8", XML_PARSE_NOBLANKS); in ipacm_read_cfg_xml() 123 if (doc == NULL) { in ipacm_read_cfg_xml() 129 root = xmlDocGetRootElement(doc); in ipacm_read_cfg_xml() 142 xmlFreeDoc(doc); in ipacm_read_cfg_xml() 456 xmlDocPtr doc = NULL; in IPACM_read_firewall_xml() local 464 doc = xmlReadFile(xml_file, "UTF-8", XML_PARSE_NOBLANKS); in IPACM_read_firewall_xml() 465 if (doc == NULL) { in IPACM_read_firewall_xml() 470 root = xmlDocGetRootElement(doc); in IPACM_read_firewall_xml() 481 xmlFreeDoc(doc); in IPACM_read_firewall_xml()
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Xml.cpp | 129 xmlDocPtr doc = NULL; in ipacm_read_cfg_xml() local 134 doc = xmlReadFile(xml_file, "UTF-8", XML_PARSE_NOBLANKS); in ipacm_read_cfg_xml() 135 if (doc == NULL) { in ipacm_read_cfg_xml() 141 root = xmlDocGetRootElement(doc); in ipacm_read_cfg_xml() 154 xmlFreeDoc(doc); in ipacm_read_cfg_xml() 468 xmlDocPtr doc = NULL; in IPACM_read_firewall_xml() local 476 doc = xmlReadFile(xml_file, "UTF-8", XML_PARSE_NOBLANKS); in IPACM_read_firewall_xml() 477 if (doc == NULL) { in IPACM_read_firewall_xml() 482 root = xmlDocGetRootElement(doc); in IPACM_read_firewall_xml() 493 xmlFreeDoc(doc); in IPACM_read_firewall_xml()
|