Searched defs:bi (Results 1 - 25 of 94) sorted by relevance

1234

/openjdk10/langtools/test/tools/javac/literals/
H A DT6891079.java8 int bi = 0B; field in class:Test
/openjdk10/jdk/test/java/awt/font/TextLayout/
H A DUnderlinePositionTest.java75 static void checkBI(BufferedImage bi, Color badColor) { argument
H A DDecorationBoundsTest.java85 static void checkBI(BufferedImage bi, Color badColor) { argument
/openjdk10/jdk/test/javax/swing/AbstractButton/AnimatedIcon/
H A DAnimatedIcon.java71 private static void isAnimated(BufferedImage bi, JButton button) { argument
[all...]
/openjdk10/langtools/test/tools/javac/BadOptimization/
H A DDeadCode2.java43 int [] bi = null; field in class:DeadCode2
/openjdk10/jdk/test/java/awt/FullScreen/BufferStrategyExceptionTest/
H A DBufferStrategyExceptionTest.java95 private static final BufferedImage bi = field in class:BufferStrategyExceptionTest
/openjdk10/jdk/test/java/awt/Graphics2D/DrawString/
H A DDrawRotatedString.java52 private static void verify(BufferedImage bi) throws IOException { argument
[all...]
H A DDrawStrSuper.java46 BufferedImage bi = null; field in class:DrawStrSuper
H A DAlphaSurfaceText.java51 private void drawText(BufferedImage bi, Color c) { argument
/openjdk10/jdk/test/java/awt/Graphics2D/IncorrectTextSize/
H A DIncorrectTextSize.java43 static BufferedImage bi = new BufferedImage(width, height, field in class:IncorrectTextSize
/openjdk10/jdk/test/java/awt/dnd/ImageDecoratedDnDInOut/
H A DImageGenerator.java36 private final BufferedImage bi; field in class:ImageGenerator
/openjdk10/jdk/test/java/awt/dnd/ImageDecoratedDnD/
H A DImageGenerator.java36 private final BufferedImage bi; field in class:ImageGenerator
/openjdk10/jdk/test/java/awt/dnd/ImageDecoratedDnDNegative/
H A DImageGenerator.java36 private final BufferedImage bi; field in class:ImageGenerator
/openjdk10/jdk/test/java/awt/image/RescaleOp/
H A DRescaleAlphaTest.java82 private void checkForAlpha(BufferedImage bi) throws IOException { argument
/openjdk10/jdk/test/java/awt/image/BufferedImage/
H A DGetPropertyNames.java91 private static void validate(final BufferedImage bi, final int expected) { argument
/openjdk10/jdk/test/sun/pisces/
H A DDashStrokeTest.java39 static BufferedImage bi; field in class:DashStrokeTest
77 static void checkBI(BufferedImage bi, Color badColor) { argument
/openjdk10/jdk/test/javax/swing/SwingUtilities/8032219/
H A DDrawRect.java113 private static void test(final BufferedImage gold, final BufferedImage bi) argument
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DArrayElementLeafProperty.java65 public void serializeItem(JaxBeanInfo bi, ItemT item, XMLSerializer w) throws SAXException, AccessorException, IOException, XMLStreamException { argument
/openjdk10/jdk/test/java/awt/image/DrawImage/
H A DIncorrectAlphaSurface2SW.java130 private static void validate(BufferedImage bi, BufferedImage gold) argument
101 drawVItoBI(GraphicsConfiguration gc, BufferedImage bi, VolatileImage vi) argument
[all...]
H A DIncorrectUnmanagedImageSourceOffset.java74 private static void test(BufferedImage bi, int type) argument
[all...]
H A DIncorrectDestinationOffset.java104 private static void validate(BufferedImage bi, int point2draw, argument
[all...]
H A DIncorrectUnmanagedImageRotatedClip.java61 private static void test(final BufferedImage bi) throws IOException { argument
[all...]
H A DUnmanagedDrawImagePerformance.java83 private static long test(Image bi, Image vi, AffineTransform atfm) { argument
/openjdk10/jdk/test/java/math/BigDecimal/
H A DRangeTests.java161 private static int testRoundingFromBigInteger(BigInteger bi, int scale, MathContext mc) { argument
/openjdk10/jdk/test/java/text/BreakIterator/
H A DExceptionTest.java125 checkFollowingException(BreakIterator bi, int offset) argument
135 checkPrecedingException(BreakIterator bi, int offset) argument
145 checkIsBoundaryException(BreakIterator bi, int offset) argument
[all...]

Completed in 85 milliseconds

1234