HomeSort by relevance Sort by last modified time
    Searched full:srcfp (Results 1 - 8 of 8) sorted by null

  /build/tools/zipalign/
ZipFile.h 228 /* copy all of "srcFp" into "dstFp" */
229 status_t copyFpToFp(FILE* dstFp, FILE* srcFp, unsigned long* pCRC32);
233 /* copy some of "srcFp" into "dstFp" */
234 status_t copyPartialFpToFp(FILE* dstFp, FILE* srcFp, long length,
238 /* compress all of "srcFp" into "dstFp", using Deflate */
239 status_t compressFpToFp(FILE* dstFp, FILE* srcFp,
ZipFile.cpp 643 * On exit, "srcFp" will be seeked to the end of the file, and "dstFp"
646 status_t ZipFile::copyFpToFp(FILE* dstFp, FILE* srcFp, unsigned long* pCRC32)
654 count = fread(tmpBuf, 1, sizeof(tmpBuf), srcFp);
655 if (ferror(srcFp) || ferror(dstFp))
698 * On exit, "srcFp" will be seeked to the end of the file, and "dstFp"
701 status_t ZipFile::copyPartialFpToFp(FILE* dstFp, FILE* srcFp, long length,
717 count = fread(tmpBuf, 1, readSize, srcFp);
738 * Compress all of the data in "srcFp" and write it to "dstFp".
740 * On exit, "srcFp" will be seeked to the end of the file, and "dstFp"
743 status_t ZipFile::compressFpToFp(FILE* dstFp, FILE* srcFp,
    [all...]
  /frameworks/base/tools/aapt/
ZipFile.h 228 /* copy all of "srcFp" into "dstFp" */
229 status_t copyFpToFp(FILE* dstFp, FILE* srcFp, unsigned long* pCRC32);
233 /* copy some of "srcFp" into "dstFp" */
234 status_t copyPartialFpToFp(FILE* dstFp, FILE* srcFp, long length,
238 /* compress all of "srcFp" into "dstFp", using Deflate */
239 status_t compressFpToFp(FILE* dstFp, FILE* srcFp,
ZipFile.cpp 643 * On exit, "srcFp" will be seeked to the end of the file, and "dstFp"
646 status_t ZipFile::copyFpToFp(FILE* dstFp, FILE* srcFp, unsigned long* pCRC32)
654 count = fread(tmpBuf, 1, sizeof(tmpBuf), srcFp);
655 if (ferror(srcFp) || ferror(dstFp))
698 * On exit, "srcFp" will be seeked to the end of the file, and "dstFp"
701 status_t ZipFile::copyPartialFpToFp(FILE* dstFp, FILE* srcFp, long length,
717 count = fread(tmpBuf, 1, readSize, srcFp);
738 * Compress all of the data in "srcFp" and write it to "dstFp".
740 * On exit, "srcFp" will be seeked to the end of the file, and "dstFp"
743 status_t ZipFile::compressFpToFp(FILE* dstFp, FILE* srcFp,
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp     [all...]
  /dalvik/vm/compiler/codegen/mips/Mips32/
Factory.cpp 868 bool srcFP = FPREG(srcLo) && FPREG(srcHi);
872 if (srcFP) {
880 if (srcFP) {
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp     [all...]
  /prebuilts/sdk/tools/linux/
zipalign 

Completed in 1196 milliseconds