Searched defs:how (Results 1 – 10 of 10) sorted by relevance
/libcore/ojluni/src/test/java/lang/StackWalker/ |
D | ReflectionFrames.java | 852 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/ |
D | DelayOverflow.java | 43 void scheduleNow(Timer timer, TimerTask task, int how) { in scheduleNow()
|
/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | MethodTypeForm.java | 368 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/ |
D | LinkedTransferQueue.java | 594 private E xfer(E e, boolean haveData, int how, long nanos) { in xfer()
|
/libcore/ojluni/src/main/native/ |
D | Net.c | 760 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/ |
D | Os.java | 681 public void shutdown(FileDescriptor fd, int how) throws ErrnoException; in shutdown()
|
D | ForwardingOs.java | 816 public void shutdown(FileDescriptor fd, int how) throws ErrnoException { os.shutdown(fd, how); } in shutdown()
|
D | Linux.java | 259 public native void shutdown(FileDescriptor fd, int how) throws ErrnoException; in shutdown()
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 829 …public static void shutdown(FileDescriptor fd, int how) throws ErrnoException { Libcore.os.shutdow… in shutdown()
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 2565 static void Linux_shutdown(JNIEnv* env, jobject, jobject javaFd, jint how) { in Linux_shutdown()
|