Searched defs:startOffset (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/libcore/io/
H A DOsTest.java863 // checkSendfile(sendFileImplToUse, in, startOffset, maxBytes, expectedEndOffset)
888 private static String checkSendfile(SendFileImpl sendFileImplToUse, File in, Long startOffset, argument
898 Int64Ref offset = (startOffset == null) ? null : new Int64Ref(startOffset);
904 Int64Ref offset = (startOffset == null) ? null : new Int64Ref(startOffset);
/libcore/benchmarks/src/benchmarks/regression/
H A DR.java2229 public static final int startOffset = 0; field in class:R

Completed in 543 milliseconds