Searched refs:fileLen (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/test/
H A DreadYUV420file.m17 fileLen=ftell(fid); % number of bytes
21 numFrames = floor(fileLen/frameSizeBytes);
/external/icu/icu4c/source/samples/ugrep/
H A Dugrep.cpp52 int fileLen; // Length, in UTF-16 Code Units. variable
142 for (nextLine(0); lineStart<fileLen; nextLine(lineEnd)) {
273 fileLen = 0; // zero length prevents processing in case of errors.
363 fileLen = destCap;
389 if (lineEnd >= fileLen) {
406 if (lineEnd < fileLen &&
/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
H A DSimpleWebServer.java505 long fileLen = file.length();
507 if (headerIfRangeMissingOrMatching && range != null && startFrom >= 0 && startFrom < fileLen) {
519 endAt = fileLen - 1;
532 res.addHeader("Content-Range", "bytes " + startFrom + "-" + endAt + "/" + fileLen);
537 if (headerIfRangeMissingOrMatching && range != null && startFrom >= fileLen) {
541 res.addHeader("Content-Range", "bytes */" + fileLen);
559 res.addHeader("Content-Length", "" + fileLen);
/external/svox/pico/lib/
H A Dpicoos.c1446 picoos_uint32 fileLen; local
1452 picoos_FileLength(f, &fileLen);
1477 nrFileSamples = ((fileLen - (*hdrSize)) / 2);
1483 nrFileSamples = (fileLen - (*hdrSize));
1489 nrFileSamples = (fileLen - (*hdrSize));
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 258 milliseconds