Searched refs:resize (Results 1 - 25 of 90) sorted by relevance

1234

/openjdk7/jdk/src/share/classes/sun/reflect/
H A DByteVectorImpl.java47 resize(index);
55 resize(index);
63 resize(pos);
80 private void resize(int minSize) { method in class:ByteVectorImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSDeclarationPool.java187 fElementDecl = resize(fElementDecl, fElementDecl.length * 2);
196 private static XSElementDecl[][] resize(XSElementDecl array[][], int newsize) { method in class:XSDeclarationPool
204 fParticleDecl = resize(fParticleDecl, fParticleDecl.length * 2);
215 fModelGroup = resize(fModelGroup, fModelGroup.length * 2);
224 private static XSParticleDecl[][] resize(XSParticleDecl array[][], int newsize) { method in class:XSDeclarationPool
230 private static XSModelGroupImpl[][] resize(XSModelGroupImpl array[][], int newsize) { method in class:XSDeclarationPool
238 fAttrDecl = resize(fAttrDecl, fAttrDecl.length * 2);
247 private static XSAttributeDecl[][] resize(XSAttributeDecl array[][], int newsize) { method in class:XSDeclarationPool
255 fAttributeUse = resize(fAttributeUse, fAttributeUse.length * 2);
264 private static XSAttributeUseImpl[][] resize(XSAttributeUseImp method in class:XSDeclarationPool
281 private static XSSimpleTypeDecl[][] resize(XSSimpleTypeDecl array[][], int newsize) { method in class:XSDeclarationPool
299 private static XSComplexTypeDecl[][] resize(XSComplexTypeDecl array[][], int newsize) { method in class:XSDeclarationPool
[all...]
H A DXSElementDecl.java112 fIDConstraints = resize(fIDConstraints, fIDCPos*2);
122 fIDConstraints = resize(fIDConstraints, fIDCPos);
127 static final IdentityConstraint[] resize(IdentityConstraint[] oldArray, int newSize) { method in class:XSElementDecl
H A DSchemaGrammar.java857 fSubGroups = resize(fSubGroups, fSubGroupCount+INC_SIZE);
1082 fComplexTypeDecls = resize(fComplexTypeDecls, fCTCount+INC_SIZE);
1083 fCTLocators = resize(fCTLocators, fCTCount+INC_SIZE);
1095 fRedefinedGroupDecls = resize(fRedefinedGroupDecls, fRGCount << 1);
1096 fRGLocators = resize(fRGLocators, fRGCount);
1108 fComplexTypeDecls = resize(fComplexTypeDecls, fCTCount);
1109 fCTLocators = resize(fCTLocators, fCTCount);
1119 fComplexTypeDecls = resize(fComplexTypeDecls, fCTCount);
1120 fCTLocators = resize(fCTLocators, fCTCount);
1130 fRedefinedGroupDecls = resize(fRedefinedGroupDecl
1313 static final XSComplexTypeDecl[] resize(XSComplexTypeDecl[] oldArray, int newSize) { method in class:SchemaGrammar
1319 static final XSGroupDecl[] resize(XSGroupDecl[] oldArray, int newSize) { method in class:SchemaGrammar
1325 static final XSElementDecl[] resize(XSElementDecl[] oldArray, int newSize) { method in class:SchemaGrammar
1331 static final SimpleLocator[] resize(SimpleLocator[] oldArray, int newSize) { method in class:SchemaGrammar
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/util/
H A DCharArrayArray.java91 resize();
97 protected final void resize() { method in class:CharArrayArray
H A DQualifiedNameArray.java96 resize();
102 protected final void resize() { method in class:QualifiedNameArray
H A DStringArray.java100 resize();
107 protected final void resize() { method in class:StringArray
H A DContiguousCharArrayArray.java161 resize();
173 resize();
193 protected final void resize() { method in class:ContiguousCharArrayArray
H A DFixedEntryStringIntMap.java44 resize(2 * _table.length);
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DasParNewGeneration.hpp87 void resize(size_t eden_size, size_t survivor_size);
/openjdk7/jdk/src/share/classes/java/applet/
H A DApplet.java213 public void resize(int width, int height) { method in class:Applet
216 super.resize(width, height);
228 public void resize(Dimension d) { method in class:Applet
229 resize(d.width, d.height);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/
H A DAttributesHolder.java149 resize(i);
173 resize(i);
186 private void resize(int length) { method in class:AttributesHolder
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_stack.c60 resize(Stack *stack) function
155 resize(stack);
/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java753 fElementDeclName = resize(fElementDeclName, fElementDeclName.length * 2);
754 fElementDeclType = resize(fElementDeclType, fElementDeclType.length * 2);
755 fElementDeclFirstAttributeDeclIndex = resize(fElementDeclFirstAttributeDeclIndex, fElementDeclFirstAttributeDeclIndex.length * 2);
756 fElementDeclLastAttributeDeclIndex = resize(fElementDeclLastAttributeDeclIndex, fElementDeclLastAttributeDeclIndex.length * 2);
772 fAttributeDeclName = resize(fAttributeDeclName, fAttributeDeclName.length * 2);
773 fAttributeDeclType = resize(fAttributeDeclType, fAttributeDeclType.length * 2);
774 fAttributeDeclEnumeration = resize(fAttributeDeclEnumeration, fAttributeDeclEnumeration.length * 2);
775 fAttributeDeclDefaultType = resize(fAttributeDeclDefaultType, fAttributeDeclDefaultType.length * 2);
776 fAttributeDeclDefaultValue = resize(fAttributeDeclDefaultValue, fAttributeDeclDefaultValue.length * 2);
777 fAttributeDeclNonNormalizedDefaultValue = resize(fAttributeDeclNonNormalizedDefaultValu
797 private static short[][] resize(short array[][], int newsize) { method in class:DTDGrammar
803 private static int[][] resize(int array[][], int newsize) { method in class:DTDGrammar
809 private static QName[][] resize(QName array[][], int newsize) { method in class:DTDGrammar
815 private static String[][] resize(String array[][], int newsize) { method in class:DTDGrammar
821 private static String[][][] resize(String array[][][], int newsize) { method in class:DTDGrammar
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CardCounts.hpp115 // response to a resize of the committed space for the heap.
116 void resize(size_t heap_capacity);
H A Dg1BlockOffsetTable.hpp78 virtual void resize(size_t new_word_size) = 0;
85 resize(pointer_delta(_end, _bottom));
234 // (see "resize" below) up to the size of "_reserved" (which must be at
243 void resize(size_t new_word_size);
373 void resize(size_t new_word_size);
H A Dg1HotCardCache.cpp139 _card_counts.resize(heap_capacity);
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DArrayQueue.java39 public void resize(int newcapacity) { method in class:ArrayQueue
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java2406 // resize arrays, if needed
2460 fElementDeclIsExternal = resize(fElementDeclIsExternal,
2463 fElementDeclName = resize(fElementDeclName, fElementDeclName.length * 2);
2464 fElementDeclType = resize(fElementDeclType, fElementDeclType.length * 2);
2465 fElementDeclContentModelValidator = resize(fElementDeclContentModelValidator, fElementDeclContentModelValidator.length * 2);
2466 fElementDeclContentSpecIndex = resize(fElementDeclContentSpecIndex,fElementDeclContentSpecIndex.length * 2);
2467 fElementDeclFirstAttributeDeclIndex = resize(fElementDeclFirstAttributeDeclIndex, fElementDeclFirstAttributeDeclIndex.length * 2);
2468 fElementDeclLastAttributeDeclIndex = resize(fElementDeclLastAttributeDeclIndex, fElementDeclLastAttributeDeclIndex.length * 2);
2487 fAttributeDeclIsExternal = resize(fAttributeDeclIsExternal,
2489 fAttributeDeclName = resize(fAttributeDeclNam
2580 private static byte[][] resize(byte array[][], int newsize) { method in class:DTDGrammar
2586 private static short[][] resize(short array[][], int newsize) { method in class:DTDGrammar
2592 private static int[][] resize(int array[][], int newsize) { method in class:DTDGrammar
2598 private static DatatypeValidator[][] resize(DatatypeValidator array[][], int newsize) { method in class:DTDGrammar
2604 private static ContentModelValidator[][] resize(ContentModelValidator array[][], int newsize) { method in class:DTDGrammar
2610 private static Object[][] resize(Object array[][], int newsize) { method in class:DTDGrammar
2616 private static QName[][] resize(QName array[][], int newsize) { method in class:DTDGrammar
2622 private static String[][] resize(String array[][], int newsize) { method in class:DTDGrammar
2628 private static String[][][] resize(String array[][][], int newsize) { method in class:DTDGrammar
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/identity/
H A DIdentityConstraint.java107 fFields = resize(fFields, fFieldCount*2);
159 static final Field[] resize(Field[] oldArray, int newSize) { method in class:IdentityConstraint
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DGapVector.java210 * resize the underlying storage array to the
213 void resize(int nsize) { method in class:GapVector
229 resize(arrayLength);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DAttributesHolder.java217 resize();
225 resize();
243 private final void resize() { method in class:AttributesHolder
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/
H A DEncodingAlgorithmAttributesImpl.java165 resize();
203 resize();
238 resize();
277 resize();
551 private final void resize() { method in class:EncodingAlgorithmAttributesImpl
/openjdk7/jdk/src/share/classes/sun/awt/
H A DHorizBagLayout.java140 comp.resize(compWidth, bottom - top);
H A DVerticalBagLayout.java144 comp.resize(right - left, compHeight);

Completed in 102 milliseconds

1234