/third_party/skia/tools/ |
H A D | sanitize_source_files.py | 49 write_to_file = False # File is written to only if this flag is set. 59 write_to_file = True 68 write_to_file = True 71 if write_to_file:
|
/third_party/ltp/testcases/kernel/controllers/cpuctl/ |
H A D | cpuctl_def_task01.c | 135 write_to_file(mytaskfile, "a", pid); /* Assign task to it's group */ in main() 136 write_to_file(mysharesfile, "w", myshares); in main() 232 write_to_file(mysharesfile, "w", myshares); in main()
|
H A D | cpuctl_test01.c | 138 write_to_file(mytaskfile, "a", pid); /* Assign the task to it's group */ in main() 139 write_to_file(mysharesfile, "w", myshares); in main() 228 write_to_file(mysharesfile, "w", myshares); in main()
|
H A D | cpuctl_def_task04.c | 147 write_to_file(mytaskfile, "a", getpid()); in main() 154 write_to_file(mysharesfile, "w", mygroup_shares); in main()
|
H A D | cpuctl_test02.c | 152 write_to_file(mytaskfile, "a", pid); /* Assign the task to it's group */ in main() 278 return (write_to_file(target, "a", pid)); in migrate_task()
|
H A D | cpuctl_test04.c | 156 write_to_file(mysharesfile, "w", mygroup_shares); /* Write the shares of the group */ in main() 158 write_to_file(mytaskfile, "a", getpid()); /* Assign the task to it's group */ in main()
|
H A D | cpuctl_latency_test.c | 92 write_to_file(mytaskfile, "a", getpid()); in main()
|
H A D | cpuctl_latency_check_task.c | 100 write_to_file(mytaskfile, "a", getpid()); in main()
|
H A D | cpuctl_def_task02.c | 148 write_to_file(mytaskfile, "a", pid); /* Assign task to it's group */ in main()
|
H A D | cpuctl_def_task03.c | 144 write_to_file(mytaskfile, "a", pid); /* Assign task to it's group */ in main()
|
H A D | cpuctl_test03.c | 147 write_to_file(mytaskfile, "a", pid); /* Assign the task to it's group */ in main()
|
/third_party/rust/crates/rust-openssl/openssl-sys/build/ |
H A D | run_bindgen.rs | 107 .write_to_file(out_dir.join("bindgen.rs")) in run() 140 .write_to_file(out_dir.join("bindgen.rs")) in run_boringssl()
|
/third_party/protobuf/conformance/ |
H A D | conformance_test.cc | 339 const std::string& write_to_file, in CheckSetEmpty() 352 if (!write_to_file.empty()) { in CheckSetEmpty() 353 std::ofstream os(write_to_file); in CheckSetEmpty() 361 write_to_file.c_str()); in CheckSetEmpty() 337 CheckSetEmpty( const std::set<string>& set_to_check, const std::string& write_to_file, const std::string& msg) CheckSetEmpty() argument
|
H A D | conformance_test.h | 255 const std::string& write_to_file, const std::string& msg);
|
/third_party/ltp/testcases/kernel/controllers/libcontrollers/ |
H A D | libcontrollers.h | 69 int write_to_file (char * file, const char* mode, unsigned int value);
|
H A D | libcontrollers.c | 200 /* Function: write_to_file() 204 int write_to_file(char *file, const char *mode, unsigned int value) in write_to_file() function
|
/third_party/ltp/lib/ |
H A D | tst_timer_test.c | 208 static void write_to_file(void) in write_to_file() function 277 write_to_file(); in do_timer_test()
|
/third_party/skia/tools/skqp/src/ |
H A D | skqp.cpp | 225 static void write_to_file(const sk_sp<SkData>& src, const std::string& dst) { in write_to_file() function 339 write_to_file(modelResult.fMaxPng, imagesPathPrefix2 + PATH_MAX_PNG); in evaluateGM() 340 write_to_file(modelResult.fMinPng, imagesPathPrefix2 + PATH_MIN_PNG); in evaluateGM()
|
/third_party/ltp/testcases/kernel/controllers/memctl/ |
H A D | memctl_test01.c | 110 write_to_file(mytaskfile, "a", getpid()); /* Assign the task to it's group */ in main()
|
/third_party/rust/crates/linux-raw-sys/gen/src/ |
H A D | main.rs | 338 .write_to_file(mod_rs) 339 .expect(&format!("write_to_file for {}", mod_name));
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | lib.rs | 206 /// bindings.write_to_file("path/to/output.rs")?; 2687 pub fn write_to_file<P: AsRef<Path>>(&self, path: P) -> io::Result<()> { in write_to_file() functions
|