Searched defs:how (Results 1 – 5 of 5) sorted by relevance
368 static Class<?> canonicalize(Class<?> t, int how) { in canonicalize()420 static Class<?>[] canonicalizeAll(Class<?>[] ts, int how) { in canonicalizeAll()
599 private E xfer(E e, boolean haveData, int how, long nanos) { in xfer()
764 int how = (jhow == sun_nio_ch_Net_SHUT_RD) ? SHUT_RD : in Java_sun_nio_ch_Net_shutdown() local
822 public void shutdown(FileDescriptor fd, int how) throws ErrnoException { os.shutdown(fd, how); } in shutdown()
682 public void shutdown(FileDescriptor fd, int how) throws ErrnoException; in shutdown()