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

1 2

  /dalvik/libdex/
ZipArchive.cpp 527 * dataOffset, because dataOffset is expensive to determine. However,
556 off_t dataOffset = localHdrOffset + kLFHLen
558 if (dataOffset >= cdOffset) {
559 ALOGW("Zip: bad data offset %ld in zip", (long) dataOffset);
564 if ((off_t)(dataOffset + compLen) > cdOffset) {
566 (long) dataOffset, compLen, (long) cdOffset);
571 (off_t)(dataOffset + uncompLen) > cdOffset)
574 (long) dataOffset, uncompLen, (long) cdOffset);
578 *pOffset = dataOffset;
    [all...]
  /external/icu4c/common/
ucmndata.h 48 uint32_t dataOffset;
ucmndata.c 242 *pLength = (int32_t)(entry[1].dataOffset - entry->dataOffset);
246 return (const DataHeader *)(base+entry->dataOffset);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 67 off64_t dataOffset;
284 pSession->dataOffset = pSession->contentTypeLength +
336 newFilePos = lseek64(pSession->fileDesc, pSession->dataOffset + offset, whence);
348 if (newFilePos < pSession->dataOffset) {
351 (void)lseek64(pSession->fileDesc, pSession->dataOffset + pSession->filePos,
358 pSession->filePos = newFilePos - pSession->dataOffset;
394 if (lseek64(pSession->fileDesc, pSession->dataOffset, SEEK_SET) !=
395 pSession->dataOffset) {
412 (void)lseek64(pSession->fileDesc, pSession->dataOffset + pSession->filePos,
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
service_system_protocol.h 111 uint32_t dataOffset : 30;
pkcs11_object.c 175 /* dataOffset = 0 means NULL buffer */
176 sItem.dataOffset = ((pTemplate1[i].pValue == NULL) ? 0 : nDataOffset);
190 /* We whould never go in this case, that means the dataOffset will not be able to store the offset correctly */
207 /* dataOffset = 0 means NULL buffer */
208 sItem.dataOffset = ((pTemplate2[i].pValue == NULL) ? 0 : nDataOffset);
222 /* We whould never go in this case, that means the dataOffset will not be able to store the offset correctly */
    [all...]
  /system/core/libzipfile/
centraldir.c 84 unsigned int dataOffset;
150 dataOffset = localHeaderRelOffset + LFH_SIZE
152 entry->data = file->buf + dataOffset;
154 printf("file->buf=%p entry->data=%p dataOffset=%x localHeaderRelOffset=%d "
156 file->buf, entry->data, dataOffset, localHeaderRelOffset,
  /frameworks/native/libs/utils/
ZipFileRO.cpp 523 * dataOffset, because dataOffset is expensive to determine. However,
591 off64_t dataOffset = localHdrOffset + kLFHLen
593 if (dataOffset >= cdOffset) {
594 ALOGW("bad data offset %ld in zip\n", (long) dataOffset);
599 if ((off64_t)(dataOffset + compLen) > cdOffset) {
601 (long) dataOffset, (ZD_TYPE) compLen, (long) cdOffset);
606 (off64_t)(dataOffset + uncompLen) > cdOffset)
609 (long) dataOffset, (ZD_TYPE) uncompLen, (long) cdOffset);
613 *pOffset = dataOffset;
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmcdc.h 111 uint8 dataOffset;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmcdc.h 111 uint8 dataOffset;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
binaryajax.js 11 var dataOffset = iDataOffset || 0;
22 return data.charCodeAt(iOffset + dataOffset) & 0xFF;
28 return IEBinary_getByteAt(data, iOffset + dataOffset);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
DexFile.java 181 private int dataOffset;
580 return dataOffset;
664 dataOffset = offset;
680 dataSize = offset - dataOffset;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
admCtrlWpa2.c     [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventLogParser.java 371 private static int parseBinaryEvent(byte[] eventData, int dataOffset, ArrayList<Object> list) {
373 if (eventData.length - dataOffset < 1)
376 int offset = dataOffset;
452 return offset - dataOffset;
  /external/icu4c/tools/icuswap/
icuswap.cpp 420 offset=ds->readUInt32(inEntries[itemCount-1].dataOffset);
444 offset=20+ds->readUInt32(inEntries[itemCount-1].dataOffset);
466 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset)-offset);
547 table[i].inOffset=ds->readUInt32(inEntries[i].dataOffset);
600 ds->writeUInt32(&outEntries[i].dataOffset, table[i].outOffset);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 154 size_t dataOffset;
560 pSession->dataOffset = headerSignaturePos + SHA1_HASH_SIZE;
576 pOutput->fromConvertData.numBytes = pSession->dataOffset;
    [all...]
  /dalvik/vm/compiler/
CompilerIR.h 211 int dataOffset; // starting offset of literal pool
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 473 off64_t dataOffset = mOffset + 27 + mCurrentPage.mNumSegments;
475 dataOffset += mCurrentPage.mLace[j];
503 dataOffset,
509 packetSize, dataOffset, n);
  /external/icu4c/i18n/
ucol_res.cpp     [all...]
  /external/icu4c/tools/toolutil/
package.cpp 516 offset=20+(int32_t)ds->readUInt32(inEntries[itemCount-1].dataOffset);
538 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset))-stringsOffset;
602 items[i].data=(uint8_t *)inBytes+ds->readUInt32(inEntries[i].dataOffset);
617 items[itemCount-1].length=length-ds->readUInt32(inEntries[itemCount-1].dataOffset);
784 entry.dataOffset=(uint32_t)offset;
    [all...]
  /external/icu4c/test/perf/dicttrieperf/
dicttrieperf.cpp 111 int32_t nameOffset, dataOffset;
145 toc[i].dataOffset=i; // arbitrary value, see toc comment below
175 // with nameOffset and dataOffset.
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp 411 int dataOffset = OFFSETOF_MEMBER(ArrayObject, contents);
432 opRegRegImm(cUnit, kOpAdd, regPtr, rlArray.lowReg, dataOffset);
438 opRegRegImm(cUnit, kOpAdd, regPtr, rlArray.lowReg, dataOffset);
480 int dataOffset = OFFSETOF_MEMBER(ArrayObject, contents);
508 opRegImm(cUnit, kOpAdd, regPtr, dataOffset);
514 opRegImm(cUnit, kOpAdd, regPtr, dataOffset);
554 int dataOffset = OFFSETOF_MEMBER(ArrayObject, contents);
578 opRegRegImm(cUnit, kOpAdd, regPtr, regArray, dataOffset);
583 opRegRegImm(cUnit, kOpAdd, regPtr, regArray, dataOffset);
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JSInterfaceJIT.h 219 static unsigned stringImplDataOffset() { return StringImpl::dataOffset(); }
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.h 183 static unsigned dataOffset() { return OBJECT_OFFSETOF(StringImpl, m_data); }
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 

Completed in 551 milliseconds

1 2