Searched defs:tell (Results 1 - 25 of 32) sorted by relevance

12

/external/flac/include/FLAC/
H A Dcallback.h130 /** Signature for the tell callback.
174 FLAC__IOCallback_Tell tell; member in struct:__anon6615
/external/python/cpython2/Lib/bsddb/
H A Ddbrecio.py10 pos = f.tell() # get current position
63 def tell(self): member in class:DBRecIO
162 length = f.tell()
168 here = f.tell()
178 f.seek(f.tell() - len(line))
183 print 'File length =', f.tell()
184 if f.tell() != length:
/external/python/cpython2/Lib/
H A Dchunk.py41 read, close, seek, tell, isatty.
72 self.offset = self.file.tell()
117 def tell(self): member in class:Chunk
H A Dmultifile.py50 self.start = self.fp.tell()
53 def tell(self): member in class:MultiFile
56 return self.fp.tell() - self.start
59 here = self.tell()
106 self.lastpos = self.tell() - len(line)
130 self.start = self.fp.tell()
139 self.start = self.fp.tell()
H A DStringIO.py9 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:
H A Dsre_parse.py216 def tell(self): member in class:Tokenizer
501 here = source.tell()
H A Dsunau.py63 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()
H A Dtempfile.py536 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()
H A Dwave.py30 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...]
H A Daifc.py81 tell() -- return the current position
83 The position returned by tell(), the position given to setpos() and
92 The open file pointer must have methods write(), tell(), seek(), and
109 tell() -- return current position in output file (useful
278 # available through the tell() method, set through the
368 def tell(self): member in class:Aifc_read
540 # _file -- the open file with methods write(), close(), tell(), seek()
718 def tell(self): member in class:Aifc_write
859 self._form_length_pos = self._file.tell()
874 self._nframes_pos = self._file.tell()
[all...]
H A D_pyio.py322 def tell(self): member in class:IOBase
329 Size defaults to the current IO position as reported by tell(). Return
374 If False, seek(), tell() and truncate() will raise IOError.
706 def tell(self): member in class:_BufferedIOMixin
707 pos = self.raw.tell()
709 raise IOError("tell() returned an invalid position")
719 pos = self.tell()
874 def tell(self): member in class:BytesIO
876 raise ValueError("tell on closed file")
1048 def tell(sel member in class:BufferedReader
1147 def tell(self): member in class:BufferedWriter
1266 def tell(self): member in class:BufferedRandom
1715 def tell(self): member in class:TextIOWrapper
[all...]
H A Dmailbox.py658 cur_len = self._file.tell()
672 new_start = new_file.tell()
675 stop - self._file.tell()))
679 new_toc[key] = (new_start, new_file.tell())
681 self._file_length = new_file.tell()
744 before = self._file.tell()
759 self._file_length = self._file.tell() # Record current length of mailbox
774 string = self._file.read(stop - self._file.tell())
785 string = self._file.read(stop - self._file.tell())
794 return _PartialFile(self._file, self._file.tell(), sto
1904 def tell(self): member in class:_ProxyFile
1941 def tell(self): member in class:_PartialFile
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_imghdr.py22 def tell(self): member in class:UnseekableIO
61 pos = stream.tell()
66 self.assertEqual(stream.tell(), pos)
H A Daudiotests.py10 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/
H A Dexample.py80 def tell(self): member in class:cStringIO.InputType
/external/libopus/celt/tests/
H A Dtest_unit_entropy.c170 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]){
209 0,ec_tell_frac(&dec),tell[0],seed);
219 if(ec_tell_frac(&dec)!=tell[j+1]){
222 j+1,ec_tell_frac(&dec),tell[j+1],seed);
225 free(tell);
232 unsigned *tell; local
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A Draw_ostream.h83 /// tell - Return the current offset with the file.
84 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } function in class:llvm::raw_ostream
/external/ImageMagick/MagickCore/
H A Dnt-base.h253 # define tell _telli64 macro
255 # define tell _tell macro
/external/libopus/celt/
H A Dquant_bands.c158 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
156 quant_coarse_energy_impl(const CELTMode *m, int start, int end, const opus_val16 *eBands, opus_val16 *oldEBands, opus_int32 budget, opus_int32 tell, const unsigned char *prob_model, opus_val16 *error, ec_enc *enc, int C, int LM, int intra, opus_val16 max_decay, int lfe) argument
435 opus_int32 tell; local
[all...]
H A Dcelt_decoder.c358 opus_uint32 tell; local
361 tell = ec_tell(dec);
363 tf_select_rsv = LM>0 && tell+logp+1<=budget;
368 if (tell+logp<=budget)
371 tell = ec_tell(dec);
752 opus_int32 tell; local
851 tell = ec_tell(dec);
853 if (tell >= total_bits)
855 else if (tell==1)
862 tell
[all...]
/external/llvm/include/llvm/Support/
H A Draw_ostream.h91 /// 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();
/external/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp41 uint64_t tell() { return OS.tell(); } function in class:llvm::ProfOStream
242 uint64_t HashTableStartFieldOffset = OS.tell();
250 uint64_t SummaryOffset = OS.tell();
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A Draw_ostream.h97 /// 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();
/external/chromium-trace/catapult/third_party/pyserial/serial/
H A Dserialutil.py211 def tell(self): member in class:FileLike
/external/avb/
H A Davbtool625 tell(), and read() methods. For writing, only truncation
670 self.image_size = self._image.tell()
702 chunk_offset = self._image.tell()
718 self._image.tell(),
755 self._sparse_end = self._image.tell()
802 self._image.truncate(self._image.tell() + num_bytes)
940 def tell(self): member in class:ImageHandler

Completed in 643 milliseconds

12