Searched refs:s2 (Results 26 - 50 of 285) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/javax/security/auth/Subject/
H A DSerial.java62 Subject s2 = (Subject)ois.readObject();
65 System.out.println("s2 = " + s2.toString());
66 System.out.println("s2.getPrincipals().size() = " +
67 s2.getPrincipals().size());
68 if (!s.equals(s2) || !s2.equals(s)) {
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFuncContains.java49 String s2 = m_arg1.execute(xctxt).str();
52 if (s1.length() == 0 && s2.length() == 0)
55 int index = s1.indexOf(s2);
H A DFuncSubstringAfter.java50 XMLString s2 = m_arg1.execute(xctxt).xstr();
51 int index = s1.indexOf(s2);
55 : (XString)s1.substring(index + s2.length());
H A DFuncSubstringBefore.java49 String s2 = m_arg1.execute(xctxt).str();
50 int index = s1.indexOf(s2);
/openjdk7/jdk/src/share/bin/
H A Djli_util.c118 JLI_StrCCmp(const char *s1, const char* s2) argument
120 return JLI_StrNCmp(s1, s2, JLI_StrLen(s2));
/openjdk7/jdk/test/java/util/ServiceLoader/
H A DBasic.java41 private static <T> void checkEquals(Set<T> s1, Set<T> s2, boolean eq) { argument
42 if (s1.equals(s2) != eq)
44 eq, s1, s2));
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DOrSelector.java38 public OrSelector(Selector s1, Selector s2) { argument
40 this.selector2 = s2;
H A DAndSelector.java38 public AndSelector(Selector s1, Selector s2) { argument
40 this.selector2 = s2;
/openjdk7/jdk/test/com/sun/jdi/
H A DNativeInstanceFilterTarg.java31 String s2 = "def";
35 s2.intern(); // this is the call that generates events that ought
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEPParameterSpec.java63 OAEPParameterSpec s2) {
66 String alg2 = s2.getDigestAlgorithm().toUpperCase().trim();
79 OAEPParameterSpec s2) {
81 String alg2 = s2.getMGFAlgorithm();
84 MGF1ParameterSpec mp2 = (MGF1ParameterSpec)s2.getMGFParameters();
100 OAEPParameterSpec s2) {
102 PSource src2 = s2.getPSource();
116 OAEPParameterSpec s2) {
117 return (compareMD(s1, s2) && compareMGF(s1, s2)
62 compareMD(OAEPParameterSpec s1, OAEPParameterSpec s2) argument
78 compareMGF(OAEPParameterSpec s1, OAEPParameterSpec s2) argument
99 comparePSource(OAEPParameterSpec s1, OAEPParameterSpec s2) argument
115 compareSpec(OAEPParameterSpec s1, OAEPParameterSpec s2) argument
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.inline.hpp79 inline void Assembler::add(Register s1, Register s2, Register d ) { emit_long( op(arith_op) | rd(d) | op3(add_op3) | rs1(s1) | rs2(s2) ); } argument
102 inline void Assembler::cbcond(Condition c, CC cc, Register s1, Register s2, Label& L) { cti(); no_cbcond_before(); emit_data(op(branch_op) | cond_cbcond(c) | op2(bpr_op2) | branchcc(cc) | wdisp10(intptr_t(target(L)), intptr_t(pc())) | rs1(s1) | rs2(s2)); } argument
108 inline void Assembler::flush( Register s1, Register s2) { emit_long( op(arith_op) | op3(flush_op3) | rs1(s1) | rs2(s2)); } argument
111 inline void Assembler::jmpl( Register s1, Register s2, Register d ) { cti(); emit_long( op(arith_op) | rd(d) | op3(jmpl_op3) | rs1(s1) | rs2(s2)); has_delay_slot(); } argument
114 inline void Assembler::ldf(FloatRegisterImpl::Width w, Register s1, RegisterOrConstant s2, FloatRegister d) { argument
115 if (s2
119 ldf(FloatRegisterImpl::Width w, Register s1, Register s2, FloatRegister d) argument
124 ldfsr( Register s1, Register s2) argument
126 ldxfsr( Register s1, Register s2) argument
129 ldc( Register s1, Register s2, int crd) argument
131 lddc( Register s1, Register s2, int crd) argument
133 ldcsr( Register s1, Register s2, int crd) argument
136 ldsb( Register s1, Register s2, Register d) argument
139 ldsh( Register s1, Register s2, Register d) argument
141 ldsw( Register s1, Register s2, Register d) argument
143 ldub( Register s1, Register s2, Register d) argument
145 lduh( Register s1, Register s2, Register d) argument
147 lduw( Register s1, Register s2, Register d) argument
150 ldx( Register s1, Register s2, Register d) argument
152 ldd( Register s1, Register s2, Register d) argument
157 ld( Register s1, Register s2, Register d) argument
160 ld( Register s1, Register s2, Register d) argument
210 ldub(Register s1, RegisterOrConstant s2, Register d) argument
211 ldsb(Register s1, RegisterOrConstant s2, Register d) argument
212 lduh(Register s1, RegisterOrConstant s2, Register d) argument
213 ldsh(Register s1, RegisterOrConstant s2, Register d) argument
214 lduw(Register s1, RegisterOrConstant s2, Register d) argument
215 ldsw(Register s1, RegisterOrConstant s2, Register d) argument
216 ldx( Register s1, RegisterOrConstant s2, Register d) argument
217 ld( Register s1, RegisterOrConstant s2, Register d) argument
218 ldd( Register s1, RegisterOrConstant s2, Register d) argument
226 add(Register s1, RegisterOrConstant s2, Register d, int offset) argument
232 andn(Register s1, RegisterOrConstant s2, Register d) argument
237 ldstub( Register s1, Register s2, Register d) argument
241 prefetch(Register s1, Register s2, PrefetchFcn f) argument
254 stf( FloatRegisterImpl::Width w, FloatRegister d, Register s1, RegisterOrConstant s2) argument
259 stf( FloatRegisterImpl::Width w, FloatRegister d, Register s1, Register s2) argument
268 stfsr( Register s1, Register s2) argument
270 stxfsr( Register s1, Register s2) argument
275 stb( Register d, Register s1, Register s2) argument
277 sth( Register d, Register s1, Register s2) argument
279 stw( Register d, Register s1, Register s2) argument
283 stx( Register d, Register s1, Register s2) argument
285 std( Register d, Register s1, Register s2) argument
288 st( Register d, Register s1, Register s2) argument
321 stb(Register d, Register s1, RegisterOrConstant s2) argument
322 sth(Register d, Register s1, RegisterOrConstant s2) argument
323 stw(Register d, Register s1, RegisterOrConstant s2) argument
324 stx(Register d, Register s1, RegisterOrConstant s2) argument
325 std(Register d, Register s1, RegisterOrConstant s2) argument
326 st( Register d, Register s1, RegisterOrConstant s2) argument
330 stc( int crd, Register s1, Register s2) argument
332 stdc( int crd, Register s1, Register s2) argument
334 stcsr( int crd, Register s1, Register s2) argument
336 stdcq( int crd, Register s1, Register s2) argument
339 sub(Register s1, RegisterOrConstant s2, Register d, int offset) argument
347 swap( Register s1, Register s2, Register d) argument
358 ld_ptr( Register s1, Register s2, Register d ) argument
381 ld_ptr( Register s1, RegisterOrConstant s2, Register d ) argument
437 ld_long( Register s1, Register s2, Register d ) argument
453 ld_long( Register s1, RegisterOrConstant s2, Register d ) argument
503 sll_ptr( Register s1, Register s2, Register d ) argument
519 srl_ptr( Register s1, Register s2, Register d ) argument
535 sll_ptr( Register s1, RegisterOrConstant s2, Register d ) argument
832 clrb( Register s1, Register s2) argument
833 clrh( Register s1, Register s2) argument
834 clr( Register s1, Register s2) argument
835 clrx( Register s1, Register s2) argument
[all...]
H A Dassembler_sparc.hpp1232 inline void add(Register s1, Register s2, Register d );
1235 inline void add(Register s1, RegisterOrConstant s2, Register d, int offset = 0);
1238 void addcc( Register s1, Register s2, Register d ) { emit_long( op(arith_op) | rd(d) | op3(add_op3 | cc_bit_op3) | rs1(s1) | rs2(s2) ); } argument
1240 void addc( Register s1, Register s2, Register d ) { emit_long( op(arith_op) | rd(d) | op3(addc_op3 ) | rs1(s1) | rs2(s2) ); } argument
1242 void addccc( Register s1, Register s2, Register d ) { emit_long( op(arith_op) | rd(d) | op3(addc_op3 | cc_bit_op3) | rs1(s1) | rs2(s2) ); } argument
1252 inline void cbcond(Condition c, CC cc, Register s1, Register s2, Label& L);
1291 // These instructions compare the contents of s2 wit
1296 casa( Register s1, Register s2, Register d, int ia = -1 ) argument
1297 casxa( Register s1, Register s2, Register d, int ia = -1 ) argument
1301 udiv( Register s1, Register s2, Register d ) argument
1303 sdiv( Register s1, Register s2, Register d ) argument
1305 udivcc( Register s1, Register s2, Register d ) argument
1307 sdivcc( Register s1, Register s2, Register d ) argument
1317 fadd( FloatRegisterImpl::Width w, FloatRegister s1, FloatRegister s2, FloatRegister d ) argument
1318 fsub( FloatRegisterImpl::Width w, FloatRegister s1, FloatRegister s2, FloatRegister d ) argument
1322 fcmp( FloatRegisterImpl::Width w, CC cc, FloatRegister s1, FloatRegister s2) argument
1323 fcmpe( FloatRegisterImpl::Width w, CC cc, FloatRegister s1, FloatRegister s2) argument
1359 fmul( FloatRegisterImpl::Width w, FloatRegister s1, FloatRegister s2, FloatRegister d ) argument
1360 fmul( FloatRegisterImpl::Width sw, FloatRegisterImpl::Width dw, FloatRegister s1, FloatRegister s2, FloatRegister d ) argument
1361 fdiv( FloatRegisterImpl::Width w, FloatRegister s1, FloatRegister s2, FloatRegister d ) argument
1422 ldfa( FloatRegisterImpl::Width w, Register s1, Register s2, int ia, FloatRegister d ) argument
1473 ldsba( Register s1, Register s2, int ia, Register d ) argument
1475 ldsha( Register s1, Register s2, int ia, Register d ) argument
1477 ldswa( Register s1, Register s2, int ia, Register d ) argument
1479 lduba( Register s1, Register s2, int ia, Register d ) argument
1481 lduha( Register s1, Register s2, int ia, Register d ) argument
1483 lduwa( Register s1, Register s2, int ia, Register d ) argument
1485 ldxa( Register s1, Register s2, int ia, Register d ) argument
1487 ldda( Register s1, Register s2, int ia, Register d ) argument
1497 ldstuba( Register s1, Register s2, int ia, Register d ) argument
1502 and3( Register s1, Register s2, Register d ) argument
1504 andcc( Register s1, Register s2, Register d ) argument
1506 andn( Register s1, Register s2, Register d ) argument
1509 andncc( Register s1, Register s2, Register d ) argument
1511 or3( Register s1, Register s2, Register d ) argument
1513 orcc( Register s1, Register s2, Register d ) argument
1515 orn( Register s1, Register s2, Register d ) argument
1517 orncc( Register s1, Register s2, Register d ) argument
1519 xor3( Register s1, Register s2, Register d ) argument
1521 xorcc( Register s1, Register s2, Register d ) argument
1523 xnor( Register s1, Register s2, Register d ) argument
1525 xnorcc( Register s1, Register s2, Register d ) argument
1534 fmov( FloatRegisterImpl::Width w, Condition c, bool floatCC, CC cca, FloatRegister s2, FloatRegister d ) argument
1538 fmov( FloatRegisterImpl::Width w, RCondition c, Register s1, FloatRegister s2, FloatRegister d ) argument
1542 movcc( Condition c, bool floatCC, CC cca, Register s2, Register d ) argument
1547 movr( RCondition c, Register s1, Register s2, Register d ) argument
1552 mulx( Register s1, Register s2, Register d ) argument
1554 sdivx( Register s1, Register s2, Register d ) argument
1556 udivx( Register s1, Register s2, Register d ) argument
1561 umul( Register s1, Register s2, Register d ) argument
1563 smul( Register s1, Register s2, Register d ) argument
1565 umulcc( Register s1, Register s2, Register d ) argument
1567 smulcc( Register s1, Register s2, Register d ) argument
1572 mulscc( Register s1, Register s2, Register d ) argument
1589 prefetcha( Register s1, Register s2, int ia, PrefetchFcn f ) argument
1612 save( Register s1, Register s2, Register d ) argument
1632 sll( Register s1, Register s2, Register d ) argument
1634 srl( Register s1, Register s2, Register d ) argument
1636 sra( Register s1, Register s2, Register d ) argument
1639 sllx( Register s1, Register s2, Register d ) argument
1641 srlx( Register s1, Register s2, Register d ) argument
1643 srax( Register s1, Register s2, Register d ) argument
1668 stfa( FloatRegisterImpl::Width w, FloatRegister d, Register s1, Register s2, int ia ) argument
1707 stba( Register d, Register s1, Register s2, int ia ) argument
1709 stha( Register d, Register s1, Register s2, int ia ) argument
1711 stwa( Register d, Register s1, Register s2, int ia ) argument
1713 stxa( Register d, Register s1, Register s2, int ia ) argument
1715 stda( Register d, Register s1, Register s2, int ia ) argument
1731 sub( Register s1, Register s2, Register d ) argument
1737 subcc( Register s1, Register s2, Register d ) argument
1739 subc( Register s1, Register s2, Register d ) argument
1741 subccc( Register s1, Register s2, Register d ) argument
1752 swapa( Register s1, Register s2, int ia, Register d ) argument
1757 taddcc( Register s1, Register s2, Register d ) argument
1759 taddcctv( Register s1, Register s2, Register d ) argument
1764 tsubcc( Register s1, Register s2, Register d ) argument
1766 tsubcctv( Register s1, Register s2, Register d ) argument
2057 cas( Register s1, Register s2, Register d) argument
2058 casx( Register s1, Register s2, Register d) argument
2061 cas_ptr( Register s1, Register s2, Register d) argument
2077 casl( Register s1, Register s2, Register d) argument
2078 casxl( Register s1, Register s2, Register d) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/util/
H A DIndentingWriter.java179 public void p(String s1, String s2) throws IOException { argument
181 p(s2);
184 public void p(String s1, String s2, String s3) throws IOException { argument
186 p(s2);
190 public void p(String s1, String s2, String s3, String s4) throws IOException { argument
192 p(s2);
197 public void p(String s1, String s2, String s3, String s4, String s5) throws IOException { argument
199 p(s2);
214 public void pln(String s1, String s2) throws IOException { argument
215 p(s1, s2);
219 pln(String s1, String s2, String s3) argument
224 pln(String s1, String s2, String s3, String s4) argument
229 pln(String s1, String s2, String s3, String s4, String s5) argument
[all...]
/openjdk7/jdk/test/java/net/DatagramSocket/
H A DBindFailTest.java42 DatagramSocket s2 = new DatagramSocket(port);
/openjdk7/jdk/test/java/net/PlainSocketImpl/
H A DSetOption.java40 Socket s2 = ss.accept();
/openjdk7/jdk/test/java/net/Socket/
H A DInheritTimeout.java67 Socket s2 = ss.accept();
70 Reaper r = new Reaper(s2, 5000);
75 s2.getInputStream().read();
79 if (!s2.isClosed()) {
/openjdk7/jdk/test/java/net/URLDecoder/
H A DURLDecoderArgs.java40 String s2 = URLDecoder.decode ("Hello World", "");
/openjdk7/jdk/test/java/net/URLEncoder/
H A DURLEncoderEncodeArgs.java40 String s2 = URLEncoder.encode ("Hello World", "");
/openjdk7/langtools/test/tools/javac/diags/examples/
H A DIncompatibleUpperBounds.java32 <S> void m(List<? super S> s1, List<? super S> s2) { } argument
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dmlib_v_ImageZoom_NN_f.c196 mlib_d64 s0, s1, s2; local
201 s2 = vis_faligndata(vis_ld_u8_i(tt, 2), s2);
202 s2 = vis_faligndata(vis_ld_u8_i(tt, 1), s2);
203 s2 = vis_faligndata(vis_ld_u8_i(tt, 0), s2);
208 s2 = vis_faligndata(vis_ld_u8_i(tt, 2), s2);
209 s2
317 mlib_d64 s0, s1, s2; local
[all...]
/openjdk7/jdk/test/java/net/InetAddress/
H A DCheckJNI.java83 static void testDatagrams (DatagramSocket s1, DatagramSocket s2) throws Exception { argument
86 0, "hello world".length(), s2.getLocalAddress(),
87 s2.getLocalPort()
92 s2.receive (p2);
94 s2.close ();
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest1.java58 HttpsServer s2 = null;
68 s2 = HttpsServer.create (addr, 0);
71 HttpContext c2 = s2.createContext ("/test1", h);
74 s2.setExecutor (executor);
76 s2.setHttpsConfigurator(new HttpsConfigurator (ctx));
78 s2.start();
81 int httpsport = s2.getAddress().getPort();
95 if (s2 != null)
96 s2.stop(2);
H A DTest12.java51 HttpsServer s2 = null;
58 s2 = HttpsServer.create (addr, 0);
61 HttpContext c2 = s2.createContext ("/test1", h);
64 s2.setExecutor (executor);
66 s2.setHttpsConfigurator(new HttpsConfigurator (ctx));
68 s2.start();
71 int httpsport = s2.getAddress().getPort();
88 if (s2 != null)
89 s2.stop(2);
H A DSelCacheTest.java51 HttpsServer s2 = null;
61 s2 = HttpsServer.create (addr, 0);
64 HttpContext c2 = s2.createContext ("/test1", h);
67 s2.setExecutor (executor);
69 s2.setHttpsConfigurator(new HttpsConfigurator (ctx));
71 s2.start();
74 int httpsport = s2.getAddress().getPort();
87 s2.stop(2);
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_sys_proto.h72 void *s2,
79 void *s2,

Completed in 350 milliseconds

1234567891011>>