Home
last modified time | relevance | path

Searched refs:currentLoc (Results 1 – 25 of 90) sorted by relevance

1234

/dports/editors/kate/kate-21.12.3/kate/autotests/
H A Dlocation_history_test.cpp39 vs->currentLoc() = 0; in cleanup()
67 QCOMPARE(vs->currentLoc(), 0); in test_addLocationInvalidUrl()
72 QCOMPARE(vs->currentLoc(), 0); in test_addLocationInvalidUrl()
86 QCOMPARE(vs->currentLoc(), 0); in test_addLocation()
93 QCOMPARE(vs->currentLoc(), 0); in test_addLocation()
101 QCOMPARE(vs->currentLoc(), 0); in test_addLocation()
109 QCOMPARE(vs->currentLoc(), 0); in test_addLocation()
116 QCOMPARE(vs->currentLoc(), 0); in test_addLocation()
122 QCOMPARE(vs->currentLoc(), 1); in test_addLocation()
203 QCOMPARE(vs->currentLoc(), 1); in test_goBackForward2()
[all …]
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DTrack.cpp304 stationBackLoc = currentLoc; in track_remove_station_element()
307 currentLoc -= CoordsDirectionDelta[currentLoc.direction]; in track_remove_station_element()
311 currentLoc = stationFrontLoc; in track_remove_station_element()
314 currentLoc += CoordsDirectionDelta[currentLoc.direction]; in track_remove_station_element()
326 stationFrontLoc = currentLoc; in track_remove_station_element()
342 currentLoc = stationFrontLoc; in track_remove_station_element()
348 if (currentLoc != removeLoc) in track_remove_station_element()
354 …if ((currentLoc == stationFrontLoc) || (currentLoc + CoordsDirectionDelta[currentLoc.direction] ==… in track_remove_station_element()
375 if (currentLoc - CoordsDirectionDelta[currentLoc.direction] == removeLoc) in track_remove_station_element()
397 if (currentLoc != stationBackLoc) in track_remove_station_element()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/minibar/
H A DMiniBar.java366 currentLoc.x -= dX;
367 currentLoc.y -= dY;
368 setSnapLocation(currentLoc);
443 …Rectangle dim = new Rectangle(currentLoc.x,currentLoc.y,splash.getBounds().width,splash.getBounds(…
462 if (currentLoc.x-screen.x < 10)
463 currentLoc.x = screen.x;
466 if (currentLoc.y-screen.y < 10)
467 currentLoc.y = screen.y;
502 currentLoc.x = location.x;
503 currentLoc.y = location.y - 1;
[all …]
/dports/devel/statcvs/statcvs-0.7.0/src-temp/net/sf/statcvs/model/
H A DModule.java17 private int currentLoc = -1; field in Module
29 if (currentLoc < 0) { in getCurrentLinesOfCode()
31 currentLoc = 0; in getCurrentLinesOfCode()
34 currentLoc += vf.getCurrentLinesOfCode(); in getCurrentLinesOfCode()
37 return currentLoc; in getCurrentLinesOfCode()
/dports/devel/statcvs/statcvs-0.7.0/src/net/sf/statcvs/model/
H A DModule.java17 private int currentLoc = -1; field in Module
29 if (currentLoc < 0) { in getCurrentLinesOfCode()
31 currentLoc = 0; in getCurrentLinesOfCode()
34 currentLoc += vf.getCurrentLinesOfCode(); in getCurrentLinesOfCode()
37 return currentLoc; in getCurrentLinesOfCode()
/dports/biology/bbmap/bbmap/current/fileIO/
H A DByteFile2.java114 currentLoc=0; in close()
134 int tempLoc=currentLoc; in nextLine()
143 tempLoc=currentLoc; in nextLine()
156 currentLoc++; in nextLine()
163 currentLoc=0;
212 currentLoc=0;
371 final int loc=currentLoc;
441 private int currentLoc=0;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/reflect/annotation/
H A DAnnotatedTypeFactory.java50 LocationInfo currentLoc, in buildAnnotatedType() argument
59 currentLoc, in buildAnnotatedType()
65 addNesting(type, currentLoc), in buildAnnotatedType()
71 currentLoc, in buildAnnotatedType()
77 addNesting(type, currentLoc), in buildAnnotatedType()
83 currentLoc, in buildAnnotatedType()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/reflect/annotation/
H A DAnnotatedTypeFactory.java50 LocationInfo currentLoc, in buildAnnotatedType() argument
59 currentLoc, in buildAnnotatedType()
65 addNesting(type, currentLoc), in buildAnnotatedType()
71 currentLoc, in buildAnnotatedType()
77 addNesting(type, currentLoc), in buildAnnotatedType()
83 currentLoc, in buildAnnotatedType()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotatedTypeFactory.java50 LocationInfo currentLoc, in buildAnnotatedType() argument
59 currentLoc, in buildAnnotatedType()
65 currentLoc, in buildAnnotatedType()
71 currentLoc, in buildAnnotatedType()
77 currentLoc, in buildAnnotatedType()
83 currentLoc, in buildAnnotatedType()
/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/
H A DQuaquaSplitPaneDivider.java316 int currentLoc = splitPane.getDividerLocation(); in mouseReleased() local
318 if (splitPane.getDividerLocation() == currentLoc) { in mouseReleased()
385 int currentLoc = splitPaneUI.getDividerLocation(splitPane); in mouseClicked() local
387 if (currentLoc == maxLoc) { in mouseClicked()
393 if (currentLoc != newLoc) { in mouseClicked()
397 splitPane.setLastDividerLocation(currentLoc); in mouseClicked()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotatedTypeFactory.java50 LocationInfo currentLoc, in buildAnnotatedType() argument
59 currentLoc, in buildAnnotatedType()
65 currentLoc, in buildAnnotatedType()
71 currentLoc, in buildAnnotatedType()
77 currentLoc, in buildAnnotatedType()
83 currentLoc, in buildAnnotatedType()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/plaf/basic/
H A DBasicSplitPaneDivider.java211 int currentLoc = splitPaneUI.getDividerLocation(splitPane); in actionPerformed() local
218 if (currentLoc in actionPerformed()
231 if (currentLoc in actionPerformed()
247 if (currentLoc == insets.top) in actionPerformed()
259 if (currentLoc == insets.left) in actionPerformed()
270 if (currentLoc != newLoc) in actionPerformed()
273 splitPane.setLastDividerLocation(currentLoc); in actionPerformed()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/plaf/basic/
H A DBasicSplitPaneDivider.java211 int currentLoc = splitPaneUI.getDividerLocation(splitPane); in actionPerformed() local
218 if (currentLoc in actionPerformed()
231 if (currentLoc in actionPerformed()
247 if (currentLoc == insets.top) in actionPerformed()
259 if (currentLoc == insets.left) in actionPerformed()
270 if (currentLoc != newLoc) in actionPerformed()
273 splitPane.setLastDividerLocation(currentLoc); in actionPerformed()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/plaf/basic/
H A DBasicSplitPaneDivider.java211 int currentLoc = splitPaneUI.getDividerLocation(splitPane); in actionPerformed() local
218 if (currentLoc in actionPerformed()
231 if (currentLoc in actionPerformed()
247 if (currentLoc == insets.top) in actionPerformed()
259 if (currentLoc == insets.left) in actionPerformed()
270 if (currentLoc != newLoc) in actionPerformed()
273 splitPane.setLastDividerLocation(currentLoc); in actionPerformed()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/plaf/basic/
H A DBasicSplitPaneDivider.java211 int currentLoc = splitPaneUI.getDividerLocation(splitPane); in actionPerformed() local
218 if (currentLoc in actionPerformed()
231 if (currentLoc in actionPerformed()
247 if (currentLoc == insets.top) in actionPerformed()
259 if (currentLoc == insets.left) in actionPerformed()
270 if (currentLoc != newLoc) in actionPerformed()
273 splitPane.setLastDividerLocation(currentLoc); in actionPerformed()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/plaf/basic/
H A DBasicSplitPaneDivider.java211 int currentLoc = splitPaneUI.getDividerLocation(splitPane); in actionPerformed() local
218 if (currentLoc in actionPerformed()
231 if (currentLoc in actionPerformed()
247 if (currentLoc == insets.top) in actionPerformed()
259 if (currentLoc == insets.left) in actionPerformed()
270 if (currentLoc != newLoc) in actionPerformed()
273 splitPane.setLastDividerLocation(currentLoc); in actionPerformed()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/
H A DDefaultDesktopManager.java347 private transient Point currentLoc = null; field in DefaultDesktopManager
363 if (currentLoc != null) { in dragFrame()
364 g.drawRect(currentLoc.x, currentLoc.y, in dragFrame()
381 currentLoc = new Point (newX, newY); in dragFrame()
395 if ( dragMode == OUTLINE_DRAG_MODE && currentLoc != null) { in endDraggingFrame()
396 setBoundsForFrame(f, currentLoc.x, currentLoc.y, f.getWidth(), f.getHeight() ); in endDraggingFrame()
397 currentLoc = null; in endDraggingFrame()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/
H A DDefaultDesktopManager.java347 private transient Point currentLoc = null; field in DefaultDesktopManager
363 if (currentLoc != null) { in dragFrame()
364 g.drawRect(currentLoc.x, currentLoc.y, in dragFrame()
381 currentLoc = new Point (newX, newY); in dragFrame()
395 if ( dragMode == OUTLINE_DRAG_MODE && currentLoc != null) { in endDraggingFrame()
396 setBoundsForFrame(f, currentLoc.x, currentLoc.y, f.getWidth(), f.getHeight() ); in endDraggingFrame()
397 currentLoc = null; in endDraggingFrame()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/
H A DDefaultDesktopManager.java347 private transient Point currentLoc = null; field in DefaultDesktopManager
363 if (currentLoc != null) { in dragFrame()
364 g.drawRect(currentLoc.x, currentLoc.y, in dragFrame()
381 currentLoc = new Point (newX, newY); in dragFrame()
395 if ( dragMode == OUTLINE_DRAG_MODE && currentLoc != null) { in endDraggingFrame()
396 setBoundsForFrame(f, currentLoc.x, currentLoc.y, f.getWidth(), f.getHeight() ); in endDraggingFrame()
397 currentLoc = null; in endDraggingFrame()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/
H A DDefaultDesktopManager.java343 private transient Point currentLoc = null; field in DefaultDesktopManager
359 if (currentLoc != null) { in dragFrame()
360 g.drawRect(currentLoc.x, currentLoc.y, in dragFrame()
377 currentLoc = new Point (newX, newY); in dragFrame()
391 if ( dragMode == OUTLINE_DRAG_MODE && currentLoc != null) { in endDraggingFrame()
392 setBoundsForFrame(f, currentLoc.x, currentLoc.y, f.getWidth(), f.getHeight() ); in endDraggingFrame()
393 currentLoc = null; in endDraggingFrame()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/
H A DDefaultDesktopManager.java352 private transient Point currentLoc = null; field in DefaultDesktopManager
368 if (currentLoc != null) { in dragFrame()
369 g.drawRect(currentLoc.x, currentLoc.y, in dragFrame()
386 currentLoc = new Point (newX, newY); in dragFrame()
400 if ( dragMode == OUTLINE_DRAG_MODE && currentLoc != null) { in endDraggingFrame()
401 setBoundsForFrame(f, currentLoc.x, currentLoc.y, f.getWidth(), f.getHeight() ); in endDraggingFrame()
402 currentLoc = null; in endDraggingFrame()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/
H A DDefaultDesktopManager.java352 private transient Point currentLoc = null; field in DefaultDesktopManager
368 if (currentLoc != null) { in dragFrame()
369 g.drawRect(currentLoc.x, currentLoc.y, in dragFrame()
386 currentLoc = new Point (newX, newY); in dragFrame()
400 if ( dragMode == OUTLINE_DRAG_MODE && currentLoc != null) { in endDraggingFrame()
401 setBoundsForFrame(f, currentLoc.x, currentLoc.y, f.getWidth(), f.getHeight() ); in endDraggingFrame()
402 currentLoc = null; in endDraggingFrame()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/
H A DDefaultDesktopManager.java347 private transient Point currentLoc = null; field in DefaultDesktopManager
363 if (currentLoc != null) { in dragFrame()
364 g.drawRect(currentLoc.x, currentLoc.y, in dragFrame()
381 currentLoc = new Point (newX, newY); in dragFrame()
395 if ( dragMode == OUTLINE_DRAG_MODE && currentLoc != null) { in endDraggingFrame()
396 setBoundsForFrame(f, currentLoc.x, currentLoc.y, f.getWidth(), f.getHeight() ); in endDraggingFrame()
397 currentLoc = null; in endDraggingFrame()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/
H A DDefaultDesktopManager.java347 private transient Point currentLoc = null; field in DefaultDesktopManager
363 if (currentLoc != null) { in dragFrame()
364 g.drawRect(currentLoc.x, currentLoc.y, in dragFrame()
381 currentLoc = new Point (newX, newY); in dragFrame()
395 if ( dragMode == OUTLINE_DRAG_MODE && currentLoc != null) { in endDraggingFrame()
396 setBoundsForFrame(f, currentLoc.x, currentLoc.y, f.getWidth(), f.getHeight() ); in endDraggingFrame()
397 currentLoc = null; in endDraggingFrame()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/
H A DDefaultDesktopManager.java347 private transient Point currentLoc = null; field in DefaultDesktopManager
363 if (currentLoc != null) { in dragFrame()
364 g.drawRect(currentLoc.x, currentLoc.y, in dragFrame()
381 currentLoc = new Point (newX, newY); in dragFrame()
395 if ( dragMode == OUTLINE_DRAG_MODE && currentLoc != null) { in endDraggingFrame()
396 setBoundsForFrame(f, currentLoc.x, currentLoc.y, f.getWidth(), f.getHeight() ); in endDraggingFrame()
397 currentLoc = null; in endDraggingFrame()

1234