Searched defs:numBytes (Results 1 – 8 of 8) sorted by relevance
124 int numBytes = 0; in getSignature() local
77 int numBytes = 1337; in testStoreVideoMediaExternal() local
210 int numBytes = 1337; in testStoreImagesMediaExternal() local
145 int numBytes = elem.size; in writeMore() local
128 int numBytes = 0; in assertDownloadResponse() local
135 public static void createFile(File file, int numBytes) throws IOException { in createFile()
490 public String getTestDownloadUrl(String downloadId, int numBytes) { in getTestDownloadUrl()867 int numBytes = uri.getQueryParameter(NUM_BYTES_PARAMETER) != null in createTestDownloadResponse() local876 private static FileEntity createFileEntity(String downloadId, int numBytes) throws IOException { in createFileEntity()
179 void* buffer, ssize_t numBytes, off64_t offset) { in onPread()