HomeSort by relevance Sort by last modified time
    Searched defs:tell (Results 51 - 75 of 140) sorted by null

1 23 4 5 6

  /external/python/cpython2/Lib/
sunau.py 63 tell() -- return the current position
65 The position returned by tell() and the position given to setpos()
74 The open file pointer must have methods write(), tell(), seek(), and
86 tell() -- return current position in output file
207 self._data_pos = file.tell()
276 def tell(self): member in class:Au_read
389 def tell(self): member in class:Au_write
461 self._form_length_pos = self._file.tell()
tempfile.py 536 if max_size and file.tell() > max_size:
546 newfile.seek(file.tell(), 0)
618 def tell(self): member in class:SpooledTemporaryFile
619 return self._file.tell()
  /external/python/cpython3/Lib/
sre_parse.py 285 def tell(self): member in class:Tokenizer
292 return error(msg, self.string, self.tell() - offset)
413 start = source.tell()
508 here = source.tell() - 1
522 source.tell() - here)
534 source.tell() - here)
570 here = source.tell()
605 source.tell() - here)
615 source.tell() - here + len(this))
618 source.tell() - here + len(this)
    [all...]
sunau.py 63 tell() -- return the current position
65 The position returned by tell() and the position given to setpos()
74 The open file pointer must have methods write(), tell(), seek(), and
86 tell() -- return current position in output file
217 self._data_pos = file.tell()
286 def tell(self): member in class:Au_read
413 def tell(self): member in class:Au_write
493 self._form_length_pos = self._file.tell()
wave.py 30 tell() -- return the current position
32 The position returned by tell() and the position given to setpos()
41 The open file pointer must have methods write(), tell(), seek(), and
54 tell() -- return current position in output file
114 available through the tell() method, set through the
195 def tell(self): member in class:Wave_read
270 _file -- the open file with methods write(), close(), tell(), seek()
410 def tell(self): member in class:Wave_write
466 self._form_length_pos = self._file.tell()
476 self._data_length_pos = self._file.tell()
    [all...]
  /external/python/cpython3/Lib/test/
test_gzip.py 31 def tell(self): member in class:UnseekableIO
130 self.assertEqual(f.tell(), nread)
157 f.tell()
247 oldpos = f.tell()
250 newpos = f.tell()
457 self.assertLessEqual(decomp._buffer.raw.tell(), max_decomp,
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
raw_ostream.h 83 /// tell - Return the current offset with the file.
84 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } function in class:llvm::raw_ostream
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
raw_ostream.h 97 /// tell - Return the current offset with the file.
98 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } function in class:llvm::raw_ostream
341 uint64_t Pos = tell();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
raw_ostream.h 97 /// tell - Return the current offset with the file.
98 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } function in class:llvm::raw_ostream
341 uint64_t Pos = tell();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
raw_ostream.h 97 /// tell - Return the current offset with the file.
98 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } function in class:llvm::raw_ostream
341 uint64_t Pos = tell();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
raw_ostream.h 97 /// tell - Return the current offset with the file.
98 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } function in class:llvm::raw_ostream
341 uint64_t Pos = tell();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
raw_ostream.h 97 /// tell - Return the current offset with the file.
98 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } function in class:llvm::raw_ostream
345 uint64_t Pos = tell();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
raw_ostream.h 97 /// tell - Return the current offset with the file.
98 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } function in class:llvm::raw_ostream
345 uint64_t Pos = tell();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
raw_ostream.h 97 /// tell - Return the current offset with the file.
98 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } function in class:llvm::raw_ostream
345 uint64_t Pos = tell();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
raw_ostream.h 97 /// tell - Return the current offset with the file.
98 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } function in class:llvm::raw_ostream
345 uint64_t Pos = tell();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
raw_ostream.h 97 /// tell - Return the current offset with the file.
98 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } function in class:llvm::raw_ostream
341 uint64_t Pos = tell();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
raw_ostream.h 97 /// tell - Return the current offset with the file.
98 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } function in class:llvm::raw_ostream
341 uint64_t Pos = tell();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
raw_ostream.h 97 /// tell - Return the current offset with the file.
98 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } function in class:llvm::raw_ostream
341 uint64_t Pos = tell();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
raw_ostream.h 97 /// tell - Return the current offset with the file.
98 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } function in class:llvm::raw_ostream
345 uint64_t Pos = tell();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
raw_ostream.h 97 /// tell - Return the current offset with the file.
98 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } function in class:llvm::raw_ostream
345 uint64_t Pos = tell();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
raw_ostream.h 97 /// tell - Return the current offset with the file.
98 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } function in class:llvm::raw_ostream
345 uint64_t Pos = tell();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
raw_ostream.h 97 /// tell - Return the current offset with the file.
98 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } function in class:llvm::raw_ostream
345 uint64_t Pos = tell();
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sre_parse.py 206 def tell(self): member in class:Tokenizer
486 here = source.tell()
sunau.py 63 tell() -- return the current position
65 The position returned by tell() and the position given to setpos()
74 The open file pointer must have methods write(), tell(), seek(), and
86 tell() -- return current position in output file
269 def tell(self): member in class:Au_read
380 def tell(self): member in class:Au_write
tempfile.py 514 if max_size and file.tell() > max_size:
524 newfile.seek(file.tell(), 0)
596 def tell(self): member in class:SpooledTemporaryFile
597 return self._file.tell()

Completed in 1491 milliseconds

1 23 4 5 6