Searched refs:text_file (Results 1 – 8 of 8) sorted by relevance
/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 | 82 …if (argc && !input.text && !input.text_file) input.text = locale_to_utf8 (argv[0]), argc--, argv++; in main() 87 if (!input.text && !input.text_file) in main() 88 input.text_file = g_strdup ("-"); in main()
|
D | options.hh | 336 text_file = NULL; in text_options_t() 349 g_free (text_file); in ~text_options_t() 359 if (text && text_file) in post_parse() 371 char *text_file; member
|
D | options.cc | 490 …{"text-file", 0, 0, G_OPTION_ARG_STRING, &this->text_file, "Set input text file-name\n\n If no… in add_options() 697 if (!text_file) in get_line() 700 if (0 != strcmp (text_file, "-")) in get_line() 701 fp = fopen (text_file, "r"); in get_line() 707 text_file, strerror (errno)); in get_line()
|
/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 | 166 with open(self.output_file_, "w") as text_file: 167 text_file.write(string_data)
|
/external/autotest/client/site_tests/graphics_Idle/ |
D | graphics_Idle.py | 69 with open(path, 'r') as text_file: 70 logging.info('Content of %s\n%s', path, text_file.read())
|
/external/flatbuffers/docs/source/ |
D | CppUsage.md | 368 parser.Parse(text_file.c_str());
|