/third_party/node/tools/gyp/pylib/gyp/ |
D | easy_xml_test.py | 9 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(
|
D | MSVSToolFile.py | 7 import gyp.easy_xml as easy_xml namespace 57 easy_xml.WriteXmlIfChanged(
|
D | MSVSUserFile.py | 11 import gyp.easy_xml as easy_xml namespace 151 easy_xml.WriteXmlIfChanged(
|
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/ |
D | easy_xml_test.py | 9 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(
|
D | MSVSToolFile.py | 8 import gyp.easy_xml as easy_xml namespace 57 easy_xml.WriteXmlIfChanged(content, self.tool_file_path,
|
D | MSVSUserFile.py | 12 import gyp.easy_xml as easy_xml namespace 146 easy_xml.WriteXmlIfChanged(content, self.user_file_path,
|
D | MSVSProject.py | 8 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/ |
D | msvs.py | 18 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/ |
D | msvs.py | 17 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)
|