Searched refs:same (Results 1 - 20 of 20) sorted by relevance

/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/
H A DGetInstance.java38 private static void same(Provider p1, Provider p2) throws Exception { method in class:GetInstance
40 throw new Exception("not same object");
51 same(p, context.getProvider());
53 same(p, context.getProvider());
55 same(p, context.getProvider());
59 same(p, kmf.getProvider());
61 same(p, kmf.getProvider());
63 same(p, kmf.getProvider());
66 same(p, kmf.getProvider());
68 same(
[all...]
/openjdk7/langtools/test/tools/javac/generics/wildcards/
H A DT6450290.java35 Box<X, T> same; field in class:T6450290.Box
42 b.value.same = new Box<B,B>(); //javac misses this bad assignment
/openjdk7/jdk/test/javax/crypto/Cipher/
H A DTestGetInstance.java38 private static void same(Provider p1, Provider p2) throws Exception { method in class:TestGetInstance
40 throw new Exception("not same object");
50 same(p, c.getProvider());
53 same(p, c.getProvider());
55 same(p, c.getProvider());
58 same(p, c.getProvider());
60 same(p, c.getProvider());
/openjdk7/jdk/test/java/security/Provider/
H A DGetInstance.java40 private static void same(Provider p1, Provider p2) throws Exception { method in class:GetInstance
76 same(foo, sig.getProvider());
79 same(foo, sig.getProvider());
82 same(foo, sig.getProvider());
85 same(foo, sig.getProvider());
89 same(foo, sig.getProvider());
92 same(foo, sig.getProvider());
95 same(foo, sig.getProvider());
98 same(foo, sig.getProvider());
109 same(
[all...]
/openjdk7/jdk/test/javax/crypto/KeyGenerator/
H A DTestGetInstance.java37 private static void same(Object o1, Object o2) throws Exception { method in class:TestGetInstance
39 throw new Exception("not same object");
53 same(p, kg.getProvider());
55 same(p, kg.getProvider());
/openjdk7/jdk/test/javax/crypto/Mac/
H A DTestGetInstance.java37 private static void same(Object o1, Object o2) throws Exception { method in class:TestGetInstance
39 throw new Exception("not same object");
53 same(p, mac.getProvider());
55 same(p, mac.getProvider());
/openjdk7/jdk/test/java/net/CookieHandler/
H A DTestHttpCookie.java194 static void eq(HttpCookie ck1, HttpCookie ck2, boolean same) { argument
196 if (ck1.equals(ck2) != same) {
198 + " should " + (same ? "equal" : "not equal"));
203 if ((h1 == h2) != same) {
205 + " should " + (same ? "equal" : "not equal"));
/openjdk7/hotspot/agent/test/jdi/
H A Drunsa.sh43 The corefile must have been produced by the same java as is running SA.
/openjdk7/jdk/test/com/sun/jdi/
H A DDeferredStepTest.sh151 # of ShellScaffold.sh and this script will run just the same.
163 Since both threads are running at the same time, these
/openjdk7/jdk/test/javax/management/openmbean/
H A DConstraintTest.java91 to check that the defaultValue etc are of the same type as the
270 for getMinValue() to return the same value, and if you specify
320 boolean same = true;
322 same = false;
327 same = false;
332 if (!same) {
/openjdk7/corba/make/common/shared/
H A DDefs-windows.gmk153 ifeq ($(CHECK_MKS87),same)
H A DDefs.gmk132 # Macro that returns missing, same, newer, or older $1=version $2=required
140 echo same; \
287 # These are the same on all platforms but require the above platform include 1st
/openjdk7/jdk/make/common/shared/
H A DDefs.gmk156 # Macro that returns missing, same, newer, or older $1=version $2=required
162 echo same; \
176 echo same; \
424 # These are the same on all platforms but require the above platform include 1st
545 #Could not define this at the same time as _OUTPUTDIRNAME as FullPath is not defined at that point
565 _outputdir_error:=$(error "ERROR: ABS_OUTPUTDIR '$(ABS_OUTPUTDIR)' is not the same directory as OUTPUTDIR '$(OUTPUTDIR)', '$(_dir1)'!='$(_dir2)'")
607 # can easily end up using the exact same temp directory. This may lead to weird build failures
632 # $(HGTIP_FILENAME) which contains the tip but is also positioned in the same
H A DSanity.gmk257 @if [ "$(MAKE_CHECK)" != "same" -a "$(MAKE_CHECK)" != "newer" ]; then \
311 ifneq ($(OS_VERSION_CHECK),same)
316 ifneq ($(OS_VARIANT_VERSION_CHECK),same)
740 @if [ "$(BOOT_CHECK)" != "same" -a "$(BOOT_CHECK)" != "newer" ]; then \
1166 $(ECHO) "WARNING: The file $(<F) is not the same interface as the VM version.\n " \
1211 " for build purposes, and they should contain the same interfaces \n" \
1254 @if [ "$(ANT_CHECK)" != "same" \
1267 @if [ "$(ZIP_CHECK)" != "same" -a "$(ZIP_CHECK)" != "newer" ]; then \
1279 @if [ "$(UNZIP_CHECK)" != "same" -a "$(UNZIP_CHECK)" != "newer" ]; then \
1343 @if [ "$(LINK_CHECK)" != "same" ]; the
[all...]
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s36 # point or use it in the same manner as does the server
H A Dbsd_x86_32.s39 # point or use it in the same manner as does the server
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s28 # point or use it in the same manner as does the server
H A Dlinux_x86_32.s28 # point or use it in the same manner as does the server
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES164 - all chunk handling routines have the same prototypes, so we will
269 Changed type of num_hist from png_uint_32 to int (same as num_palette).
409 the same structure.
668 Restored the first four members of png_text to the same order as v.1.0.5d.
2288 Reordered ancillary chunks in pngtest.png to be the same as what
2527 Revised pngtest.png to put chunks in the same order written by pngtest
2528 (evidently the same change made in libpng-1.0beta54 was lost).
2650 Revised the makefiles to install the same files and symbolic
2810 more accurately what it actually does. At the same time, renamed
3479 to get the same (inaccurat
[all...]
/openjdk7/jdk/test/java/net/URI/
H A DTest.java1144 // same URI
1355 static void cmp0(Comparable u, Comparable v, boolean same) argument
1359 if ((c == 0) != same)

Completed in 50 milliseconds