Searched refs:xt (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DModelStandardIndexedDirector.java62 int xt = trantables[0][x];
64 if (xt != -1 && yt != -1) {
65 return mat[xt + yt * counters[0]];
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/j2s/
H A DJAXBModelImpl.java125 NonElement<TypeMirror,TypeDeclaration> xt = getXmlType(entry.getValue());
127 assert xt!=null;
128 refMap.put(entry.getValue(),xt);
129 if(xt instanceof ClassInfo) {
130 ClassInfo<TypeMirror,TypeDeclaration> xct = (ClassInfo<TypeMirror,TypeDeclaration>) xt;
138 if(ei!=null && ei.getContentType()==xt)
/openjdk7/jdk/test/java/awt/Graphics2D/DrawString/
H A DRotTransText.java62 int xt=90, yt=50;
/openjdk7/langtools/test/tools/javac/
H A DQualifiedThisAndSuper_3.java43 static private String xt = "xast"; field in class:AS
87 static private String xt = "xat"; field in class:QualifiedThisAndSuper_3
118 // check("QualifiedThisAndSuper_3.super.xt", QualifiedThisAndSuper_3.super.xt, "xast");
126 check("QualifiedThisAndSuper_3.this.xt", QualifiedThisAndSuper_3.this.xt, "xat");
/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DCurve.java1076 double xt = that.XforT(t);
1086 t0, xt0, yt0, t, xt, yt)) {
1093 t, xt, yt, t1, xt1, yt1)) {
1100 t0, xt0, yt0, t, xt, yt)) {
1107 t, xt, yt, t1, xt1, yt1)) {
1129 double xt = that.XforT(t);
1139 t0, xt0, yt0, t, xt, yt)) {
1146 t, xt, yt, t1, xt1, yt1)) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJAXBContextImpl.java884 NonElement<Type,Class> xt = getXmlType(getTypeInfoSet(),tr);
885 if(xt==null) throw new IllegalArgumentException();
886 return xt.getTypeName();

Completed in 481 milliseconds