Searched refs:use (Results 26 - 50 of 123) sorted by relevance

12345

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_sv.properties37 # For internal use
60 # Ideally, we should only use the following error keys, not the ones under
121 src-attribute.2 = src-attribute.2: Egenskapen ''default'' finns med i attributet ''{0}'', vilket inneb\u00E4r att v\u00E4rdet f\u00F6r ''use'' m\u00E5ste vara ''optional''.
199 derivation-ok-restriction.2.1.1 = derivation-ok-restriction.2.1.1: Ett fel intr\u00E4ffade f\u00F6r typ ''{0}''. Attributanv\u00E4ndning ''{1}'' i denna typ har ''use''-v\u00E4rdet ''{2}'' vilket inte \u00E4r konsekvent med v\u00E4rdet f\u00F6r ''required'' i matchande attributanv\u00E4ndning i bastypen.
H A DXMLSchemaMessages_es.properties37 # For internal use
60 # Ideally, we should only use the following error keys, not the ones under
121 src-attribute.2 = src-attribute.2: : La propiedad ''default'' est\u00E1 presente en el atributo ''{0}'', por lo que el valor de ''use'' debe ser ''optional''.
199 derivation-ok-restriction.2.1.1 = derivation-ok-restriction.2.1.1: Error para el tipo ''{0}''. El uso de atributo ''{1}'' en este tipo tiene un valor ''use'' de ''{2}'', que es incoherente con el valor de ''required'' en un uso de atributo coincidente del tipo base.
H A DXMLSchemaMessages_ko.properties37 # For internal use
60 # Ideally, we should only use the following error keys, not the ones under
121 src-attribute.2 = src-attribute.2: ''default'' \uC18D\uC131\uC774 ''{0}'' \uC18D\uC131\uC5D0 \uC874\uC7AC\uD558\uBBC0\uB85C ''use'' \uAC12\uC740 ''optional''\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4.
199 derivation-ok-restriction.2.1.1 = derivation-ok-restriction.2.1.1: ''{0}'' \uC720\uD615\uC5D0 \uB300\uD574 \uC624\uB958\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4. \uC774 \uC720\uD615\uC758 \uC18D\uC131 \uC0AC\uC6A9 ''{1}''\uC5D0 \uB300\uD55C ''use'' \uAC12\uC774 ''{2}''\uC785\uB2C8\uB2E4. \uC774\uB294 \uAE30\uBCF8 \uC720\uD615\uC758 \uC77C\uCE58\uD558\uB294 \uC18D\uC131 \uC0AC\uC6A9\uC5D0 \uB300\uD55C \uAC12\uC778 ''required''\uC640 \uB2E4\uB985\uB2C8\uB2E4.
H A DXMLSchemaMessages_zh_CN.properties37 # For internal use
60 # Ideally, we should only use the following error keys, not the ones under
121 src-attribute.2 = src-attribute.2: \u5C5E\u6027 ''{0}'' \u4E2D\u5B58\u5728\u7279\u6027 ''default'', \u56E0\u6B64 ''use'' \u7684\u503C\u5FC5\u987B\u4E3A ''optional''\u3002
199 derivation-ok-restriction.2.1.1 = derivation-ok-restriction.2.1.1: \u7C7B\u578B ''{0}'' \u9519\u8BEF\u3002\u6B64\u7C7B\u578B\u4E2D\u7684\u5C5E\u6027\u7528\u6CD5 ''{1}'' \u5177\u6709 ''{2}'' \u7684 ''use'' \u503C, \u8FD9\u4E0E\u57FA\u7C7B\u578B\u4E2D\u7684\u5339\u914D\u5C5E\u6027\u7528\u6CD5\u7684 ''required'' \u503C\u4E0D\u4E00\u81F4\u3002
H A DXMLSchemaMessages_zh_TW.properties37 # For internal use
60 # Ideally, we should only use the following error keys, not the ones under
121 src-attribute.2 = src-attribute.2: : \u5C6C\u6027 ''default'' \u51FA\u73FE\u5728\u5C6C\u6027 ''{0}'' \u4E2D\uFF0C\u56E0\u6B64 ''use'' \u7684\u503C\u5FC5\u9808\u662F ''optional''\u3002
199 derivation-ok-restriction.2.1.1 = derivation-ok-restriction.2.1.1: \u985E\u578B ''{0}'' \u7684\u932F\u8AA4\u3002\u6B64\u985E\u578B\u4E2D\u4F7F\u7528 ''{1}'' \u7684\u5C6C\u6027\u5177\u6709 ''use'' \u503C\u7684 ''{2}''\uFF0C\u9019\u8207\u57FA\u790E\u985E\u578B\u4E2D\u4F7F\u7528\u7B26\u5408\u5C6C\u6027\u7684 ''required'' \u503C\u4E0D\u4E00\u81F4\u3002
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/ct/
H A DFreshComplexTypeBuilder.java63 TypeUse use = simpleTypeBuilder.build(st);
67 CPropertyInfo p = prop.createValueProperty("Value",false,ct,use, BGMBuilder.getName(st));
/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.cpp47 // Replace any references to "oldref" in inputs to "use" with "newref".
50 int PhaseMacroExpand::replace_input(Node *use, Node *oldref, Node *newref) { argument
52 uint req = use->req();
53 for (uint j = 0; j < use->len(); j++) {
54 Node *uin = use->in(j);
57 use->set_req(j, newref);
59 use->set_prec(j, newref);
593 Node* use = res->fast_out(j); local
595 if (use->is_AddP()) {
596 const TypePtr* addp_type = _igvn.type(use)
856 Node *use = res->last_out(j); local
896 Node *use = _resproj->last_out(j); local
1441 Node *use = _memproj_fallthrough->fast_out(i); local
1456 Node *use = _memproj_catchall->fast_out(i); local
1473 Node *use = _ioproj_fallthrough->fast_out(i); local
1488 Node *use = _ioproj_catchall->fast_out(i); local
[all...]
H A Dgcm.cpp76 Node* use = n->fast_out(i); local
77 if (use->is_Proj()) {
78 Block* buse = _bbs[use->_idx];
81 buse->find_remove(use); // Remove from wrong block
82 _bbs.map(use->_idx, b); // Re-insert in this block
83 b->add_inst(use);
90 // Nodes that have is_block_proj() nodes as their control need to use
224 // to root and nodes that use is_block_proj() nodes should be attached
312 // We are placing a definition, and have been given a def->use edge.
313 // The definition must dominate the use, s
316 raise_LCA_above_use(Block* LCA, Node* use, Node* def, Block_Array &bbs) argument
816 Node *use = n->is_Proj() ? n->in(0) : n; local
932 latency_from_use(Node *n, const Node *def, Node *use) argument
1176 Node* use = self->fast_out(i); local
[all...]
H A Dreg_split.cpp42 // point between LRP and HRP. Uses in the HRP region will use the spilled
45 // will use that new Def until another HRP region is encountered. Defs in
66 // not cover the input (or output), use the input (or output) mask instead.
67 Node *PhaseChaitin::get_spillcopy_wide( Node *def, Node *use, uint uidx ) { argument
82 const RegMask *o_mask = use ? &use->in_RegMask(uidx) : w_mask;
89 ((num_regs == 1) // Single use or aligned
98 // Does the ideal-reg-mask overlap with o_mask? I.e., can I use
160 // (The implicit_null_check function ensures the use is also dominated
192 uint PhaseChaitin::split_USE( Node *def, Block *b, Node *use, uin argument
1199 Node *use = n->in(copyidx); local
[all...]
H A DloopPredicate.cpp212 Node* use = rgn->fast_out(i); local
213 if (use->is_Phi() && use->outcnt() > 0) {
214 assert(use->in(0) == rgn, "");
215 _igvn.rehash_node_delayed(use);
216 use->add_req(use->in(proj_index));
284 Node* use = rgn->fast_out(i); local
285 if (use->is_Phi() && use
464 visit(Node* use, Node* n) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/legacy/connection/
H A DREADME.txt39 type/host/port it will use the existing connection. Otherwise it will
73 how to use the multiple server port APIs is found in
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DBindBlue.java75 public void attributeUse(XSAttributeUse use) { argument
H A DBindYellow.java77 public void attributeUse(XSAttributeUse use) { argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DAdapter.java73 TypeT baseClass = nav.getBaseClass(nav.use(adapterType), nav.asDecl(XmlAdapter.class));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/visitor/
H A DXSFunction.java52 T attributeUse( XSAttributeUse use );
H A DXSVisitor.java48 void attributeUse( XSAttributeUse use );
/openjdk7/jdk/test/java/net/ProxySelector/
H A DNullArguments.java49 } catch (java.net.URISyntaxException use) {
/openjdk7/jdk/src/share/back/
H A Dutil.h38 #define free(p) Do not use this interface.
40 #define malloc(p) Do not use this interface.
42 #define calloc(p) Do not use this interface.
44 #define realloc(p) Do not use this interface.
46 #define strdup(p) Do not use this interface.
174 * (Done this way so that compiler allows it's use as a jvmtiError)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/util/
H A DSchemaWriter.java190 public void attributeUse( XSAttributeUse use ) {
191 XSAttributeDecl decl = use.getDecl();
195 if(use.isRequired())
196 additionalAtts += " use=\"required\"";
197 if(use.getFixedValue()!=null && use.getDecl().getFixedValue()==null)
198 additionalAtts += " fixed=\""+use.getFixedValue()+'\"';
199 if(use.getDefaultValue()!=null && use.getDecl().getDefaultValue()==null)
200 additionalAtts += " default=\""+use
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/util/
H A DComponentNameFunction.java86 public String attributeUse(XSAttributeUse use) { argument
88 return nameGetter.attributeUse( use );
H A DXSFunctionFilter.java81 public T attributeUse(XSAttributeUse use) { argument
82 return core.attributeUse(use);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A DREADME.txt4 * Redistribution and use in source and binary forms, with or without
104 The heap=dump seems to use memory like crazy, but that's
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/pool/
H A DConnections.java191 d("get(): use ", conn);
204 td("Create and use ", conn, factory);
316 * and leave indicator so that any in-use connections will be closed upon
321 closed = true; // Close in-use connections when they are returned
328 long use = 0;
337 use += entry.getUseCount();
350 return "size=" + len + "; use=" + use + "; busy=" + busy
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/relaxng/
H A DRELAXNGCompiler.java197 TypeUse use = lib.get(vp.getType());
198 if(use instanceof CNonElement)
199 base = (CNonElement)use;
H A DTypeUseBinder.java90 TypeUse use = lib.get(type);
91 if(use!=null)
92 return use;

Completed in 132 milliseconds

12345