Home
last modified time | relevance | path

Searched refs:text_file (Results 1 – 25 of 27) sorted by relevance

12

/external/autotest/client/common_lib/
Dpowerplay_util.py71 self.text_file = open(_power_play_data_file, 'w')
77 self.text_file.write(title_row)
85 not self.text_file.closed):
86 self.text_file.write(current_timestamp + ',' + pp_data)
91 self.text_file.write('No data from powerplay. Check connection.')
99 if not self.text_file.closed:
100 self.text_file.close()
/external/harfbuzz_ng/util/
Dmain-font-text.hh66 …if (argc && !input.text && !input.text_file) input.text = locale_to_utf8 (argv[0]), argc--, argv++; in main()
71 if (!input.text && !input.text_file) in main()
72 input.text_file = g_strdup ("-"); in main()
Doptions.hh511 text_file = nullptr; in text_options_t()
525 g_free (text_file); in ~text_options_t()
535 if (text && text_file) in post_parse()
548 char *text_file; member
Doptions.cc597 …{"text-file", 0, 0, G_OPTION_ARG_STRING, &this->text_file, "Set input text file-name\n\n If no… in add_options()
763 if (!text_file) in get_line()
766 if (0 != strcmp (text_file, "-")) in get_line()
767 fp = fopen (text_file, "r"); in get_line()
773 text_file, strerror (errno)); in get_line()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dfile_utils_test.cc44 const string text_file = in TestLoadTextOrBinaryGraphFile() local
46 TF_ASSERT_OK(WriteTextProto(Env::Default(), text_file, graph_def)); in TestLoadTextOrBinaryGraphFile()
57 TF_EXPECT_OK(LoadTextOrBinaryGraphFile(text_file, &text_graph_def)); in TestLoadTextOrBinaryGraphFile()
/external/bcc/tests/python/
Dtest_usdt3.py76 text_file = open(name, "wb")
77 text_file.write(text)
78 text_file.close()
/external/webrtc/webrtc/tools/barcode_tools/
Dbarcode_decoder.py106 text_file = open('%s.txt' % file_name[:-4], 'w')
107 text_file.write(out)
108 text_file.close()
/external/v8/tools/
Dperf-to-html.py169 with open(self.output_file_, "w") as text_file:
170 text_file.write(string_data)
Dperf-compare.py194 with open(self.output_file_, "w") as text_file:
195 text_file.write(string_data)
/external/python/cpython3/Lib/test/
Dtest_sundry.py24 import distutils.text_file
/external/python/cpython2/Lib/test/
Dtest_sundry.py25 import distutils.text_file
/external/python/cpython3/Lib/distutils/tests/
Dtest_text_file.py4 from distutils.text_file import TextFile
/external/python/cpython2/Lib/distutils/tests/
Dtest_text_file.py4 from distutils.text_file import TextFile
/external/autotest/client/site_tests/graphics_Idle_P/
Dgraphics_Idle_P.py83 with open(path, 'r') as text_file:
84 logging.info('Content of %s\n%s', path, text_file.read())
/external/python/cpython2/Misc/
DBeOS-setup.py9 from distutils import text_file
97 input = text_file.TextFile('Modules/Setup', join_lines=1)
/external/autotest/client/site_tests/graphics_Idle/
Dgraphics_Idle.py83 with open(path, 'r') as text_file:
84 logging.info('Content of %s\n%s', path, text_file.read())
/external/tensorflow/tensorflow/python/keras/utils/
Ddata_utils_test.py48 with open(text_file_path, 'w') as text_file:
49 text_file.write('Float like a butterfly, sting like a bee.')
/external/python/cpython2/Lib/distutils/
Dextension.py142 from distutils.text_file import TextFile
Dsysconfig.py292 from distutils.text_file import TextFile
/external/python/cpython3/Lib/distutils/
Dextension.py146 from distutils.text_file import TextFile
Dsysconfig.py302 from distutils.text_file import TextFile
/external/python/cpython2/Lib/distutils/command/
Dsdist.py15 from distutils.text_file import TextFile
/external/python/cpython3/Lib/distutils/command/
Dsdist.py14 from distutils.text_file import TextFile
/external/python/cpython2/
Dsetup.py12 from distutils import text_file
243 input = text_file.TextFile(filename, join_lines=1)
/external/flatbuffers/docs/source/
DCppUsage.md456 parser.Parse(text_file.c_str());

12