HomeSort by relevance Sort by last modified time
    Searched defs:TextFile (Results 1 - 20 of 20) sorted by null

  /external/icu/icu4c/source/test/intltest/
textfile.cpp 11 #include "textfile.h"
21 TextFile::TextFile(const char* _name, const char* _encoding, UErrorCode& ec) :
67 TextFile::~TextFile() {
76 UBool TextFile::readLine(UnicodeString& line, UErrorCode& ec) {
111 UBool TextFile::readLineSkippingComments(UnicodeString& line, UErrorCode& ec,
132 UBool TextFile::setBuffer(int32_t index, char c, UErrorCode& ec) {
149 UBool TextFile::ensureCapacity(int32_t mincapacity) {
textfile.h 21 class TextFile {
25 * ICU testdata directory. See textfile.cpp to determine if the
28 TextFile(const char* name, const char* encoding, UErrorCode& ec);
30 virtual ~TextFile();
68 inline int32_t TextFile::getLineNumber() const {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_text_file.py 4 from distutils.text_file import TextFile
62 in_file = TextFile(filename, strip_comments=0, skip_blanks=0,
69 in_file = TextFile(filename, strip_comments=1, skip_blanks=0,
76 in_file = TextFile(filename, strip_comments=0, skip_blanks=1,
83 in_file = TextFile(filename)
89 in_file = TextFile(filename, strip_comments=1, skip_blanks=1,
96 in_file = TextFile(filename, strip_comments=1, skip_blanks=1,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_text_file.py 4 from distutils.text_file import TextFile
62 in_file = TextFile(filename, strip_comments=0, skip_blanks=0,
69 in_file = TextFile(filename, strip_comments=1, skip_blanks=0,
76 in_file = TextFile(filename, strip_comments=0, skip_blanks=1,
83 in_file = TextFile(filename)
89 in_file = TextFile(filename, strip_comments=1, skip_blanks=1,
96 in_file = TextFile(filename, strip_comments=1, skip_blanks=1,
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
extension.py 142 from distutils.text_file import TextFile
150 file = TextFile(filename,
text_file.py 3 provides the TextFile class, which gives an interface to text files
12 class TextFile:
29 TextFile (filename=None, file=None, **options)
34 recommended that you supply at least 'filename', so that TextFile
36 TextFile creates its own using the 'open()' builtin.
79 """Construct a new TextFile object. At least one of 'filename'
100 raise KeyError, "invalid TextFile option '%s'" % opt
sysconfig.py 298 from distutils.text_file import TextFile
299 fp = TextFile(fn, strip_comments=1, skip_blanks=1, join_lines=1)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
extension.py 142 from distutils.text_file import TextFile
150 file = TextFile(filename,
text_file.py 3 provides the TextFile class, which gives an interface to text files
12 class TextFile:
29 TextFile (filename=None, file=None, **options)
34 recommended that you supply at least 'filename', so that TextFile
36 TextFile creates its own using the 'open()' builtin.
79 """Construct a new TextFile object. At least one of 'filename'
100 raise KeyError, "invalid TextFile option '%s'" % opt
sysconfig.py 298 from distutils.text_file import TextFile
299 fp = TextFile(fn, strip_comments=1, skip_blanks=1, join_lines=1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
extension.py 142 from distutils.text_file import TextFile
150 file = TextFile(filename,
text_file.py 3 provides the TextFile class, which gives an interface to text files
12 class TextFile:
29 TextFile (filename=None, file=None, **options)
34 recommended that you supply at least 'filename', so that TextFile
36 TextFile creates its own using the 'open()' builtin.
79 """Construct a new TextFile object. At least one of 'filename'
100 raise KeyError, "invalid TextFile option '%s'" % opt
sysconfig.py 298 from distutils.text_file import TextFile
299 fp = TextFile(fn, strip_comments=1, skip_blanks=1, join_lines=1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
extension.py 142 from distutils.text_file import TextFile
150 file = TextFile(filename,
text_file.py 3 provides the TextFile class, which gives an interface to text files
12 class TextFile:
29 TextFile (filename=None, file=None, **options)
34 recommended that you supply at least 'filename', so that TextFile
36 TextFile creates its own using the 'open()' builtin.
79 """Construct a new TextFile object. At least one of 'filename'
100 raise KeyError, "invalid TextFile option '%s'" % opt
sysconfig.py 298 from distutils.text_file import TextFile
299 fp = TextFile(fn, strip_comments=1, skip_blanks=1, join_lines=1)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
sdist.py 15 from distutils.text_file import TextFile
307 template = TextFile(self.template,
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
sdist.py 15 from distutils.text_file import TextFile
307 template = TextFile(self.template,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 15 from distutils.text_file import TextFile
307 template = TextFile(self.template,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 15 from distutils.text_file import TextFile
307 template = TextFile(self.template,

Completed in 395 milliseconds