Searched refs:s1 (Results 226 - 250 of 312) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.inline.hpp57 inline int os::file_name_strcmp(const char* s1, const char* s2) { argument
58 return strcmp(s1, s2);
/openjdk7/jdk/src/windows/instrument/
H A DFileSystemSupport_md.c52 int filenameStrcmp(const char* s1, const char* s2) { argument
53 return strcasecmp(s1, s2);
/openjdk7/jdk/test/com/sun/jdi/
H A DAccessSpecifierTest.java62 short s1[]={s0}, s2[][]={s1}; field in class:AccessSpecifierTarg
H A DFinalLocalsTest.java47 String s1 = "first";
140 vars = method.variablesByName("s1");
194 "t,k,s1,z,r,b");
196 "s1");
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DCheck.java1542 Symbol s1 = e1.sym;
1543 if (s1.kind != MTH ||
1544 (s1.flags() & (STATIC|SYNTHETIC|BRIDGE)) != 0 ||
1545 !s1.isInheritedIn(site.tsym, types) ||
1546 ((MethodSymbol)s1).implementation(site.tsym,
1548 true) != s1)
1550 Type st1 = types.memberType(t1, s1);
1552 if (st1 == s1.type) continue;
1557 for (Scope.Entry e2 = t2.tsym.members().lookup(s1.name);
1561 if (s2 == s1 ||
1693 checkCommonOverriderIn(Symbol s1, Symbol s2, Type site) argument
1762 checkNameClash(ClassSymbol origin, Symbol s1, Symbol s2) argument
[all...]
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageLookUp_64.c94 mlib_s32 s0, s1; \
98 s1 = (mlib_s32)sa[csize]; \
105 t1 = tab[s1]; \
107 s1 = (mlib_s32)sa[csize]; \
112 t1 = tab[s1]; \
143 mlib_s32 s0, s1; \
147 s1 = (mlib_s32)sa[1]; \
154 t1 = tab[s1]; \
156 s1 = (mlib_s32)sa[1]; \
161 t1 = tab[s1]; \
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DShaders.h814 // lookupTable s1 1
822 dcl_2d s1
833 texld r1, r1, s1
834 texld r0, r0, s1
835 texld r2, r2, s1
836 texld r3, r3, s1
892 // lookupTable s1 1
900 dcl_2d s1
909 texld r1, r1, s1
910 texld r2, r2, s1
[all...]
/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DSynchronizationStatistics.java143 Thread.State s1, Thread.State s2)
147 if (ti.getThreadState() != s1 && ti.getThreadState() != s2) {
150 ". Expected to be " + s1 + " or " + s2);
142 checkThreadState(Thread thread, Thread.State s1, Thread.State s2) argument
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngwtran.c647 png_uint_32 s1 = (*(rp + 2) << 8) | *(rp + 3); local
649 png_uint_32 red = (png_uint_32)((s0 - s1) & 0xffffL);
650 png_uint_32 blue = (png_uint_32)((s2 - s1) & 0xffffL);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIProperty.java718 private static String concat( String s1, String s2 ) { argument
719 if(s1==null) return s2;
720 if(s2==null) return s1;
721 return s1+"\n\n"+s2;
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.c55 * strdup(s1)
679 debug_strdup(const char *s1, const char *file, int line) argument
686 if (s1 == NULL)
688 nbytes = strlen(s1)+1;
698 (void)strcpy((char*)uptr, s1);
/openjdk7/jdk/src/share/classes/sun/reflect/
H A DAccessorGenerator.java370 protected static short add(short s1, short s2) { argument
371 return (short) (s1 + s2);
374 protected static short sub(short s1, short s2) { argument
375 return (short) (s1 - s2);
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DContext.java464 * @param s1 the sender
468 static public void transmit(final String message, final Context s1, argument
472 s1.name, s2.name);
473 byte[] wrapped = s1.wrap(messageBytes, true);
479 s1.verifyMic(mic, messageBytes);
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp333 char *s1 = 0, *s2 = 0; local
345 s1 = (char*) strstr(object_name, ".so.");
349 (void) strcpy(s2, s1);
358 s1 = (char*) strstr(object_name, "/libthread.so.");
362 (void) strcpy(s2, s1);
363 s1 = (char*) strstr(s1, ".so.");
367 (void) strcpy(s2, s1);
/openjdk7/hotspot/src/share/tools/launcher/
H A Dwildcard.c214 equal(const char *s1, const char *s2) argument
216 return strcmp(s1, s2) == 0;
/openjdk7/jdk/src/share/bin/
H A Dwildcard.c214 equal(const char *s1, const char *s2) argument
216 return JLI_StrCmp(s1, s2) == 0;
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/http/ChunkedOutputStream/
H A DTest.java150 String s1 = new String (buf, 0, off, "ISO8859_1");
151 if (!cmp.equals(s1)) {
/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_lgamma_r.c148 s1 = 2.14982415960608852501e-01, /* 0x3FCB848B, 0x36E20878 */ variable
292 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmserr.c61 int CMSEXPORT cmsstrcasecmp(const char* s1, const char* s2) argument
63 register const unsigned char *us1 = (const unsigned char *)s1,
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Key.java203 String s1 = token.provider.getName() + " " + algorithm + " " + type
205 s1 += " (id " + keyID + ", "
208 s1 += ")";
210 s1 += ", " + (sensitive ? "" : "not ") + "sensitive";
211 s1 += ", " + (extractable ? "" : "un") + "extractable)";
213 return s1;
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DBlowfishCrypt.java71 System.arraycopy(pi, 18 + 256, s1, 0, 256);
104 s1[j] = data[0];
105 s1[j+1] = data[1];
278 + s1[(v >> 16) & 0xff])
285 private final int[] s1 = new int[256]; field in class:BlowfishCrypt
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontconfig.h829 FcStrPlus (const FcChar8 *s1, const FcChar8 *s2);
843 FcStrCmpIgnoreCase (const FcChar8 *s1, const FcChar8 *s2);
846 FcStrCmp (const FcChar8 *s1, const FcChar8 *s2);
849 FcStrStrIgnoreCase (const FcChar8 *s1, const FcChar8 *s2);
852 FcStrStr (const FcChar8 *s1, const FcChar8 *s2);
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_ByteGray.c57 mlib_d64 s0, s1, ss; local
94 s1 = *sp++;
98 s0 = s1;
99 s1 = *sp++;
100 ss = vis_faligndata(s0, s1);
H A Dvis_UshortGray.c48 mlib_d64 s0, s1, ss, d0, d1; local
87 s1 = *sp++;
91 s0 = s1;
92 s1 = *sp++;
93 ss = vis_faligndata(s0, s1);
/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DLogParser.java156 String s1 = "0x" + l.substring(split);
158 long v1 = Long.decode(s1).longValue() & 0xffffffffL;
162 System.out.println(s1);

Completed in 117 milliseconds

1234567891011>>