HomeSort by relevance Sort by last modified time
    Searched refs:Tell (Results 1 - 25 of 34) sorted by null

1 2

  /external/webkit/WebCore/platform/graphics/opentype/
OpenTypeSanitizer.cpp 62 const size_t transcodeLen = output.Tell();
  /external/opencore/fileformats/mp3/parser/src/
mp3utils.cpp 34 return (fp->Tell());
77 uint32 currPos = (uint32)(fp->Tell());
mp3parser.cpp 861 iLastScanPosition = fpUsed->Tell();
    [all...]
  /external/opencore/oscl/oscl/osclio/src/
oscl_file_cache.h 72 TOsclFileOffset Tell()
81 return (Tell() == FileSize()) ? 1 : 0;
oscl_file_cache.cpp 156 if ((uint32)(FileSize() - Tell()) < size)
236 && (Tell() != FileSize()))
305 int32 retval = SetCachePosition(Tell());
336 pos = Tell() + offset;
506 (0, "OsclFileCache(0x%x)::FillCacheFromFile vpos %d", this, Tell()));
510 TOsclFileOffset newpos = Tell();
567 (0, "OsclFileCache(0x%x)::WriteCacheToFile vpos %d", this, Tell()));
624 TOsclFileOffset newpos = Tell();
oscl_file_native.h 85 TOsclFileOffset Tell();
oscl_file_native.cpp 215 //Just do seek to end, tell, then seek back.
216 TOsclFileOffset curPos = Tell();
220 TOsclFileOffset endPos = Tell();
385 TOsclFileOffset OsclNativeFile::Tell()
oscl_file_io.h 55 * The class defines all the input output files operations like open, close, read, write, seek, tell
314 * The File Tell operation
317 OSCL_IMPORT_REF TOsclFileOffset Tell();
oscl_file_async_read.cpp 353 if (iNativeFileVerify->Tell() != iFilePosition)
398 if (iNativeFileVerify->Tell() != iFilePosition)
    [all...]
oscl_file_io.cpp 596 OSCL_EXPORT_REF TOsclFileOffset Oscl_File::Tell()
601 (0, "Oscl_File(0x%x)::Tell IN", this));
613 result = iFileCache->Tell();
615 result = iAsyncFile->Tell();
627 (0, "Oscl_File(0x%x)::Tell OUT result %d", this, result));
955 (0, "OsclNativeFile(0x%x)::Tell IN", this));
965 result = iNativeFile->Tell();
974 (0, "OsclNativeFile(0x%x)::Tell OUT result %d", this, result));
oscl_file_async_read.h 315 TOsclFileOffset Tell();
  /external/opencore/fileformats/common/parser/src/
pvfile.cpp 66 OSCL_EXPORT_REF int32 PVFile::Tell()
69 return (TOsclFileOffsetInt32)iFile->Tell();
71 return (TOsclFileOffsetInt32)iFilePtr->Tell();
257 uint32 currPos = (uint32)(iFile->Tell());
262 iFileSize = (uint32)(iFile->Tell());
274 uint32 currPos = (uint32)(iFilePtr->Tell());
pvmi_datastreamsyncinterface_ref_impl.cpp 128 iFileNumBytes = (TOsclFileOffsetInt32)iFileObject->Tell();
298 int32 result = (TOsclFileOffsetInt32)iFileObject->Tell();
  /external/openssl/apps/
makeapps.com 98 $! Tell The User What Kind of Machine We Run On.
246 $! Tell The User That The File Dosen't Exist.
260 $! Tell The User What We Are Building.
452 $! Tell The User What Linker Option File We Are Using.
469 $! Tell The User We Can't Find The LIBCRYPTO.OLB Library.
489 $! Tell The User We Can't Find The LIBSSL.OLB Library.
545 $! Tell The User Entered An Invalid Option..
630 $! Tell the user
650 $! Tell the user
684 $! Tell The User We Are Using DECC
    [all...]
  /external/opencore/fileformats/wav/parser/src/
pvwavfileparser.cpp 198 filesize = (TOsclFileOffsetInt32)ipWAVFile->Tell();
451 if ((ipWAVFile->Tell() + myBufSize) > iEndOfDataSubChunkOffset)
453 int32 pos = (TOsclFileOffsetInt32)ipWAVFile->Tell();
  /external/openssl/crypto/
crypto-lib.com 108 $! Tell The User What Kind of Machine We Run On.
371 $! Tell The User What Module We Are Building.
486 $! Tell The User That The File Doesn't Exist.
500 $! Tell The User We Are Compiling The File.
577 $! Tell the user what happens
623 $! Tell The User That We Are All Done.
747 $! Tell The User What Linker Option File We Are Using.
785 $! Tell The User We Don't Know What They Want.
964 $! Tell the user
984 $! Tell the use
    [all...]
  /external/openssl/crypto/des/
des-lib.com 80 $! Tell The User What Kind of Machine We Run On.
145 $! Tell The User That We Are Compiling.
195 $! Tell The User We Are Compiling The Source File.
209 $! Tell The User That The File Dosen't Exist.
244 $! Tell The User That We Are All Done.
269 $! Tell The User That The File Dosen't Exist.
283 $! Tell The User What We Are Building.
317 $! Tell The User That The File Dosen't Exist.
331 $! Tell The User What We Are Building.
365 $! Tell The User That The File Dosen't Exist
    [all...]
  /external/openssl/ssl/
ssl-lib.com 89 $! Tell The User What Kind of Machine We Run On.
185 $! Tell The User That We Are Compiling The Library.
223 $! Tell The User That The File Dosen't Exist.
237 $! Tell The User What File We Are Compiling.
262 $! Tell The User That We Are All Done.
284 $! Tell The User That The File Dosen't Exist.
298 $! Tell The User We Are Creating The SSL_TASK.
457 $! Tell The User What Linker Option File We Are Using.
471 $! Tell The User We Can't Find The LIBSSL.OLB Library.
491 $! Tell The User We Can't Find The LIBCRYPTO.OLB Library
    [all...]
  /external/opencore/fileformats/avi/parser/src/
pv_avifile_parser.cpp 65 filesize = ipFilePtr->Tell();
207 iMovieChunkStartOffset = ipFilePtr->Tell(); //get movi chunk start offset.
322 uint32 CurrOff = ipFilePtr->Tell();
611 arOffset = ipFilePtr->Tell();
629 currentFileOffset = ipFilePtr->Tell();
  /external/opencore/fileformats/common/parser/include/
pvfile.h 189 //API to tell whether file is open.
213 OSCL_IMPORT_REF int32 Tell();
  /external/opencore/nodes/pvdummyinputnode/src/
pvmf_dummy_fileinput_node.cpp 952 //A routine to tell if a flush operation is in progress.
    [all...]
  /external/opencore/fileformats/mp4/composer/src/
atomutils.cpp 291 return (fp->_filePtr->Tell());
  /external/opencore/fileformats/rawgsmamr/parser/src/
amrfileparser.cpp 158 iFileSize = ipAMRFile->Tell();
410 uint32 currPos = (uint32)(ipAMRFile->Tell());
    [all...]
  /external/opencore/fileformats/rawaac/parser/src/
aacfileparser.cpp 254 int32 curpos = aFile.Tell();
270 int32 curPos = ipAACFile->Tell();
284 uint32 currPos_2 = (uint32)(ipAACFile->Tell());
318 int32 currPos_2 = ipAACFile->Tell();
    [all...]
  /external/opencore/pvmi/media_io/pvmiofileoutput/src/
pvmi_media_io_fileoutput.cpp     [all...]

Completed in 362 milliseconds

1 2