/external/skqp/tools/ |
D | sanitize_source_files.py | 47 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/ |
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:
|
/external/autotest/client/tools/ |
D | crash_handler.py | 56 def write_to_file(filename, data, report=False): function 154 write_to_file(gdb_command_path, gdb_command) 180 write_to_file(report_path, report) 196 core_path = write_to_file(core_path, core_file, report=True)
|
/external/linux-kselftest/tools/testing/selftests/filesystems/binderfs/ |
D | binderfs_test.c | 31 static void write_to_file(const char *filename, const void *buf, size_t count, in write_to_file() function 86 write_to_file("/proc/self/setgroups", "deny", strlen("deny"), ENOENT); in change_to_userns() 93 write_to_file("/proc/self/uid_map", idmap, strlen(idmap), 0); in change_to_userns() 100 write_to_file("/proc/self/gid_map", idmap, strlen(idmap), 0); in change_to_userns()
|
/external/ltp/testcases/kernel/controllers/cpuctl/ |
D | cpuctl_def_task01.c | 137 write_to_file(mytaskfile, "a", pid); /* Assign task to it's group */ in main() 138 write_to_file(mysharesfile, "w", myshares); in main() 234 write_to_file(mysharesfile, "w", myshares); in main()
|
D | cpuctl_test01.c | 140 write_to_file(mytaskfile, "a", pid); /* Assign the task to it's group */ in main() 141 write_to_file(mysharesfile, "w", myshares); in main() 230 write_to_file(mysharesfile, "w", myshares); in main()
|
D | cpuctl_test04.c | 158 write_to_file(mysharesfile, "w", mygroup_shares); /* Write the shares of the group */ in main() 160 write_to_file(mytaskfile, "a", getpid()); /* Assign the task to it's group */ in main()
|
D | cpuctl_def_task04.c | 149 write_to_file(mytaskfile, "a", getpid()); in main() 156 write_to_file(mysharesfile, "w", mygroup_shares); in main()
|
D | cpuctl_test02.c | 153 write_to_file(mytaskfile, "a", pid); /* Assign the task to it's group */ in main() 279 return (write_to_file(target, "a", pid)); in migrate_task()
|
D | cpuctl_latency_test.c | 92 write_to_file(mytaskfile, "a", getpid()); in main()
|
D | cpuctl_latency_check_task.c | 100 write_to_file(mytaskfile, "a", getpid()); in main()
|
/external/vboot_reference/futility/ |
D | cmd_gbb_utility.c | 253 static int write_to_file(const char *msg, const char *filename, in write_to_file() function 490 write_to_file(" - exported root_key to file:", in do_gbb_utility() 495 write_to_file(" - exported bmp_fv to file:", opt_bmpfv, in do_gbb_utility() 499 write_to_file(" - exported recovery_key to file:", in do_gbb_utility() 603 write_to_file("successfully saved new image to:", in do_gbb_utility() 628 write_to_file("successfully created new GBB to:", in do_gbb_utility()
|
/external/protobuf/conformance/ |
D | conformance_test.cc | 315 const std::string& write_to_file, in CheckSetEmpty() argument 328 if (!write_to_file.empty()) { in CheckSetEmpty() 329 std::ofstream os(write_to_file); in CheckSetEmpty() 337 write_to_file.c_str()); in CheckSetEmpty()
|
/external/pigweed/pw_hdlc/py/pw_hdlc/ |
D | rpc_console.py | 45 from pw_hdlc.rpc import HdlcRpcClient, default_channels, write_to_file 160 lambda data: write_to_file(data, output)))
|
D | rpc.py | 113 def write_to_file(data: bytes, output: BinaryIO = sys.stdout.buffer): function 129 output: Callable[[bytes], Any] = write_to_file,
|
/external/adhd/cras/src/server/rust/binding_generator/src/ |
D | main.rs | 26 .write_to_file("../src/headers/rate_estimator.h"); in main()
|
/external/ltp/testcases/kernel/controllers/libcontrollers/ |
D | libcontrollers.h | 81 int write_to_file (char * file, const char* mode, unsigned int value);
|
D | libcontrollers.c | 193 int write_to_file(char *file, const char *mode, unsigned int value) in write_to_file() function
|
/external/python/pyfakefs/pyfakefs/tests/ |
D | fake_open_test.py | 1427 def write_to_file(self, file_name): member in ResolvePathTest 1439 self.write_to_file(file_path) 1447 self.write_to_file(link_path) 1459 self.write_to_file(link_path) 1473 self.write_to_file(self.make_path('foo', 'bar', 'bip')) 1484 self.write_to_file(link_path) 1504 self.write_to_file(link_path) 1524 self.write_to_file(link_path) 1566 self.write_to_file(self.make_path('foo', 'baz')) 1576 self.write_to_file(link_path) [all …]
|
/external/ltp/lib/ |
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()
|
/external/autotest/client/common_lib/ |
D | base_job_unittest.py | 50 def write_to_file(self, file_path): member in stub_job_state 543 state1.write_to_file('transfer_file') 555 state.write_to_file('backup') 565 state1.write_to_file('to_be_read') 580 state.write_to_file('backup') 755 def write_to_file(self, file_path): member in test_job_state_backing_file_locking.setUp.mocked_job_state 758 return super(mocked_job_state, self).write_to_file(file_path) 824 state.write_to_file('non_backing_file') 829 self.state.write_to_file('non_backing_file')
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | readline_ui.py | 120 screen_output.write_to_file(output_file_path)
|
/external/skia/tools/skqp/src/ |
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()
|
/external/skqp/tools/skqp/src/ |
D | skqp.cpp | 213 static void write_to_file(const sk_sp<SkData>& src, const std::string& dst) { in write_to_file() function 329 write_to_file(modelResult.fMaxPng, imagesPathPrefix2 + PATH_MAX_PNG); in evaluateGM() 330 write_to_file(modelResult.fMinPng, imagesPathPrefix2 + PATH_MIN_PNG); in evaluateGM()
|
/external/pigweed/pw_tokenizer/py/pw_tokenizer/ |
D | database.py | 293 token_database.write_to_file() 304 token_database.write_to_file() 312 token_database.write_to_file()
|