Searched refs:yr (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A DMouseInfo.c55 int32_t xr, yr, xw, yw; local
76 &xr, &yr, &xw, &yw, &keys);
79 (*env)->SetIntField(env, point, yID, yr);
102 int32_t xr = 0, yr = 0, xw = 0, yw = 0; local
131 &rootWindow, &siblingWindow, &xr, &yr, &xw, &yw, &keys);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltDatetime.java255 double yr = getNumber(datetime, formats, Calendar.YEAR);
256 if (ad || yr == Double.NaN)
257 return yr;
259 return -yr;
611 int yr = (int)dbl;
612 return new XBoolean(yr % 400 == 0 || (yr % 100 != 0 && yr % 4 == 0));
621 int yr = (int)cal.get(Calendar.YEAR);
622 return (yr
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmswtpnt.c313 cmsFloat64Number xr, yr; local
320 yr = Primrs -> Red.y;
328 _cmsVEC3init(&Primaries.v[1], yr, yg, yb);
329 _cmsVEC3init(&Primaries.v[2], (1-xr-yr), (1-xg-yg), (1-xb-yb));
344 _cmsVEC3init(&r -> v[1], Coef.n[VX]*yr, Coef.n[VY]*yg, Coef.n[VZ]*yb);
345 _cmsVEC3init(&r -> v[2], Coef.n[VX]*(1.0-xr-yr), Coef.n[VY]*(1.0-xg-yg), Coef.n[VZ]*(1.0-xb-yb));
/openjdk7/jdk/src/share/classes/java/beans/
H A DPropertyDescriptor.java562 Method yr = y.getReadMethod();
566 if (isAssignable(xr, yr)) {
567 setReadMethod(yr);
577 if (xr != null && yr != null &&
578 xr.getDeclaringClass() == yr.getDeclaringClass() &&
580 getReturnType(getClass0(), yr) == boolean.class &&
582 yr.getName().indexOf(Introspector.GET_PREFIX) == 0) {
H A DIndexedPropertyDescriptor.java469 Method yr = iy.getIndexedReadMethod();
470 if (yr != null && yr.getDeclaringClass() == getClass0()) {
471 setIndexedReadMethod(yr);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepThread.cpp251 CMSSynchronousYieldRequest yr; local
H A DconcurrentMarkSweepGeneration.cpp1005 CMSSynchronousYieldRequest yr; local
3317 CMSSynchronousYieldRequest yr;

Completed in 75 milliseconds