Searched refs:PUBLIC (Results 26 - 50 of 106) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DEntity.java113 entityTypes.put("PUBLIC", Integer.valueOf(PUBLIC));
128 * Valid entity types are: "PUBLIC", "CDATA", "SDATA", "PI",
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DExpressionParserConstants.java78 int PUBLIC = 43; field in interface:ExpressionParserConstants
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/
H A DImplStructureStrategy.java69 JMod.PUBLIC|(parent.isPackage()?0:JMod.STATIC)|(bean.isAbstract()?JMod.ABSTRACT:0),
93 implMethod = impl.method( JMod.PUBLIC, returnType, methodName );
125 JMod.PUBLIC|(parent.isPackage()?0:JMod.STATIC)|(bean.isAbstract()?JMod.ABSTRACT:0),
164 implMethod = impl.method( JMod.PUBLIC, returnType, methodName );
H A DObjectFactoryGeneratorImpl.java129 JMethod m1 = objectFactory.constructor(JMod.PUBLIC);
206 m = objectFactory.method( JMod.PUBLIC, exposedElementType, "create" + ei.getSqueezedName() );
300 JMod.PUBLIC, sigType, "create" + cc.target.getSqueezedName() );
315 cc.implClass.constructor(JMod.PUBLIC);
336 JMethod m = objectFactory.method( JMod.PUBLIC,
354 JMethod c = cc.implClass.constructor(JMod.PUBLIC);
H A DElementOutlineImpl.java80 JMethod cons = implClass.constructor(JMod.PUBLIC);
88 JMethod noArgCons = implClass.constructor(JMod.PUBLIC);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSymtab.java203 PUBLIC, names.fromString(name), type, rootPackage));
221 PUBLIC | STATIC | FINAL,
298 sym.flags_field |= (PUBLIC | INTERFACE);
315 sym.flags_field |= PUBLIC;
319 new MethodSymbol(PUBLIC | STATIC,
326 new MethodSymbol(PUBLIC,
372 errSymbol = new ClassSymbol(PUBLIC|STATIC|ACYCLIC, names.any, null, rootPackage);
375 unknownSymbol = new ClassSymbol(PUBLIC|STATIC|ACYCLIC, names.fromString("<any?>"), null, rootPackage);
394 arrayClass = new ClassSymbol(PUBLIC|ACYCLIC, names.Array, noSymbol);
397 boundClass = new ClassSymbol(PUBLIC|ACYCLI
[all...]
/openjdk7/jdk/src/share/classes/sun/security/ec/
H A DECPublicKeyImpl.java116 return new KeyRep(KeyRep.Type.PUBLIC,
/openjdk7/jdk/src/share/classes/sun/invoke/util/
H A DVerifyAccess.java42 private static final int ALL_ACCESS_MODES = (PUBLIC|PRIVATE|PROTECTED|PACKAGE_ONLY);
90 assert((allowedModes & PUBLIC) != 0 &&
112 case PUBLIC:
160 assert((allowedModes & PUBLIC) != 0 &&
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/generator/
H A DServiceGenerator.java140 JMethod constructor1 = cls.constructor(JMod.PUBLIC);
147 JMethod constructor2 = cls.constructor(JMod.PUBLIC);
156 JMethod constructor3 = cls.constructor(JMod.PUBLIC);
165 JMethod constructor4 = cls.constructor(JMod.PUBLIC);
174 JMethod constructor5 = cls.constructor(JMod.PUBLIC);
182 JMethod constructor6 = cls.constructor(JMod.PUBLIC);
231 JMethod m = cls.method(JMod.PUBLIC, retType, port.getPortGetter());
352 JMethod m = cls.method(JMod.PUBLIC, retType, portGetter);
H A DCustomExceptionGenerator.java132 JMethod constrc1 = cls.constructor(JMod.PUBLIC);
143 JMethod constrc2 = cls.constructor(JMod.PUBLIC);
156 JMethod fim = cls.method(JMod.PUBLIC, faultBean, "getFaultInfo");
/openjdk7/jdk/src/share/classes/sun/reflect/misc/
H A DReflectUtil.java63 mods = mods | Modifier.PUBLIC;
77 mods = mods & (~Modifier.PUBLIC);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJPackage.java182 return _class( JMod.PUBLIC, name );
224 return _interface(JMod.PUBLIC, name);
238 return _class (JMod.PUBLIC,name,ClassType.ANNOTATION_TYPE_DECL);
252 return _class (JMod.PUBLIC,name,ClassType.ENUM);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DConstField.java71 $ref = outline.ref.field(JMod.PUBLIC|JMod.STATIC|JMod.FINAL,
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DRSAPublicKey.java171 return new KeyRep(KeyRep.Type.PUBLIC,
/openjdk7/jdk/src/share/classes/sun/security/rsa/
H A DRSAPublicKeyImpl.java130 return new KeyRep(KeyRep.Type.PUBLIC,
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DArrayTypeImpl.java175 * VMModifiers.FINAL | VMModifiers.PUBLIC
182 return VMModifiers.FINAL | VMModifiers.PUBLIC;
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DArrayTypeImpl.java166 * VMModifiers.FINAL | VMModifiers.PUBLIC
173 modifiers = VMModifiers.FINAL | VMModifiers.PUBLIC;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DToken.java79 PUBLIC("public"), enum constant in enum:Token
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DStart.java67 private long defaultFilter = PUBLIC | PROTECTED;
269 setFilter(PUBLIC | PROTECTED |
273 setFilter(PUBLIC | PROTECTED );
276 setFilter(PUBLIC);
/openjdk7/jdk/src/share/classes/java/lang/
H A DClass.java313 * s.checkMemberAccess(this, Member.PUBLIC)} denies
330 checkMemberAccess(Member.PUBLIC, Reflection.getCallerClass(), false);
1310 * s.checkMemberAccess(this, Member.PUBLIC)} method
1328 checkMemberAccess(Member.PUBLIC, Reflection.getCallerClass(), false);
1386 * s.checkMemberAccess(this, Member.PUBLIC)} denies
1404 checkMemberAccess(Member.PUBLIC, Reflection.getCallerClass(), true);
1438 * s.checkMemberAccess(this, Member.PUBLIC)} denies
1456 checkMemberAccess(Member.PUBLIC, Reflection.getCallerClass(), true);
1488 * s.checkMemberAccess(this, Member.PUBLIC)} denies
1506 checkMemberAccess(Member.PUBLIC, Reflectio
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/bindinfo/
H A DBIUserConversion.java181 JMethod unmarshal = adapter.method(JMod.PUBLIC, inMemoryType, "unmarshal");
208 JMethod marshal = adapter.method(JMod.PUBLIC, String.class, "marshal");
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/
H A DDeclarationImpl.java157 if (0 != (flags & Flags.PUBLIC)) modifiers.add(PUBLIC);
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Key.java67 private final static String PUBLIC = "public"; field in class:P11Key
71 // type of key, one of (PUBLIC, PRIVATE, SECRET)
190 type = KeyRep.Type.PUBLIC;
225 return type == PUBLIC;
636 super(PUBLIC, session, keyID, algorithm, keyLength, attributes);
689 super(PUBLIC, session, keyID, algorithm, keyLength, attributes);
873 super(PUBLIC, session, keyID, algorithm, keyLength, attributes);
995 super(PUBLIC, session, keyID, algorithm, keyLength, attributes);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/readers/
H A DXCatalogReader.java127 entryType = catalog.PUBLIC;
/openjdk7/jdk/make/tools/src/build/tools/dtdbuilder/
H A DDTDInputStream.java189 if ((ent.type & Entity.PUBLIC) != 0) {

Completed in 95 milliseconds

12345