Searched refs:update_file (Results 1 – 10 of 10) sorted by relevance
/third_party/cef/tools/ |
D | translator.py | 111 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 …]
|
D | fix_style.py | 54 def update_file(filename): function 122 update_file(filename)
|
/third_party/python/Tools/scripts/ |
D | generate_token.py | 38 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/ |
D | compare_curl_source.com | 89 $ 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/ |
D | set_psa_test_dependencies.py | 262 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/ |
D | check_copyright.py | 132 update_file = False
|
/third_party/skia/third_party/externals/spirv-tools/utils/ |
D | check_copyright.py | 132 update_file = False
|
/third_party/spirv-tools/utils/ |
D | check_copyright.py | 150 update_file = False
|
/third_party/python/ |
D | Makefile.pre.in | 263 UPDATE_FILE=$(PYTHON_FOR_REGEN) $(srcdir)/Tools/scripts/update_file.py
|
/third_party/python/patches/ |
D | cpython_mingw_v3.10.2.patch | 2063 UPDATE_FILE=$(PYTHON_FOR_REGEN) $(srcdir)/Tools/scripts/update_file.py
|