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

1 2 3 4 5 6

  /external/icu/icu4c/source/common/
ucmndata.h 48 uint32_t dataOffset;
  /libcore/ojluni/src/main/java/sun/nio/ch/
EPoll.java 55 private static final int OFFSETOF_FD = dataOffset();
106 private static native int dataOffset();
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
ClusterChain.java 36 protected final long dataOffset;
64 this.dataOffset = FatUtils.getFilesOffset(fat.getBootSector());
101 return dataOffset + clusterOffset +
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
TrackRunBox.java 49 private int dataOffset;
117 public void setDataOffset(int dataOffset) {
118 if (dataOffset == -1) {
121 setFlags(getFlags() | 0x1); // turn on dataoffset
123 this.dataOffset = dataOffset;
193 IsoTypeWriter.writeUInt32(byteBuffer, dataOffset);
221 dataOffset = l2i(IsoTypeReader.readUInt32(content));
223 dataOffset = -1;
320 return dataOffset;
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmcdc.h 75 uint8 dataOffset; /* Offset from end of BDC header to packet data, in
  /hardware/ti/omap4-aah/security/tf_crypto_sst/
service_system_protocol.h 111 uint32_t dataOffset : 30;
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
service_system_protocol.h 111 uint32_t dataOffset : 30;
  /libcore/ojluni/src/main/java/java/util/zip/
ZipEntry.java 48 // Android-changed: Add dataOffset for internal use.
49 long dataOffset;
65 long dataOffset) {
74 this.dataOffset = dataOffset;
113 dataOffset = e.dataOffset;
123 return dataOffset;
  /toolchain/binutils/binutils-2.25/include/nlm/
external.h 164 unsigned char dataOffset[NLM_TARGET_LONG_SIZE];
internal.h 282 file_ptr dataOffset;
  /art/tools/dexfuzz/src/dexfuzz/program/
CodeTranslator.java 178 int dataOffset = target.location - mInsn.location;
180 containsTarget.setTarget(mInsn.insn, dataOffset);
451 int dataOffset = dataTarget.location - switchInsn.location;
453 containsTarget.setTarget(switchInsn.insn, dataOffset);
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c 444 uint32_t dataOffset = sizeof(outHeader) + sizeof(app);
445 uint32_t hdrDiff = dataOffset - sizeof(*bin);
451 memmove(buf + dataOffset, buf + sizeof(*bin), bufUsed - sizeof(*bin));
  /external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp 109 int32_t nameOffset, dataOffset;
143 toc[i].dataOffset=i; // arbitrary value, see toc comment below
173 // with nameOffset and dataOffset.
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 67 off64_t dataOffset;
287 pSession->dataOffset = pSession->contentTypeLength +
325 newFilePos = lseek64(pSession->fileDesc, pSession->dataOffset + offset, whence);
337 if (newFilePos < pSession->dataOffset) {
340 (void)lseek64(pSession->fileDesc, pSession->dataOffset + pSession->filePos,
347 pSession->filePos = newFilePos - pSession->dataOffset;
383 if (lseek64(pSession->fileDesc, pSession->dataOffset, SEEK_SET) !=
384 pSession->dataOffset) {
401 (void)lseek64(pSession->fileDesc, pSession->dataOffset + pSession->filePos,
  /system/extras/verity/
VerityVerifier.java 322 int dataOffset = hashBlockSize;
338 dataOffset + i * hashBlockSize,
339 dataOffset + i * hashBlockSize + hashBlockSize);
347 hashOffset = dataOffset;
348 hashOffsetForData = dataOffset;
349 dataOffset += blocks * hashBlockSize;
  /toolchain/binutils/binutils-2.25/bfd/
nlmcode.h 287 file_ptr dataOffset;
303 dataOffset = 0;
306 amt = sizeof (thdr.dataOffset);
307 if (bfd_bread ((void *) thdr.dataOffset, amt, abfd) != amt)
309 dataOffset = get_word (abfd, (bfd_byte *) thdr.dataOffset);
357 if (bfd_seek (abfd, dataOffset, SEEK_SET) != 0)
368 nlm_cygnus_ext_header (abfd)->offset = dataOffset;
422 nlm_custom_header (abfd)->dataOffset = dataOffset;
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DefaultMp4Builder.java 112 dataOffset is where the first sample starts. In this special mdat the samples always start
115 long dataOffset = mdat.getDataOffset();
119 offsets[i] += dataOffset;
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 155 size_t dataOffset;
563 pSession->dataOffset = headerSignaturePos + SHA1_HASH_SIZE;
579 pOutput->fromConvertData.numBytes = pSession->dataOffset;
    [all...]
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 691 off64_t dataOffset = mOffset + 27 + mCurrentPage.mNumSegments;
693 dataOffset += mCurrentPage.mLace[j];
711 dataOffset,
718 packetSize, (long long)dataOffset, n);
    [all...]
MPEG4Extractor.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_reg.h 797 uint32 dataOffset;
    [all...]
  /frameworks/base/media/java/android/media/
ExifInterface.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar 

Completed in 361 milliseconds

1 2 3 4 5 6