Searched refs:anonymous (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/test/sun/security/jgss/
H A DCtorTests2.java41 GSSName name = manager.createName("anonymous", GSSName.NT_ANONYMOUS);
42 boolean anonymous = name.isAnonymous();
43 if (anonymous == false) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DDeclarationImpl.java42 this.anonymous = _anonymous;
51 private final boolean anonymous; field in class:DeclarationImpl
53 public boolean isAnonymous() { return anonymous; }
/openjdk7/jdk/test/java/lang/reflect/Constructor/
H A DTestParameterAnnotations.java70 Object anonymous = new Object() {public String toString(){return "Anonymous";}};
83 visitCtorParameterAnnotations(anonymous.getClass());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLBoundOperationImpl.java69 private ANONYMOUS anonymous; field in class:WSDLBoundOperationImpl
428 public void setAnonymous(ANONYMOUS anonymous) { argument
429 this.anonymous = anonymous;
436 return anonymous;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_it.properties135 src-element.3 = src-element.3: l''elemento "{0}" ha sia un attributo ''type'' che un elemento figlio "anonymous type". \u00C8 consentito uno solo di questi valori per un elemento.
H A DXMLSchemaMessages_ja.properties135 src-element.3 = src-element.3: \u8981\u7D20''{0}''\u306B''type''\u5C5E\u6027\u3068\u5B50''anonymous type''\u306E\u4E21\u65B9\u304C\u542B\u307E\u308C\u3066\u3044\u307E\u3059\u3002\u8981\u7D20\u306B\u306F\u3053\u308C\u3089\u306E\u3046\u3061\u3044\u305A\u308C\u304B\u4E00\u65B9\u306E\u307F\u3092\u4F7F\u7528\u3067\u304D\u307E\u3059\u3002
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DInterceptorList.java115 boolean anonymous = interceptorName.equals( "" );
119 // If this is not an anonymous interceptor,
121 if( !anonymous ) {
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_util.h246 Boolean anonymous; /* Do we have exclusive rights to this XIC. */ member in struct:_XmImXICRec
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DLogger.java48 * "anonymous" Loggers that are not stored in the Logger namespace.
184 private boolean anonymous; field in class:Logger
252 * or javax.swing. It may be null for anonymous Loggers.
301 if (!anonymous) {
475 * Create an anonymous Logger. The newly created Logger is not
480 * Because the resulting Logger is anonymous it can be kept private
484 * a setLevel or an addHandler on an anonymous Logger.
486 * Even although the new logger is anonymous, it is configured
499 * Create an anonymous Logger. The newly created Logger is not
504 * Because the resulting Logger is anonymous i
[all...]
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java2924 * created with anonymous true then it is a pure group and should not
2927 private Node createGroup(boolean anonymous) { argument
2930 if (!anonymous)
2934 if (!anonymous && groupIndex < 10)

Completed in 113 milliseconds