/openjdk7/jdk/test/java/net/PortUnreachableException/ |
H A D | Concurrent.java | 59 Concurrent(InetAddress ia, int port) throws Exception { argument 73 s.connect(ia, port); 110 InetAddress ia; 113 ia = InetAddress.getByName(args[0]); 116 ia = InetAddress.getLocalHost(); 122 new Concurrent(ia, port);
|
H A D | OneExceptionOnly.java | 36 static void doTest(InetAddress ia, int port, boolean testSend) throws Exception { argument 55 s1.connect(ia, port); 127 InetAddress ia; 130 ia = InetAddress.getByName(args[0]); 133 ia = InetAddress.getLocalHost(); 139 doTest(ia, port, true); 140 doTest(ia, port, false);
|
/openjdk7/jdk/test/java/nio/channels/DatagramChannel/ |
H A D | ThereCanBeOnlyOne.java | 35 static void doTest(InetAddress ia, boolean testSend) throws Exception { argument 39 InetSocketAddress isa = new InetSocketAddress(ia, port); 112 InetAddress ia = InetAddress.getLocalHost(); 113 doTest(ia, true); 114 doTest(ia, false);
|
/openjdk7/jdk/test/java/net/Socket/ |
H A D | LinkLocal.java | 38 static void TcpTest(InetAddress ia) throws Exception { argument 41 System.out.println("Test " + testCount + ": TCP connect to " + ia); 51 s.connect(new InetSocketAddress(ia, ss.getLocalPort())); 67 static void UdpTest(InetAddress ia, boolean connected) throws Exception { argument 73 System.out.println("Test " + testCount + ": UDP connect to " + ia); 75 System.out.println("Test " + testCount + ": UDP send to " + ia); 86 ds1.connect( new InetSocketAddress(ia, ds2.getLocalPort()) ); 89 p.setAddress(ia); 107 static void TestAddress(InetAddress ia) throws Exception { argument 108 TcpTest(ia); [all...] |
/openjdk7/hotspot/test/compiler/6378821/ |
H A D | Test6378821.java | 33 static final int[] ia = new int[] { 0x12345678 }; field in class:Test6378821 41 sub(ia[0]); 43 sub(ia); 60 static void sub(int[] ia) { check(ia[0], fint(ia), fcomp(ia)); } argument 67 static int fint (int[] ia) { return Integer.bitCount(ia[0]); } argument 68 static int fcomp(int[] ia) { retur argument [all...] |
/openjdk7/hotspot/test/compiler/5057225/ |
H A D | Test5057225.java | 37 static int[] ia = new int[] { -1 }; field in class:Test5057225 137 public void run() { check(doload(ia), MASK); } 138 static long doload(int[] ia) { return ia[0] & MASK; } argument
|
/openjdk7/hotspot/test/compiler/6814842/ |
H A D | Test6814842.java | 35 static final int[] ia = new int[] { 0xF1F2F3F4 }; field in class:Test6814842 55 byte i2b = loadI2B(ia); 59 byte i2bmask255 = loadI2Bmask255(ia); 63 short i2s = loadI2S(ia); 67 short i2smask255 = loadI2Smask255(ia); 71 short i2smask65535 = loadI2Smask65535(ia); 75 char i2us = loadI2US(ia); 79 char i2usmask255 = loadI2USmask255(ia); 83 char i2usmask65535 = loadI2USmask65535(ia); 94 static byte loadI2B (int[] ia) { retur argument 95 loadI2Bmask255(int[] ia) argument 97 loadI2S(int[] ia) argument 98 loadI2Smask255(int[] ia) argument 99 loadI2Smask65535(int[] ia) argument 101 loadI2US(int[] ia) argument 102 loadI2USmask255(int[] ia) argument 103 loadI2USmask65535(int[] ia) argument [all...] |
/openjdk7/hotspot/test/compiler/6797305/ |
H A D | Test6797305.java | 35 static final int[] ia = new int[] { -1 }; field in class:Test6797305 80 int i = loadI(ia); 84 long i2l = loadI2L(ia); 88 long ui2l = loadUI2L(ia); 109 static int loadI (int[] ia) { return ia[0]; } argument 110 static long loadI2L (int[] ia) { return ia[0]; } argument 111 static long loadUI2L (int[] ia) { return ia[ argument [all...] |
/openjdk7/jdk/src/share/native/sun/font/layout/ |
H A D | IndicRearrangementProcessor.cpp | 98 le_int32 ia, ib, ic, id, ix, x; local 108 ia = glyphStorage.getCharIndex(firstGlyph, success); 119 glyphStorage.setCharIndex(lastGlyph, ia, success); 140 ia = glyphStorage.getCharIndex(firstGlyph, success); 147 glyphStorage.setCharIndex(lastGlyph, ia, success); 153 ia = glyphStorage.getCharIndex(firstGlyph, success); 167 glyphStorage.setCharIndex(lastGlyph - 1, ia, success); 174 ia = glyphStorage.getCharIndex(firstGlyph, success); 189 glyphStorage.setCharIndex(lastGlyph, ia, success); 238 ia [all...] |
H A D | IndicRearrangementProcessor2.cpp | 95 le_int32 ia, ib, ic, id, ix, x; local 105 ia = glyphStorage.getCharIndex(firstGlyph, success); 116 glyphStorage.setCharIndex(lastGlyph, ia, success); 137 ia = glyphStorage.getCharIndex(firstGlyph, success); 144 glyphStorage.setCharIndex(lastGlyph, ia, success); 150 ia = glyphStorage.getCharIndex(firstGlyph, success); 164 glyphStorage.setCharIndex(lastGlyph - 1, ia, success); 171 ia = glyphStorage.getCharIndex(firstGlyph, success); 186 glyphStorage.setCharIndex(lastGlyph, ia, success); 235 ia [all...] |
/openjdk7/jdk/src/share/classes/sun/awt/image/ |
H A D | SurfaceManager.java | 61 public static void setImageAccessor(ImageAccessor ia) { argument 65 imgaccessor = ia;
|
/openjdk7/hotspot/test/compiler/6823354/ |
H A D | Test6823354.java | 36 static final int[] ia = new int[] { 0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE }; field in class:Test6823354 54 for (int i = 0; i < ia.length; i++) { 55 int x = ia[i]; 68 for (int i = 0; i < ia.length; i++) { 69 testclass(classname, ia[i]); 82 for (int i = 0; i < ia.length; i++) { 111 for (int i = 0; i < ia.length; i++) { 112 int x = ia[i]; 125 for (int i = 0; i < ia.length; i++) { 126 testclass(classname, ia[ [all...] |
/openjdk7/jdk/src/solaris/native/sun/nio/ch/ |
H A D | DatagramChannelImpl.c | 187 jobject ia = NET_SockaddrToInetAddress(env, (struct sockaddr *)&sa, local 190 if (ia != NULL) { 191 isa = (*env)->NewObject(env, isa_class, isa_ctorID, ia, port); 199 (*env)->SetObjectField(env, this, dci_senderAddrID, ia);
|
/openjdk7/jdk/src/windows/native/sun/nio/ch/ |
H A D | DatagramChannelImpl.c | 188 jobject ia = NET_SockaddrToInetAddress(env, (struct sockaddr *)&sa, local 191 if (ia != NULL) { 192 isa = (*env)->NewObject(env, isa_class, isa_ctorID, ia, port); 201 (*env)->SetObjectField(env, this, dci_senderAddrID, ia);
|
/openjdk7/jdk/test/sun/misc/IoTrace/ |
H A D | IoTraceBase.java | 130 protected void expectSocket(int br, int bw, InetAddress ia, int p, int t) argument 143 if (!address.equals(ia)) { 145 + ". Expected: " + ia);
|
/openjdk7/jdk/src/share/classes/sun/nio/cs/ |
H A D | Surrogate.java | 214 * @param ia The input array, from which one more character 224 public int parse(char c, char[] ia, int ip, int il) { argument 225 assert (ia[ip] == c); 231 char d = ia[ip + 1];
|
/openjdk7/jdk/make/tools/src/build/tools/generatecurrencydata/ |
H A D | GenerateCurrencyData.java | 363 private static void writeIntArray(int[] ia, int count) throws IOException { argument 365 out.writeInt(ia[i]);
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/util/ |
H A D | Surrogate.java | 202 * @param ia The input array, from which one more character 212 public int parse(char c, char[] ia, int ip, int il) { argument 218 char d = ia[ip + 1];
|
/openjdk7/jdk/src/windows/native/java/net/ |
H A D | DualStackPlainSocketImpl.c | 278 jobject ia; local 296 ia = NET_SockaddrToInetAddress(env, (struct sockaddr *)&sa, &port); 297 isa = (*env)->NewObject(env, isa_class, isa_ctorID, ia, port);
|
/openjdk7/jdk/test/java/lang/reflect/Generics/ |
H A D | TestN1.java | 61 public int[] ia; field in class:N1.Inner2 74 int shazam(boolean b, short s, int[] ia, Object[] oa, Inner1 i1, argument 184 in1.getField("ia").getGenericType() == int[].class : 185 "Type of Inner2.ia should be int[]";
|
/openjdk7/jdk/test/javax/management/monitor/ |
H A D | AttributeArbitraryDataTypeTest.java | 158 Object itemValues[] = { ia, da, sa }; 162 public Integer ia; field in class:AttributeArbitraryDataTypeTest.ObservedObject 258 obsObj.ia = 0; 317 obsObj.ia = 1; 333 obsObj.ia = 2; 349 obsObj.ia = 3;
|
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/ |
H A D | SctpNet.java | 128 InetSocketAddress ia = (InetSocketAddress)sa; 147 sm.checkConnect(ia.getAddress().getHostAddress(), -1); 152 InetAddress.getLoopbackAddress(), ia.getPort()); 348 static native void setPrimAddrOption0(int fd, int assocId, InetAddress ia, argument 352 InetAddress ia, int port, boolean preferIPv6) throws IOException; 351 setPeerPrimAddrOption0(int fd, int assocId, InetAddress ia, int port, boolean preferIPv6) argument
|
/openjdk7/make/scripts/ |
H A D | webrev.ksh | 635 function ia() { function 648 ia(); function 659 ia(); function
|
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | nativeInst_sparc.cpp | 938 address ia = a->pc(); local 940 int bits = *(int*)ia; 956 address ia = a->pc(); local 958 int bits = *(int*)ia;
|
/openjdk7/jdk/test/sun/nio/cs/ |
H A D | FindDecoderBugs.java | 117 final byte[] ia; field in class:FindDecoderBugs.Result 123 ia = toArray(ib); 156 string(ia), ipos, ia.length, 241 Result recode2(byte[] ia, int n) { argument 242 int len = ia.length; 243 ByteBuffer rib = ByteBuffer.wrap(ia); 245 dib.clear(); dib.put(ia); dib.clear(); 260 Result test(byte[] ia) { argument 264 Result roomy = recode2(ia, maxBufSiz 362 isStateChanger(Charset cs, byte[] ia) argument 377 isIncompletePrefix(Charset cs, byte[] ia) argument [all...] |