Home
last modified time | relevance | path

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

/third_party/cef/tools/
Dtranslator.py111 def update_file(file, newcontents): function
174 update_file(*write_capi_header(header, capi_header_dir, filename))
179 update_file(*write_wrapper_types_header(header, wrapper_types_header))
197 update_file(*write_cpptoc_impl(header, None, cpptoc_global_impl))
202 update_file(*write_ctocpp_impl(header, None, ctocpp_global_impl))
210 update_file(*write_cpptoc_header(header, cls, cpptoc_dir))
213 update_file(*write_cpptoc_impl(header, cls, cpptoc_dir))
221 update_file(*write_ctocpp_header(header, cls, ctocpp_dir))
224 update_file(*write_ctocpp_impl(header, cls, ctocpp_dir))
229 update_file(*write_gypi_file(header, gypi_file))
[all …]
Dfix_style.py54 def update_file(filename): function
122 update_file(filename)
/third_party/python/Tools/scripts/
Dgenerate_token.py38 def update_file(file, content): function
97 if update_file(outfile, token_h_template % (
180 if update_file(outfile, token_c_template % (
209 if update_file(outfile, token_inc_template % '\n'.join(names)):
256 if update_file(outfile, token_py_template % (
/third_party/curl/packages/vms/
Dcompare_curl_source.com89 $ update_file = 0
92 $ update_file = 1
110 $ update_file = 0
134 $ if update_file
150 $ if update_file
233 $ if update_file
/third_party/mbedtls/tests/scripts/
Dset_psa_test_dependencies.py262 def update_file(file_name, old_content, new_content): function
289 update_file(file_name, old_content, new_content)
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
Dcheck_copyright.py132 update_file = False
/third_party/skia/third_party/externals/spirv-tools/utils/
Dcheck_copyright.py132 update_file = False
/third_party/spirv-tools/utils/
Dcheck_copyright.py150 update_file = False
/third_party/python/
DMakefile.pre.in263 UPDATE_FILE=$(PYTHON_FOR_REGEN) $(srcdir)/Tools/scripts/update_file.py
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch2063 UPDATE_FILE=$(PYTHON_FOR_REGEN) $(srcdir)/Tools/scripts/update_file.py