Searched refs:c6 (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DURLConnection.java1431 int c6 = is.read();
1464 if (c2 == '?' && c3 == 'x' && c4 == 'm' && c5 == 'l' && c6 == ' ') {
1471 if (c4 == '<' && c5 == '?' && c6 == 'x') {
1478 if (c3 == 0 && c4 == '<' && c5 == 0 && c6 == '?' &&
1485 if (c3 == '<' && c4 == 0 && c5 == '?' && c6 == 0 &&
1493 if (c5 == 0 && c6 == 0 && c7 == 0 && c8 == '<' &&
1501 if (c5 == '<' && c6 == 0 && c7 == 0 && c8 == 0 &&
1517 c5 == 'M' && c6 == '2') {
1522 c4 == 71 && c5 == 13 && c6 == 10 &&
1550 c5 == 0xA1 && c6
[all...]
/openjdk7/jdk/test/java/net/Authenticator/
H A DB4769350.java268 static Client c1,c2,c3,c4,c5,c6,c7,c8,c9; field in class:B4769350
295 c6 = new Client (authority, "/test/realm3/t2b", false);
298 c6.start ();
299 c5.join(); c6.join();
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DConstantHTML.java242 ConstantNameAndType c6 = (ConstantNameAndType)constant_pool.getConstant(index, CONSTANT_NameAndType);
243 name_index = c6.getNameIndex();
244 int signature_index = c6.getSignatureIndex();
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DInputStreamImageSource.java226 int c6 = is.read();
241 // c5 == 'M' && c6 == '2') {
245 c4 == 71 && c5 == 13 && c6 == 10 &&
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp1072 inline u8 build_u8_from( u1 c1, u1 c2, u1 c3, u1 c4, u1 c5, u1 c6, u1 c7, u1 c8 ) { argument
1078 | (( u8(c6) << 16 ) & ( u8(0xff) << 16 ))
1121 inline jlong build_long_from( u1 c1, u1 c2, u1 c3, u1 c4, u1 c5, u1 c6, u1 c7, u1 c8 ) { argument
1127 | (( jlong(c6) << 16 ) & ( jlong(0xff) << 16 ))
1138 inline jdouble build_double_from( u1 c1, u1 c2, u1 c3, u1 c4, u1 c5, u1 c6, u1 c7, u1 c8 ) { argument
1139 jlong u = build_long_from( c1, c2, c3, c4, c5, c6, c7, c8 );
/openjdk7/jdk/test/javax/management/MBeanInfo/
H A DMBeanInfoEqualsTest.java143 c6 = new MBeanConstructorInfo("otherName", "another constructor", field in class:MBeanInfoEqualsTest
227 {c1a, c1b, c1c, c1d}, {c2a, c2b}, {c3a, c3b}, {c4}, {c5}, {c6},
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DShaders.h176 add r5.xy, t0, c6
195 mad r0, c6.z, r5, r0
296 add r5.xy, t0, c6
314 mad r0, c6.z, r5, r0
415 add r5.xy, t0, c6
433 mad r0, c6.z, r5, r0
618 add r5.xy, t0, c6
636 mad r0, c6.z, r5, r0
1728 add r0.z, r0.x, -c6.x
1729 mul_sat r0.z, r0.z, c6
[all...]

Completed in 53 milliseconds