Home
last modified time | relevance | path

Searched refs:only_if_changed (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
Didl_compiler.py86 interfaces_info_filename='', only_if_changed=False): argument
101 self.only_if_changed = only_if_changed
112 write_file(output_code, output_path, self.only_if_changed)
145 only_if_changed=options.write_file_only_if_changed)
154 only_if_changed=options.write_file_only_if_changed)
Dutilities.py89 def write_file(new_text, destination_filename, only_if_changed): argument
90 if only_if_changed and os.path.isfile(destination_filename):
101 def write_pickle_file(pickle_filename, data, only_if_changed): argument
102 if only_if_changed and os.path.isfile(pickle_filename):
Dgenerate_global_constructors.py124 …tors_partial_interface(interface_name, idl_filename, constructor_attributes_list, only_if_changed): argument
131 write_file(''.join(lines), idl_filename, only_if_changed)
135 header_filename, only_if_changed)
Dgenerate_event_interfaces.py79 def write_event_interfaces_file(event_idl_files, destination_filename, only_if_changed, suffix): argument
107 write_file(''.join(lines), destination_filename, only_if_changed)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/bindings/
Dmain.py233 only_if_changed=True)
236 only_if_changed=True)
/external/chromium_org/build/android/gyp/
Dwrite_ordered_libraries.py125 only_if_changed=True)
Dwrite_build_config.py214 build_utils.WriteJson(config, options.build_config, only_if_changed=True)
/external/chromium_org/build/android/gyp/util/
Dbuild_device.py88 build_utils.WriteJson(configurations[:1], path, only_if_changed=True)
Dbuild_utils.py97 def WriteJson(obj, path, only_if_changed=False): argument
105 if not only_if_changed or old_dump != new_dump: