HomeSort by relevance Sort by last modified time
    Searched defs:allocateBytes (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceAssembler.h 254 uintptr_t allocateBytes(size_t bytes) {
  /cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
StorageTest.java 200 sm.allocateBytes(filesUuid, 1 * MB_IN_BYTES);
207 sm.allocateBytes(pfd.getFileDescriptor(), 1 * MB_IN_BYTES);
  /external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
OutboundFlowController.java 184 state.allocateBytes(bytesForStream);
250 void allocateBytes(int bytes) {
  /cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
StorageStatsTest.java 298 sm.allocateBytes(filesUuid, clear1);
313 sm.allocateBytes(filesUuid, clear2);
367 sm.allocateBytes(filesUuid, clear1);

Completed in 335 milliseconds