Home
last modified time | relevance | path

Searched refs:lLoc (Results 1 – 25 of 138) sorted by relevance

123456

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Mixing/AWT_Mixing/
H A DJGlassPaneMoveOverlapping.java59 private volatile Point lLoc; field in JGlassPaneMoveOverlapping
71 lLoc = internalFrame.getContentPane().getLocationOnScreen(); in performTest()
72 lLoc2 = lLoc.getLocation(); in performTest()
97 robot.mouseMove(lLoc.x + 25, lLoc.y - 5); in performTest()
100 robot.mouseMove(lLoc.x + 45, lLoc.y - 5); in performTest()
102 robot.mouseMove(lLoc.x + internalWidth - 75, lLoc.y - 5); in performTest()
104 robot.mouseMove(lLoc.x + internalWidth - 55, lLoc.y - 5); in performTest()
108 Color c2 = robot.getPixelColor(lLoc.x + internalWidth + 15, lLoc.y - 5); in performTest()
112 Color c = robot.getPixelColor(lLoc.x + internalWidth - 95, lLoc.y + 5); in performTest()
113 robot.mouseMove(lLoc.x + internalWidth - 95, lLoc.y + 5); in performTest()
H A DMixingFrameResizing.java57 private Point lLoc; field in MixingFrameResizing
80 lLoc = frame.getLocationOnScreen(); in performTest()
93 … robot.mouseMove(lLoc.x + size.width / 2 + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT); in performTest()
97 …robot.mouseMove(lLoc.x + size.width / 2 + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT + 20 *… in performTest()
101 robot.mouseMove(lLoc.x + size.width + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT); in performTest()
105 … robot.mouseMove(lLoc.x + size.width + BORDER_SHIFT + 20 * i, lLoc.y + size.height + BORDER_SHIFT); in performTest()
H A DMixingPanelsResizing.java61 private static Point lLoc; field in MixingPanelsResizing
146 lLoc = frame.getLocationOnScreen(); in init()
147 lLoc.translate(frame.getWidth() + borderShift, frame.getHeight() + borderShift); in init()
152 robot.mouseMove(lLoc.x, lLoc.y); in init()
186 robot.mouseMove(lLoc.x + 20 * i, lLoc.y + 10 * i); in init()
195 robot.mouseMove(lLoc.x + 120 * i, lLoc.y + 60 * i); in init()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/Mixing/AWT_Mixing/
H A DJGlassPaneMoveOverlapping.java59 private volatile Point lLoc; field in JGlassPaneMoveOverlapping
71 lLoc = internalFrame.getContentPane().getLocationOnScreen(); in performTest()
72 lLoc2 = lLoc.getLocation(); in performTest()
97 robot.mouseMove(lLoc.x + 25, lLoc.y - 5); in performTest()
100 robot.mouseMove(lLoc.x + 45, lLoc.y - 5); in performTest()
102 robot.mouseMove(lLoc.x + internalWidth - 75, lLoc.y - 5); in performTest()
104 robot.mouseMove(lLoc.x + internalWidth - 55, lLoc.y - 5); in performTest()
108 Color c2 = robot.getPixelColor(lLoc.x + internalWidth + 15, lLoc.y - 5); in performTest()
112 Color c = robot.getPixelColor(lLoc.x + internalWidth - 95, lLoc.y + 5); in performTest()
113 robot.mouseMove(lLoc.x + internalWidth - 95, lLoc.y + 5); in performTest()
H A DMixingFrameResizing.java57 private Point lLoc; field in MixingFrameResizing
80 lLoc = frame.getLocationOnScreen(); in performTest()
93 … robot.mouseMove(lLoc.x + size.width / 2 + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT); in performTest()
97 …robot.mouseMove(lLoc.x + size.width / 2 + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT + 20 *… in performTest()
101 robot.mouseMove(lLoc.x + size.width + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT); in performTest()
105 … robot.mouseMove(lLoc.x + size.width + BORDER_SHIFT + 20 * i, lLoc.y + size.height + BORDER_SHIFT); in performTest()
H A DMixingPanelsResizing.java61 private static Point lLoc; field in MixingPanelsResizing
146 lLoc = frame.getLocationOnScreen(); in init()
147 lLoc.translate(frame.getWidth() + borderShift, frame.getHeight() + borderShift); in init()
152 robot.mouseMove(lLoc.x, lLoc.y); in init()
186 robot.mouseMove(lLoc.x + 20 * i, lLoc.y + 10 * i); in init()
195 robot.mouseMove(lLoc.x + 120 * i, lLoc.y + 60 * i); in init()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Mixing/AWT_Mixing/
H A DJGlassPaneMoveOverlapping.java59 private volatile Point lLoc; field in JGlassPaneMoveOverlapping
71 lLoc = internalFrame.getContentPane().getLocationOnScreen(); in performTest()
72 lLoc2 = lLoc.getLocation(); in performTest()
97 robot.mouseMove(lLoc.x + 25, lLoc.y - 5); in performTest()
100 robot.mouseMove(lLoc.x + 45, lLoc.y - 5); in performTest()
102 robot.mouseMove(lLoc.x + internalWidth - 75, lLoc.y - 5); in performTest()
104 robot.mouseMove(lLoc.x + internalWidth - 55, lLoc.y - 5); in performTest()
108 Color c2 = robot.getPixelColor(lLoc.x + internalWidth + 15, lLoc.y - 5); in performTest()
112 Color c = robot.getPixelColor(lLoc.x + internalWidth - 95, lLoc.y + 5); in performTest()
113 robot.mouseMove(lLoc.x + internalWidth - 95, lLoc.y + 5); in performTest()
H A DMixingFrameResizing.java57 private Point lLoc; field in MixingFrameResizing
80 lLoc = frame.getLocationOnScreen(); in performTest()
93 … robot.mouseMove(lLoc.x + size.width / 2 + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT); in performTest()
97 …robot.mouseMove(lLoc.x + size.width / 2 + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT + 20 *… in performTest()
101 robot.mouseMove(lLoc.x + size.width + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT); in performTest()
105 … robot.mouseMove(lLoc.x + size.width + BORDER_SHIFT + 20 * i, lLoc.y + size.height + BORDER_SHIFT); in performTest()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/Mixing/AWT_Mixing/
H A DJGlassPaneMoveOverlapping.java59 private volatile Point lLoc; field in JGlassPaneMoveOverlapping
71 lLoc = internalFrame.getContentPane().getLocationOnScreen(); in performTest()
72 lLoc2 = lLoc.getLocation(); in performTest()
97 robot.mouseMove(lLoc.x + 25, lLoc.y - 5); in performTest()
100 robot.mouseMove(lLoc.x + 45, lLoc.y - 5); in performTest()
102 robot.mouseMove(lLoc.x + internalWidth - 75, lLoc.y - 5); in performTest()
104 robot.mouseMove(lLoc.x + internalWidth - 55, lLoc.y - 5); in performTest()
108 Color c2 = robot.getPixelColor(lLoc.x + internalWidth + 15, lLoc.y - 5); in performTest()
112 Color c = robot.getPixelColor(lLoc.x + internalWidth - 95, lLoc.y + 5); in performTest()
113 robot.mouseMove(lLoc.x + internalWidth - 95, lLoc.y + 5); in performTest()
H A DMixingFrameResizing.java57 private Point lLoc; field in MixingFrameResizing
80 lLoc = frame.getLocationOnScreen(); in performTest()
93 … robot.mouseMove(lLoc.x + size.width / 2 + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT); in performTest()
97 …robot.mouseMove(lLoc.x + size.width / 2 + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT + 20 *… in performTest()
101 robot.mouseMove(lLoc.x + size.width + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT); in performTest()
105 … robot.mouseMove(lLoc.x + size.width + BORDER_SHIFT + 20 * i, lLoc.y + size.height + BORDER_SHIFT); in performTest()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/Mixing/AWT_Mixing/
H A DJGlassPaneMoveOverlapping.java59 private volatile Point lLoc; field in JGlassPaneMoveOverlapping
71 lLoc = internalFrame.getContentPane().getLocationOnScreen(); in performTest()
72 lLoc2 = lLoc.getLocation(); in performTest()
97 robot.mouseMove(lLoc.x + 25, lLoc.y - 5); in performTest()
100 robot.mouseMove(lLoc.x + 45, lLoc.y - 5); in performTest()
102 robot.mouseMove(lLoc.x + internalWidth - 75, lLoc.y - 5); in performTest()
104 robot.mouseMove(lLoc.x + internalWidth - 55, lLoc.y - 5); in performTest()
108 Color c2 = robot.getPixelColor(lLoc.x + internalWidth + 15, lLoc.y - 5); in performTest()
112 Color c = robot.getPixelColor(lLoc.x + internalWidth - 95, lLoc.y + 5); in performTest()
113 robot.mouseMove(lLoc.x + internalWidth - 95, lLoc.y + 5); in performTest()
H A DMixingFrameResizing.java57 private Point lLoc; field in MixingFrameResizing
80 lLoc = frame.getLocationOnScreen(); in performTest()
93 … robot.mouseMove(lLoc.x + size.width / 2 + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT); in performTest()
97 …robot.mouseMove(lLoc.x + size.width / 2 + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT + 20 *… in performTest()
101 robot.mouseMove(lLoc.x + size.width + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT); in performTest()
105 … robot.mouseMove(lLoc.x + size.width + BORDER_SHIFT + 20 * i, lLoc.y + size.height + BORDER_SHIFT); in performTest()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/Mixing/AWT_Mixing/
H A DJGlassPaneMoveOverlapping.java59 private volatile Point lLoc; field in JGlassPaneMoveOverlapping
71 lLoc = internalFrame.getContentPane().getLocationOnScreen(); in performTest()
72 lLoc2 = lLoc.getLocation(); in performTest()
97 robot.mouseMove(lLoc.x + 25, lLoc.y - 5); in performTest()
100 robot.mouseMove(lLoc.x + 45, lLoc.y - 5); in performTest()
102 robot.mouseMove(lLoc.x + internalWidth - 75, lLoc.y - 5); in performTest()
104 robot.mouseMove(lLoc.x + internalWidth - 55, lLoc.y - 5); in performTest()
108 Color c2 = robot.getPixelColor(lLoc.x + internalWidth + 15, lLoc.y - 5); in performTest()
112 Color c = robot.getPixelColor(lLoc.x + internalWidth - 95, lLoc.y + 5); in performTest()
113 robot.mouseMove(lLoc.x + internalWidth - 95, lLoc.y + 5); in performTest()
H A DMixingFrameResizing.java57 private Point lLoc; field in MixingFrameResizing
80 lLoc = frame.getLocationOnScreen(); in performTest()
93 … robot.mouseMove(lLoc.x + size.width / 2 + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT); in performTest()
97 …robot.mouseMove(lLoc.x + size.width / 2 + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT + 20 *… in performTest()
101 robot.mouseMove(lLoc.x + size.width + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT); in performTest()
105 … robot.mouseMove(lLoc.x + size.width + BORDER_SHIFT + 20 * i, lLoc.y + size.height + BORDER_SHIFT); in performTest()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/Mixing/AWT_Mixing/
H A DJGlassPaneMoveOverlapping.java59 private volatile Point lLoc; field in JGlassPaneMoveOverlapping
71 lLoc = internalFrame.getContentPane().getLocationOnScreen(); in performTest()
72 lLoc2 = lLoc.getLocation(); in performTest()
97 robot.mouseMove(lLoc.x + 25, lLoc.y - 5); in performTest()
100 robot.mouseMove(lLoc.x + 45, lLoc.y - 5); in performTest()
102 robot.mouseMove(lLoc.x + internalWidth - 75, lLoc.y - 5); in performTest()
104 robot.mouseMove(lLoc.x + internalWidth - 55, lLoc.y - 5); in performTest()
108 Color c2 = robot.getPixelColor(lLoc.x + internalWidth + 15, lLoc.y - 5); in performTest()
112 Color c = robot.getPixelColor(lLoc.x + internalWidth - 95, lLoc.y + 5); in performTest()
113 robot.mouseMove(lLoc.x + internalWidth - 95, lLoc.y + 5); in performTest()
H A DMixingFrameResizing.java57 private Point lLoc; field in MixingFrameResizing
80 lLoc = frame.getLocationOnScreen(); in performTest()
93 … robot.mouseMove(lLoc.x + size.width / 2 + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT); in performTest()
97 …robot.mouseMove(lLoc.x + size.width / 2 + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT + 20 *… in performTest()
101 robot.mouseMove(lLoc.x + size.width + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT); in performTest()
105 … robot.mouseMove(lLoc.x + size.width + BORDER_SHIFT + 20 * i, lLoc.y + size.height + BORDER_SHIFT); in performTest()
H A DMixingPanelsResizing.java61 private static Point lLoc; field in MixingPanelsResizing
146 lLoc = frame.getLocationOnScreen(); in init()
147 lLoc.translate(frame.getWidth() + borderShift, frame.getHeight() + borderShift); in init()
152 robot.mouseMove(lLoc.x, lLoc.y); in init()
186 robot.mouseMove(lLoc.x + 20 * i, lLoc.y + 10 * i); in init()
195 robot.mouseMove(lLoc.x + 120 * i, lLoc.y + 60 * i); in init()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/Mixing/AWT_Mixing/
H A DJGlassPaneMoveOverlapping.java59 private volatile Point lLoc; field in JGlassPaneMoveOverlapping
71 lLoc = internalFrame.getContentPane().getLocationOnScreen(); in performTest()
72 lLoc2 = lLoc.getLocation(); in performTest()
97 robot.mouseMove(lLoc.x + 25, lLoc.y - 5); in performTest()
100 robot.mouseMove(lLoc.x + 45, lLoc.y - 5); in performTest()
102 robot.mouseMove(lLoc.x + internalWidth - 75, lLoc.y - 5); in performTest()
104 robot.mouseMove(lLoc.x + internalWidth - 55, lLoc.y - 5); in performTest()
108 Color c2 = robot.getPixelColor(lLoc.x + internalWidth + 15, lLoc.y - 5); in performTest()
112 Color c = robot.getPixelColor(lLoc.x + internalWidth - 95, lLoc.y + 5); in performTest()
113 robot.mouseMove(lLoc.x + internalWidth - 95, lLoc.y + 5); in performTest()
H A DMixingFrameResizing.java57 private Point lLoc; field in MixingFrameResizing
80 lLoc = frame.getLocationOnScreen(); in performTest()
93 … robot.mouseMove(lLoc.x + size.width / 2 + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT); in performTest()
97 …robot.mouseMove(lLoc.x + size.width / 2 + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT + 20 *… in performTest()
101 robot.mouseMove(lLoc.x + size.width + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT); in performTest()
105 … robot.mouseMove(lLoc.x + size.width + BORDER_SHIFT + 20 * i, lLoc.y + size.height + BORDER_SHIFT); in performTest()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/Mixing/AWT_Mixing/
H A DJGlassPaneMoveOverlapping.java55 private volatile Point lLoc; field in JGlassPaneMoveOverlapping
67 lLoc = internalFrame.getContentPane().getLocationOnScreen(); in performTest()
68 lLoc2 = lLoc.getLocation(); in performTest()
93 robot.mouseMove(lLoc.x + 25, lLoc.y - 5); in performTest()
96 robot.mouseMove(lLoc.x + 45, lLoc.y - 5); in performTest()
98 robot.mouseMove(lLoc.x + internalWidth - 75, lLoc.y - 5); in performTest()
100 robot.mouseMove(lLoc.x + internalWidth - 55, lLoc.y - 5); in performTest()
104 Color c2 = robot.getPixelColor(lLoc.x + internalWidth + 15, lLoc.y - 5); in performTest()
108 Color c = robot.getPixelColor(lLoc.x + internalWidth - 95, lLoc.y + 5); in performTest()
109 robot.mouseMove(lLoc.x + internalWidth - 95, lLoc.y + 5); in performTest()
H A DMixingFrameResizing.java53 private Point lLoc; field in MixingFrameResizing
76 lLoc = frame.getLocationOnScreen(); in performTest()
89 … robot.mouseMove(lLoc.x + size.width / 2 + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT); in performTest()
93 …robot.mouseMove(lLoc.x + size.width / 2 + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT + 20 *… in performTest()
97 robot.mouseMove(lLoc.x + size.width + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT); in performTest()
101 … robot.mouseMove(lLoc.x + size.width + BORDER_SHIFT + 20 * i, lLoc.y + size.height + BORDER_SHIFT); in performTest()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/Mixing/AWT_Mixing/
H A DJGlassPaneMoveOverlapping.java55 private volatile Point lLoc; field in JGlassPaneMoveOverlapping
67 lLoc = internalFrame.getContentPane().getLocationOnScreen(); in performTest()
68 lLoc2 = lLoc.getLocation(); in performTest()
93 robot.mouseMove(lLoc.x + 25, lLoc.y - 5); in performTest()
96 robot.mouseMove(lLoc.x + 45, lLoc.y - 5); in performTest()
98 robot.mouseMove(lLoc.x + internalWidth - 75, lLoc.y - 5); in performTest()
100 robot.mouseMove(lLoc.x + internalWidth - 55, lLoc.y - 5); in performTest()
104 Color c2 = robot.getPixelColor(lLoc.x + internalWidth + 15, lLoc.y - 5); in performTest()
108 Color c = robot.getPixelColor(lLoc.x + internalWidth - 95, lLoc.y + 5); in performTest()
109 robot.mouseMove(lLoc.x + internalWidth - 95, lLoc.y + 5); in performTest()
H A DMixingFrameResizing.java53 private Point lLoc; field in MixingFrameResizing
76 lLoc = frame.getLocationOnScreen(); in performTest()
89 … robot.mouseMove(lLoc.x + size.width / 2 + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT); in performTest()
93 …robot.mouseMove(lLoc.x + size.width / 2 + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT + 20 *… in performTest()
97 robot.mouseMove(lLoc.x + size.width + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT); in performTest()
101 … robot.mouseMove(lLoc.x + size.width + BORDER_SHIFT + 20 * i, lLoc.y + size.height + BORDER_SHIFT); in performTest()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_driver.cpp231 QueryLoc lLoc; in createQueryLoc() local
232 lLoc.setFilename(theFilename); in createQueryLoc()
233 lLoc.setLineBegin(aLoc.begin.line); in createQueryLoc()
235 lLoc.setLineEnd(aLoc.end.line); in createQueryLoc()
236 lLoc.setColumnEnd(aLoc.end.column); in createQueryLoc()
237 return lLoc; in createQueryLoc()
242 QueryLoc lLoc; in createQueryLocStatic() local
244 lLoc.setLineBegin(aLoc.begin.line); in createQueryLocStatic()
246 lLoc.setLineEnd(aLoc.end.line); in createQueryLocStatic()
247 lLoc.setColumnEnd(aLoc.end.column); in createQueryLocStatic()
[all …]
/dports/science/jdftx/jdftx-1.6.0/jdftx/electronic/
H A DSpeciesInfo_readFhi.cpp153 int lLoc = lLocCpi>=0 ? lLocCpi : (lCount-1); //specified channel, or last channel if unspecified in readFhi() local
154 if(lLoc>=lCount) die(" Local channel l=%d is invalid (max l=%d in file).\n", lLoc, lCount); in readFhi()
155 … local potential (l=%d) to a uniform radial grid of dG=%lg with %d points.\n", lLoc, dG, nGridLoc); in readFhi()
156 channels[lLoc].VplusZbyr(Z).transform(0, dG, nGridLoc, VlocRadial); in readFhi()
159 if(lLoc==lCount-1) lCount--; //projector array shortens if last channel is local in readFhi()
166 if(l != lLoc) in readFhi()
168 double Minv = channels[l].projectorM(channels[lLoc]); in readFhi()
171 channels[l].getProjector(channels[lLoc]).transform(l, dG, nGridNL, VnlRadial[l][0]); in readFhi()
193 if(l != lLoc) in readFhi()
194 { double rcNL = channels[l].getCoreRadius(channels[lLoc]); in readFhi()

123456