Searched defs:size (Results 201 - 225 of 1126) sorted by relevance

1234567891011>>

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DStringListImpl.java56 fLength = (v == null) ? 0 : v.size();
131 public int size() { method in class:StringListImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DSymbolHash.java39 /** Default table size. */
56 /** Constructs a key table with the default size. */
62 * Constructs a key table with a given size.
64 * @param size the size of the key table.
66 public SymbolHash(int size) { argument
67 fTableSize = size;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DSerializerTraceWriter.java59 /** The size of the internal buffer, just to keep too many
79 * @param size
81 private void setBufferSize(int size) argument
83 buf = new byte[size + 3];
84 buf_length = size;
230 /* If the request length exceeds the size of the output buffer,
291 /* If the request length exceeds the size of the output buffer,
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DBoolStack.java45 /** Array size allocated */
53 * block size is very small, for small lists.
61 * Construct a IntVector, using the given block size.
63 * @param size array size to allocate
65 public BoolStack(int size) argument
68 m_allocatedSize = size;
69 m_values = new boolean[size];
78 public final int size() method in class:BoolStack
192 * Grows the size o
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DBoolStack.java36 /** Array size allocated */
44 * block size is very small, for small lists.
52 * Construct a IntVector, using the given block size.
54 * @param size array size to allocate
56 public BoolStack(int size) argument
59 m_allocatedSize = size;
60 m_values = new boolean[size];
69 public final int size() method in class:BoolStack
183 * Grows the size o
[all...]
H A DStringToStringTableVector.java47 * block size is very small, for small lists.
58 * Construct a StringToStringTableVector, using the given block size.
85 public final int size() method in class:StringToStringTableVector
H A DStringVector.java48 * block size is very small, for small lists.
59 * Construct a StringVector, using the given block size.
86 public final int size() method in class:StringVector
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DContextNodeList.java92 public int size(); method in interface:ContextNodeList
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DOpMapVector.java41 /** Position where size of array is kept */
48 * Construct a OpMapVector, using the given block size.
78 * than the current size of the vector.
103 * Reset the array to the supplied size. No checking is done.
105 * @param size The size to trim to.
107 public final void setToSize(int size) { argument
109 int newMap[] = new int[size];
113 m_mapSize = size;
/openjdk7/jaxp/src/com/sun/xml/internal/stream/util/
H A DBufferAllocator.java53 public char[] getCharBuffer(int size) { argument
54 if (size <= SMALL_SIZE_LIMIT) {
59 else if (size <= MEDIUM_SIZE_LIMIT) {
64 else if (size <= LARGE_SIZE_LIMIT) {
87 public byte[] getByteBuffer(int size) { argument
88 if (size <= SMALL_SIZE_LIMIT) {
93 else if (size <= MEDIUM_SIZE_LIMIT) {
98 else if (size <= LARGE_SIZE_LIMIT) {
/openjdk7/jaxp/src/com/sun/xml/internal/stream/writers/
H A DXMLWriter.java41 * <code>size</code> specified. Unless <code>flush</code> is called, it guarantees that
42 * data in chunks of size equal to or more than <code>size</code> specified will be written.
53 private int size ; field in class:XMLWriter
54 //keep the size of internal buffer more than 'size' required to avoid resizing
70 * <code>size</code> specified.
72 public XMLWriter(Writer writer, int size){ argument
74 this.size = size;
224 setWriter(Writer writer, int size) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DNVListImpl.java58 public NVListImpl(ORB orb, int size) argument
62 // Note: the size arg is only a hint of the size of the NVList.
63 _namedValues = new Vector(size);
69 return _namedValues.size();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DEncapsInputStream.java65 int size, boolean littleEndian,
67 super(orb, ByteBuffer.wrap(buf), size, littleEndian,
81 int size, boolean littleEndian,
83 super(orb, byteBuffer, size, littleEndian,
97 public EncapsInputStream(org.omg.CORBA.ORB orb, byte[] data, int size) argument
99 this(orb, data, size, GIOPVersion.V1_2);
119 public EncapsInputStream(org.omg.CORBA.ORB orb, byte[] data, int size, GIOPVersion version) argument
121 this(orb, data, size, false, version);
132 int size,
137 size,
64 EncapsInputStream(org.omg.CORBA.ORB orb, byte[] buf, int size, boolean littleEndian, GIOPVersion version) argument
80 EncapsInputStream(org.omg.CORBA.ORB orb, ByteBuffer byteBuffer, int size, boolean littleEndian, GIOPVersion version) argument
130 EncapsInputStream(org.omg.CORBA.ORB orb, byte[] data, int size, GIOPVersion version, CodeBase codeBase) argument
[all...]
H A DTypeCodeInputStream.java73 public TypeCodeInputStream(org.omg.CORBA.ORB orb, byte[] data, int size) { argument
74 super(orb, data, size);
79 int size,
82 super(orb, data, size, littleEndian, version);
87 int size,
90 super(orb, byteBuffer, size, littleEndian, version);
128 // This is why the size of the enclosed stream needs to be substracted.
77 TypeCodeInputStream(org.omg.CORBA.ORB orb, byte[] data, int size, boolean littleEndian, GIOPVersion version) argument
85 TypeCodeInputStream(org.omg.CORBA.ORB orb, ByteBuffer byteBuffer, int size, boolean littleEndian, GIOPVersion version) argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DByteBuffer.java50 * incremented when its size becomes greater than its capacity. If
91 * has size <tt>10</tt> and its standard capacity increment is
100 * size. If the capacity of this cector is larger than its current
101 * size, then the capacity is changed to equal the size by replacing
153 public int size() { method in class:ByteBuffer
161 * no components, that is, its size is zero;
H A DFreezableList.java101 public int size() method in class:FreezableList
103 return delegate.size() ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/graph/
H A DGraphImpl.java79 public int size() method in class:GraphImpl
81 return nodeToData.keySet().size() ;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DX86ArithmeticInstruction.java37 public X86ArithmeticInstruction(String name, int operation, Operand op1, Operand op2, int size, int prefixes) { argument
38 super(name, size, prefixes);
46 public X86ArithmeticInstruction(String name, int operation, Operand op1, Operand op2, Operand op3, int size, int prefixes) { argument
47 super(name, size, prefixes);
H A DX86FPArithmeticInstruction.java36 public X86FPArithmeticInstruction(String name, int operation, Operand op1, Operand op2, int size, int prefixes) { argument
37 super(name, size, prefixes);
H A DX86GeneralInstruction.java35 public X86GeneralInstruction(String name, Operand op1, Operand op2, Operand op3, int size, int prefixes) { argument
36 super(name, size, prefixes);
42 public X86GeneralInstruction(String name, Operand op1, Operand op2, int size, int prefixes) { argument
43 this(name, op1, op2, null, size, prefixes);
46 public X86GeneralInstruction(String name, Operand op1, int size, int prefixes) { argument
47 this(name, op1, null, null, size, prefixes);
H A DX86LogicInstruction.java35 public X86LogicInstruction(String name, int operation, Operand op1, Operand op2, int size, int prefixes) { argument
36 super(name, size, prefixes);
H A DX86MoveInstruction.java34 public X86MoveInstruction(String name, X86Register rd, ImmediateOrRegister oSrc, int size, int prefixes) { argument
35 super(name, size, prefixes);
H A DX86ShiftInstruction.java34 public X86ShiftInstruction(String name, int operation, Operand operand1, ImmediateOrRegister operand2, int size, int prefixes) { argument
35 super(name, size, prefixes);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicFunctionType.java35 public BasicFunctionType(String name, int size, Type returnType) { argument
36 this(name, size, returnType, 0);
39 protected BasicFunctionType(String name, int size, Type returnType, int cvAttributes) { argument
40 super(name, size, cvAttributes);
48 public int getNumArguments() { return ((argumentTypes == null) ? 0 : argumentTypes.size()); }
H A DBasicMemberFunctionType.java37 int size,
42 this(name, size, returnType, containingClass, thisType, thisAdjust, 0);
46 int size,
52 super(name, size, returnType, cvAttributes);
36 BasicMemberFunctionType(String name, int size, Type returnType, Type containingClass, Type thisType, long thisAdjust) argument
45 BasicMemberFunctionType(String name, int size, Type returnType, Type containingClass, Type thisType, long thisAdjust, int cvAttributes) argument

Completed in 95 milliseconds

1234567891011>>