Searched refs:easy_xml (Results 1 - 10 of 10) sorted by relevance
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | easy_xml_test.py | 7 """ Unit tests for the easy_xml.py file. """ 9 import gyp.easy_xml as easy_xml namespace 21 easy_xml.XmlToString(["test"]), 26 easy_xml.XmlToString(["test"], encoding="Windows-1252"), 32 easy_xml.XmlToString(["test2", {"a": "value1", "b": "value2"}]), 41 easy_xml.XmlToString(["test3", {"a": original}, original]), 48 easy_xml.XmlToString( 83 xml = easy_xml.XmlToString(
|
H A D | MSVSToolFile.py | 7 import gyp.easy_xml as easy_xml namespace 57 easy_xml.WriteXmlIfChanged(
|
H A D | MSVSUserFile.py | 11 import gyp.easy_xml as easy_xml namespace 151 easy_xml.WriteXmlIfChanged(
|
H A D | MSVSProject.py | 7 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/ |
H A D | easy_xml_test.py | 7 """ Unit tests for the easy_xml.py file. """ 9 import gyp.easy_xml as easy_xml namespace 21 easy_xml.XmlToString(["test"]), 26 easy_xml.XmlToString(["test"], encoding="Windows-1252"), 32 easy_xml.XmlToString(["test2", {"a": "value1", "b": "value2"}]), 41 easy_xml.XmlToString(["test3", {"a": original}, original]), 48 easy_xml.XmlToString( 85 xml = easy_xml.XmlToString(
|
H A D | MSVSToolFile.py | 7 import gyp.easy_xml as easy_xml namespace 57 easy_xml.WriteXmlIfChanged(
|
H A D | MSVSUserFile.py | 11 import gyp.easy_xml as easy_xml namespace 151 easy_xml.WriteXmlIfChanged(
|
H A D | MSVSProject.py | 7 import gyp.easy_xml as easy_xml namespace 206 easy_xml.WriteXmlIfChanged(content, self.project_path, encoding="Windows-1252")
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | msvs.py | 16 import gyp.easy_xml as easy_xml namespace 2222 easy_xml.WriteXmlIfChanged(content, filters_path, pretty=True, win32=True) 2480 easy_xml.WriteXmlIfChanged(content, props_path, pretty=True, win32=True) 2682 easy_xml.WriteXmlIfChanged(content, targets_path, pretty=True, win32=True) 2906 easy_xml.WriteXmlIfChanged(content, xml_path, pretty=True, win32=True) 3826 easy_xml.WriteXmlIfChanged(content, project.path, pretty=True, win32=True)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | msvs.py | 16 import gyp.easy_xml as easy_xml namespace 2214 easy_xml.WriteXmlIfChanged(content, filters_path, pretty=True, win32=True) 2472 easy_xml.WriteXmlIfChanged(content, props_path, pretty=True, win32=True) 2674 easy_xml.WriteXmlIfChanged(content, targets_path, pretty=True, win32=True) 2898 easy_xml.WriteXmlIfChanged(content, xml_path, pretty=True, win32=True) 3826 easy_xml.WriteXmlIfChanged(content, project.path, pretty=True, win32=True)
|
Completed in 12 milliseconds