Searched refs:write_to_file (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/tools/
H A Dsanitize_source_files.py47 write_to_file = False # File is written to only if this flag is set.
57 write_to_file = True
66 write_to_file = True
69 if write_to_file:
/external/skia/tools/
H A Dsanitize_source_files.py47 write_to_file = False # File is written to only if this flag is set.
57 write_to_file = True
66 write_to_file = True
69 if write_to_file:
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dtrace_impl.cc478 bool write_to_file = trace_file_.Open() || callback_; local
480 if (write_to_file) {

Completed in 310 milliseconds