Home
last modified time | relevance | path

Searched refs:preprocess (Results 1 – 7 of 7) sorted by relevance

/qemu/scripts/
H A Dxml-preprocess-test.py45 result = xpp.preprocess(xml_str)
48 self.assertRaises(FileNotFoundError, xpp.preprocess, xml_str)
55 result = xpp.preprocess(xml_str)
57 self.assertRaises(KeyError, xpp.preprocess, "$(env.UNKNOWN)")
63 result = xpp.preprocess(xml_str)
65 self.assertRaises(KeyError, xpp.preprocess, "$(sys.UNKNOWN)")
71 result = xpp.preprocess(xml_str)
76 result = xpp.preprocess(xml_str)
85 result = xpp.preprocess(xml_str)
88 self.assertRaises(RuntimeError, xpp.preprocess, "<?error \"test\"?>")
[all …]
H A Dmeson.build5 test('xml-preprocess', files('xml-preprocess-test.py'), suite: ['unit'])
H A Dclean-header-guards.pl88 sub preprocess { subroutine
204 preprocess($fname, $opt_n ? $oldg : $guard)
H A Dxml-preprocess.py236 def preprocess(self, xml_str: str) -> str: member in Preprocessor
269 return proc.preprocess(input_xml)
/qemu/ui/
H A Dmeson.build77 xml = custom_target('dbus-display preprocess',
/qemu/
H A Dmeson.build1139 xml_pp = find_program('scripts/xml-preprocess.py')
H A DMAINTAINERS3606 F: scripts/xml-preprocess*