Searched refs:text_file (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/util/ |
D | main-font-text.hh | 50 if (argc && !input.text && !input.text_file) input.text = argv[0], argc--, argv++; in main() 55 if (!input.text && !input.text_file) in main() 56 input.text_file = "-"; in main()
|
D | options.cc | 355 …{"text-file", 0, 0, G_OPTION_ARG_STRING, &this->text_file, "Set input text file-name\n\n If no… in add_options() 517 if (!text_file) in get_line() 520 if (0 != strcmp (text_file, "-")) in get_line() 521 fp = fopen (text_file, "r"); in get_line() 527 text_file, strerror (errno)); in get_line()
|
D | options.hh | 273 text_file = NULL; in text_options_t() 291 if (text && text_file) in post_parse() 304 const char *text_file; member
|
/external/chromium_org/media/audio/ |
D | audio_low_latency_input_output_unittest.cc | 165 FILE* text_file = base::OpenFile(file_name, "wt"); in ~FullDuplexAudioSinkSource() local 166 DLOG_IF(ERROR, !text_file) << "Failed to open log file."; in ~FullDuplexAudioSinkSource() 175 fprintf(text_file, "%d %d %d %d\n", in ~FullDuplexAudioSinkSource() 183 base::CloseFile(text_file); in ~FullDuplexAudioSinkSource()
|