Searched refs:uses (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DEphemeralKeyManager.java96 private int uses; field in class:EphemeralKeyManager.EphemeralKeyPair
108 return (keyPair != null) && (uses < MAX_USE)
120 uses++;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DComplexTypeImpl.java247 Map<UName,XSAttributeUse> uses = new HashMap<UName, XSAttributeUse>();
249 uses.put(new UName(a.getDecl()),a);
251 uses.keySet().removeAll(prohibitedAtts);
254 uses.put(new UName(a.getDecl()),a);
256 return uses.values();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSAttributeGroupDecl.java50 // number of attribute uses included by this attribute group
52 // attribute uses included by this attribute group
130 XSAttributeUseImpl[] uses = new XSAttributeUseImpl[fAttrUseNum];
133 uses[count++] = fAttributeUses[i];
136 fAttributeUses = uses;
325 // reset attribute uses
361 * {attribute uses} A set of attribute uses.
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLScanner.java56 * component manager that uses it:
384 * <strong>Note:</strong> This method uses fString, anything in it
560 * <strong>Note:</strong> This method uses fStringBuffer2, anything in it
661 //Earlier:This method uses the fStringBuffer and later buffer values are set to
718 * <strong>Note:</strong> This method uses fString, anything in it
768 * <strong>Note:</strong> This method uses fStringBuffer2, anything in it
983 * <strong>Note:</strong> This method uses fString and fStringBuffer,
1064 * <strong>Note:</strong> This method uses fStringBuffer, anything in it at
1186 * <strong>Note:</strong> This method uses fStringBuffer, anything in it
/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp695 // The convention the interpreter uses is that the second local
765 // The convention the interpreter uses is that the second local
784 // The convention the interpreter uses is that the second local
2114 // If this does not have uses then schedule it
2337 // uses outside the current basic block. As we are doing a backwards walk,
2341 // the available list to the set of instructions that have no uses within this
2374 // Account for all uses
2394 tty->print("# uses: %3d: ", _uses[n->_idx]);
2511 // in the block that have no uses within the block.
2709 Node *uses local
[all...]
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s25 # Darwin uses _ prefixed global symbols
H A Dbsd_x86_32.s26 # Darwin uses _ prefixed global symbols
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES138 in pngconf.h) - if nobody uses this, it may disappear in the future.
528 Split makefile.win32vc into two versions, makefile.vcawin32 (uses MMX
1192 Revised png_zalloc() so zlib handles errors (uses PNG_FLAG_MALLOC_NULL_MEM_OK)
2846 __stdcall is no longer needed for Visual Basic, so libpng-1.5.0 uses
2932 uses setjmp/longjmp, it shows how error handling can be implemented
3246 symbol file preprocessing now uses -DPNG_NO_USE_READ_MACROS even when
3482 needed for other uses.
3525 identified. sCAL uses these to be strictly spec conformant.
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_de.properties80 cvc-complex-type.5.2 = cvc-complex-type.5.2: In Element "{0}" ist Attribut "{1}" ein Platzhalter. Es ist aber bereits ein Attribut "{2}" vorhanden, das von einer ID unter den "{''attribute uses''}" abgeleitet wurde.
H A DXMLSchemaMessages_ja.properties80 cvc-complex-type.5.2 = cvc-complex-type.5.2: \u8981\u7D20''{0}''\u3067\u306F\u5C5E\u6027''{1}''\u304CWild ID\u3067\u3059\u304C\u3001ID\u304B\u3089\u5C0E\u51FA\u3055\u308C\u305F\u5C5E\u6027''{2}''\u304C''{''attribute uses''}''\u306B\u3059\u3067\u306B\u5B58\u5728\u3057\u3066\u3044\u307E\u3059\u3002
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp1186 if (!VM_Version::is_P6() && !from_addr.uses(dest->as_register())) {
1292 if (VM_Version::is_P6() || from_addr.uses(dest_reg)) {
1305 if (VM_Version::is_P6() || from_addr.uses(dest_reg)) {
1315 if (VM_Version::is_P6() || from_addr.uses(dest_reg)) {
3724 // QQQ sparc TSO uses this,
3773 assert(data == dest, "xchg/xadd uses only 2 operands");
H A Dassembler_x86.cpp7979 if (LP64_ONLY(true || ) VM_Version::is_P6() || src.uses(dst)) {
7995 if (LP64_ONLY(true ||) VM_Version::is_P6() || src.uses(dst)) {
9547 // The repne_scan instruction uses fixed registers, which we must spill.
9760 if (addr.uses(rsp)) {
10251 assert(!dst.uses(src), "not enough registers");
10268 assert(!src2.uses(rsp), "can't push");
10586 // This method uses pcmpestri inxtruction with bound registers
10747 // This method uses pcmpestri inxtruction with bound registers
H A Dassembler_x86.hpp293 bool uses(Register reg) const { return _base == reg || _index == reg; } function in class:VALUE_OBJ_CLASS_SPEC
2296 // Simplified, combined version, good for typical uses.
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp146 REGISTER_DECLARATION(Register, Lscratch , L5); // C1 uses
147 REGISTER_DECLARATION(Register, Lscratch2 , L6); // C1 uses
319 bool uses(Register reg) const { return base() == reg || (has_index() && index() == reg); } function in class:VALUE_OBJ_CLASS_SPEC
2391 inline void set_oop (jobject obj, Register d); // uses allocate_oop_address
2392 inline void set_oop_constant (jobject obj, Register d); // uses constant_oop_address
2573 // Simplified, combined version, good for typical uses.

Completed in 176 milliseconds