HomeSort by relevance Sort by last modified time
    Searched refs:text_file (Results 1 - 14 of 14) 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 273 text_file = NULL;
291 if (text && text_file)
304 const char *text_file; member in struct:text_options_t
options.cc 355 {"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"},
517 if (!text_file)
520 if (0 != strcmp (text_file, "-"))
521 fp = fopen (text_file, "r");
527 text_file, strerror (errno));
  /external/chromium_org/media/audio/
audio_low_latency_input_output_unittest.cc 165 FILE* text_file = base::OpenFile(file_name, "wt"); local
166 DLOG_IF(ERROR, !text_file) << "Failed to open log file.";
175 fprintf(text_file, "%d %d %d %d\n",
183 base::CloseFile(text_file);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_text_file.py 1 """Tests for distutils.text_file."""
4 from distutils.text_file import TextFile
18 # old tests moved from text_file.__main__
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_text_file.py 1 """Tests for distutils.text_file."""
4 from distutils.text_file import TextFile
18 # old tests moved from text_file.__main__
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sundry.py 25 import distutils.text_file namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sundry.py 25 import distutils.text_file namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
extension.py 142 from distutils.text_file import TextFile
sysconfig.py 298 from distutils.text_file import TextFile
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
extension.py 142 from distutils.text_file import TextFile
sysconfig.py 298 from distutils.text_file import TextFile
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 15 from distutils.text_file import TextFile
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 15 from distutils.text_file import TextFile

Completed in 105 milliseconds