HomeSort by relevance Sort by last modified time
    Searched full:update_file (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/sync_file_system/
sync_operation_type.cc 18 return "UPDATE_FILE";
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/
update_webgl_conformance_tests.py 78 def update_file(in_filename, out_dir): function
91 update_file(os.path.join(in_dir, filename), out_dir)
150 update_file(in_name, options.output)
  /external/chromium_org/chromeos/network/onc/
onc_certificate_importer_impl_unittest.cc 269 update_file(update_filename) {}
273 const char* update_file; member in struct:chromeos::onc::CertParam
293 AddCertificateFromFile(GetParam().update_file, GetParam().cert_type, NULL);
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
jsonresults.py 483 status_string, status_code = cls.update_file(builder, small_file, incremental_json, JSON_RESULTS_MAX_BUILDS_SMALL)
487 return cls.update_file(builder, large_file, incremental_json, JSON_RESULTS_MAX_BUILDS)
490 def update_file(cls, builder, file, incremental_json, num_runs): member in class:JsonResults
  /ndk/sources/host-tools/make-3.81/
remake.c 63 static int update_file PARAMS ((struct file *file, unsigned int depth));
155 x = update_file (file, rebuilding_makefiles ? 1 : 0);
159 by calling update_file above. We check this flag below to
286 update_file (struct file *file, unsigned int depth)
339 status |= update_file (d->file, depth + 1);
572 dep_status |= update_file (d->file, depth);
952 dep_status = update_file (file, depth);
284 update_file (struct file *file, unsigned int depth) function
    [all...]
ChangeLog 45 * remake.c (update_file): Add alloca(0) to clean up alloca'd
297 many commands got started in update_file.
    [all...]
job.c 1099 chain (i.e., update_file recursion chain) we are processing. */
    [all...]
  /external/chromium/chrome/browser/visitedlink/
visitedlink_master.h 219 // Removes the indicated fingerprint from the table. If the update_file flag
222 bool DeleteFingerprint(Fingerprint fingerprint, bool update_file);
visitedlink_master.cc 439 bool update_file) {
449 if (update_file)
493 if (update_file)
    [all...]
  /external/chromium_org/components/visitedlink/browser/
visitedlink_master.cc 438 bool update_file) {
448 if (update_file && persist_to_disk_)
492 if (update_file && persist_to_disk_)
    [all...]
visitedlink_master.h 260 // Removes the indicated fingerprint from the table. If the update_file flag
263 bool DeleteFingerprint(Fingerprint fingerprint, bool update_file);

Completed in 1684 milliseconds