Searched refs:grow (Results 1 - 25 of 58) sorted by relevance

123

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DBoolStack.java103 grow();
195 private void grow() method in class:BoolStack
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DBoolStack.java94 grow();
186 private void grow() method in class:BoolStack
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextJustifier.java45 * separate infos for grow and shrink case
82 * indicating the amount by which each side of each glyph should grow
90 boolean grow = delta > 0;
113 if ((grow ? gi.growPriority : gi.shrinkPriority) == p) {
120 if (grow) {
135 if (grow) {
151 if (!grow) {
180 if ((grow ? gi.growPriority : gi.shrinkPriority) == p) {
185 d = grow ? gi.growLeftLimit : -gi.shrinkLeftLimit;
202 d = grow
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDROutputStream_1_1.java61 grow(align, n);
63 // Must recompute the alignment after a grow.
76 protected void grow(int align, int n) { method in class:CDROutputStream_1_1
80 super.grow(align, n);
H A DCDRInputStream_1_1.java70 grow(align, n);
85 protected void grow(int align, int n) { method in class:CDRInputStream_1_1
H A DCDRInputStream_1_2.java98 grow(1, n);
H A DCDROutputStream_1_2.java53 // Note that in the grow case, chunks are _NOT_ closed
54 // at grow points, now.
71 // 3. In grow, if we need to fragment and specialChunk is false
200 grow(align, n);
203 protected void grow(int align, int n) { method in class:CDROutputStream_1_2
215 // Note that this is wasted processing in the grow case, but that
/openjdk7/hotspot/src/share/vm/adlc/
H A Darena.hpp103 void* grow(size_t x); // Get a new Chunk of at least size x
120 return grow(x);
132 return grow(x);
/openjdk7/jdk/src/share/classes/java/io/
H A DByteArrayOutputStream.java93 grow(minCapacity);
102 private void grow(int minCapacity) { method in class:ByteArrayOutputStream
H A DConsole.java394 private char[] grow() { method in class:Console
475 cbuf = grow();
500 cbuf = grow();
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/serial/
H A DStreamBuffer.java62 grow();
70 grow();
163 private void grow() { method in class:StreamBuffer
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbytes.h95 byte* grow(size_t s); // grow so that limit() += s
97 void addByte(byte x) { *grow(1) = x; }
111 { memcpy(grow(len_), ptr_, len_); return (*this); }
124 void add(cvptr x) { *(cvptr*)grow(sizeof(x)) = x; }
140 void add(int x) { *(int*)grow(sizeof(x)) = x; }
H A Dbytes.cpp130 byte* fillbytes::grow(size_t s) { function in class:fillbytes
163 grow(s - size());
/openjdk7/jdk/test/java/util/zip/
H A DInflaterBufferSize.java57 private static byte[] grow(byte[] a, int capacity) { method in class:InflaterBufferSize
81 flated = grow(flated, count + n);
98 flated = grow(flated, count + n);
H A DFlaterCriticalArray.java56 private static byte[] grow(byte[] a, int capacity) { method in class:FlaterCriticalArray
139 flated = grow(flated, count + n);
148 flated = grow(flated, count + n);
168 flated = grow(flated, count + n);
192 flated = grow(flated, count + n);
207 flated = grow(flated, count + n);
/openjdk7/hotspot/src/share/vm/utilities/
H A DgrowableArray.hpp156 void grow(int j);
207 if (_len == _max) grow(_len);
256 if (i >= _max) grow(i);
329 if (_len == _max) grow(_len);
354 template<class E> void GrowableArray<E>::grow(int j) { function in class:GrowableArray
355 // grow the array by doubling its size (amortized growth)
373 if (i >= _max) grow(i);
H A Darray.hpp167 void grow(const int i, const etype fx) { \
217 if (i >= length()) grow(i, fx); \
222 if (i >= length()) grow(i, fx); \
/openjdk7/hotspot/src/share/vm/code/
H A DcompressedStream.hpp99 if (full()) grow();
102 void grow();
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DPollArrayWrapper.java102 void grow(int newSize) { method in class:PollArrayWrapper
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DPath2D.java285 int grow = size;
286 if (grow > EXPAND_MAX) {
287 grow = EXPAND_MAX;
289 pointTypes = Arrays.copyOf(pointTypes, size+grow);
293 int grow = size;
294 if (grow > EXPAND_MAX * 2) {
295 grow = EXPAND_MAX * 2;
297 if (grow < newCoords) {
298 grow = newCoords;
300 floatCoords = Arrays.copyOf(floatCoords, size+grow);
[all...]
/openjdk7/jdk/src/share/classes/sun/net/www/
H A DMessageHeader.java56 grow();
70 grow();
303 grow();
312 grow();
328 grow();
340 /** grow the key/value arrays as needed */
342 private void grow() { method in class:MessageHeader
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DCacheTable.java75 private void grow() { method in class:CacheTable
107 grow();
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DPollArrayWrapper.java86 void grow(int newSize) { method in class:PollArrayWrapper
/openjdk7/hotspot/src/share/vm/libadt/
H A Dvectset.cpp92 //------------------------------grow-------------------------------------------
94 void VectorSet::grow( uint newsize ) function in class:VectorSet
111 if( word >= size ) // Need to grow set?
112 grow(elem+1); // Then grow it
161 grow(s.size*sizeof(uint32)*8);
/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.hpp295 void* grow(size_t x, AllocFailType alloc_failmode = AllocFailStrategy::EXIT_OOM);
340 return grow(x, alloc_failmode);
355 return grow(x, alloc_failmode);
377 return grow(x, alloc_failmode); // grow() returns a result aligned >= 8 bytes.
419 // Reset this Arena to empty, access will trigger grow if necessary

Completed in 97 milliseconds

123