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

12 3 4 5 6

  /external/python/cpython2/Lib/test/
test_imghdr.py 22 def tell(self): member in class:UnseekableIO
61 pos = stream.tell()
66 self.assertEqual(stream.tell(), pos)
audiotests.py 10 def tell(self): member in class:UnseekableIO
233 self.assertEqual(f.tell(), 0)
236 pos0 = f.tell()
239 pos2 = f.tell()
  /external/python/cpython2/Tools/framer/
example.py 80 def tell(self): member in class:cStringIO.InputType
  /external/python/cpython3/Lib/test/
test_imghdr.py 26 def tell(self): member in class:UnseekableIO
70 pos = stream.tell()
75 self.assertEqual(stream.tell(), pos)
audiotests.py 8 def tell(self): member in class:UnseekableIO
281 self.assertEqual(f.tell(), 0)
284 pos0 = f.tell()
287 pos2 = f.tell()
  /prebuilts/gdb/darwin-x86/lib/python2.7/
StringIO.py 9 pos = f.tell() # get current position
114 def tell(self): member in class:StringIO
292 length = f.tell()
298 print 'Position =', f.tell()
308 f.seek(f.tell() - len(line))
313 print 'File length =', f.tell()
314 if f.tell() != length:
318 print 'Truncated length =', f.tell()
319 if f.tell() != length/2:
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
187 def tell(self): member in class:Wave_read
245 # "tell" data chunk how much was read
279 _file -- the open file with methods write(), close(), tell(), seek()
413 def tell(self): member in class:Wave_write
468 self._form_length_pos = self._file.tell()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
StringIO.py 9 pos = f.tell() # get current position
114 def tell(self): member in class:StringIO
292 length = f.tell()
298 print 'Position =', f.tell()
308 f.seek(f.tell() - len(line))
313 print 'File length =', f.tell()
314 if f.tell() != length:
318 print 'Truncated length =', f.tell()
319 if f.tell() != length/2:
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
187 def tell(self): member in class:Wave_read
245 # "tell" data chunk how much was read
279 _file -- the open file with methods write(), close(), tell(), seek()
413 def tell(self): member in class:Wave_write
468 self._form_length_pos = self._file.tell()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
StringIO.py 9 pos = f.tell() # get current position
114 def tell(self): member in class:StringIO
292 length = f.tell()
298 print 'Position =', f.tell()
308 f.seek(f.tell() - len(line))
313 print 'File length =', f.tell()
314 if f.tell() != length:
318 print 'Truncated length =', f.tell()
319 if f.tell() != length/2:
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
187 def tell(self): member in class:Wave_read
245 # "tell" data chunk how much was read
279 _file -- the open file with methods write(), close(), tell(), seek()
413 def tell(self): member in class:Wave_write
468 self._form_length_pos = self._file.tell()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
StringIO.py 9 pos = f.tell() # get current position
114 def tell(self): member in class:StringIO
292 length = f.tell()
298 print 'Position =', f.tell()
308 f.seek(f.tell() - len(line))
313 print 'File length =', f.tell()
314 if f.tell() != length:
318 print 'Truncated length =', f.tell()
319 if f.tell() != length/2:
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
187 def tell(self): member in class:Wave_read
245 # "tell" data chunk how much was read
279 _file -- the open file with methods write(), close(), tell(), seek()
413 def tell(self): member in class:Wave_write
468 self._form_length_pos = self._file.tell()
    [all...]
  /external/libopus/celt/tests/
test_unit_entropy.c 170 unsigned *tell; local
177 tell=(unsigned *)malloc((sz+1)*sizeof(*tell));
180 tell[0]=ec_tell_frac(&enc);
187 tell[j+1]=ec_tell_frac(&enc);
206 if(ec_tell_frac(&dec)!=tell[0]){
208 "Tell mismatch between encoder and decoder at symbol %i: %i instead of %i (Random seed: %u).\n",
209 0,ec_tell_frac(&dec),tell[0],seed);
219 if(ec_tell_frac(&dec)!=tell[j+1]){
221 "Tell mismatch between encoder and decoder at symbol %i: %i instead of %i (Random seed: %u).\n"
232 unsigned *tell; local
    [all...]
  /external/python/cpython3/Lib/
bz2.py 280 def tell(self): member in class:BZ2File
285 return self._buffer.tell()
lzma.py 255 def tell(self): member in class:LZMAFile
259 return self._buffer.tell()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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
187 def tell(self): member in class:Wave_read
245 # "tell" data chunk how much was read
279 _file -- the open file with methods write(), close(), tell(), seek()
413 def tell(self): member in class:Wave_write
468 self._form_length_pos = self._file.tell()
    [all...]
sre_parse.py 205 def tell(self): member in class:Tokenizer
485 here = source.tell()
tempfile.py 503 if max_size and file.tell() > max_size:
513 newfile.seek(file.tell(), 0)
587 def tell(self): member in class:SpooledTemporaryFile
588 return self._file.tell()
  /external/python/cpython2/Lib/
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
115 available through the tell() method, set through the
189 def tell(self): member in class:Wave_read
248 # "tell" data chunk how much was read
284 _file -- the open file with methods write(), close(), tell(), seek()
418 def tell(self): member in class:Wave_write
481 self._form_length_pos = self._file.tell()
    [all...]
sre_parse.py 216 def tell(self): member in class:Tokenizer
501 here = source.tell()
  /external/tensorflow/tensorflow/python/lib/io/
file_io.py 123 length = self.size() - self.tell()
165 offset += self.tell()
192 def tell(self): member in class:FileIO
195 return self._read_buf.Tell()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sre_parse.py 216 def tell(self): member in class:Tokenizer
501 here = source.tell()
  /external/libopus/celt/
quant_bands.c 158 opus_int32 budget, opus_int32 tell,
168 if (tell+3 <= budget)
216 tell = ec_tell(enc);
217 bits_left = budget-tell-3*C*(end-i);
227 if (budget-tell >= 15)
234 else if(budget-tell >= 2)
239 else if(budget-tell >= 1)
271 opus_uint32 tell; local
281 tell = ec_tell(enc);
282 if (tell+3 > budget
436 opus_int32 tell; local
    [all...]
  /external/llvm/include/llvm/Support/
raw_ostream.h 91 /// tell - Return the current offset with the file.
92 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } function in class:llvm::raw_ostream
328 uint64_t Pos = tell();

Completed in 63 milliseconds

12 3 4 5 6