Searched refs:totalBytes (Results 1 - 22 of 22) sorted by path

/external/caliper/lib/
H A Djersey-client-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/clang/lib/AST/
H A DDeclBase.cpp145 int totalBytes = 0; local
148 totalBytes += (int)(n##DERIVED##s * sizeof(DERIVED##Decl)); \
157 llvm::errs() << "Total bytes = " << totalBytes << "\n";
/external/guava/guava-tests/test/com/google/common/hash/
H A DHashCodeTest.java375 int totalBytes = hashCode.bits() / 8;
377 for (int bytes = 0; bytes < totalBytes; bytes++) {
/external/libvncserver/libvncserver/
H A Dstats.c385 double totalBytes=0.0; local
410 totalBytes += bytes;
428 totalBytes += bytes;
433 savings = 100.0 - ((totalBytes/totalBytesIfRaw)*100.0);
435 "TOTALS", totalRects, totalBytes,totalBytesIfRaw, savings);
438 totalBytes=0.0;
456 totalBytes += bytes;
473 totalBytes += bytes;
478 savings = 100.0 - ((totalBytes/totalBytesIfRaw)*100.0);
480 "TOTALS", totalRects, totalBytes,totalBytesIfRa
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DHashCalc.cpp212 UInt64 totalBytes = 0; local
233 totalBytes = dirItems.TotalSize;
260 RINOK(callback->SetTotal(totalBytes));
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java1308 * Creates a fixed length response if totalBytes>=0, otherwise chunked.
1310 protected Response(IStatus status, String mimeType, InputStream data, long totalBytes) { argument
1318 this.contentLength = totalBytes;
1977 public static Response newFixedLengthResponse(IStatus status, String mimeType, InputStream data, long totalBytes) { argument
1978 return new Response(status, mimeType, data, totalBytes);
/external/pdfium/xfa/src/fxbarcode/datamatrix/
H A DBC_DataMatrixDecoder.cpp59 int32_t totalBytes = 0; local
62 totalBytes +=
66 resultBytes.SetSize(totalBytes);
/external/pdfium/xfa/src/fxbarcode/qrcode/
H A DBC_QRCoderDecoder.cpp81 int32_t totalBytes = 0; local
83 totalBytes += ((CBC_QRDataBlock*)((*dataBlocks)[i]))->GetNumDataCodewords();
/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/ ...
/external/skia/src/codec/
H A DSkBmpCodec.cpp105 uint32_t totalBytes; local
121 totalBytes = get_int(hBuffer.get(), 2);
140 totalBytes = 0;
458 if (totalBytes <= offset && kRLE_BmpInputFormat == inputFormat) {
462 const size_t RLEBytes = totalBytes - offset;
518 // require that RLE Bmps have a valid number of totalBytes, and
519 // Icos skip the header that contains totalBytes.
H A DSkBmpRLECodec.cpp150 size_t totalBytes = this->stream()->read(fStreamBuffer.get(), fRLEBytes); local
151 if (totalBytes < fRLEBytes) {
152 fRLEBytes = totalBytes;
/external/skia/tests/
H A DCodexTest.cpp564 size_t totalBytes = scaledInfo.getSafeSize(rowBytes); local
565 SkAutoTMalloc<SkPMColor> pixels(totalBytes);
H A DSwizzlerTest.cpp31 const size_t totalBytes = imageInfo.getSafeSize(rowBytes) + offset; local
34 SkAutoTDeleteArray<uint8_t> storage(new uint8_t[totalBytes]);
35 memset(storage.get(), 0, totalBytes);
H A DWriter32Test.cpp163 size_t totalBytes = writer->bytesWritten(); local
165 SkAutoMalloc readStorage(totalBytes);
169 reader.setMemory(readStorage.get(), totalBytes);
H A DYUVTest.cpp57 size_t totalBytes = info.fYWidthBytes * info.fYSize.height() + local
60 SkAutoMalloc storage(totalBytes);
/external/zlib/src/contrib/minizip/
H A Dmztools.c43 uLong totalBytes = 0; local
129 totalBytes += dataSize;
284 *bytesRecovered = totalBytes;
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 1301 milliseconds