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

/libcore/luni/src/main/java/java/nio/
H A DNioUtils.java53 * Returns the int file descriptor from within the given FileChannel 'fc'.
55 public static FileDescriptor getFD(FileChannel fc) { argument
56 return ((FileChannelImpl) fc).fd;
/libcore/luni/src/test/java/tests/support/
H A DMockFunction.java35 public void function(FunctionContext fc, String args[]) { argument
38 fc.set_result(args[0].toLowerCase());
42 public void step(FunctionContext fc, String args[]) { argument
50 public void last_step(FunctionContext fc) { argument
52 fc.set_result(acc.toString());

Completed in 94 milliseconds