Home
last modified time | relevance | path

Searched refs:toLocation (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/exception/
H A DLocatableWebServiceException.java69 this(message,toLocation(locationSource)); in LocatableWebServiceException()
73 this(message,cause,toLocation(locationSource)); in LocatableWebServiceException()
77 this(cause,toLocation(locationSource)); in LocatableWebServiceException()
97 private static Locator toLocation(XMLStreamReader xsr) { in toLocation() method in LocatableWebServiceException
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/exception/
H A DLocatableWebServiceException.java69 this(message,toLocation(locationSource)); in LocatableWebServiceException()
73 this(message,cause,toLocation(locationSource)); in LocatableWebServiceException()
77 this(cause,toLocation(locationSource)); in LocatableWebServiceException()
97 private static Locator toLocation(XMLStreamReader xsr) { in toLocation() method in LocatableWebServiceException
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/test/android/javatests/src/org/chromium/content_public/browser/test/util/
H A DTestTouchUtils.java192 int toLocation[] = getAbsoluteLocationFromRelative(view, toX, toY); in dragCompleteView() local
194 dragTo(instrumentation, fromLocation[0], toLocation[0], fromLocation[1], toLocation[1], in dragCompleteView()
196 dragEnd(instrumentation, toLocation[0], toLocation[1], downTime); in dragCompleteView()
/dports/games/qonk/qonk-0.3.1/src/
H A Dships.cpp57 setLocation( toLocation ); in moveTo()
84 toLocation.setX( fromLocation.getX() + dx ); in moveTo()
85 toLocation.setY( fromLocation.getY() + dy ); in moveTo()
130 …orbitLocation.setX( fromLocation.getX() + ( toLocation.getX() - fromLocation.getX() ) * ( time - f… in update()
131 …orbitLocation.setY( fromLocation.getY() + ( toLocation.getY() - fromLocation.getY() ) * ( time - f… in update()
179 double dx = toLocation.getX() - location.getX(); in getDirection()
180 double dy = toLocation.getY() - location.getY(); in getDirection()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/trace/
H A DTraceGlobalMoveResolver.java253 private boolean safeToProcessMove(Value fromLocation, Value toLocation) { in safeToProcessMove() argument
254 if (mightBeBlocked(toLocation)) { in safeToProcessMove()
255 …if ((valueBlocked(toLocation) > 1 || (valueBlocked(toLocation) == 1 && !isMoveToSelf(fromLocation,… in safeToProcessMove()
373 AllocatableValue toLocation = mappingTo.get(i); in resolveMappings() local
374 if (safeToProcessMove(fromLocation, toLocation)) { in resolveMappings()
376 LIRInstruction move = insertMove(fromLocation, toLocation); in resolveMappings()
379 if (isStackSlotValue(toLocation)) { in resolveMappings()
383 busySpillSlots.add(toLocation); in resolveMappings()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/trace/
H A DTraceGlobalMoveResolver.java253 private boolean safeToProcessMove(Value fromLocation, Value toLocation) { in safeToProcessMove() argument
254 if (mightBeBlocked(toLocation)) { in safeToProcessMove()
255 …if ((valueBlocked(toLocation) > 1 || (valueBlocked(toLocation) == 1 && !isMoveToSelf(fromLocation,… in safeToProcessMove()
373 AllocatableValue toLocation = mappingTo.get(i); in resolveMappings() local
374 if (safeToProcessMove(fromLocation, toLocation)) { in resolveMappings()
376 LIRInstruction move = insertMove(fromLocation, toLocation); in resolveMappings()
379 if (isStackSlotValue(toLocation)) { in resolveMappings()
383 busySpillSlots.add(toLocation); in resolveMappings()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DLinearScanEliminateSpillMovePhase.java165 … AllocatableValue toLocation = LinearScan.canonicalSpillOpr(interval); in eliminateSpillMoves() local
166 if (!fromLocation.equals(toLocation)) { in eliminateSpillMoves()
168 …operand must be a register but is: " + fromLocation + " toLocation=" + toLocation + " spillState="… in eliminateSpillMoves()
170 … assert isStackSlotValue(toLocation) : "to operand must be a stack slot"; in eliminateSpillMoves()
172 … LIRInstruction move = allocator.getSpillMoveFactory().createMove(toLocation, fromLocation); in eliminateSpillMoves()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DLinearScanEliminateSpillMovePhase.java165 … AllocatableValue toLocation = LinearScan.canonicalSpillOpr(interval); in eliminateSpillMoves() local
166 if (!fromLocation.equals(toLocation)) { in eliminateSpillMoves()
168 …operand must be a register but is: " + fromLocation + " toLocation=" + toLocation + " spillState="… in eliminateSpillMoves()
170 … assert isStackSlotValue(toLocation) : "to operand must be a stack slot"; in eliminateSpillMoves()
172 … LIRInstruction move = allocator.getSpillMoveFactory().createMove(toLocation, fromLocation); in eliminateSpillMoves()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DLinearScanEliminateSpillMovePhase.java165 … AllocatableValue toLocation = LinearScan.canonicalSpillOpr(interval); in eliminateSpillMoves() local
166 if (!fromLocation.equals(toLocation)) { in eliminateSpillMoves()
168 …operand must be a register but is: " + fromLocation + " toLocation=" + toLocation + " spillState="… in eliminateSpillMoves()
170 … assert isStackSlotValue(toLocation) : "to operand must be a stack slot"; in eliminateSpillMoves()
172 … LIRInstruction move = allocator.getSpillMoveFactory().createMove(toLocation, fromLocation); in eliminateSpillMoves()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DLinearScanEliminateSpillMovePhase.java165 … AllocatableValue toLocation = LinearScan.canonicalSpillOpr(interval); in eliminateSpillMoves() local
166 if (!fromLocation.equals(toLocation)) { in eliminateSpillMoves()
168 …operand must be a register but is: " + fromLocation + " toLocation=" + toLocation + " spillState="… in eliminateSpillMoves()
170 … assert isStackSlotValue(toLocation) : "to operand must be a stack slot"; in eliminateSpillMoves()
172 … LIRInstruction move = allocator.getSpillMoveFactory().createMove(toLocation, fromLocation); in eliminateSpillMoves()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DLinearScanEliminateSpillMovePhase.java165 … AllocatableValue toLocation = LinearScan.canonicalSpillOpr(interval); in eliminateSpillMoves() local
166 if (!fromLocation.equals(toLocation)) { in eliminateSpillMoves()
168 …operand must be a register but is: " + fromLocation + " toLocation=" + toLocation + " spillState="… in eliminateSpillMoves()
170 … assert isStackSlotValue(toLocation) : "to operand must be a stack slot"; in eliminateSpillMoves()
172 … LIRInstruction move = allocator.getSpillMoveFactory().createMove(toLocation, fromLocation); in eliminateSpillMoves()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DLinearScanEliminateSpillMovePhase.java165 … AllocatableValue toLocation = LinearScan.canonicalSpillOpr(interval); in eliminateSpillMoves() local
166 if (!fromLocation.equals(toLocation)) { in eliminateSpillMoves()
168 …operand must be a register but is: " + fromLocation + " toLocation=" + toLocation + " spillState="… in eliminateSpillMoves()
170 … assert isStackSlotValue(toLocation) : "to operand must be a stack slot"; in eliminateSpillMoves()
172 … LIRInstruction move = allocator.getSpillMoveFactory().createMove(toLocation, fromLocation); in eliminateSpillMoves()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DLinearScanEliminateSpillMovePhase.java165 … AllocatableValue toLocation = LinearScan.canonicalSpillOpr(interval); in eliminateSpillMoves() local
166 if (!fromLocation.equals(toLocation)) { in eliminateSpillMoves()
168 …operand must be a register but is: " + fromLocation + " toLocation=" + toLocation + " spillState="… in eliminateSpillMoves()
170 … assert isStackSlotValue(toLocation) : "to operand must be a stack slot"; in eliminateSpillMoves()
172 … LIRInstruction move = allocator.getSpillMoveFactory().createMove(toLocation, fromLocation); in eliminateSpillMoves()
/dports/comms/hylafax/hylafax-6.0.7/faxcover/
H A Dfaxcover.c++48 fxStr toLocation; // to's geographical location member in faxCoverApp
165 toLocation = optarg; in initialize()
375 if (toLocation == "") in emitToDefs()
376 toLocation = rec->find("Location"); in emitToDefs()
388 coverDef("to-location", toLocation); in emitToDefs()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/trace/lsra/
H A DTraceLinearScanEliminateSpillMovePhase.java155 … AllocatableValue toLocation = allocator.canonicalSpillOpr(interval); in eliminateSpillMoves() local
156 if (!fromLocation.equals(toLocation)) { in eliminateSpillMoves()
166 …operand must be a register but is: " + fromLocation + " toLocation=" + toLocation + " spillState="… in eliminateSpillMoves()
168 … assert isStackSlotValue(toLocation) : "to operand must be a stack slot"; in eliminateSpillMoves()
170 … LIRInstruction move = allocator.getSpillMoveFactory().createMove(toLocation, fromLocation); in eliminateSpillMoves()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/trace/lsra/
H A DTraceLinearScanEliminateSpillMovePhase.java155 … AllocatableValue toLocation = allocator.canonicalSpillOpr(interval); in eliminateSpillMoves() local
156 if (!fromLocation.equals(toLocation)) { in eliminateSpillMoves()
166 …operand must be a register but is: " + fromLocation + " toLocation=" + toLocation + " spillState="… in eliminateSpillMoves()
168 … assert isStackSlotValue(toLocation) : "to operand must be a stack slot"; in eliminateSpillMoves()
170 … LIRInstruction move = allocator.getSpillMoveFactory().createMove(toLocation, fromLocation); in eliminateSpillMoves()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/io/pathNames/win32/
H A DRenameDelete.java54 StringBuffer toLocation = new StringBuffer(location.toString()+"\\To"); in main() local
57 File f2 = new File(toLocation.toString()); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/io/pathNames/win32/
H A DRenameDelete.java54 StringBuffer toLocation = new StringBuffer(location.toString()+"\\To"); in main() local
57 File f2 = new File(toLocation.toString()); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/io/pathNames/win32/
H A DRenameDelete.java54 StringBuffer toLocation = new StringBuffer(location.toString()+"\\To"); in main() local
57 File f2 = new File(toLocation.toString()); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/io/pathNames/win32/
H A DRenameDelete.java54 StringBuffer toLocation = new StringBuffer(location.toString()+"\\To"); in main() local
57 File f2 = new File(toLocation.toString()); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/io/pathNames/win32/
H A DRenameDelete.java54 StringBuffer toLocation = new StringBuffer(location.toString()+"\\To"); in main() local
57 File f2 = new File(toLocation.toString()); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/io/pathNames/win32/
H A DRenameDelete.java54 StringBuffer toLocation = new StringBuffer(location.toString()+"\\To");
57 File f2 = new File(toLocation.toString());
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/io/pathNames/win32/
H A DRenameDelete.java54 StringBuffer toLocation = new StringBuffer(location.toString()+"\\To"); in main() local
57 File f2 = new File(toLocation.toString()); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/io/pathNames/win32/
H A DRenameDelete.java54 StringBuffer toLocation = new StringBuffer(location.toString()+"\\To"); in main() local
57 File f2 = new File(toLocation.toString()); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/io/pathNames/win32/
H A DRenameDelete.java54 StringBuffer toLocation = new StringBuffer(location.toString()+"\\To"); in main() local
57 File f2 = new File(toLocation.toString()); in main()

1234567