HomeSort by relevance Sort by last modified time
    Searched defs:entrySize (Results 1 - 15 of 15) sorted by null

  /external/opencore/fileformats/mp4/parser/src/
editlistatom.cpp 49 uint32 entrySize = (4 + 4 + 2 + 2);
51 if ((_entryCount*entrySize) > dataSize)
syncsampleatom.cpp 53 uint32 entrySize = (4);
55 if ((_entryCount*entrySize) > dataSize)
chunkoffsetatom.cpp 61 uint32 entrySize = 4;
63 if ((_entryCount*entrySize) > dataSize)
samplesizeatom.cpp 83 uint32 entrySize = (4);
87 if ((_sampleCount*entrySize) > dataSize)
timetosampleatom.cpp 81 uint32 entrySize = (4 + 4);
83 if ((_entryCount*entrySize) > dataSize)
compositionoffsetatom.cpp 113 uint32 entrySize = (4 + 4);
115 if ((_entryCount*entrySize) > dataSize)
sampletochunkatom.cpp 92 uint32 entrySize = (4 + 4 + 4);
94 if ((_entryCount*entrySize) > dataSize)
    [all...]
  /bionic/libc/bionic/
malloc_debug_common.c 161 size_t entrySize = (sizeof(size_t) * 2) + (sizeof(intptr_t) * entry->numEntries);
162 if (entrySize < *infoSize) {
168 entrySize = *infoSize;
170 memcpy(head, &(entry->size), entrySize);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidJarLoader.java 170 long entrySize = entry.getSize();
171 if (entrySize > Integer.MAX_VALUE) {
174 byte[] data = readZipData(zis, (int)entrySize);
237 long entrySize = entry.getSize();
238 if (entrySize > Integer.MAX_VALUE) {
241 data = readZipData(zis, (int)entrySize);
358 long entrySize = entry.getSize();
359 if (entrySize > Integer.MAX_VALUE) {
363 data = readZipData(zis, (int)entrySize);
375 * @param entrySize The entry size. -1 if unknown
    [all...]
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipInputStreamTest.java 383 long entrySize = entry.getSize();
384 assertTrue("Entry size was < 1", entrySize > 0);
390 if (i != entrySize) {
393 " bytes instead of " + entrySize);
  /frameworks/base/opengl/libagl/
texture.cpp 416 int entrySize = 0;
422 entrySize = 3;
429 entrySize = 4;
440 entrySize = 2;
444 size_t size = (1 << indexBits) * entrySize; // palette size
461 int entrySize = 0;
467 entrySize = 3;
474 entrySize = 4;
485 entrySize = 2;
489 const int paletteSize = (1 << indexBits) * entrySize;
    [all...]
  /external/quake/quake/src/WinQuake/
gl_draw.cpp     [all...]
  /frameworks/base/libs/utils/
ResourceTypes.cpp     [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 431 milliseconds