Searched defs:max (Results 1 - 25 of 281) sorted by relevance

1234567891011>>

/openjdk9/jdk/test/java/io/charStreams/
H A DCharGenerator.java32 int min = 0, max = 0xffff; field in class:CharGenerator
38 public CharGenerator(IntGenerator r, int min, int max) { argument
H A DIntGenerator.java37 public int next(int max) { argument
H A DStringConvert.java38 static int max = 0xffff; field in class:StringConvert
H A DBufferSizes.java33 static int max = 110; field in class:BufferSizes
/openjdk9/langtools/test/tools/javac/lambda/
H A DTargetType18.java39 public static <T> Folder<T> max() { method in class:TargetType18
/openjdk9/hotspot/test/gc/arguments/
H A DTestInitialTenuringThreshold.java42 public static void runWithThresholds(int initial, int max, boolean shouldfail) throws Exception { argument
/openjdk9/hotspot/test/compiler/c2/
H A DTest6931567.java42 private static void booleanInvert(final int max) { argument
H A DTest6559156.java53 void doTest1(int expected, int max, int i) { argument
67 void doTest2(int expected, int max, int i) { argument
H A DTest6959129.java79 public static long maxMoves(int min, int max) { argument
H A DTest6992759.java53 void doTest(int expected, int max, int i) { argument
H A DTest6897150.java43 static void verify(int max, int a) { argument
50 static void loopAndPrint(int max) { argument
/openjdk9/jdk/test/java/io/RandomAccessFile/
H A DSetLength.java37 static void go(File fn, int max) throws IOException { argument
/openjdk9/hotspot/src/share/vm/adlc/
H A Dadlc.hpp88 #undef max macro
89 #define max(a, b) (((a)>(b)) ? (a) : (b)) macro
/openjdk9/hotspot/test/native/runtime/
H A Dtest_semaphore.cpp49 static void test_semaphore_many(uint value, uint max, uint increments) { argument
/openjdk9/jdk/src/java.base/share/native/libzip/zlib/
H A Duncompr.c59 const uInt max = (uInt)-1; local
H A Dcompress.c55 const uInt max = (uInt)-1; local
/openjdk9/jdk/src/java.desktop/share/classes/sun/font/
H A DTextRecord.java41 public int max; field in class:TextRecord
43 public void init(char[] text, int start, int limit, int min, int max) { argument
/openjdk9/jdk/test/java/lang/StringBuffer/
H A DAppendStringBuilder.java61 private static StringBuilder generateTestBuilder(int min, int max) { argument
H A DAppendSB.java62 private static StringBuffer generateTestBuffer(int min, int max) { argument
/openjdk9/jdk/test/java/lang/StringBuilder/
H A DAppendStringBuffer.java62 private static StringBuffer generateTestBuffer(int min, int max) { argument
/openjdk9/jdk/test/java/awt/FontClass/CreateFont/
H A DCreateFontArrayTest.java109 static void test(String ext, int min, int max, argument
/openjdk9/jdk/test/javax/swing/JViewport/7107099/
H A Dbug7107099.java42 private static int max; field in class:bug7107099
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DGenericGrowableArray.java53 public int max() { method in class:GenericGrowableArray
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/tree/
H A DTableSwitchInsnNode.java85 public int max; field in class:TableSwitchInsnNode
111 public TableSwitchInsnNode(final int min, final int max, argument
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/hotspot/
H A DTest6959129.java66 public static long maxMoves(int min, int max) { argument

Completed in 209 milliseconds

1234567891011>>