Home
last modified time | relevance | path

Searched defs:xml_path (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/cronet/build/android/gyp/util/
H A Dresources_parser.py77 def _ParseXml(self, xml_path): argument
83 def _ExtractNewIdsFromXml(self, xml_path): argument
86 def _ParseValuesXml(self, xml_path): argument
/aosp_15_r20/external/angle/build/android/gyp/util/
H A Dresources_parser.py77 def _ParseXml(self, xml_path): argument
83 def _ExtractNewIdsFromXml(self, xml_path): argument
86 def _ParseValuesXml(self, xml_path): argument
/aosp_15_r20/external/mesa3d/src/intel/decoder/
H A Dintel_batch_decoder_stub.c32 const char *xml_path, in intel_batch_decode_ctx_init_brw()
49 const char *xml_path, in intel_batch_decode_ctx_init_elk()
H A Dintel_batch_decoder_brw.c38 const char *xml_path, in intel_batch_decode_ctx_init_brw()
H A Dintel_batch_decoder_elk.c38 const char *xml_path, in intel_batch_decode_ctx_init_elk()
H A Dintel_batch_decoder.c49 const char *xml_path, in intel_batch_decode_ctx_init()
/aosp_15_r20/external/perfetto/tools/
H A Dexport_power_profiles.py12 def ExtractValues(xml_path, correction): argument
/aosp_15_r20/frameworks/base/tools/aapt2/tools/consumers/
H A Dpositional_arguments.py18 def consume(self, xml_path, input): argument
H A Dduplicates.py14 def consume(self, xml_path, input): argument
/aosp_15_r20/tools/asuite/aidegen/idea/
H A Dxml_gen.py76 def xml_path(self): member in XMLGenerator
/aosp_15_r20/external/mesa3d/src/intel/tools/
H A Daubinator.c62 char *input_file = NULL, *xml_path = NULL; variable
H A Daubinator_error_decode.c62 static char *xml_path = NULL; variable
H A Daubinator_viewer.cpp316 char *xml_path; member
/aosp_15_r20/packages/modules/Virtualization/android/virtmgr/src/
Daidl.rs2438 let xml_path = tmp_dir_path.join("early_vms.xml"); in test_find_early_vms_from_xml() localVariable
2493 let xml_path = tmp_dir.path().join("early_vms.xml"); in test_invalid_cid_validation() localVariable
2524 let xml_path = tmp_dir_path.join("early_vms.xml"); in test_duplicated_early_vms() localVariable
/aosp_15_r20/system/media/audio_route/
H A Daudio_route.c1009 struct audio_route *audio_route_init(unsigned int card, const char *xml_path) in audio_route_init()
/aosp_15_r20/packages/modules/Virtualization/android/virtualizationservice/src/
Daidl.rs610 let xml_path = Path::new("/vendor/etc/avf/assignable_devices.xml"); in get_assignable_devices() localVariable