Searched refs:Public (Results 1 - 25 of 28) sorted by relevance

12

/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DInterfaceState.java6 * under the terms of the GNU General Public License version 2 only, as
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 * You should have received a copy of the GNU General Public License version
49 Public = 2; field in class:InterfaceState
55 if (modifier < Private || modifier > Public)
56 modifier = Public;
59 public int modifier = Public;
H A DToken.java6 * under the terms of the GNU General Public License version 2 only, as
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 * You should have received a copy of the GNU General Public License version
107 Public = 42, // | | field in class:Token
/openjdk7/jdk/test/java/beans/Statement/
H A DTest6788531.java6 * under the terms of the GNU General Public License version 2 only, as
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 * You should have received a copy of the GNU General Public License version
39 public static class Public { class in class:Test6788531
45 static class Private extends Public {
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest8013416.java6 * under the terms of the GNU General Public License version 2 only, as
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 * You should have received a copy of the GNU General Public License version
46 Public<String, String> map = new Public<String, String>();
55 encoder.setPersistenceDelegate(Public.class, new PublicPersistenceDelegate());
68 Public<String, String> map = (Public) oldInstance;
76 public static final class Public<K, V> extends Private<K, V> { class in class:Test8013416
/openjdk7/jdk/test/java/beans/EventHandler/
H A DTest6788531.java6 * under the terms of the GNU General Public License version 2 only, as
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 * You should have received a copy of the GNU General Public License version
43 public static class Public { class in class:Test6788531
49 static class Private extends Public {
/openjdk7/hotspot/agent/make/
H A Dstart-debug-server-windbg.bat7 REM under the terms of the GNU General Public License version 2 only, as
12 REM FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 REM You should have received a copy of the GNU General Public License version
H A Dstart-debug-server-windbg64.bat7 REM under the terms of the GNU General Public License version 2 only, as
12 REM FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 REM You should have received a copy of the GNU General Public License version
H A Dstart-rmiregistry.bat7 REM under the terms of the GNU General Public License version 2 only, as
12 REM FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 REM You should have received a copy of the GNU General Public License version
H A Dsaenv.bat7 REM under the terms of the GNU General Public License version 2 only, as
12 REM FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 REM You should have received a copy of the GNU General Public License version
H A Dsaenv64.bat7 REM under the terms of the GNU General Public License version 2 only, as
12 REM FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 REM You should have received a copy of the GNU General Public License version
/openjdk7/hotspot/agent/src/scripts/
H A Dstart-debug-server.bat8 REM under the terms of the GNU General Public License version 2 only, as
13 REM FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 REM You should have received a copy of the GNU General Public License version
H A Dstart-rmiregistry.bat8 REM under the terms of the GNU General Public License version 2 only, as
13 REM FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 REM You should have received a copy of the GNU General Public License version
/openjdk7/hotspot/make/windows/
H A Dcross_build.bat7 REM under the terms of the GNU General Public License version 2 only, as
12 REM FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 REM You should have received a copy of the GNU General Public License version
H A Dbuild.bat7 REM under the terms of the GNU General Public License version 2 only, as
12 REM FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 REM You should have received a copy of the GNU General Public License version
H A Dcreate.bat7 REM under the terms of the GNU General Public License version 2 only, as
12 REM FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 REM You should have received a copy of the GNU General Public License version
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dlinux_sparc.s6 # under the terms of the GNU General Public License version 2 only, as
11 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 # You should have received a copy of the GNU General Public License version
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dsolaris_sparc.s6 !! under the terms of the GNU General Public License version 2 only, as
11 !! FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 !! You should have received a copy of the GNU General Public License version
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_64.s6 / under the terms of the GNU General Public License version 2 only, as
11 / FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 / You should have received a copy of the GNU General Public License version
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageCopy_blk.s8 ! under the terms of the GNU General Public License version 2 only, as
15 ! FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
19 ! You should have received a copy of the GNU General Public License version
/openjdk7/jdk/src/macosx/native/jobjc/src/core/
H A DPrimitiveCoder.hs9 * under the terms of the GNU General Public License version 2 only, as
16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
20 * You should have received a copy of the GNU General Public License version
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s6 # under the terms of the GNU General Public License version 2 only, as
11 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 # You should have received a copy of the GNU General Public License version
H A Dbsd_x86_32.s6 # under the terms of the GNU General Public License version 2 only, as
11 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 # You should have received a copy of the GNU General Public License version
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s6 # under the terms of the GNU General Public License version 2 only, as
11 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 # You should have received a copy of the GNU General Public License version
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DValueGen.java6 * under the terms of the GNU General Public License version 2 only, as
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 * You should have received a copy of the GNU General Public License version
76 * Public zero-argument constructor.
312 if (member.modifier == InterfaceState.Public)
495 (valueMember.modifier == InterfaceState.Public ?
H A DValueGen24.java6 * under the terms of the GNU General Public License version 2 only, as
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 * You should have received a copy of the GNU General Public License version
69 * Public zero-argument constructor.
238 if (member.modifier == InterfaceState.Public)

Completed in 341 milliseconds

12