/external/autotest/client/common_lib/ |
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/ |
main-font-text.hh | 82 if (argc && !input.text && !input.text_file) input.text = locale_to_utf8 (argv[0]), argc--, argv++; 87 if (!input.text && !input.text_file) 88 input.text_file = g_strdup ("-");
|
options.hh | 330 text_file = NULL; 343 g_free (text_file); 353 if (text && text_file) 365 char *text_file; member in struct:text_options_t
|
options.cc | 426 {"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"}, 631 if (!text_file) 634 if (0 != strcmp (text_file, "-")) 635 fp = fopen (text_file, "r"); 641 text_file, strerror (errno));
|
/external/webrtc/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()
|
/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__
|
/system/extras/pagecache/ |
pagecache.py | 120 def __init__(self, file_object, output_queue, text_file, chunk_size=-1): 126 text_file: If True, the file will be read one line at a time, and 129 chunk_size: When processing a non-text file (text_file = False), 136 self._text_file = text_file 138 assert text_file or chunk_size > 0 291 text_file=True, chunk_size=64) 293 text_file=True)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_sundry.py | 25 import distutils.text_file
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_sundry.py | 25 import distutils.text_file
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 25 import distutils.text_file
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 25 import distutils.text_file
|
/external/v8/tools/ |
perf-to-html.py | 166 with open(self.output_file_, "w") as text_file: 167 text_file.write(string_data)
|
/external/chromium-trace/catapult/systrace/systrace/agents/ |
atrace_agent.py | 181 text_file=False, chunk_size=1) 183 text_file=True) 434 def __init__(self, file_object, output_queue, text_file, chunk_size=-1): 440 text_file: If True, the file will be read one line at a time, and 443 chunk_size: When processing a non-text file (text_file = False), 450 self._text_file = text_file 452 assert text_file or chunk_size > 0
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
extension.py | 142 from distutils.text_file import TextFile
|
sysconfig.py | 298 from distutils.text_file import TextFile
|
/prebuilts/gdb/linux-x86/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/ |
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
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
sdist.py | 15 from distutils.text_file import TextFile
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
sdist.py | 15 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
|