Searched defs:totalBytes (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileReaderLoader.h94 long long totalBytes() const { return m_totalBytes; } function in class:blink::FINAL
/external/chromium_org/third_party/skia/tests/
H A DWriter32Test.cpp166 uint32_t totalBytes = writer->bytesWritten(); local
168 SkAutoMalloc readStorage(totalBytes);
172 reader.setMemory(readStorage.get(), totalBytes);
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dmztools.c43 uLong totalBytes = 0; local
119 totalBytes += dataSize;
274 *bytesRecovered = totalBytes;
/external/skia/tests/
H A DWriter32Test.cpp166 uint32_t totalBytes = writer->bytesWritten(); local
168 SkAutoMalloc readStorage(totalBytes);
172 reader.setMemory(readStorage.get(), totalBytes);
/external/zlib/src/contrib/minizip/
H A Dmztools.c43 uLong totalBytes = 0; local
129 totalBytes += dataSize;
284 *bytesRecovered = totalBytes;
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dunit_test.cc757 int totalBytes = 0; local
793 totalBytes += frameLength;
799 (totalBytes / frames * _inst.maxFramerate * 8)/1000;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dgeneric_codec_test.cc283 float totalBytes, actualBitrate; local
315 totalBytes = 0;
339 totalBytesOneSec = _encodeCompleteCallback->EncodedBytes();//totalBytes;
348 totalBytes = _encodeCompleteCallback->EncodedBytes();
349 actualBitrate = (float)(8.0/1000)*(totalBytes / (_frameCnt / _frameRate));
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DPoolAlloc.h210 size_t totalBytes; // just an interesting statistic member in class:TPoolAllocator
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DMemoryCache.cpp350 void MemoryCache::setCapacities(size_t minDeadBytes, size_t maxDeadBytes, size_t totalBytes) argument
353 ASSERT(maxDeadBytes <= totalBytes);
357 m_capacity = totalBytes;
/external/clang/lib/AST/
H A DDeclBase.cpp120 int totalBytes = 0; local
123 totalBytes += (int)(n##DERIVED##s * sizeof(DERIVED##Decl)); \
132 llvm::errs() << "Total bytes = " << totalBytes << "\n";
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp1446 Vector<unsigned long> Internals::setMemoryCacheCapacities(unsigned long minDeadBytes, unsigned long maxDeadBytes, unsigned long totalBytes) argument
1452 memoryCache()->setCapacities(minDeadBytes, maxDeadBytes, totalBytes);
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/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 3248 milliseconds