/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | MethodTypeForm.java | 368 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/ |
D | LinkedTransferQueue.java | 599 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/ |
D | README | 28 See comments in the scripts for more on how they work.
|
/libcore/support/src/test/java/tests/resources/x509/ |
D | default.cnf | 111 default_days = 365 # how long to certify for 112 default_crl_days= 30 # how long before next CRL
|
/libcore/ojluni/src/main/native/ |
D | Net.c | 764 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/ |
D | Os.java | 636 …lic static void shutdown(FileDescriptor fd, int how) throws ErrnoException { Libcore.os.shutdown(f… in shutdown() argument
|
/libcore/luni/src/main/java/libcore/io/ |
D | ForwardingOs.java | 215 public void shutdown(FileDescriptor fd, int how) throws ErrnoException { os.shutdown(fd, how); } in shutdown() argument
|
D | Os.java | 183 public void shutdown(FileDescriptor fd, int how) throws ErrnoException; in shutdown() argument
|
D | Linux.java | 256 public native void shutdown(FileDescriptor fd, int how) throws ErrnoException; in shutdown() argument
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | Net.java | 480 static native void shutdown(FileDescriptor fd, int how) throws IOException;
|
/libcore/ |
D | LICENSE | 104 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.
|
D | JavaLibrary.bp | 961 // (If that check fails, it will provide instructions on how to proceed,
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 2393 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/ |
D | NOTICE | 390 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.
|