/openjdk7/jdk/test/com/sun/security/auth/login/ConfigFile/ |
H A D | IllegalURL.java | 38 use("file:" + System.getProperty("user.dir") + "/x.conf"); 39 use("file:x.conf"); 43 static void use(String f) throws Exception { method in class:IllegalURL
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/xmlschema/ |
H A D | LocalAttribute.java | 49 public LocalAttribute use(String value); method in interface:LocalAttribute
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/document/soap/ |
H A D | BodyType.java | 47 public com.sun.xml.internal.ws.wsdl.writer.document.soap.BodyType use(String value); method in interface:BodyType
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/document/soap12/ |
H A D | BodyType.java | 47 public com.sun.xml.internal.ws.wsdl.writer.document.soap12.BodyType use(String value); method in interface:BodyType
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/soap/ |
H A D | SOAPBinding.java | 42 protected Use use = Use.LITERAL; field in class:SOAPBinding 51 return use; 72 return style == Style.DOCUMENT && use == Use.LITERAL; 79 return style == Style.RPC && use == Use.LITERAL;
|
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/pool/ |
H A D | ConnectionDesc.java | 54 ConnectionDesc(PooledConnection conn, boolean use) { argument 56 if (use) {
|
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | live.cpp | 36 // Compute live-in/live-out. We use a totally incremental algorithm. The LIVE 88 IndexSet *use = getset( b ); local 99 use->remove( r ); 106 use->insert( u ); 119 use->remove( r ); 125 add_liveout( p, use, first_pass );
|
H A D | loopUnswitch.cpp | 167 Node* use = proj->fast_out(j); local 168 if (use->Opcode() == Op_CheckCastPP && loop->is_invariant(use->in(1))) { 169 worklist.push(use); 174 Node* use = worklist.pop(); local 175 Node* nuse = use->clone(); 177 _igvn.replace_input_of(use, 1, nuse); 180 Node* use_clone = old_new[use->_idx];
|
H A D | split_if.cpp | 92 // private, per-use versions of the Cmp and Bool are made. These sink to 118 Node* use = bol->unique_out(); local 119 Node *use_c = use->is_If() ? use->in(0) : get_ctrl(use); 218 // Remove cloned-up value from optimizer; use phi instead 247 // "Spin up" the dominator tree, starting at the use site and stopping when we 277 // uses (looking for Phis). If looking for a control use, then we need 323 Node *PhaseIdealLoop::find_use_block( Node *use, Node *def, Node *old_false, Node *new_false, Node *old_true, Node *new_true ) { argument 325 if( use 371 handle_use( Node *use, Node *def, small_cache *cache, Node *region_dom, Node *new_false, Node *new_true, Node *old_false, Node *old_true ) argument 510 Node* use = phi->last_out(l); local [all...] |
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/ |
H A D | TypedAnnotationWriter.java | 48 private final JAnnotationUse use; field in class:TypedAnnotationWriter 66 public TypedAnnotationWriter(Class<A> annotation, Class<W> writer, JAnnotationUse use) { argument 69 this.use = use; 73 return use; 109 r,method.getReturnType(),use.annotationParam(name,r)).createProxy(); 122 use.param(name,targ); 133 use.param(name,(String)arg); 137 use.param(name,(Boolean)arg); 141 use [all...] |
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/ |
H A D | SOAPExtensionHandler.java | 199 String use = XmlUtil.getAttributeOrNull(e, Constants.ATTR_USE); 200 if (use != null) { 201 if (use.equals(Constants.ATTRVALUE_LITERAL)) { 203 } else if (use.equals(Constants.ATTRVALUE_ENCODED)) { 209 use); 248 String use = XmlUtil.getAttributeOrNull(e, Constants.ATTR_USE); 249 if (use != null) { 250 if (use.equals(Constants.ATTRVALUE_LITERAL)) { 252 } else if (use.equals(Constants.ATTRVALUE_ENCODED)) { 255 Util.fail("parsing.invalidAttributeValue", Constants.ATTR_USE, use); 297 handleHeaderFaultElement(Element e, TWSDLParserContextImpl context, SOAPHeader header, String use, Element e2) argument [all...] |
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/ |
H A D | BindBlue.java | 75 public void attributeUse(XSAttributeUse use) { argument
|
H A D | BindGreen.java | 127 public void attributeUse(XSAttributeUse use) { argument 128 // attribute use always maps to a property
|
H A D | BindPurple.java | 62 * Attribute use always becomes a property. 64 public void attributeUse(XSAttributeUse use) { argument 65 boolean hasFixedValue = use.getFixedValue()!=null; 66 BIProperty pc = BIProperty.getCustomization(use); 70 TypeUse attType = bindAttDecl(use.getDecl()); 72 CPropertyInfo prop = pc.createAttributeProperty( use, attType ); 75 prop.defaultValue = CDefaultValue.create(attType,use.getFixedValue()); 82 if(use.getDefaultValue()!=null) { 83 // this attribute use has a default value. 86 prop.defaultValue = CDefaultValue.create(attType,use [all...] |
H A D | BindYellow.java | 77 public void attributeUse(XSAttributeUse use) { argument
|
H A D | DefaultClassBinder.java | 316 public CClassInfo attributeUse(XSAttributeUse use) { argument 425 // use this as biclass for current component
|
H A D | RefererFinder.java | 133 public void attributeUse(XSAttributeUse use) {} argument
|
H A D | UnusedCustomizationChecker.java | 67 * Since we scan the whole content tree, we use this to check for unused 69 * common, use the visitors so that we don't have to mix everything in one class. 163 public void attributeUse(XSAttributeUse use) { argument 164 if(check(use)) 165 use.getDecl().visit(this);
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/util/ |
H A D | ComponentNameFunction.java | 86 public String attributeUse(XSAttributeUse use) { argument 88 return nameGetter.attributeUse( use );
|
H A D | NameGetter.java | 94 public String attributeUse(XSAttributeUse use) { argument
|
H A D | XSFinder.java | 93 public Boolean attributeUse(XSAttributeUse use) { argument
|
H A D | XSFunctionFilter.java | 81 public T attributeUse(XSAttributeUse use) { argument 82 return core.attributeUse(use);
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/ |
H A D | attributeUses.java | 46 private String use; field in class:attributeUses 100 if("prohibited".equals(use)) 107 "required".equals(use))); 132 use=null; 226 if(($ai = $runtime.getAttributeIndex("","use"))>=0) { 396 if(($ai = $runtime.getAttributeIndex("","use"))>=0) { 558 if(($__uri.equals("") && $__local.equals("use"))) { 636 if(($__uri.equals("") && $__local.equals("use"))) { 828 if(($ai = $runtime.getAttributeIndex("","use"))>=0) { 892 use [all...] |
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/ |
H A D | AbstractAxisImpl.java | 114 public Iterator<T> attributeUse(XSAttributeUse use) { argument
|
/openjdk7/jdk/test/sun/management/windows/ |
H A D | revokeall.c | 147 SID_NAME_USE use; local 153 if (LookupAccountSid(NULL, sid, name, &nameLen, domain, &domainLen, &use)) { 217 * Relative path so use current directory
|