HomeSort by relevance Sort by last modified time
    Searched refs:text_file (Results 1 - 15 of 15) 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 164 FILE* text_file = base::OpenFile(file_name, "wt"); local
165 DLOG_IF(ERROR, !text_file) << "Failed to open log file.";
174 fprintf(text_file, "%d %d %d %d\n",
182 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 272 milliseconds