Home
last modified time | relevance | path

Searched defs:xml_file (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/tools/asuite/atest/test_finders/
H A Dtest_finder_utils.py565 def get_targets_from_xml(xml_file, module_info): argument
753 def get_plans_from_vts_xml(xml_file): argument
785 def get_targets_from_vts_xml(xml_file, rel_out_dir, module_info): argument
998 def is_test_from_kernel_xml(xml_file, test_name): argument
/aosp_15_r20/external/angle/scripts/
H A Dregistry_xml.py479 def find_xml_input(xml_file): argument
518 def __init__(self, xml_file, ext_file=None): argument
/aosp_15_r20/tools/asuite/aidegen/lib/
H A Dxml_util.py26 def parse_xml(xml_file): argument
/aosp_15_r20/external/mesa3d/src/vulkan/util/
H A Dvk_icd_gen.py29 def get_xml_patch_version(xml_file): argument
/aosp_15_r20/external/wayland-protocols/freedesktop.org/tests/
H A Dmeson.build27 xml_file = fs.name(protocol_file) variable
/aosp_15_r20/system/testing/gtest_extras/gtest_isolated/
DOptions.h53 const std::string& xml_file() const { return strings_.at("xml_file"); } in xml_file() function
DOptions.cpp166 std::string xml_file(value.substr(4)); in SetXmlFile() local
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dlatency.py58 def parse_xml(xml_file): argument
/aosp_15_r20/bionic/benchmarks/tests/
H A Dinterface_test.cpp56 static std::string GetBionicXmlArg(const char* xml_file) { in GetBionicXmlArg()
/aosp_15_r20/frameworks/base/tools/aapt2/cmd/
H A DDump.cpp332 for (auto xml_file : files_) { in Dump() local
/aosp_15_r20/external/libepoxy/src/
H A Dgen_dispatch.py425 def parse(self, xml_file): argument
/aosp_15_r20/system/testing/gtest_extras/gtest_isolated/tests/
DSystemTests.cpp931 FILE* xml_file = fopen(tf.path, "r"); in TEST_F() local