Searched refs:manifest_file (Results 1 – 7 of 7) sorted by relevance
/external/toolchain-utils/automation/clients/report/dejagnu/ |
D | manifest.py | 55 with open(filename, 'r') as manifest_file: 56 for line in manifest_file:
|
D | main.py | 56 with open(manifest_filename, 'w') as manifest_file: 57 manifest_file.write(manifest.Generate())
|
/external/autotest/client/site_tests/network_CastTDLS/ |
D | network_CastTDLS.py | 116 manifest_file = os.path.join(extension_folder, 'manifest.json') 117 with open(manifest_file) as f: 120 with open(manifest_file, 'wb') as f:
|
/external/toolchain-utils/automation/clients/report/ |
D | validate_failures.py | 191 with open(manifest_path, 'w') as manifest_file: 194 manifest_file.write('\n'.join(manifest_strings))
|
/external/python/cpython2/Lib/distutils/ |
D | msvc9compiler.py | 709 def _remove_visual_c_ref(self, manifest_file): argument 719 manifest_f = open(manifest_file) 739 manifest_f = open(manifest_file, 'w') 742 return manifest_file
|
/external/python/cpython3/Lib/distutils/ |
D | msvc9compiler.py | 697 def _remove_visual_c_ref(self, manifest_file): argument 707 manifest_f = open(manifest_file) 727 manifest_f = open(manifest_file, 'w') 730 return manifest_file
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | xla_test.py | 137 with open(FLAGS.disabled_manifest, 'r') as manifest_file: 139 parse_disabled_manifest(manifest_file.read()))
|