Home
last modified time | relevance | path

Searched refs:easy_xml (Results 1 – 10 of 10) sorted by relevance

/third_party/node/tools/gyp/pylib/gyp/
Deasy_xml_test.py9 import gyp.easy_xml as easy_xml namespace
24 easy_xml.XmlToString(["test"]),
29 easy_xml.XmlToString(["test"], encoding="Windows-1252"),
35 easy_xml.XmlToString(["test2", {"a": "value1", "b": "value2"}]),
44 easy_xml.XmlToString(["test3", {"a": original}, original]),
51 easy_xml.XmlToString(
86 xml = easy_xml.XmlToString(
DMSVSToolFile.py7 import gyp.easy_xml as easy_xml namespace
57 easy_xml.WriteXmlIfChanged(
DMSVSUserFile.py11 import gyp.easy_xml as easy_xml namespace
151 easy_xml.WriteXmlIfChanged(
DMSVSProject.py7 import gyp.easy_xml as easy_xml namespace
206 easy_xml.WriteXmlIfChanged(content, self.project_path, encoding="Windows-1252")
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Deasy_xml_test.py9 import gyp.easy_xml as easy_xml namespace
24 easy_xml.XmlToString(['test']),
28 easy_xml.XmlToString(['test'], encoding='Windows-1252'),
33 easy_xml.XmlToString(['test2', {'a': 'value1', 'b': 'value2'}]),
41 easy_xml.XmlToString(['test3', {'a': original}, original]),
47 easy_xml.XmlToString(
87 xml = easy_xml.XmlToString(
DMSVSToolFile.py8 import gyp.easy_xml as easy_xml namespace
57 easy_xml.WriteXmlIfChanged(content, self.tool_file_path,
DMSVSUserFile.py12 import gyp.easy_xml as easy_xml namespace
146 easy_xml.WriteXmlIfChanged(content, self.user_file_path,
DMSVSProject.py8 import gyp.easy_xml as easy_xml namespace
207 easy_xml.WriteXmlIfChanged(content, self.project_path,
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dmsvs.py18 import gyp.easy_xml as easy_xml namespace
2074 easy_xml.WriteXmlIfChanged(content, filters_path, pretty=True, win32=True)
2289 easy_xml.WriteXmlIfChanged(content, props_path, pretty=True, win32=True)
2454 easy_xml.WriteXmlIfChanged(content, targets_path, pretty=True, win32=True)
2632 easy_xml.WriteXmlIfChanged(content, xml_path, pretty=True, win32=True)
3396 easy_xml.WriteXmlIfChanged(content, project.path, pretty=True, win32=True)
/third_party/node/tools/gyp/pylib/gyp/generator/
Dmsvs.py17 import gyp.easy_xml as easy_xml namespace
2213 easy_xml.WriteXmlIfChanged(content, filters_path, pretty=True, win32=True)
2471 easy_xml.WriteXmlIfChanged(content, props_path, pretty=True, win32=True)
2673 easy_xml.WriteXmlIfChanged(content, targets_path, pretty=True, win32=True)
2897 easy_xml.WriteXmlIfChanged(content, xml_path, pretty=True, win32=True)
3819 easy_xml.WriteXmlIfChanged(content, project.path, pretty=True, win32=True)