Home
last modified time | relevance | path

Searched refs:targetSystem (Results 1 – 25 of 50) sorted by relevance

12

/dports/multimedia/webcamoid/webcamoid-8.8.0/ports/deploy/
H A Ddeploy.py36 if system == deploy.targetSystem:
41 system = deploy.targetSystem
H A Ddeploy_mac.py42 self.pkgsDir = os.path.join(self.buildDir, 'ports/deploy/packages_auto', self.targetSystem)
60 self.targetSystem = 'android'
H A Ddeploy_posix.py67 self.targetSystem = 'posix_windows'
69 self.targetSystem = 'android'
H A Ddeploy_windows.py66 self.targetSystem = 'android'
/dports/net/py-impacket/impacket-0.9.17/examples/
H A Dntlmrelayx.py132 c.setTargets(targetSystem)
283targetSystem = TargetsProcessor(singleTarget=options.target, protocolClients=PROTOCOL_CLIENTS) variable
288targetSystem = TargetsProcessor(targetListFile=options.tf, protocolClients=PROTOCOL_CLIENTS) variable
292 targetSystem = None variable
298 if targetSystem is not None and options.w:
299 watchthread = TargetsFileWatcher(targetSystem)
H A Dsmbrelayx.py1139 targetSystem = options.h variable
1142 targetSystem = None variable
1161 s.setTargets(targetSystem)
/dports/astro/marble/marble-21.12.3/tests/
H A DLocaleTest.cpp63 QFETCH(MarbleLocale::MeasurementSystem, targetSystem); in meterToCustomUnit()
71 locale->meterToTargetUnit(meters, targetSystem, value, unit); in meterToCustomUnit()
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DMarbleLocale.cpp48 void MarbleLocale::meterToTargetUnit(qreal meters, MeasurementSystem targetSystem, in meterToTargetUnit() argument
53 switch (targetSystem) { in meterToTargetUnit()
H A DMarbleLocale.h60 static void meterToTargetUnit(qreal meters, MeasurementSystem targetSystem,
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DFileList.h91 …ngthBytes, unsigned int offset, unsigned int bytesBeingSent, bool done, SystemAddress targetSystem) in OnFilePush() argument
98 (void) targetSystem; in OnFilePush()
/dports/devel/qbs/qbs-src-1.21.0/share/qbs/modules/cpp/
H A Dandroid-gcc.qbs62 property string triple: [archLibsDir, targetSystem, targetDir].join("-")
86 targetSystem, targetAbi].join("-")
156 target: [targetArch, targetSystem, targetAbi].join("-")
157 targetSystem: "linux"
H A Dqnx-qcc.qbs55 ? qnx.compilerName + "_" + targetSystem + qnxTargetArchName
83 targetSystem: "nto"
H A Dtvos-gcc.qbs36 targetSystem: "tvos" + (minimumTvosVersion || "")
H A Dmacos-gcc.qbs39 targetSystem: "macosx" + (minimumMacosVersion || "")
H A Dfreebsd-gcc.qbs38 targetSystem: "freebsd" + (qbs.hostOS.contains("freebsd") ? FreeBSD.hostKernelRelease() : "")
H A Dwatchos-gcc.qbs37 targetSystem: "watchos" + (minimumWatchosVersion || "")
H A DLinuxGCC.qbs39 targetSystem: "linux"
H A Dios-gcc.qbs50 targetSystem: "ios" + (minimumIosVersion || "")
H A Dwindows-clang-mingw.qbs65 targetSystem: "windows"
H A DGenericGCC.qbs130 ? [targetArch, targetVendor, targetSystem, targetAbi].join("-")
134 targetVendor, targetSystem, targetAbi)
136 property string targetSystem: "unknown"
/dports/games/endless-sky/endless-sky-0.9.14/source/
H A DShip.cpp739 if(!isNewInstance && targetSystem) in FinishLoading()
746 targetSystem = nullptr; in FinishLoading()
751 targetSystem = nullptr; in FinishLoading()
968 if(targetSystem) in Save()
1523 targetSystem = nullptr; in Move()
2503 double fuelCost = JumpFuel(targetSystem); in IsReadyToJump()
2830 if(!targetSystem && followParent) in JumpsRemaining()
2839 jumpFuel = JumpFuel(targetSystem); in JumpsRemaining()
2932 double jumpFuel = JumpFuel(targetSystem); in JumpFuelMissing()
3485 return (targetSystem == currentSystem) ? nullptr : targetSystem; in GetTargetSystem()
[all …]
H A DAI.cpp256 void SelectRoute(Ship &ship, const System *targetSystem) in SelectRoute() argument
259 if(from == targetSystem || !targetSystem) in SelectRoute()
261 const DistanceMap route(ship, targetSystem); in SelectRoute()
330 newOrders.targetSystem = moveToSystem; in IssueMoveTarget()
1328 …if(type == Orders::MOVE_TO && it->second.targetSystem && ship.GetSystem() != it->second.targetSyst… in FollowOrders()
1333 SelectRoute(ship, it->second.targetSystem); in FollowOrders()
3879 …== Orders::MOVE_TO || order.type == Orders::HOLD_ACTIVE) && ship.GetSystem() == order.targetSystem) in UpdateOrders()
3890 order.targetSystem = ship.GetSystem(); in UpdateOrders()
H A DAI.h169 const System *targetSystem = nullptr; variable
H A DShip.h575 const System *targetSystem = nullptr; variable
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/FileListTransfer/
H A Dmain.cpp82 …ngthBytes, unsigned int offset, unsigned int bytesBeingSent, bool done, SystemAddress targetSystem) in OnFilePush() argument

12