Searched refs:only_if_changed (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
D | idl_compiler.py | 86 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)
|
D | utilities.py | 89 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):
|
D | generate_global_constructors.py | 124 …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)
|
D | generate_event_interfaces.py | 79 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/ |
D | main.py | 233 only_if_changed=True) 236 only_if_changed=True)
|
/external/chromium_org/build/android/gyp/ |
D | write_ordered_libraries.py | 125 only_if_changed=True)
|
D | write_build_config.py | 214 build_utils.WriteJson(config, options.build_config, only_if_changed=True)
|
/external/chromium_org/build/android/gyp/util/ |
D | build_device.py | 88 build_utils.WriteJson(configurations[:1], path, only_if_changed=True)
|
D | build_utils.py | 97 def WriteJson(obj, path, only_if_changed=False): argument 105 if not only_if_changed or old_dump != new_dump:
|