Searched refs:write_string_to_file (Results 1 – 13 of 13) sorted by relevance
/external/ltp/testcases/realtime/lib/ |
D | librttest.c | 657 static void write_string_to_file(const char *pathname, const char *string) in write_string_to_file() function 696 write_string_to_file("/proc/sys/kernel/trace_use_raw_cycles", "1"); in latency_trace_enable() 697 write_string_to_file("/proc/sys/kernel/trace_all_cpus", "1"); in latency_trace_enable() 698 write_string_to_file("/proc/sys/kernel/trace_enabled", "1"); in latency_trace_enable() 699 write_string_to_file("/proc/sys/kernel/trace_freerunning", "1"); in latency_trace_enable() 700 write_string_to_file("/proc/sys/kernel/trace_print_on_crash", "0"); in latency_trace_enable() 701 write_string_to_file("/proc/sys/kernel/trace_user_triggered", "1"); in latency_trace_enable() 702 write_string_to_file("/proc/sys/kernel/trace_user_trigger_irq", "-1"); in latency_trace_enable() 703 write_string_to_file("/proc/sys/kernel/trace_verbose", "0"); in latency_trace_enable() 704 write_string_to_file("/proc/sys/kernel/preempt_thresh", "0"); in latency_trace_enable() [all …]
|
/external/tensorflow/tensorflow/python/lib/io/ |
D | file_io_test.py | 75 file_io.write_string_to_file(file_path, "testing") 102 file_io.write_string_to_file(file_path, "testing") 532 file_io.write_string_to_file(file_path, "testing") 549 file_io.write_string_to_file(file_path, "testing") 555 file_io.write_string_to_file(file1, "This is a sentence\n" * 100) 558 file_io.write_string_to_file(file2, "This is another sentence\n" * 100) 561 file_io.write_string_to_file(file3, u"This is another sentence\n" * 100) 568 file_io.write_string_to_file(file1, "This is a sentence\n" * 100) 571 file_io.write_string_to_file(file2, "This is b sentence\n" * 100) 574 file_io.write_string_to_file(file3, u"This is b sentence\n" * 100) [all …]
|
D | file_io.py | 324 def write_string_to_file(filename, file_content): function 568 write_string_to_file(filename, contents) 571 write_string_to_file(temp_pathname, contents)
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | method_name_updater_test.py | 132 file_io.write_string_to_file( 236 file_io.write_string_to_file(path, str(_SAVED_MODEL_PROTO)) 352 file_io.write_string_to_file(
|
D | method_name_updater.py | 142 file_io.write_string_to_file(path, str(self._saved_model)) 147 file_io.write_string_to_file(
|
D | builder_impl.py | 419 file_io.write_string_to_file(path, str(self._saved_model)) 424 file_io.write_string_to_file(
|
D | saved_model_test.py | 78 file_io.write_string_to_file(asset_filepath, asset_file_contents) 705 file_io.write_string_to_file(ignored_filepath, "will be ignored") 1413 file_io.write_string_to_file(ignored_filepath, "will be ignored")
|
/external/tensorflow/tensorflow/tools/gcs_test/python/ |
D | gcs_smoke.py | 91 file_io.write_string_to_file(file_name, "test file.") 146 file_io.write_string_to_file(file_name, "test file creation.") 174 file_io.write_string_to_file(file_to_rename, "test file.")
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
D | ignore_errors_test.py | 93 def write_string_to_file(value, filename): function 101 write_string_to_file(filename, filename)
|
/external/tensorflow/tensorflow/tools/compatibility/update/ |
D | generate_v2_reorders_map.py | 134 file_io.write_string_to_file(output_file_path, renames_file_text)
|
D | generate_v2_renames_map.py | 188 file_io.write_string_to_file(output_file_path, renames_file_text)
|
/external/tensorflow/tensorflow/tools/api/tests/ |
D | api_compatibility_test.py | 310 file_io.write_string_to_file(
|
/external/tensorflow/tensorflow/python/training/ |
D | saver_test.py | 730 file_io.write_string_to_file(
|