Home
last modified time | relevance | path

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

12

/external/armnn/src/backends/cl/test/
DClDefaultAllocatorTests.cpp42 size_t totalBytes = numElements * sizeof(float); variable
68 size_t totalBytes = numElements * sizeof(float); variable
107 size_t totalBytes = 1 * sizeof(float); variable
143 size_t totalBytes = numElements * sizeof(float); variable
169 size_t totalBytes = numElements * sizeof(float); variable
DClImportTensorHandleTests.cpp42 const size_t totalBytes = tensor.info()->total_size(); variable
82 const size_t totalBytes = tensor.info()->total_size(); variable
137 size_t totalBytes = numElements * sizeof(float); variable
235 const size_t totalBytes = tensor.info()->total_size(); variable
261 const size_t totalBytes = tensor.info()->total_size(); variable
308 size_t totalBytes = numElements * sizeof(float); variable
884 size_t totalBytes = numElements * sizeof(float); variable
1109 size_t totalBytes = numElements * sizeof(float); variable
DICLTensorProxyTests.cpp123 const size_t totalBytes = importTensor.info()->total_size(); variable
DClCustomAllocatorTests.cpp134 size_t totalBytes = numElements * sizeof(float); variable
DClFallbackTests.cpp109 size_t totalBytes = numElements * sizeof(float); variable
391 size_t totalBytes = numElements * sizeof(float); variable
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowStorageStatsManager.java45 public void setStorageDeviceFreeAndTotalBytes(UUID storageUuid, long freeBytes, long totalBytes) { in setStorageDeviceFreeAndTotalBytes()
178 UUID storageUuid, long freeBytes, long totalBytes) { in createFreeAndTotalBytesMapWithSingleEntry()
194 abstract long totalBytes(); in totalBytes() method in ShadowStorageStatsManager.FreeAndTotalBytesPair
197 static FreeAndTotalBytesPair create(long freeBytes, long totalBytes) { in create()
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/internal/
DBundleCallSender.java50 abstract void prepareCall(long callId, int blockId, int totalBytes, byte[] bytes) in prepareCall()
60 long callId, int blockId, int totalBytes, byte[] bytes, int retries) throws RemoteException { in prepareCallAndRetry()
274 int totalBytes = ByteBuffer.wrap(returnBytes).getInt(/* index= */ 1); in fetchResponseParcel() local
290 private byte[] fetchReturnBytes(int totalBytes, long callId, byte[] initialBytes) in fetchReturnBytes()
DCrossProfileCallbackExceptionBundleCallSender.java36 void prepareCall(long callId, int blockId, int totalBytes, byte[] bytes) throws RemoteException { in prepareCall()
DCrossProfileCallbackBundleCallSender.java39 void prepareCall(long callId, int blockId, int totalBytes, byte[] bytes) throws RemoteException { in prepareCall()
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/common/testing/
DShadowUtils.java78 public static void setStatFs(File dir, int totalBytes, int freeBytes) { in setStatFs()
/external/armnn/samples/
DCustomMemoryAllocatorSample.cpp118 size_t totalBytes = numElements * sizeof(float); in main() local
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/internal/
DBundleCallSenderTest.java45 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.cpp33 const size_t totalBytes = imageInfo.computeByteSize(rowBytes) + offset; in check_fill() local
/external/tflite-support/third_party/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/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-code/src/test/java/org/unicode/cldr/unittest/
DTestStringByteConverter.java186 static int totalBytes = 0; field in TestStringByteConverter
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DRecordVoiceInCall.java204 private void writeWaveHeader(DataOutputStream dataOutputStream, int totalBytes) in writeWaveHeader()
/external/guava/guava-tests/test/com/google/common/hash/
DHashCodeTest.java378 int totalBytes = hashCode.bits() / 8; in assertReadableBytes() local
/external/guava/android/guava-tests/test/com/google/common/hash/
DHashCodeTest.java378 int totalBytes = hashCode.bits() / 8; in assertReadableBytes() local
/external/armnn/src/backends/cl/
DClImportTensorHandle.hpp207 size_t totalBytes = m_Tensor.info()->total_size(); in ClImport() local
/external/skia/src/core/
DSkYUVAInfo.cpp329 size_t totalBytes = 0; in computeTotalBytes() local
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DDataUsageController.java158 final long totalBytes; in getDataUsageInfo() local

12