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

/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/tools/
H A Dgcs_file_seg_reader.py75 def tell(self): member in class:_GCSFileSegReader
114 offset = self._seg.tell()
/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dresumable_streaming_upload.py154 def tell(self): # pylint: disable=invalid-name member in class:ResumableStreamingJsonUploadWrapper
H A Ddaisy_chain_wrapper.py150 # object to support seek() and tell() which requires coordination with
222 def tell(self): # pylint: disable=invalid-name member in class:DaisyChainWrapper
H A Dfile_part.py54 def tell(self): member in class:FilePart
55 return self._fp.tell() - self._start
60 size = min(size, self._end - self._fp.tell()) # Only read to our EOF
H A Dhashing_helper.py413 def tell(self): # pylint: disable=invalid-name member in class:HashingFileUploadWrapper
415 return self._orig_fp.tell()
434 self._seek_away = self._orig_fp.tell()
479 if self._orig_fp.tell() != self._digesters_current_mark:
482 'position %s' % (self._orig_fp.tell(), self._digesters_current_mark))
H A Dcopy_helper.py1917 current_file_pos = self._orig_fp.tell()
1922 current_file_pos = self._orig_fp.tell()
1937 assert self._start_byte <= self._orig_fp.tell() <= self._end_byte + 1
1939 def tell(self): # pylint: disable=invalid-name member in class:SlicedDownloadFileWrapper
1940 return self._orig_fp.tell()
/external/flac/include/FLAC/
H A Dcallback.h130 /** Signature for the tell callback.
174 FLAC__IOCallback_Tell tell; member in struct:__anon5912
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
H A Dkeyfile.py46 def tell(self): member in class:KeyFile
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
H A Drecords.py222 implements 'read', 'seek', and 'tell'.
235 block_remaining = _BLOCK_SIZE - self.__reader.tell() % _BLOCK_SIZE
269 pad_length = _BLOCK_SIZE - self.__reader.tell() % _BLOCK_SIZE
284 last_offset = self.tell()
334 def tell(self): member in class:RecordsReader
336 return self.__reader.tell()
/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/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
H A Dstorage_api.py524 def tell(self): member in class:ReadBuffer
736 def tell(self): member in class:StreamingBuffer
/external/chromium-trace/catapult/third_party/Paste/paste/
H A Dwsgiwrappers.py462 def tell(self): member in class:WSGIResponse
464 raise IOError('This %s instance cannot tell its position: (content '
H A Dhttpserver.py264 # tell the thread pool what its worker is working on
523 def tell(self): member in class:LimitedLengthFile
524 if hasattr(self.file, 'tell'):
525 return self.file.tell()
1161 Raised to tell the server to really exit (SystemExit is normally
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
H A Dinputstream.py70 def tell(self): member in class:BufferedStream
456 stream.seek(stream.tell())
/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.c293 opus_uint32 tell; local
296 tell = ec_tell(dec);
298 tf_select_rsv = LM>0 && tell+logp+1<=budget;
303 if (tell+logp<=budget)
306 tell = ec_tell(dec);
689 opus_int32 tell; local
780 tell = ec_tell(dec);
782 if (tell >= total_bits)
784 else if (tell==1)
791 tell
[all...]
H A Dbands.c673 opus_int32 tell; local
703 tell = ec_tell_frac(ec);
804 qalloc = ec_tell_frac(ec) - tell;
1402 opus_int32 tell; local
1422 tell = ec_tell_frac(ec);
1426 balance -= tell;
1427 remaining_bits = total_bits-tell-1;
1509 balance += pulses[i] + tell;
H A Dcelt_encoder.c720 opus_uint32 tell; local
722 tell = ec_tell(enc);
725 tf_select_rsv = LM>0 && tell+logp+1 <= budget;
730 if (tell+logp<=budget)
733 tell = ec_tell(enc);
1289 opus_int32 tell; local
1345 tell=1;
1348 tell=ec_tell(enc);
1349 nbFilledBytes=(tell+4)>>3;
1395 if (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/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
H A Dserialutil.py211 def tell(self): member in class:FileLike
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem.py1989 self._read_seek = self._io.tell()
2043 def tell(self): member in class:FakeFileOpen.Call.FakeFileWrapper
2050 return self._io.tell()
2052 write_seek = self._io.tell()
2054 self._read_seek = self._io.tell()
2063 whence = self._io.tell()
2099 self._read_seek = self._io.tell()
2129 write_seek = self._io.tell()
2131 if write_seek != self._io.tell():
2132 self._read_seek = self._io.tell()
[all...]
/external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem.py2014 self._read_seek = self._io.tell()
2068 def tell(self): member in class:FakeFileOpen.Call.FakeFileWrapper
2075 return self._io.tell()
2077 write_seek = self._io.tell()
2079 self._read_seek = self._io.tell()
2088 whence = self._io.tell()
2124 self._read_seek = self._io.tell()
2154 write_seek = self._io.tell()
2156 if write_seek != self._io.tell():
2157 self._read_seek = self._io.tell()
[all...]
/external/opencv3/modules/core/include/opencv2/core/
H A Dcore_c.h2900 size_t tell() const;
3069 template<typename _Tp> inline size_t SeqIterator<_Tp>::tell() const function in class:cv::SeqIterator
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py94 def tell(self): member in class:BinaryReader
95 return self.file.tell()
194 f.seek(f.tell())
199 pos = f.tell()
389 start = f.tell()
394 if f.tell() - start != loadCommandsSize:
399 start = f.tell()
410 if f.tell() - start != cmdSize:
442 prev_pos = f.tell()
449 pos = f.tell()
[all...]

Completed in 670 milliseconds