Searched refs:c8 (Results 1 - 11 of 11) sorted by relevance

/openjdk10/nashorn/test/script/basic/
H A DJDK-8011756.js57 print(/[\c8]/.test("\x18"));
/openjdk10/langtools/test/tools/javac/StringConcat/access/
H A DHolder.java35 public Public_PrivateInterface2 c8 = new Public_PrivateInterface2(); field in class:Holder
H A DTest.java79 // public Public_PrivateInterface2 c8 = new Public_PrivateInterface2();
80 test("" + holder.c8, idx++, "(Lp1/Public_PrivateInterface2;)Ljava/lang/String;");
/openjdk10/jdk/src/java.base/share/classes/java/net/
H A DURLConnection.java1502 int c8 = is.read();
1548 c7 == 0 && c8 == 'x') {
1555 c7 == 'x' && c8 == 0) {
1562 if (c5 == 0 && c6 == 0 && c7 == 0 && c8 == '<' &&
1570 if (c5 == '<' && c6 == 0 && c7 == 0 && c8 == 0 &&
1592 c7 == 26 && c8 == 10) {
1608 (c7 == 'E' && c8 == 'x' && c9 == 'i' && c10 =='f' &&
1620 c5 == 0xA1 && c6 == 0xB1 && c7 == 0x1A && c8 == 0xE1) {
/openjdk10/jdk/test/java/net/Authenticator/
H A DB4769350.java374 static Client c1,c2,c3,c4,c5,c6,c7,c8,c9; field in class:B4769350
427 c8 = new Client (authority, "/test/realm4/t3b", false);
432 c8.start ();
434 c7.join(); c8.join(); c9.join();
/openjdk10/langtools/test/tools/javac/lambda/speculative/
H A DT8055984.java57 C<String> c8 = m(new C<>(m(new C<>(m(new C<>(m(new C<>(m(new C<>(m(new C<>(m(new C<>(m(new C<>() )) )) )) )) )) )) )) );
/openjdk10/jdk/src/java.desktop/share/classes/sun/awt/image/
H A DInputStreamImageSource.java229 int c8 = is.read();
246 c7 == 26 && c8 == 10) {
/openjdk10/jdk/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DShaders.h178 add r7.xy, t0, c8
197 mad r0, c8.z, r7, r0
298 add r7.xy, t0, c8
316 mad r0, c8.z, r7, r0
417 add r7.xy, t0, c8
435 mad r0, c8.z, r7, r0
620 add r7.xy, t0, c8
638 mad r0, c8.z, r7, r0
1704 def c8, 1, 0.5, 0.0625, 0.03125
1734 mad r1.x, r0.w, c8
[all...]
/openjdk10/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp1107 inline u8 build_u8_from( u1 c1, u1 c2, u1 c3, u1 c4, u1 c5, u1 c6, u1 c7, u1 c8 ) {
1115 | (( u8(c8) << 0 ) & ( u8(0xff) << 0 ));
1156 inline jlong build_long_from( u1 c1, u1 c2, u1 c3, u1 c4, u1 c5, u1 c6, u1 c7, u1 c8 ) {
1164 | (( jlong(c8) << 0 ) & ( jlong(0xff) << 0 ));
1173 inline jdouble build_double_from( u1 c1, u1 c2, u1 c3, u1 c4, u1 c5, u1 c6, u1 c7, u1 c8 ) {
1174 jlong u = build_long_from( c1, c2, c3, c4, c5, c6, c7, c8 );
/openjdk10/jdk/test/java/net/httpclient/
H A DLightWeightHttpServer.java106 HttpContext c8 = httpServer.createContext("/delay", delayHandler);
H A DSmokeTest.java670 HttpContext c8 = s1.createContext("/delay", delayHandler);

Completed in 200 milliseconds