Searched refs:how (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/test/java/util/Timer/
H A DDelayOverflow.java40 void scheduleNow(Timer timer, TimerTask task, int how) { argument
41 switch (how) {
55 fail(String.valueOf(how));
72 for (int how=0; how<4; how++) {
84 scheduleNow(timer, task, how);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DRangeImpl.java478 public short compareBoundaryPoints(short how, Range sourceRange) argument
504 if (how == START_TO_START) {
510 if (how == START_TO_END) {
516 if (how == END_TO_START) {
1064 * <code>how</code> argument.
1066 * @param how Specifies what type of traversal is being
1086 * copied or extracted nodes. If the <code>how</code>
1090 private DocumentFragment traverseContents( int how )
1114 return traverseSameContainer( how );
1126 return traverseCommonStartContainer( c, how );
[all...]
/openjdk7/jdk/test/java/util/concurrent/ScheduledThreadPoolExecutor/
H A DDelayOverflow.java49 Runnable r, int how) {
50 switch (how) {
64 fail(String.valueOf(how));
69 Runnable r, int how) {
70 switch (how) {
84 fail(String.valueOf(how));
48 scheduleNow(ScheduledThreadPoolExecutor pool, Runnable r, int how) argument
68 scheduleAtTheEndOfTime(ScheduledThreadPoolExecutor pool, Runnable r, int how) argument
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodTypeForm.java300 static Class<?> canonicalize(Class<?> t, int how) { argument
305 switch (how) {
316 switch (how) {
324 switch (how) {
352 static Class<?>[] canonicalizes(Class<?>[] ts, int how) { argument
355 Class<?> c = canonicalize(ts[i], how);
/openjdk7/jaxp/src/org/w3c/dom/ranges/
H A DRange.java295 * @param how A code representing the type of comparison, as defined
308 public short compareBoundaryPoints(short how, argument
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DWindowsAsynchronousSocketChannelImpl.c133 jlong socket, jint how)
136 if (shutdown(s, how) == SOCKET_ERROR) {
132 Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_shutdown0(JNIEnv *env, jclass cl, jlong socket, jint how) argument
H A DNet.c533 int how = (jhow == sun_nio_ch_Net_SHUT_RD) ? SD_RECEIVE : local
535 if (shutdown(fdval(env, fdo), how) == SOCKET_ERROR) {
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DPostExceptionTest.java98 // Wich method is used to create the MBean is indicated by "how"
101 for (CREATE how : CREATE.values()) {
102 failures+=test(mbs,n,how,caze.t,caze.where);
116 // how: How will the MBean be created/registered (which MBeanServer
122 private static int test(MBeanServer mbs, ObjectName name, CREATE how, argument
125 System.out.println("-------<"+how+"> / <"+t+"> / "+ where + "-------");
133 oi = how.create(t, where, mbs, name);
/openjdk7/jdk/src/share/bin/
H A Dparse_manifest.c72 if (entry->how == STORED) {
78 } else if (entry->how == DEFLATED) {
338 entry->how = CENHOW(p);
H A Dmanifest_info.h123 int how; /* compression method (if any) */ member in struct:zentry
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/legacy/connection/
H A DREADME.txt73 how to use the multiple server port APIs is found in
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DLinkedTransferQueue.java299 * poll/offer, (argument "how" is NOW) return.
581 * Possible values for "how" argument in xfer method.
599 * @param how NOW, ASYNC, SYNC, or TIMED
604 private E xfer(E e, boolean haveData, int how, long nanos) { argument
637 if (how != NOW) { // No matches available
643 if (how != ASYNC)
644 return awaitMatch(s, pred, e, (how == TIMED), nanos);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/doc-files/
H A DModality.txt136 Some examples how transient_for chain is constructed and
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DNet.c629 int how = (jhow == sun_nio_ch_Net_SHUT_RD) ? SHUT_RD : local
631 if ((shutdown(fdval(env, fdo), how) < 0) && (errno != ENOTCONN))
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DNet.java479 static native void shutdown(FileDescriptor fd, int how) throws IOException; argument
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousSocketChannelImpl.java702 // Notify the buffers how many bytes were taken
915 private static native void shutdown0(long socket, int how) throws IOException; argument

Completed in 172 milliseconds