OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:only_if_changed
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_compiler.py
86
interfaces_info_filename='',
only_if_changed
=False):
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)
generate_global_constructors.py
124
def write_global_constructors_partial_interface(interface_name, idl_filename, constructor_attributes_list,
only_if_changed
):
131
write_file(''.join(lines), idl_filename,
only_if_changed
)
135
header_filename,
only_if_changed
)
generate_event_interfaces.py
79
def write_event_interfaces_file(event_idl_files, destination_filename,
only_if_changed
, suffix):
107
write_file(''.join(lines), destination_filename,
only_if_changed
)
utilities.py
89
def write_file(new_text, destination_filename,
only_if_changed
):
90
if
only_if_changed
and os.path.isfile(destination_filename):
101
def write_pickle_file(pickle_filename, data,
only_if_changed
):
102
if
only_if_changed
and os.path.isfile(pickle_filename):
/external/chromium_org/build/android/gyp/util/
build_device.py
88
build_utils.WriteJson(configurations[:1], path,
only_if_changed
=True)
build_utils.py
97
def WriteJson(obj, path,
only_if_changed
=False):
105
if not
only_if_changed
or old_dump != new_dump:
/external/chromium_org/build/android/gyp/
write_ordered_libraries.py
125
only_if_changed
=True)
write_build_config.py
214
build_utils.WriteJson(config, options.build_config,
only_if_changed
=True)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/bindings/
main.py
233
only_if_changed
=True)
236
only_if_changed
=True)
Completed in 217 milliseconds