Searched defs:max (Results 226 - 250 of 281) sorted by relevance

1234567891011>>

/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DMethodWriter.java1087 visitTableSwitchInsn( final int min, final int max, final Label dflt, final Label[] labels) argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/sun/text/normalizer/
H A DUCharacterProperty.java205 int max; field in class:UCharacterProperty.NormQuickCheckIntProperty
207 NormQuickCheckIntProperty(int source, int which, int max) { argument
/openjdk9/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneUI.java1097 protected void padTabRun(final int tabPlacement, final int start, final int end, final int max) { argument
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-open-type-private.hh1047 int min = 0, max = (int) this->len - 1; local
H A Dhb-ot-shape-complex-indic.cc1006 unsigned int max = i; local
H A Dhb-ot-layout-gpos-table.hh634 int min = 0, max = (int) count - 1; local
/openjdk9/jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/
H A DBaseRowSet.java1175 public void setMaxFieldSize(int max) throws SQLException { argument
1209 public void setMaxRows(int max) throw argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DJSpinner.java929 public void setMaximum(Comparable<?> max) { argument
1111 public void setMaximum(Comparable<?> max) { argument
H A DGroupLayout.java340 private static void checkSize(int min, int pref, int max, argument
361 private static void checkLessThan(int min, int max) { argument
1273 private int max; field in class:GroupLayout.Spring
1525 addComponent(Component component, int min, int pref, int max) argument
1552 addGap(int min, int pref, int max) argument
1817 addComponent(Component component, int min, int pref, int max) argument
1838 addComponent(boolean useAsBaseline, Component component, int min, int pref, int max) argument
1857 addGap(int min, int pref, int max) argument
1898 addPreferredGap(JComponent comp1, JComponent comp2, ComponentPlacement type, int pref, int max) argument
1958 addPreferredGap(ComponentPlacement type, int pref, int max) argument
2002 addContainerGap(int pref, int max) argument
2338 checkPreferredGapValues(int pref, int max) argument
2485 addComponent(Component component, int min, int pref, int max) argument
2500 addGap(int min, int pref, int max) argument
2551 addComponent(Component component, Alignment alignment, int min, int pref, int max) argument
2944 private final int max; field in class:GroupLayout.ComponentSpring
2952 ComponentSpring(Component component, int min, int pref, int max) argument
3118 private final int max; field in class:GroupLayout.PreferredGapSpring
3120 PreferredGapSpring(JComponent source, JComponent target, ComponentPlacement type, int pref, int max) argument
3173 private final int max; field in class:GroupLayout.GapSpring
3175 GapSpring(int min, int pref, int max) argument
3220 private final int max; field in class:GroupLayout.AutoPreferredGapSpring
3231 AutoPreferredGapSpring(int pref, int max) argument
3236 AutoPreferredGapSpring(ComponentPlacement type, int pref, int max) argument
3425 ContainerAutoPreferredGapSpring(int pref, int max) argument
[all...]
/openjdk9/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Win32GraphicsDevice.cpp957 int max = ::DescribePixelFormat(hDC, 1, sizeof(PIXELFORMATDESCRIPTOR), local
989 int max = ::DescribePixelFormat(hDC, (int)pixFmtID, local
/openjdk9/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXComponentPeer.java987 drawScrollbar(Graphics g, Color bg, int thickness, int length, int min, int max, int val, int vis, boolean horizontal) argument
/openjdk9/jdk/src/java.desktop/windows/native/libjsound/
H A DPLATFORM_API_WinOS_Ports.c77 INT32 max; member in struct:tag_PortControlID
[all...]
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/debug/
H A DNashornTextifier.java638 public void visitTableSwitchInsn(final int min, final int max, final Label dflt, final Label... labels) { argument
/openjdk9/hotspot/src/share/vm/oops/
H A DmethodData.cpp195 int TypeStackSlotEntries::compute_cell_count(Symbol* signature, bool include_receiver, int max) { argument
245 ArgumentOffsetComputer(Symbol* signature, int max) argument
678 int max = TypeProfileParmsLimit == -1 ? INT_MAX : TypeProfileParmsLimit; local
/openjdk9/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp163 static bool check_phi_clipping( PhiNode *phi, ConNode * &min, uint &min_idx, ConNode * &max, uint &max_idx, Node * &val, uint &val_idx ) { argument
255 check_convf2i_clipping( PhiNode *phi, uint idx, ConvF2INode * &convf2i, Node *min, Node *max) argument
320 uint max = outcnt(); local
356 uint max = n->outcnt(); local
491 uint max = outcnt(); local
537 uint max = outcnt(); local
650 ConNode *max; local
[all...]
H A DphaseX.cpp325 uint max = size(); local
339 uint max = size(); local
914 uint max; local
2061 uint max local
[all...]
H A Dnode.cpp861 uint max = len(); local
2131 uint max = x->_outcnt; local
2396 size_t max = old_max << 1; // max * 2 local
[all...]
H A Dgcm.cpp89 uint max = pb->number_of_nodes(); local
/openjdk9/hotspot/src/share/vm/runtime/
H A Dframe.cpp1381 intptr_t* max = MAX2(v0, v1); local
/openjdk9/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1772 void ClassVerifier::verify_exception_handler_table(u4 code_length, char* code_data, int& min, int& max, TRAPS) { argument
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DToken.java235 void setMax(int max) { // for CLOSURE argument
1215 int max; field in class:Token.ClosureToken
1235 final void setMax(int max) { argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/java/math/
H A DBigDecimal.java3094 public BigDecimal max(BigDecimal val) { method in class:BigDecimal
[all...]
H A DBigInteger.java3795 public BigInteger max(BigIntege method in class:BigInteger
[all...]
/openjdk9/jdk/src/jdk.accessibility/windows/native/libwindowsaccessbridge/
H A DWinAccessBridge.cpp2459 size_t max = (len > sizeof(pkg->rName)) ? sizeof(pkg->rName) : len; local
/openjdk9/jdk/src/java.desktop/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java836 public static int max(int... values) { method in class:MenuItemLayoutHelper

Completed in 665 milliseconds

1234567891011>>