Searched defs:xx (Results 1 - 19 of 19) sorted by relevance

/openjdk7/langtools/test/tools/javah/T7126832/
H A Djava.java24 package xx; package
/openjdk7/langtools/test/tools/javah/
H A DT7185778.java35 * @run main T7185778 xx$yy
54 class xx$yy {
/openjdk7/jdk/test/com/sun/jdi/
H A DInstancesTest.java64 int xx; field in class:InstancesFiller
66 xx = p1;
H A DReferrersTest.java63 int xx; field in class:ReferrersFiller
65 xx = p1;
H A DEarlyReturnNegativeTest.java122 static void doit(EarlyReturnNegativeTarg xx) throws Exception { argument
126 xx.i_bytef();
127 xx.i_charf();
128 xx.i_doublef();
129 xx.i_floatf();
130 xx.i_intf();
131 xx.i_longf();
132 xx.i_shortf();
133 xx.i_booleanf();
134 xx
[all...]
H A DEarlyReturnTest.java208 static void doit(EarlyReturnTarg xx) throws Exception { argument
237 if (!chk( xx.i_bytef(89))) failureCount++;
238 if (!chk( xx.i_charf())) failureCount++;
239 if (!chk( xx.i_doublef())) failureCount++;
240 if (!chk( xx.i_floatf())) failureCount++;
241 if (!chk( xx.i_intf())) failureCount++;
242 if (!chk( xx.i_longf())) failureCount++;
243 if (!chk( xx.i_shortf())) failureCount++;
244 if (!chk( xx.i_booleanf())) failureCount++;
245 if (!chk( xx
[all...]
H A DMethodExitReturnValuesTest.java142 static void doit(MethodExitReturnValuesTarg xx) { argument
164 xx.i_bytef();
165 xx.i_charf();
166 xx.i_doublef();
167 xx.i_floatf();
168 xx.i_intf();
169 xx.i_longf();
170 xx.i_shortf();
171 xx.i_booleanf();
172 xx
[all...]
/openjdk7/hotspot/agent/test/jdi/
H A Dsagdoit.java91 public void doOneThreadGroup(ThreadGroupReference xx) { argument
92 pp("threadGroup:" + xx.name());
94 pp("parent() = " + xx.parent());
97 doThreadList(xx.threads());
101 doThreadGroupList(xx.threadGroups());
121 public void doOneThread(ThreadReference xx) { argument
122 pp("Thread: " + xx.name());
124 pp("suspendCount() = " + xx.suspendCount());
128 pp("status() = " + xx.status());
129 pp("isSuspended() = " + xx
189 doOneClass(ReferenceType xx) argument
244 doReferenceTypeFields(ReferenceType xx) argument
[all...]
/openjdk7/jdk/src/share/demo/applets/MoleculeViewer/
H A DMatrix3D.java46 float xx, xy, xz, xo; field in class:Matrix3D
53 xx = 1.0f;
60 xx *= f;
76 xx *= xf;
103 float Nxx = (float) (xx * ct + zx * st);
108 float Nzx = (float) (zx * ct - xx * st);
114 xx = Nxx;
155 float Nyx = (float) (yx * ct + xx * st);
160 float Nxx = (float) (xx * ct - yx * st);
170 xx
[all...]
/openjdk7/jdk/src/share/demo/applets/WireFrame/
H A DMatrix3D.java46 float xx, xy, xz, xo; field in class:Matrix3D
53 xx = 1.0f;
60 xx *= f;
76 xx *= xf;
103 float Nxx = (float) (xx * ct + zx * st);
108 float Nzx = (float) (zx * ct - xx * st);
114 xx = Nxx;
155 float Nyx = (float) (yx * ct + xx * st);
160 float Nxx = (float) (xx * ct - yx * st);
170 xx
[all...]
/openjdk7/jdk/test/javax/management/Introspector/
H A DAnnotationTest.java301 private static void check(DescriptorRead[] xx) { argument
302 for (DescriptorRead x : xx)
/openjdk7/jdk/src/share/native/sun/font/
H A DFontInstanceAdapter.cpp203 float xx, xy, yx, yy; local
210 xx = adjustment.fX;
211 xy = xx * txMat[1];
212 xx = xx * txMat[0];
218 adjustment.fX = xx + yx;
273 float xx, xy, yx, yy; local
279 xx = xFunits * xScaleUnitsToPoints;
282 xy = xx * txMat[1];
283 xx
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dmulti_font.c619 char xx[1024]; local
653 strcpy(xx, realxlfd);
658 fprintf(stderr, "XCreateFontSet(%s)->0x%x\n", xx, xfs);
668 fprintf(stderr, " requested \"%s\"\n", xx);
H A Dawt_InputMethod.c671 int x, y, off_x, off_y, xx, yy; local
737 xx = x - off_x;
739 if (xx < 0 ){
740 xx = 0;
742 if (xx + width > xxwa.width){
743 xx = xxwa.width - width;
751 xx, yy,
H A Dfontconfig.h188 double xx, xy, yx, yy; member in struct:_FcMatrix
191 #define FcMatrixInit(m) ((m)->xx = (m)->yy = 1, \
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp677 intptr_t xx = ((intptr_t) THREAD) ^ (intptr_t) mark; local
678 xx = (intptr_t) rcvr->klass()->klass_part()->prototype_header() ^ xx;
679 intptr_t yy = (xx & ~((int) markOopDesc::age_mask_in_place));
722 xx = (intptr_t) rcvr->klass()->klass_part()->prototype_header() | (intptr_t) THREAD;
740 xx = (intptr_t) rcvr->klass()->klass_part()->prototype_header() | (intptr_t) THREAD;
/openjdk7/jdk/src/share/back/
H A Dutil.c765 char * xx; local
767 xx = strchr(signature, ')');
768 if (xx == NULL || *(xx + 1) == 0) {
771 *typeKey = *(xx + 1);
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c1223 int xx; local
1225 xx = XKeysymToKeycode((Display*)jlong_to_ptr(display), SunXK_F37);
1226 return (!xx) ? JNI_FALSE : JNI_TRUE;
1232 int xx; local
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp1043 intptr_t xx = x - off; local
1044 assert_signed_word_disp_range(xx, 16);
1045 int r = (xx >> 2) & ((1 << 14) - 1)
1046 | ( ( (xx>>(2+14)) & 3 ) << 20 );
1063 intptr_t xx = x - off; local
1064 assert_signed_word_disp_range(xx, 10);
1065 int r = ( ( (xx >> 2 ) & ((1 << 8) - 1) ) << 5 )
1066 | ( ( (xx >> (2+8)) & 3 ) << 19 );
1083 intptr_t xx = x - off; local
1084 assert_signed_word_disp_range(xx, nbit
[all...]

Completed in 99 milliseconds