Home
last modified time | relevance | path

Searched refs:write_string_to_file (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/cronet/net/data/ov_name_constraints/
H A Dgenerate-certs.py26 gencerts.write_string_to_file(root.get_cert_pem(), 'root.pem')
37 gencerts.write_string_to_file(i_o1_o2.get_cert_pem(), 'int-o1-o2.pem')
46 gencerts.write_string_to_file(i_o2_o1.get_cert_pem(), 'int-o2-o1.pem')
54 gencerts.write_string_to_file(i_o3.get_cert_pem(), 'int-o3.pem')
65 gencerts.write_string_to_file(i_bmp_o1.get_cert_pem(), 'int-bmp-o1.pem')
74 gencerts.write_string_to_file(i_o1_plus_o2.get_cert_pem(), 'int-o1-plus-o2.pem')
82 gencerts.write_string_to_file(i_cn.get_cert_pem(), 'int-cn.pem')
95 gencerts.write_string_to_file(nc_permit_o1.get_cert_pem(),
111 gencerts.write_string_to_file(nc_permit_bmp_o1.get_cert_pem(),
123 gencerts.write_string_to_file(nc_permit_cn.get_cert_pem(),
[all …]
/aosp_15_r20/external/cronet/net/data/cert_issuer_source_aia_unittest/
H A Dgenerate-certs.py23 gencerts.write_string_to_file(root.get_cert_pem(), 'root.pem')
29 gencerts.write_string_to_file(i_base.get_cert_pem(), 'i.pem')
33 gencerts.write_string_to_file(i2.get_cert_pem(), 'i2.pem')
37 gencerts.write_string_to_file(i3.get_cert_pem(), 'i3.pem')
96 gencerts.write_string_to_file(target.get_cert_pem(), 'target_one_aia.pem')
101 gencerts.write_string_to_file(target.get_cert_pem(), 'target_no_aia.pem')
106 gencerts.write_string_to_file(target.get_cert_pem(), 'target_two_aia.pem')
111 gencerts.write_string_to_file(target.get_cert_pem(), 'target_three_aia.pem')
116 gencerts.write_string_to_file(target.get_cert_pem(), 'target_six_aia.pem')
121 gencerts.write_string_to_file(target.get_cert_pem(), 'target_file_aia.pem')
[all …]
/aosp_15_r20/build/make/tools/releasetools/
H A Dtest_check_target_files_vintf.py58 def write_string_to_file(content, path, mode='w'): function
76 write_string_to_file(content, os.path.join(test_dir, rel_path))
86 write_string_to_file(inp.read(), output_file)
93 write_string_to_file(
129 write_string_to_file('', os.path.join(test_dir, 'META/kernel_configs.txt'))
130 write_string_to_file('4.14.1',
139 write_string_to_file('', os.path.join(test_dir, 'META/kernel_configs.txt'))
140 write_string_to_file('4.14.0',
149 write_string_to_file('vintf_odm_manifest_skus=sku',
158 write_string_to_file('vintf_odm_manifest_skus=sku',
[all …]
/aosp_15_r20/external/ltp/testcases/realtime/lib/
H A Dlibrttest.c662 static void write_string_to_file(const char *pathname, const char *string) in write_string_to_file() function
701 write_string_to_file("/proc/sys/kernel/trace_use_raw_cycles", "1"); in latency_trace_enable()
702 write_string_to_file("/proc/sys/kernel/trace_all_cpus", "1"); in latency_trace_enable()
703 write_string_to_file("/proc/sys/kernel/trace_enabled", "1"); in latency_trace_enable()
704 write_string_to_file("/proc/sys/kernel/trace_freerunning", "1"); in latency_trace_enable()
705 write_string_to_file("/proc/sys/kernel/trace_print_on_crash", "0"); in latency_trace_enable()
706 write_string_to_file("/proc/sys/kernel/trace_user_triggered", "1"); in latency_trace_enable()
707 write_string_to_file("/proc/sys/kernel/trace_user_trigger_irq", "-1"); in latency_trace_enable()
708 write_string_to_file("/proc/sys/kernel/trace_verbose", "0"); in latency_trace_enable()
709 write_string_to_file("/proc/sys/kernel/preempt_thresh", "0"); in latency_trace_enable()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/io/
H A Dfile_io_test.py93 file_io.write_string_to_file(file_path, "testing")
120 file_io.write_string_to_file(file_path, "testing")
550 file_io.write_string_to_file(file_path, "testing")
567 file_io.write_string_to_file(file_path, "testing")
573 file_io.write_string_to_file(file1, "This is a sentence\n" * 100)
576 file_io.write_string_to_file(file2, "This is another sentence\n" * 100)
579 file_io.write_string_to_file(file3, u"This is another sentence\n" * 100)
586 file_io.write_string_to_file(file1, "This is a sentence\n" * 100)
589 file_io.write_string_to_file(file2, "This is b sentence\n" * 100)
592 file_io.write_string_to_file(file3, u"This is b sentence\n" * 100)
[all …]
H A Dfile_io.py354 def write_string_to_file(filename, file_content): function
642 write_string_to_file(filename, contents)
645 write_string_to_file(temp_pathname, contents)
/aosp_15_r20/external/cronet/net/data/gencerts/
H A D__init__.py129 write_string_to_file(generation_arguments_str + '\n' + key_contents,
237 write_string_to_file('%s\n' % self.make_serial_number(),
240 write_string_to_file('', self.get_database_path())
519 write_string_to_file(test_data, out_pem)
522 def write_string_to_file(data, path): function
/aosp_15_r20/external/cronet/net/data/verify_certificate_chain_unittest/
H A Drebase-errors.py52 def write_string_to_file(data, path): function
95 write_string_to_file(contents, test_file_path)
119 write_string_to_file(actual_errors, errors_path)
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/testdata/verify_certificate_chain_unittest/
H A Drebase-errors.py52 def write_string_to_file(data, path): function
97 write_string_to_file(contents, test_file_path)
121 write_string_to_file(actual_errors, errors_path)
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dmethod_name_updater_test.py128 file_io.write_string_to_file(
232 file_io.write_string_to_file(path, str(_SAVED_MODEL_PROTO))
348 file_io.write_string_to_file(
H A Dmethod_name_updater.py136 file_io.write_string_to_file(path, str(self._saved_model))
141 file_io.write_string_to_file(
H A Dbuilder_impl.py421 file_io.write_string_to_file(path, str(self._saved_model))
426 file_io.write_string_to_file(
H A Dsaved_model_test.py73 file_io.write_string_to_file(asset_filepath, asset_file_contents)
700 file_io.write_string_to_file(ignored_filepath, "will be ignored")
1408 file_io.write_string_to_file(ignored_filepath, "will be ignored")
/aosp_15_r20/external/tensorflow/tensorflow/tools/gcs_test/python/
H A Dgcs_smoke.py87 file_io.write_string_to_file(file_name, "test file.")
142 file_io.write_string_to_file(file_name, "test file creation.")
170 file_io.write_string_to_file(file_to_rename, "test file.")
/aosp_15_r20/external/cronet/net/data/parse_certificate_unittest/
H A Dregenerate_pem_from_ascii.py32 def write_string_to_file(data, path): function
102 write_string_to_file(modified, pem_path)
H A Drebase-errors.py72 def write_string_to_file(data, path): function
101 write_string_to_file(contents, path)
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/testdata/parse_certificate_unittest/
H A Dregenerate_pem_from_ascii.py32 def write_string_to_file(data, path): function
102 write_string_to_file(modified, pem_path)
H A Drebase-errors.py65 def write_string_to_file(data, path): function
101 write_string_to_file(contents, path)
/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
H A Dignore_errors_test.py91 def write_string_to_file(value, filename): function
99 write_string_to_file(filename, filename)
/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
H A Dtf_function_test.py225 file_io.write_string_to_file(
264 file_io.write_string_to_file(
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/testdata/cert_issuer_source_static_unittest/
H A Dgenerate-certs.py42 gencerts.write_string_to_file(
/aosp_15_r20/external/cronet/net/data/cert_issuer_source_static_unittest/
H A Dgenerate-certs.py42 gencerts.write_string_to_file(
/aosp_15_r20/external/tensorflow/tensorflow/tools/compatibility/update/
H A Dgenerate_v2_reorders_map.py131 file_io.write_string_to_file(output_file_path, renames_file_text)
H A Dgenerate_v2_renames_map.py182 file_io.write_string_to_file(output_file_path, renames_file_text)
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/tests/
H A Dapi_compatibility_test.py316 file_io.write_string_to_file(

12