Searched refs:s1 (Results 26 - 50 of 312) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/net/URLConnection/
H A DUnknownContentType.java39 String s1 = conn.getContentType();
41 if (!s1.equals(s2))
/openjdk7/langtools/test/tools/javac/6402516/
H A DTestIsAccessible.java37 String s1 = "Test2 Test2#priv no"; field in class:Test1.Test1a
52 String s1 = "Test2 Test2#priv yes"; field in class:Test2.Test2a
/openjdk7/jdk/src/share/instrument/
H A DFileSystemSupport.h37 int filenameStrcmp(const char* s1, const char* s2);
/openjdk7/jdk/test/java/util/jar/JarFile/
H A DMevNPE.java35 try (InputStream s1 = jf.getInputStream(
37 s1.read(new byte[10000]);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DSpring.java426 protected Spring s1; field in class:Spring.CompoundSpring
429 public CompoundSpring(Spring s1, Spring s2) { argument
431 this.s1 = s1;
436 return "CompoundSpring of " + s1 + " and " + s2;
442 s1.setValue(UNSET);
450 min = op(s1.getMinimumValue(), s2.getMinimumValue());
457 pref = op(s1.getPreferredValue(), s2.getPreferredValue());
464 max = op(s1.getMaximumValue(), s2.getMaximumValue());
471 size = op(s1
482 SumSpring(Spring s1, Spring s2) argument
499 MaxSpring(Spring s1, Spring s2) argument
588 sum(Spring s1, Spring s2) argument
600 max(Spring s1, Spring s2) argument
607 difference(Spring s1, Spring s2) argument
[all...]
/openjdk7/jdk/src/share/bin/
H A Dversion_comp.c82 comp_string(const char *s1, const char *s2) argument
85 if (isjavaint(s1, &v1) && isjavaint(s2, &v2))
88 return (JLI_StrCmp(s1, s2));
98 char *s1 = JLI_StringDup(id1); local
100 char *m1 = s1;
108 if ((s1 != NULL) && ((end1 = JLI_StrPBrk(s1, ".-_")) != NULL))
113 res = comp_string(s1, s2);
116 s1 = end1 + 1;
118 s1
138 char *s1 = JLI_StringDup(id1); local
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp1232 inline void add(Register s1, Register s2, Register d );
1233 inline void add(Register s1, int simm13a, Register d, relocInfo::relocType rtype = relocInfo::none);
1234 inline void add(Register s1, int simm13a, Register d, RelocationHolder const& rspec);
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
1239 void addcc( Register s1, int simm13a, Register d ) { emit_long( op(arith_op) | rd(d) | op3(add_op3 | cc_bit_op3) | rs1(s1) | immed(true) | simm(simm13a, 13) ); } argument
1240 void addc( Register s1, Register s2, Register d ) { emit_long( op(arith_op) | rd(d) | op3(addc_op3 ) | rs1(s1) | rs argument
1241 addc( Register s1, int simm13a, Register d ) argument
1242 addccc( Register s1, Register s2, Register d ) argument
1243 addccc( Register s1, int simm13a, Register d ) argument
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
1302 udiv( Register s1, int simm13a, Register d ) argument
1303 sdiv( Register s1, Register s2, Register d ) argument
1304 sdiv( Register s1, int simm13a, Register d ) argument
1305 udivcc( Register s1, Register s2, Register d ) argument
1306 udivcc( Register s1, int simm13a, Register d ) argument
1307 sdivcc( Register s1, Register s2, Register d ) argument
1308 sdivcc( Register s1, int simm13a, 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
1423 ldfa( FloatRegisterImpl::Width w, Register s1, int simm13a, FloatRegister d ) argument
1473 ldsba( Register s1, Register s2, int ia, Register d ) argument
1474 ldsba( Register s1, int simm13a, Register d ) argument
1475 ldsha( Register s1, Register s2, int ia, Register d ) argument
1476 ldsha( Register s1, int simm13a, Register d ) argument
1477 ldswa( Register s1, Register s2, int ia, Register d ) argument
1478 ldswa( Register s1, int simm13a, Register d ) argument
1479 lduba( Register s1, Register s2, int ia, Register d ) argument
1480 lduba( Register s1, int simm13a, Register d ) argument
1481 lduha( Register s1, Register s2, int ia, Register d ) argument
1482 lduha( Register s1, int simm13a, Register d ) argument
1483 lduwa( Register s1, Register s2, int ia, Register d ) argument
1484 lduwa( Register s1, int simm13a, Register d ) argument
1485 ldxa( Register s1, Register s2, int ia, Register d ) argument
1486 ldxa( Register s1, int simm13a, Register d ) argument
1487 ldda( Register s1, Register s2, int ia, Register d ) argument
1488 ldda( Register s1, int simm13a, Register d ) argument
1497 ldstuba( Register s1, Register s2, int ia, Register d ) argument
1498 ldstuba( Register s1, int simm13a, Register d ) argument
1502 and3( Register s1, Register s2, Register d ) argument
1503 and3( Register s1, int simm13a, Register d ) argument
1504 andcc( Register s1, Register s2, Register d ) argument
1505 andcc( Register s1, int simm13a, Register d ) argument
1506 andn( Register s1, Register s2, Register d ) argument
1507 andn( Register s1, int simm13a, Register d ) argument
1509 andncc( Register s1, Register s2, Register d ) argument
1510 andncc( Register s1, int simm13a, Register d ) argument
1511 or3( Register s1, Register s2, Register d ) argument
1512 or3( Register s1, int simm13a, Register d ) argument
1513 orcc( Register s1, Register s2, Register d ) argument
1514 orcc( Register s1, int simm13a, Register d ) argument
1515 orn( Register s1, Register s2, Register d ) argument
1516 orn( Register s1, int simm13a, Register d ) argument
1517 orncc( Register s1, Register s2, Register d ) argument
1518 orncc( Register s1, int simm13a, Register d ) argument
1519 xor3( Register s1, Register s2, Register d ) argument
1520 xor3( Register s1, int simm13a, Register d ) argument
1521 xorcc( Register s1, Register s2, Register d ) argument
1522 xorcc( Register s1, int simm13a, Register d ) argument
1523 xnor( Register s1, Register s2, Register d ) argument
1524 xnor( Register s1, int simm13a, Register d ) argument
1525 xnorcc( Register s1, Register s2, Register d ) argument
1526 xnorcc( Register s1, int simm13a, Register d ) argument
1538 fmov( FloatRegisterImpl::Width w, RCondition c, Register s1, FloatRegister s2, FloatRegister d ) argument
1547 movr( RCondition c, Register s1, Register s2, Register d ) argument
1548 movr( RCondition c, Register s1, int simm10a, Register d ) argument
1552 mulx( Register s1, Register s2, Register d ) argument
1553 mulx( Register s1, int simm13a, Register d ) argument
1554 sdivx( Register s1, Register s2, Register d ) argument
1555 sdivx( Register s1, int simm13a, Register d ) argument
1556 udivx( Register s1, Register s2, Register d ) argument
1557 udivx( Register s1, int simm13a, Register d ) argument
1561 umul( Register s1, Register s2, Register d ) argument
1562 umul( Register s1, int simm13a, Register d ) argument
1563 smul( Register s1, Register s2, Register d ) argument
1564 smul( Register s1, int simm13a, Register d ) argument
1565 umulcc( Register s1, Register s2, Register d ) argument
1566 umulcc( Register s1, int simm13a, Register d ) argument
1567 smulcc( Register s1, Register s2, Register d ) argument
1568 smulcc( Register s1, int simm13a, Register d ) argument
1572 mulscc( Register s1, Register s2, Register d ) argument
1573 mulscc( Register s1, int simm13a, Register d ) argument
1589 prefetcha( Register s1, Register s2, int ia, PrefetchFcn f ) argument
1590 prefetcha( Register s1, int simm13a, PrefetchFcn f ) argument
1612 save( Register s1, Register s2, Register d ) argument
1613 save( Register s1, int simm13a, Register d ) argument
1620 restore( Register s1, int simm13a, Register d ) argument
1632 sll( Register s1, Register s2, Register d ) argument
1633 sll( Register s1, int imm5a, Register d ) argument
1634 srl( Register s1, Register s2, Register d ) argument
1635 srl( Register s1, int imm5a, Register d ) argument
1636 sra( Register s1, Register s2, Register d ) argument
1637 sra( Register s1, int imm5a, Register d ) argument
1639 sllx( Register s1, Register s2, Register d ) argument
1640 sllx( Register s1, int imm6a, Register d ) argument
1641 srlx( Register s1, Register s2, Register d ) argument
1642 srlx( Register s1, int imm6a, Register d ) argument
1643 srax( Register s1, Register s2, Register d ) argument
1644 srax( Register s1, int imm6a, Register d ) argument
1668 stfa( FloatRegisterImpl::Width w, FloatRegister d, Register s1, Register s2, int ia ) argument
1669 stfa( FloatRegisterImpl::Width w, FloatRegister d, Register s1, int simm13a ) argument
1707 stba( Register d, Register s1, Register s2, int ia ) argument
1708 stba( Register d, Register s1, int simm13a ) argument
1709 stha( Register d, Register s1, Register s2, int ia ) argument
1710 stha( Register d, Register s1, int simm13a ) argument
1711 stwa( Register d, Register s1, Register s2, int ia ) argument
1712 stwa( Register d, Register s1, int simm13a ) argument
1713 stxa( Register d, Register s1, Register s2, int ia ) argument
1714 stxa( Register d, Register s1, int simm13a ) argument
1715 stda( Register d, Register s1, Register s2, int ia ) argument
1716 stda( Register d, Register s1, int simm13a ) argument
1731 sub( Register s1, Register s2, Register d ) argument
1732 sub( Register s1, int simm13a, Register d ) argument
1737 subcc( Register s1, Register s2, Register d ) argument
1738 subcc( Register s1, int simm13a, Register d ) argument
1739 subc( Register s1, Register s2, Register d ) argument
1740 subc( Register s1, int simm13a, Register d ) argument
1741 subccc( Register s1, Register s2, Register d ) argument
1742 subccc( Register s1, int simm13a, Register d ) argument
1752 swapa( Register s1, Register s2, int ia, Register d ) argument
1753 swapa( Register s1, int simm13a, Register d ) argument
1757 taddcc( Register s1, Register s2, Register d ) argument
1758 taddcc( Register s1, int simm13a, Register d ) argument
1759 taddcctv( Register s1, Register s2, Register d ) argument
1760 taddcctv( Register s1, int simm13a, Register d ) argument
1764 tsubcc( Register s1, Register s2, Register d ) argument
1765 tsubcc( Register s1, int simm13a, Register d ) argument
1766 tsubcctv( Register s1, Register s2, Register d ) argument
1767 tsubcctv( Register s1, int simm13a, Register d ) argument
1771 trap( Condition c, CC cc, Register s1, Register s2 ) argument
1772 trap( Condition c, CC cc, Register s1, int trapa ) argument
1979 cmp( Register s1, Register s2 ) argument
1980 cmp( Register s1, int simm13a ) 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
2086 btst( Register s1, Register s2 ) argument
2089 bset( Register s1, Register s2 ) argument
2092 bclr( Register s1, Register s2 ) argument
2095 btog( Register s1, Register s2 ) argument
[all...]
/openjdk7/jdk/test/java/util/Collections/
H A DCheckedListBash.java41 List s1 = newList();
42 AddRandoms(s1, listSize);
47 List intersection = clone(s1); intersection.retainAll(s2);
48 List diff1 = clone(s1); diff1.removeAll(s2);
49 List diff2 = clone(s2); diff2.removeAll(s1);
50 List union = clone(s1); union.addAll(s2);
86 s1.clear();
87 if (s1.size() != 0)
90 s1.addAll(0, s2);
91 if (!(s1
[all...]
/openjdk7/jdk/test/sun/misc/IoTrace/
H A DIoTraceSocketReadWrite.java41 Socket s1 = null, s2 = null;
48 s1 = new Socket(iaddr, ss.getLocalPort());
51 os = s1.getOutputStream();
63 if (s1 != null) {
64 s1.close();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFuncContains.java48 String s1 = m_arg0.execute(xctxt).str();
52 if (s1.length() == 0 && s2.length() == 0)
55 int index = s1.indexOf(s2);
H A DFuncSubstringAfter.java49 XMLString s1 = m_arg0.execute(xctxt).xstr();
51 int index = s1.indexOf(s2);
55 : (XString)s1.substring(index + s2.length());
H A DFuncSubstringBefore.java48 String s1 = m_arg0.execute(xctxt).str();
50 int index = s1.indexOf(s2);
53 ? XString.EMPTYSTRING : new XString(s1.substring(0, index));
/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
39 this.selector1 = s1;
/openjdk7/hotspot/src/share/tools/launcher/
H A Djli_util.c71 JLI_StringDup(const char *s1) argument
73 char *s = strdup(s1);
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEPParameterSpec.java62 private static boolean compareMD(OAEPParameterSpec s1, argument
65 String alg1 = s1.getDigestAlgorithm().toUpperCase().trim();
78 private static boolean compareMGF(OAEPParameterSpec s1, argument
80 String alg1 = s1.getMGFAlgorithm();
83 MGF1ParameterSpec mp1 = (MGF1ParameterSpec)s1.getMGFParameters();
99 private static boolean comparePSource(OAEPParameterSpec s1, argument
101 PSource src1 = s1.getPSource();
115 private static boolean compareSpec(OAEPParameterSpec s1, argument
117 return (compareMD(s1, s2) && compareMGF(s1, s
[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
180 p(s1);
184 public void p(String s1, String s2, String s3) throws IOException { argument
185 p(s1);
190 public void p(String s1, String s2, String s3, String s4) throws IOException { argument
191 p(s1);
197 public void p(String s1, String s2, String s3, String s4, String s5) throws IOException { argument
198 p(s1);
214 public void pln(String s1, String s2) throws IOException { argument
215 p(s1, s
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/awt/font/GlyphVector/
H A DVisualBounds.java38 String s1 = "a";
39 String s2 = s1+" ";
40 String s3 = " "+s1;
43 GlyphVector gv1 = f.createGlyphVector(frc, s1);
/openjdk7/jdk/test/java/net/URLDecoder/
H A DURLDecoderArgs.java35 String s1 = URLDecoder.decode ("Hello World", null);
/openjdk7/jdk/test/java/net/URLEncoder/
H A DURLEncoderEncodeArgs.java35 String s1 = URLEncoder.encode ("Hello World", null);
/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
217 s1 = vis_faligndata(vis_ld_u8_i(tt, 0), s1);
222 s1 = vis_faligndata(vis_ld_u8_i(tt, 2), s1);
223 s1 = vis_faligndata(vis_ld_u8_i(tt, 1), s1);
224 s1 = vis_faligndata(vis_ld_u8_i(tt, 0), s1);
229 s1
317 mlib_d64 s0, s1, s2; local
[all...]
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest1.java57 HttpServer s1 = null;
64 s1 = HttpServer.create (addr, 0);
65 if (s1 instanceof HttpsServer) {
70 HttpContext c1 = s1.createContext ("/test1", h);
73 s1.setExecutor (executor);
77 s1.start();
80 int port = s1.getAddress().getPort();
93 if (s1 != null)
94 s1.stop(2);
108 public boolean verify (String s, SSLSession s1) {
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageLookUpS32S32Func.c67 mlib_s32 s0, t0, s1, t1; local
70 s1 = sa[csize];
75 t1 = tab[s1];
77 s1 = sa[csize];
83 t1 = tab[s1];
H A Dmlib_v_ImageLookUpSIS32S32Func.c67 mlib_s32 s0, t0, s1, t1; local
70 s1 = sa[1];
75 t1 = tab[s1];
77 s1 = sa[1];
83 t1 = tab[s1];

Completed in 1683 milliseconds

1234567891011>>