/openjdk7/jdk/src/share/classes/java/awt/ |
H A D | BasicStroke.java | 58 * <dd>The limit to trim a line join that has a JOIN_MITER decoration. 59 * A line join is trimmed when the ratio of miter length to stroke 67 * the decoration of the line join to bevel. 154 int join; field in class:BasicStroke 170 * @param join the decoration applied where path segments meet 171 * @param miterlimit the limit to trim the miter join. The miterlimit 179 * than 1 and <code>join</code> is JOIN_MITER 180 * @throws IllegalArgumentException if <code>join</code> is not 189 public BasicStroke(float width, int cap, int join, float miterlimit, argument 197 if (join 246 BasicStroke(float width, int cap, int join, float miterlimit) argument 264 BasicStroke(float width, int cap, int join) argument [all...] |
/openjdk7/jdk/test/java/nio/channels/DatagramChannel/ |
H A D | BasicMulticastTests.java | 40 * Tests that existing membership key is returned by join methods and that 59 MembershipKey key = dc.join(group, nif); 60 MembershipKey other = dc.join(group, nif); 83 key = dc.join(group, nif, source); 84 other = dc.join(group, nif, source); 127 key = dc.join(group, nif); 129 dc.join(group, nif, thisHost); 136 key = dc.join(group, nif, thisHost); 138 dc.join(group, nif); 148 dc.join(notGrou [all...] |
/openjdk7/jdk/src/share/classes/java/nio/channels/ |
H A D | MulticastChannel.java | 54 * <p> The {@link #join(InetAddress,NetworkInterface)} method is used to 55 * join a group and receive all multicast datagrams sent to the group. A channel 56 * may join several multicast groups and may join the same group on several 63 * <p> The {@link #join(InetAddress,NetworkInterface,InetAddress)} method 84 * will join. There is no guarantee that a channel to a socket in one protocol 85 * family can join and receive multicast datagrams when the address of the 88 * socket can join an {@link StandardProtocolFamily#INET IPv4} multicast group and receive 105 * // join multicast group on this interface, and also use this 116 * MembershipKey key = dc.join(grou 180 MembershipKey join(InetAddress group, NetworkInterface interf) method in interface:MulticastChannel 228 MembershipKey join(InetAddress group, NetworkInterface interf, InetAddress source) method in interface:MulticastChannel [all...] |
/openjdk7/jdk/test/java/awt/font/NumericShaper/ |
H A D | MTTest.java | 83 th1.join(); 84 th2.join(); 85 th3.join(); 86 th4.join(); 87 th5.join(); 88 th6.join(); 89 th7.join(); 90 th8.join();
|
/openjdk7/jdk/test/java/util/logging/ |
H A D | LoggingDeadlock.java | 86 t1.join(); 87 t2.join();
|
/openjdk7/jdk/test/java/beans/Beans/6669869/ |
H A D | TestDesignTime.java | 42 thread.join();
|
H A D | TestGuiAvailable.java | 43 thread.join();
|
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ServerHandshaker/ |
H A D | GetPeerHost.java | 48 server.join ();
|
/openjdk7/hotspot/test/runtime/7100935/ |
H A D | TestConjointAtomicArraycopy.java | 74 writer.join(); 76 reader.join();
|
H A D | TestShortArraycopy.java | 73 writer.join(); 75 reader.join();
|
/openjdk7/hotspot/test/compiler/6772683/ |
H A D | InterruptedTest.java | 46 workerThread.join(5000); // Wait 5 sec to let run() method to be compiled 56 workerThread.join(1000); // Wait 1 sec and try again
|
/openjdk7/jdk/test/java/io/charStreams/ |
H A D | LineLengths.java | 58 t1.join(); 59 t2.join();
|
H A D | RandomLines.java | 59 t1.join(); 60 t2.join();
|
/openjdk7/jdk/test/java/lang/InheritableThreadLocal/ |
H A D | Basic.java | 50 progenitor.join(); 76 child.join();
|
/openjdk7/jdk/test/java/lang/Runtime/exec/ |
H A D | StreamsSurviveDestroy.java | 115 cp1.join(); 117 cp2.join(); 137 cp1.join(); 139 cp2.join(); 159 cp1.join(); 161 cp2.join(); 181 cp1.join(); 183 cp2.join();
|
H A D | ExitValue.java | 36 public static String join(String separator, String[] elts) { method in class:ExitValue 50 System.out.println("Running command: " + join(" ", commandArgs)); 79 String java = join(File.separator, new String []
|
/openjdk7/jdk/test/java/security/Security/ClassLoaderDeadlock/ |
H A D | Deadlock2.java | 67 thread1.join(); 68 thread2.join();
|
/openjdk7/hotspot/test/runtime/NMT/ |
H A D | ThreadedVirtualAllocTestType.java | 54 reserveThread.join(); 69 commitThread.join(); 83 uncommitThread.join(); 97 releaseThread.join();
|
/openjdk7/hotspot/test/compiler/6857159/ |
H A D | Test6857159.java | 65 t.join();
|
/openjdk7/jdk/test/java/io/PipedInputStream/ |
H A D | FasterWriter.java | 54 t.join();
|
/openjdk7/jdk/test/java/util/Timer/ |
H A D | KillThread.java | 53 tdThread[0].join();
|
/openjdk7/jdk/test/javax/swing/text/html/parser/Parser/6990651/ |
H A D | bug6990651.java | 61 thread.join();
|
/openjdk7/hotspot/src/share/tools/ProjectCreator/ |
H A D | Util.java | 30 static String join(String padder, Vector<String> v) { method in class:Util 31 return join(padder, v, false); 34 static String join(String padder, Vector<String> v, boolean quoted) { method in class:Util
|
/openjdk7/jdk/test/java/awt/font/Threads/ |
H A D | FontThread.java | 50 thread1.join(); 51 thread2.join(); 52 thread3.join();
|
/openjdk7/jdk/src/windows/classes/sun/nio/fs/ |
H A D | WindowsUserDefinedFileAttributeView.java | 49 private String join(String file, String name) { method in class:WindowsUserDefinedFileAttributeView 54 private String join(WindowsPath file, String name) throws WindowsException { method in class:WindowsUserDefinedFileAttributeView 55 return join(file.getPathForWin32Calls(), name); 224 .newFileChannel(join(file, name), null, opts, 0L); 226 x.rethrowAsIOException(join(file.getPathForPermissionCheck(), name)); 251 .newFileChannel(join(file, name), null, opts, 0L); 253 x.rethrowAsIOException(join(file.getPathForPermissionCheck(), name)); 310 .newFileChannel(join(file, name), null, opts, 0L); 312 x.rethrowAsIOException(join(file.getPathForPermissionCheck(), name)); 335 String toDelete = join(pat [all...] |