Searched defs:needed (Results 1 - 6 of 6) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/encoding/
H A DByteBufferWithInfo.java56 public int needed; // How many more bytes are needed on overflow. field in class:ByteBufferWithInfo
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DModuleNameReader.java248 private static byte[] ensureCapacity(byte[] buf, int needed) { argument
H A DClassReader.java2801 private static byte[] ensureCapacity(byte[] buf, int needed) { argument
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DmacroAssembler_ppc.inline.hpp66 inline void MacroAssembler::endgroup_if_needed(bool needed) { argument
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/geom/
H A DPath2D.java146 static byte[] expandPointTypes(byte[] oldPointTypes, int needed) { argument
345 static float[] expandCoords(float[] oldCoords, int needed) { argument
1231 static double[] expandCoords(double[] oldCoords, int needed) { argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DArrayDeque.java140 private void grow(int needed) { argument
163 private int newCapacity(int needed, int jump) { argument
[all...]

Completed in 72 milliseconds