Searched defs:numBytes (Results 1 – 8 of 8) sorted by relevance
82 int numBytes = 0; in assertDownloadResponse() local
39 public byte[] generateSeed(int numBytes) { in generateSeed()
124 int numBytes = 0; in getSignature() local
77 int numBytes = 1337; in testStoreVideoMediaExternal() local
210 int numBytes = 1337; in testStoreImagesMediaExternal() local
135 public static void createFile(File file, int numBytes) throws IOException { in createFile()
508 public String getTestDownloadUrl(String downloadId, int numBytes) { in getTestDownloadUrl()885 int numBytes = uri.getQueryParameter(NUM_BYTES_PARAMETER) != null in createTestDownloadResponse() local894 private static FileEntity createFileEntity(String downloadId, int numBytes) throws IOException { in createFileEntity()
179 void* buffer, ssize_t numBytes, off64_t offset) { in onPread()