Searched refs:ab (Results 1 - 15 of 15) sorted by relevance

/openjdk7/langtools/test/tools/javac/generics/rawOverride/7062745/
H A DT7062745neg.java15 void test(AB ab) { argument
16 Number n = ab.getList().get(1);
H A DT7062745pos.java39 void test(AB ab) { argument
40 Number n = ab.getList().get(1);
/openjdk7/jdk/src/share/classes/sun/audio/
H A DContinuousAudioDataStream.java70 public int read(byte ab[], int i1, int j) { argument
75 int i2 = super.read(ab, i1 + k, j - k);
/openjdk7/jdk/src/share/classes/sun/font/
H A DTextSourceLabel.java50 Rectangle2D ab; field in class:TextSourceLabel
59 public TextSourceLabel(TextSource source, Rectangle2D lb, Rectangle2D ab, GlyphVector gv) { argument
63 this.ab = ab;
93 if (ab == null) {
94 ab = createAlignBounds();
96 return new Rectangle2D.Float((float)(ab.getX() + x),
97 (float)(ab.getY() + y),
98 (float)ab.getWidth(),
99 (float)ab
[all...]
H A DExtendedTextSourceLabel.java68 Rectangle2D ab; field in class:ExtendedTextSourceLabel
150 if (ab == null) {
151 ab = createAlignBounds();
153 return new Rectangle2D.Float((float)(ab.getX() + x),
154 (float)(ab.getY() + y),
155 (float)ab.getWidth(),
156 (float)ab.getHeight());
905 buf.append(", ab:");
906 buf.append(ab);
H A DDecoration.java362 Rectangle2D ab = new Rectangle2D.Float(minX, minY, (float)lb.getWidth(), maxY-minY);
363 visBounds.add(ab);
/openjdk7/jdk/test/java/util/TimSort/
H A DSortPerf.java43 for (ArrayBuilder ab : ArrayBuilder.values()) {
45 System.out.printf("%s,%d", ab, n);
47 Object[] proto = ab.build(n);
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmspcs.c218 cmsUInt16Number ab2Fix2(cmsFloat64Number ab) argument
220 return _cmsQuickSaturateWord((ab + 128.0) * 256.0);
266 cmsFloat64Number Clamp_ab_doubleV2(cmsFloat64Number ab) argument
268 if (ab < MIN_ENCODEABLE_ab2) ab = MIN_ENCODEABLE_ab2;
269 if (ab > MAX_ENCODEABLE_ab2) ab = MAX_ENCODEABLE_ab2;
271 return ab;
298 cmsFloat64Number Clamp_ab_doubleV4(cmsFloat64Number ab) argument
300 if (ab < MIN_ENCODEABLE_ab
313 ab2Fix4(cmsFloat64Number ab) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DBandStructure.java1945 private boolean assertBandOKForElems(Band[] ab, Attribute.Layout.Element[] elems) { argument
1947 assert(assertBandOKForElem(ab, elems[i]));
1951 private boolean assertBandOKForElem(Band[] ab, Attribute.Layout.Element e) { argument
1954 b = ab[e.bandIndex];
1980 assertBandOKForElems(ab, e.body);
1988 assertBandOKForElems(ab, e.body);
1992 assertBandOKForElems(ab, e.body);
1999 assertBandOKForElems(ab, e.body);
2016 Attribute.Layout predefineAttribute(int index, int ctype, Band[] ab, argument
2024 if (ab
2132 makeNewAttributeBands(String pfx, Attribute.Layout.Element[] elems, MultiBand ab) argument
2204 newElemBand(Attribute.Layout.Element e, String name, MultiBand ab) argument
[all...]
H A DPackageReader.java1530 Band[] ab = attrBandTable.get(def);
1550 for (int j = 0; j < ab.length; j++) {
1551 ab[j].doneWithUnusedBand();
1557 readAttrBands(def.elems, totalCount, new int[0], ab);
1570 readAttrBands(cbles[j].body, entryCount, forwardCounts, ab);
1610 final Band[] ab = attrBandTable.get(def);
1611 // Read one attribute of type def from ab into a byte array.
1615 return ((IntBand) ab[bandIndex]).getInt();
1618 return ((CPRefBand) ab[bandIndex]).getRef();
1634 Band[] ab
1658 readAttrBands(Attribute.Layout.Element[] elems, int count, int[] forwardCounts, Band[] ab) argument
[all...]
H A DPackageWriter.java1222 final Band[] ab = attrBandTable.get(def);
1223 assert(ab != null);
1224 assert(ab.length == def.bandCount);
1228 // Write one attribute of type def into ab.
1235 ((IntBand) ab[bandIndex]).putInt(value);
1238 ((CPRefBand) ab[bandIndex]).putRef(ref);
/openjdk7/langtools/test/tools/javap/classfile/
H A DT6887895.java87 byte[] ab = new byte[0];
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassWriter.java137 ByteArrayOutputStream ab = attrBufs.get(nab - 1);
139 return ab;
142 protected void putAttrBuf(ByteArrayOutputStream ab) { argument
143 ab.reset();
144 attrBufs.add(ab);
/openjdk7/jdk/test/java/lang/Class/getEnclosingClass/
H A DEnclosingClass.java122 public Class<?> ab = Nested.class; field in class:EnclosingClass
/openjdk7/jdk/src/share/classes/javax/swing/border/
H A DTitledBorder.java724 AbstractBorder ab = (AbstractBorder) border;
725 insets = ab.getBorderInsets(c, insets);

Completed in 91 milliseconds