Home
last modified time | relevance | path

Searched defs:totalBytes (Results 1 – 25 of 39) sorted by relevance

12

/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/internal/
DParcelCallSender.java44 abstract void prepareCall(long callId, int blockId, int totalBytes, byte[] bytes) in prepareCall()
48 long callId, int blockId, int totalBytes, byte[] bytes, int retries) throws RemoteException { in prepareCallAndRetry()
183 int totalBytes = ByteBuffer.wrap(returnBytes).getInt(/* index= */ 1); in fetchResponseParcel() local
199 private byte[] fetchReturnBytes(int totalBytes, long callId, byte[] initialBytes) in fetchReturnBytes()
DCrossProfileCallbackExceptionParcelCallSender.java35 void prepareCall(long callId, int blockId, int totalBytes, byte[] bytes) throws RemoteException { in prepareCall()
DCrossProfileCallbackParcelCallSender.java38 void prepareCall(long callId, int blockId, int totalBytes, byte[] bytes) throws RemoteException { in prepareCall()
/external/skqp/include/core/
DSkYUVASizeInfo.h53 size_t totalBytes = 0; in computeTotalBytes() local
/external/skqp/tests/
DYUVTest.cpp65 size_t totalBytes = info.computeTotalBytes(); in codec_yuv() local
DSwizzlerTest.cpp26 const size_t totalBytes = imageInfo.computeByteSize(rowBytes) + offset; in check_fill() local
DWriter32Test.cpp164 size_t totalBytes = writer->bytesWritten(); in testWritePad() local
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/internal/
DParcelCallSenderTest.java42 void prepareCall(long callId, int blockId, int totalBytes, byte[] bytes) in prepareCall()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonLocation.java61 public JsonLocation(Object sourceRef, long totalBytes, long totalChars, in JsonLocation()
/external/skia/tests/
DSwizzlerTest.cpp26 const size_t totalBytes = imageInfo.computeByteSize(rowBytes) + offset; in check_fill() local
DWriter32Test.cpp105 size_t totalBytes = writer->bytesWritten(); in testWritePad() local
/external/zlib/contrib/minizip/
Dmztools.c43 uLong totalBytes = 0; variable
/external/rust/crates/libz-sys/src/zlib/contrib/minizip/
Dmztools.c43 uLong totalBytes = 0; variable
/external/okio/okio/src/jvmTest/java/okio/
DPipeTest.java61 final long totalBytes = 16L * 1024L * 1024L; in largeDataset() local
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestStringByteConverter.java186 static int totalBytes = 0; field in TestStringByteConverter
/external/guava/android/guava-tests/test/com/google/common/hash/
DHashCodeTest.java378 int totalBytes = hashCode.bits() / 8; in assertReadableBytes() local
/external/guava/guava-tests/test/com/google/common/hash/
DHashCodeTest.java378 int totalBytes = hashCode.bits() / 8; in assertReadableBytes() local
/external/skia/src/codec/
DSkJpegCodec.cpp90 size_t totalBytes = 0; in read_color_profile() local
585 size_t totalBytes = swizzleBytes + xformBytes; in allocateStorage() local
/external/skia/src/core/
DSkYUVAInfo.cpp329 size_t totalBytes = 0; in computeTotalBytes() local
/external/skqp/src/codec/
DSkJpegCodec.cpp140 size_t totalBytes = 0; in read_color_profile() local
633 size_t totalBytes = swizzleBytes + xformBytes; in allocateStorage() local
DSkHeifCodec.cpp298 size_t totalBytes = swizzleBytes + xformBytes; in allocateStorage() local
DSkBmpCodec.cpp141 uint32_t totalBytes; in ReadHeader() local
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DPoolAlloc.h242 size_t totalBytes; // just an interesting statistic in initializeAllocation() variable
/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.h220 size_t totalBytes; // just an interesting statistic variable
/external/deqp-deps/glslang/glslang/Include/
DPoolAlloc.h242 size_t totalBytes; // just an interesting statistic in initializeAllocation() variable

12