Searched refs:entryLength (Results 1 - 8 of 8) sorted by relevance

/external/emma/core/java12/com/vladium/emma/data/
H A DDataFactory.java439 long entryLength;
448 entryLength = raf.readLong ();
450 if ((entryLength <= 0) || (position + entryLength + ENTRY_HEADER_LENGTH > length))
458 if (trace2) log.trace2 (method, "[" + file + "]: found valid entry of size " + entryLength + " and type " + type);
461 final IMergeable data = readEntry (raf, type, entryLength);
472 position += entryLength + ENTRY_HEADER_LENGTH;
619 long entryLength;
626 entryLength = raf.readLong ();
628 if ((entryLength <
748 readEntry(final RandomAccessFile raf, final byte type, final long entryLength) argument
[all...]
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c775 int32_t i, entryLength, length, size, entryOffset=0, entryLengthOffset=0; local
1002 /* in the common code, count entryLength from after the NUL */
1057 entryLength=(int32_t)uprv_strlen(entry+entryLengthOffset);
1058 for(i=0; i<entryLength; ++i) {
1129 length+=entryLength;
1153 if(entryLength<=8) {
1154 uprv_strncpy((char *)symbols[0].N.ShortName, entry, entryLength);
1159 symbolNames.sizeofLongNames=4+entryLength+1;
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c767 int32_t i, entryLength, length, size, entryOffset=0, entryLengthOffset=0; local
994 /* in the common code, count entryLength from after the NUL */
1049 entryLength=(int32_t)uprv_strlen(entry+entryLengthOffset);
1050 for(i=0; i<entryLength; ++i) {
1121 length+=entryLength;
1145 if(entryLength<=8) {
1146 uprv_strncpy((char *)symbols[0].N.ShortName, entry, entryLength);
1151 symbolNames.sizeofLongNames=4+entryLength+1;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 354 milliseconds