Searched refs:size (Results 401 - 425 of 5301) sorted by relevance

<<11121314151617181920>>

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DSignatureInfo.java31 protected int size; field in class:SignatureInfo
41 protected abstract void set(int size, int /*BasicType*/ type); argument
61 public int size() { lazyIterate(); return size; } method in class:SignatureInfo
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
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
H A DBasicPointerType.java33 public BasicPointerType(int size, Type targetType) { argument
34 this(null, size, targetType, 0);
37 private BasicPointerType(String name, int size, Type targetType, int cvAttributes) { argument
38 super(name, size, cvAttributes);
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DallocTracer.hpp35 static void send_allocation_requiring_gc_event(size_t size, uint gcId);
H A DthreadLocalAllocBuffer.inline.hpp34 inline HeapWord* ThreadLocalAllocBuffer::allocate(size_t size) { argument
37 if (pointer_delta(end(), obj) >= size) {
44 Copy::fill_to_words(obj + hdr_size, size - hdr_size, badHeapWordVal);
47 // at least size below end, so the add can't wrap.
48 set_top(obj + size);
59 // Compute the size for the new TLAB.
81 // Raise size required to bypass TLAB next time. Why? Else there's
83 // size will get stuck on this slow path.
/openjdk10/hotspot/src/share/vm/interpreter/
H A Dinterpreter.hpp48 int _size; // the size in bytes
55 void initialize(int size, argument
56 CodeStrings& strings) { _size = size;
62 int size() const { return _size; } function in class:InterpreterCodelet
67 address code_end() const { return (address)this + size(); }
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DXSGrammarPool.java62 int size = list.size();
63 if (size == 0) {
66 SchemaGrammar[] gs = (SchemaGrammar[])list.toArray(new SchemaGrammar[size]);
/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/xpath/
H A DXPathNodes.java53 public abstract int size(); method in interface:XPathNodes
61 * (index &lt; 0 || index &gt;= size())
/openjdk10/jaxp/src/jdk.xml.dom/share/classes/org/w3c/dom/html/
H A DHTMLBaseFontElement.java67 * Font size. See the size attribute definition in HTML 4.0. This
71 public void setSize(String size); argument
H A DHTMLHRElement.java67 * The height of the rule. See the size attribute definition in HTML
71 public void setSize(String size); argument
H A DHTMLFontElement.java67 * Font size. See the size attribute definition in HTML 4.0. This
71 public void setSize(String size); argument
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/org/jvnet/mimepull/
H A DData.java37 * size of the chunk given by the parser
39 * @return size of the chunk
41 int size(); method in interface:Data
47 * @return a byte array which contains {#size()} bytes. The returned
48 * array may be larger than {#size()} bytes and contains data
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DObjectPool.java82 * @param size Size of vector to allocate
84 public ObjectPool(Class type, int size) argument
87 freeStack = new ArrayList(size);
114 Object result = freeStack.remove(freeStack.size() - 1);
150 Object result = freeStack.remove(freeStack.size() - 1);
/openjdk10/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaSplitPaneDividerUI.java84 final Dimension size = getSize();
89 //System.err.println("Size = " + size + " orientation horiz = " + horizontal);
90 // size determines orientation
94 if (size.height > maxSize) {
95 final int diff = size.height - maxSize;
97 size.height = maxSize;
99 if (size.height < 4) doPaint = false;
101 if (size.width > maxSize) {
102 final int diff = size.width - maxSize;
104 size
[all...]
/openjdk10/jdk/src/java.base/share/classes/sun/nio/fs/
H A DAbstractUserDefinedFileAttributeView.java95 int size = size(name);
96 byte[] buf = new byte[size];
98 byte[] value = (n == size) ? buf : Arrays.copyOf(buf, n);
/openjdk10/jdk/src/java.base/share/classes/sun/security/ssl/
H A DUtilities.java59 int size = serverNames.size();
60 List<SNIServerName> sniList = (size != 0) ?
65 for (int i = 0; i < size; i++) {
/openjdk10/jdk/src/java.base/share/classes/sun/security/x509/
H A DGeneralSubtrees.java107 public int size() { method in class:GeneralSubtrees
108 return trees.size();
138 for (int i = 0, n = size(); i < n; i++) {
192 for (int i = 0; i < (size() - 1); i++) {
197 for (int j = i + 1; j < size(); j++) {
329 if (size() == 0) {
348 for (int i = 0; i < size(); i++) {
358 for (int j = 0; j < other.size(); j++) {
394 for (int j = 0; j < size(); j++) {
398 for (int k = 0; k < other.size();
[all...]
/openjdk10/jdk/src/java.base/unix/native/libnet/
H A Dportconfig.c73 size_t size = sizeof(range->lower);
75 "net.inet.ip.portrange.first", &range->lower, &size, 0, 0
80 size = sizeof(range->higher);
82 "net.inet.ip.portrange.last", &range->higher, &size, 0, 0
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifSplitPaneDivider.java87 * overrides to hardcode the size of the divider
113 // PENDING(jeff) - the thumb's location and size is currently hard coded.
117 Dimension size = getSize();
121 g.fillRect(0, 0, size.width, size.height);
125 int center = size.width/2;
131 g.drawLine(center-1, 0, center-1, size.height);
134 g.drawLine(center, 0, center, size.height);
152 int center = size.height/2;
153 int x = size
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/multi/
H A DMultiFileChooserUI.java85 for (int i = 1; i < uis.size(); i++) {
100 for (int i = 1; i < uis.size(); i++) {
115 for (int i = 1; i < uis.size(); i++) {
130 for (int i = 1; i < uis.size(); i++) {
140 for (int i = 0; i < uis.size(); i++) {
149 for (int i = 0; i < uis.size(); i++) {
167 for (int i = 1; i < uis.size(); i++) {
177 for (int i = 0; i < uis.size(); i++) {
199 for (int i = 0; i < uis.size(); i++) {
208 for (int i = 0; i < uis.size();
[all...]
H A DMultiSplitPaneUI.java76 for (int i = 0; i < uis.size(); i++) {
85 for (int i = 0; i < uis.size(); i++) {
99 for (int i = 1; i < uis.size(); i++) {
114 for (int i = 1; i < uis.size(); i++) {
129 for (int i = 1; i < uis.size(); i++) {
139 for (int i = 0; i < uis.size(); i++) {
157 for (int i = 1; i < uis.size(); i++) {
167 for (int i = 0; i < uis.size(); i++) {
189 for (int i = 0; i < uis.size(); i++) {
198 for (int i = 0; i < uis.size();
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DSpinnerListModel.java72 * size, an <code>IllegalArugmentException</code> is thrown.
76 * <code>null</code> or zero size
79 if (values == null || values.size() == 0) {
142 if ((list == null) || (list.size() == 0)) {
205 return (index >= (list.size() - 1)) ? null : list.get(index + 1);
230 int max = list.size();
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxRenderer.java80 Dimension size;
84 size = super.getPreferredSize();
88 size = super.getPreferredSize();
91 return size;
/openjdk10/jdk/src/java.desktop/share/native/libjsound/
H A DPlatformMidi.c90 queue->size = 0;
113 if (queue->size == queue->capacity) {
121 queue->size++;
123 TRACE2("MIDI_QueueAddShort. index=%d, size=%d\n", queue->writeIndex, queue->size);
134 int MIDI_QueueAddLong(MidiMessageQueue* queue, UBYTE* data, UINT32 size, argument
138 if (queue->size == queue->capacity) {
146 queue->size++;
148 TRACE2("MIDI_QueueAddLong. index=%d, size=%d\n", queue->writeIndex, queue->size);
[all...]
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DAnnotationWriter.java78 private int size; field in class:AnnotationWriter
149 ++size;
225 ++size;
236 ++size;
246 ++size;
250 // write tag, and reserve space for array size
258 data[offset] = (byte) (size >>> 8);
259 data[offset + 1] = (byte) size;
268 * Returns the size of this annotation writer list.
270 * @return the size o
[all...]

Completed in 381 milliseconds

<<11121314151617181920>>