HomeSort by relevance Sort by last modified time
    Searched defs:tell (Results 1 - 25 of 43) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
af_vfs.h 40 long (*tell) (AFvirtualfile *vfile); member in struct:_AFvirtualfile
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
af_vfs.h 40 long (*tell) (AFvirtualfile *vfile); member in struct:_AFvirtualfile
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
af_vfs.h 40 long (*tell) (AFvirtualfile *vfile); member in struct:_AFvirtualfile
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_model_test_utils.cc 53 std::string tell; local
55 tell = node_name.substr(part_length - 2, 2);
56 if (tell == folder_tell) {
  /external/flac/include/FLAC/
callback.h 129 /** Signature for the tell callback.
173 FLAC__IOCallback_Tell tell; member in struct:__anon20077
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbrecio.py 10 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:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
chunk.py 41 read, close, seek, tell, isatty.
72 self.offset = self.file.tell()
115 def tell(self): member in class:Chunk
multifile.py 50 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()
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:
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()
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/bsddb/
dbrecio.py 10 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:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
chunk.py 41 read, close, seek, tell, isatty.
72 self.offset = self.file.tell()
115 def tell(self): member in class:Chunk
multifile.py 50 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()
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:
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
  /external/chromium_org/third_party/opus/src/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...]
  /frameworks/compile/libbcc/lib/Support/
FileBase.cpp 280 off_t FileBase::tell() { function in class:FileBase
  /external/libvpx/libvpx/nestegg/include/nestegg/
nestegg.h 105 /** User supplied tell callback.
109 int64_t (* tell)(void * userdata); member in struct:__anon22916
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
byte_reader.js 533 ByteReader.prototype.tell = function() {
  /external/chromium_org/third_party/opus/src/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);
225 if (budget-tell >= 15)
232 else if(budget-tell >= 2)
237 else if(budget-tell >= 1)
269 opus_uint32 tell; local
279 tell = ec_tell(enc);
280 if (tell+3 > budget
430 opus_int32 tell; local
    [all...]
  /external/llvm/include/llvm/Support/
raw_ostream.h 84 /// tell - Return the current offset with the file.
85 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } function in class:llvm::raw_ostream

Completed in 422 milliseconds

1 2