Home
last modified time | relevance | path

Searched refs:how (Results 1 – 14 of 14) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodTypeForm.java368 static Class<?> canonicalize(Class<?> t, int how) { in canonicalize() argument
373 switch (how) { in canonicalize()
384 switch (how) { in canonicalize()
392 switch (how) { in canonicalize()
420 static Class<?>[] canonicalizeAll(Class<?>[] ts, int how) { in canonicalizeAll() argument
423 Class<?> c = canonicalize(ts[i], how); in canonicalizeAll()
/libcore/ojluni/src/main/java/java/util/concurrent/
DLinkedTransferQueue.java599 private E xfer(E e, boolean haveData, int how, long nanos) { in xfer() argument
633 if (how != NOW) { // No matches available in xfer()
639 if (how != ASYNC) in xfer()
640 return awaitMatch(s, pred, e, (how == TIMED), nanos); in xfer()
/libcore/tools/testmapping/
DREADME28 See comments in the scripts for more on how they work.
/libcore/support/src/test/java/tests/resources/x509/
Ddefault.cnf111 default_days = 365 # how long to certify for
112 default_crl_days= 30 # how long before next CRL
/libcore/ojluni/src/main/native/
DNet.c764 int how = (jhow == sun_nio_ch_Net_SHUT_RD) ? SHUT_RD : in Java_sun_nio_ch_Net_shutdown() local
766 if ((shutdown(fdval(env, fdo), how) < 0) && (errno != ENOTCONN)) in Java_sun_nio_ch_Net_shutdown()
/libcore/luni/src/main/java/android/system/
DOs.java636 …lic static void shutdown(FileDescriptor fd, int how) throws ErrnoException { Libcore.os.shutdown(f… in shutdown() argument
/libcore/luni/src/main/java/libcore/io/
DForwardingOs.java215 public void shutdown(FileDescriptor fd, int how) throws ErrnoException { os.shutdown(fd, how); } in shutdown() argument
DOs.java183 public void shutdown(FileDescriptor fd, int how) throws ErrnoException; in shutdown() argument
DLinux.java256 public native void shutdown(FileDescriptor fd, int how) throws ErrnoException; in shutdown() argument
/libcore/ojluni/src/main/java/sun/nio/ch/
DNet.java480 static native void shutdown(FileDescriptor fd, int how) throws IOException;
/libcore/
DLICENSE104 the program under these conditions, and telling the user how to view a copy
293 Also add information on how to contact you by electronic and paper mail.
DJavaLibrary.bp961 // (If that check fails, it will provide instructions on how to proceed,
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp2393 static void Linux_shutdown(JNIEnv* env, jobject, jobject javaFd, jint how) { in Linux_shutdown() argument
2395 throwIfMinusOne(env, "shutdown", TEMP_FAILURE_RETRY(shutdown(fd, how))); in Linux_shutdown()
/libcore/ojluni/
DNOTICE390 the program under these conditions, and telling the user how to view a copy
579 Also add information on how to contact you by electronic and paper mail.