HomeSort by relevance Sort by last modified time
    Searched refs:text_file (Results 1 - 5 of 5) sorted by null

  /external/harfbuzz_ng/util/
main-font-text.hh 50 if (argc && !input.text && !input.text_file) input.text = argv[0], argc--, argv++;
55 if (!input.text && !input.text_file)
56 input.text_file = "-";
options.hh 309 text_file = NULL;
327 if (text && text_file)
340 const char *text_file; member in struct:text_options_t
options.cc 392 {"text-file", 0, 0, G_OPTION_ARG_STRING, &this->text_file, "Set input text file-name\n\n If no text is provided, standard input is used for input.\n", "filename"},
587 if (!text_file)
590 if (0 != strcmp (text_file, "-"))
591 fp = fopen (text_file, "r");
597 text_file, strerror (errno));
  /external/chromium_org/third_party/webrtc/tools/barcode_tools/
barcode_decoder.py 106 text_file = open('%s.txt' % file_name[:-4], 'w')
107 text_file.write(out)
108 text_file.close()
  /external/chromium_org/media/audio/
audio_low_latency_input_output_unittest.cc 172 FILE* text_file = base::OpenFile(file_name, "wt"); local
173 DLOG_IF(ERROR, !text_file) << "Failed to open log file.";
182 fprintf(text_file, "%d %d %d %d\n",
190 base::CloseFile(text_file);

Completed in 341 milliseconds