/external/autotest/client/common_lib/ |
D | powerplay_util.py | 71 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/ |
D | main-font-text.hh | 66 …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()
|
D | options.hh | 511 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
|
D | options.cc | 597 …{"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/ |
D | file_utils_test.cc | 44 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/ |
D | test_usdt3.py | 76 text_file = open(name, "wb") 77 text_file.write(text) 78 text_file.close()
|
/external/webrtc/webrtc/tools/barcode_tools/ |
D | barcode_decoder.py | 106 text_file = open('%s.txt' % file_name[:-4], 'w') 107 text_file.write(out) 108 text_file.close()
|
/external/v8/tools/ |
D | perf-to-html.py | 169 with open(self.output_file_, "w") as text_file: 170 text_file.write(string_data)
|
D | perf-compare.py | 194 with open(self.output_file_, "w") as text_file: 195 text_file.write(string_data)
|
/external/python/cpython3/Lib/test/ |
D | test_sundry.py | 24 import distutils.text_file
|
/external/python/cpython2/Lib/test/ |
D | test_sundry.py | 25 import distutils.text_file
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_text_file.py | 4 from distutils.text_file import TextFile
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_text_file.py | 4 from distutils.text_file import TextFile
|
/external/autotest/client/site_tests/graphics_Idle_P/ |
D | graphics_Idle_P.py | 83 with open(path, 'r') as text_file: 84 logging.info('Content of %s\n%s', path, text_file.read())
|
/external/python/cpython2/Misc/ |
D | BeOS-setup.py | 9 from distutils import text_file 97 input = text_file.TextFile('Modules/Setup', join_lines=1)
|
/external/autotest/client/site_tests/graphics_Idle/ |
D | graphics_Idle.py | 83 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/ |
D | data_utils_test.py | 48 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/ |
D | extension.py | 142 from distutils.text_file import TextFile
|
D | sysconfig.py | 292 from distutils.text_file import TextFile
|
/external/python/cpython3/Lib/distutils/ |
D | extension.py | 146 from distutils.text_file import TextFile
|
D | sysconfig.py | 302 from distutils.text_file import TextFile
|
/external/python/cpython2/Lib/distutils/command/ |
D | sdist.py | 15 from distutils.text_file import TextFile
|
/external/python/cpython3/Lib/distutils/command/ |
D | sdist.py | 14 from distutils.text_file import TextFile
|
/external/python/cpython2/ |
D | setup.py | 12 from distutils import text_file 243 input = text_file.TextFile(filename, join_lines=1)
|
/external/flatbuffers/docs/source/ |
D | CppUsage.md | 456 parser.Parse(text_file.c_str());
|