Home
last modified time | relevance | path

Searched refs:initialLocation (Results 1 – 25 of 87) sorted by relevance

1234

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/SwingSet/src/
H A DTestHelpers.java55 Point initialLocation = component.getLocation(); in checkChangeLocation() local
61 component.setLocation(initialLocation); in checkChangeLocation()
62 component.waitComponentLocation(initialLocation); in checkChangeLocation()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sanity/client/SwingSet/src/
H A DTestHelpers.java55 Point initialLocation = component.getLocation(); in checkChangeLocation() local
61 component.setLocation(initialLocation); in checkChangeLocation()
62 component.waitComponentLocation(initialLocation); in checkChangeLocation()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sanity/client/SwingSet/src/
H A DTestHelpers.java55 Point initialLocation = component.getLocation(); in checkChangeLocation() local
61 component.setLocation(initialLocation); in checkChangeLocation()
62 component.waitComponentLocation(initialLocation); in checkChangeLocation()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sanity/client/SwingSet/src/
H A DTestHelpers.java55 Point initialLocation = component.getLocation(); in checkChangeLocation() local
61 component.setLocation(initialLocation); in checkChangeLocation()
62 component.waitComponentLocation(initialLocation); in checkChangeLocation()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sanity/client/SwingSet/src/
H A DTestHelpers.java55 Point initialLocation = component.getLocation(); in checkChangeLocation() local
61 component.setLocation(initialLocation); in checkChangeLocation()
62 component.waitComponentLocation(initialLocation); in checkChangeLocation()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/SwingSet/src/
H A DTestHelpers.java55 Point initialLocation = component.getLocation(); in checkChangeLocation() local
61 component.setLocation(initialLocation); in checkChangeLocation()
62 component.waitComponentLocation(initialLocation); in checkChangeLocation()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sanity/client/SwingSet/src/
H A DTestHelpers.java55 Point initialLocation = component.getLocation(); in checkChangeLocation() local
61 component.setLocation(initialLocation); in checkChangeLocation()
62 component.waitComponentLocation(initialLocation); in checkChangeLocation()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sanity/client/SwingSet/src/
H A DTestHelpers.java55 Point initialLocation = component.getLocation(); in checkChangeLocation() local
61 component.setLocation(initialLocation); in checkChangeLocation()
62 component.waitComponentLocation(initialLocation); in checkChangeLocation()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Experiments/WebKitServer/
H A DCandiWindow.m49 newOrigin.x = currentLocation.x - initialLocation.x;
50 newOrigin.y = currentLocation.y - initialLocation.y;
68 initialLocation = [self convertBaseToScreen:[theEvent locationInWindow]];
69 initialLocation.x -= windowFrame.origin.x;
70 initialLocation.y -= windowFrame.origin.y;
H A DCandiWindow.h8 NSPoint initialLocation; variable
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Experiments/WebKitServer/
H A DCandiWindow.m49 newOrigin.x = currentLocation.x - initialLocation.x;
50 newOrigin.y = currentLocation.y - initialLocation.y;
68 initialLocation = [self convertBaseToScreen:[theEvent locationInWindow]];
69 initialLocation.x -= windowFrame.origin.x;
70 initialLocation.y -= windowFrame.origin.y;
H A DCandiWindow.h8 NSPoint initialLocation;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/
H A DExternalAnnotationsAttributeConfiguration.java91 String initialLocation= attribute.getClasspathAttribute().getValue(); in performEdit() local
92 IPath locationPath= initialLocation == null ? null : new Path(initialLocation); in performEdit()
H A DJavadocAttributeConfiguration.java78 String initialLocation= attribute.getClasspathAttribute().getValue(); in performEdit() local
81 URL locationURL= initialLocation != null ? new URL(initialLocation) : null; in performEdit()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/plugins/PeopsXgl/macsrc/
H A DPluginWindow.m23 NSPoint initialLocation;
103 initialLocation = [theEvent locationInWindow];
131 newOrigin.x += (currentLocation.x - initialLocation.x);
132 newOrigin.y += (currentLocation.y - initialLocation.y);
/dports/devel/gorm/apps-gorm-04554d2/GormCore/
H A DGormResourceEditor.m198 NSPoint initialLocation;
211 initialLocation = lastLocation;
260 ((lastLocation.x - initialLocation.x) *
261 (lastLocation.x - initialLocation.x) +
262 (lastLocation.y - initialLocation.y) *
263 (lastLocation.y - initialLocation.y)
/dports/games/spring/spring_98.0/AI/Skirmish/Shard/data/ai/BA/
H A Dwardbehaviour.lua17 self.initialLocation = self.unit:Internal():GetPosition()
74 position = self.initialLocation
109 salvation = self.initialLocation
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/tests/org.eclipse.core.tests.runtime/src/org/eclipse/core/tests/runtime/
H A DPlatformTest.java94 IPath initialLocation = Platform.getLogFileLocation(); in testGetLogLocation() local
99 assertNotNull("1.0", initialLocation); in testGetLogLocation()
103 assertEquals("2.0", logPath, initialLocation); in testGetLogLocation()
112 assertEquals("4.0", initialLocation, Platform.getLogFileLocation()); in testGetLogLocation()
/dports/devel/msbuild/msbuild-0.06/src/Build.OM.UnitTests/Construction/
H A DProjectRootElement_Tests.cs1763 string initialLocation = null; in AssertProjectFileAfterReload()
1772 initialLocation = env.CreateFile().Path; in AssertProjectFileAfterReload()
1773 … File.WriteAllText(initialLocation, ObjectModelHelpers.CleanupFileContents(SimpleProject)); in AssertProjectFileAfterReload()
1774 rootElement = ProjectRootElement.Open(initialLocation, projectCollection); in AssertProjectFileAfterReload()
1794 … projectFileAssert.Invoke(initialLocation, reloadLocation, EmptyIfNull(rootElement.FullPath)); in AssertProjectFileAfterReload()
1795 … projectFileAssert.Invoke(initialLocation, reloadLocation, rootElement.ProjectFileLocation.File); in AssertProjectFileAfterReload()
1796 …projectFileAssert.Invoke(initialLocation, reloadLocation, rootElement.AllChildren.Last().Location.… in AssertProjectFileAfterReload()
1797 …projectFileAssert.Invoke(initialLocation, reloadLocation, project.GetPropertyValue("ProjectFile")); in AssertProjectFileAfterReload()
1798 … projectFileAssert.Invoke(initialLocation, reloadLocation, project.GetPropertyValue("ThisFile")); in AssertProjectFileAfterReload()
1806 …projectFileAssert.Invoke(Path.GetDirectoryName(initialLocation), Path.GetDirectoryName(reloadLocat… in AssertProjectFileAfterReload()
/dports/cad/openroad/OpenROAD-2.0/src/dpl/src/
H A DPlace.cpp136 Point init = initialLocation(cell, false); in checkOverlap()
148 Point init = initialLocation(cell, false); in nearestPt()
231 Point init = initialLocation(cell, false); in isInside()
243 Point init = initialLocation(cell, true); in distToRect()
412 Point init = initialLocation(cell, false); in rectDist()
436 Point init = initialLocation(cell, false); in rectDist()
681 Point init = initialLocation(cell, false); in distChange()
897 Point init = initialLocation(cell, padded); in legalPt()
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/MiniCore/src/UnitTests/MCObjectTest/
H A DMCObjectTest.cpp380 vector3dCompare(object.initialLocation(), MCVector3dF(0, 0, 0)); in testInitialLocation()
381 const MCVector3dF initialLocation(1, 2, 3); in testInitialLocation() local
382 object.setInitialLocation(initialLocation); in testInitialLocation()
383 vector3dCompare(object.initialLocation(), initialLocation); in testInitialLocation()
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/optimize/
H A Dlocal.go23 task = l.initialLocation(operation, result, task, method)
97 func (l localOptimizer) initialLocation(operation chan<- Task, result <-chan Task, task Task, needs… func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/optimize/
H A Dlocal.go23 task = l.initialLocation(operation, result, task, method)
97 func (l localOptimizer) initialLocation(operation chan<- Task, result <-chan Task, task Task, needs… func
/dports/editors/o/o-2.46.0/
H A Dsearch.go229 initialLocation = e.DataY().LineNumber()
258 e.GoToLineNumber(initialLocation, c, status, false)
376 e.GoToLineNumber(initialLocation, c, status, false)
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/MiniCore/src/Core/
H A Dmcobjectdata.hh105 MCVector3dF initialLocation() const;

1234