Home
last modified time | relevance | path

Searched defs:how (Results 1 – 10 of 10) sorted by relevance

/libcore/ojluni/src/test/java/lang/StackWalker/
DReflectionFrames.java852 public static StackInspector create(How how) throws Exception { in create()
861 public static StackInspector reflect(How how) throws Exception { in reflect()
865 public static StackInspector handle(How how) throws Exception { in handle()
/libcore/ojluni/src/test/java/util/Timer/
DDelayOverflow.java43 void scheduleNow(Timer timer, TimerTask task, int how) { in scheduleNow()
/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodTypeForm.java368 static Class<?> canonicalize(Class<?> t, int how) { in canonicalize()
420 static Class<?>[] canonicalizeAll(Class<?>[] ts, int how) { in canonicalizeAll()
/libcore/ojluni/src/main/java/java/util/concurrent/
DLinkedTransferQueue.java594 private E xfer(E e, boolean haveData, int how, long nanos) { in xfer()
/libcore/ojluni/src/main/native/
DNet.c760 int how = (jhow == sun_nio_ch_Net_SHUT_RD) ? SHUT_RD : in Java_sun_nio_ch_Net_shutdown() local
/libcore/luni/src/main/java/libcore/io/
DOs.java681 public void shutdown(FileDescriptor fd, int how) throws ErrnoException; in shutdown()
DForwardingOs.java816 public void shutdown(FileDescriptor fd, int how) throws ErrnoException { os.shutdown(fd, how); } in shutdown()
DLinux.java259 public native void shutdown(FileDescriptor fd, int how) throws ErrnoException; in shutdown()
/libcore/luni/src/main/java/android/system/
DOs.java829 …public static void shutdown(FileDescriptor fd, int how) throws ErrnoException { Libcore.os.shutdow… in shutdown()
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp2565 static void Linux_shutdown(JNIEnv* env, jobject, jobject javaFd, jint how) { in Linux_shutdown()