Home
last modified time | relevance | path

Searched refs:LocationHelper (Results 1 – 25 of 58) sorted by relevance

123

/dports/emulators/ppsspp/ppsspp-1.12.3/ios/
H A DLocationHelper.mm1 #import "LocationHelper.h"
3 @interface LocationHelper() interface in LocationHelper
6 @implementation LocationHelper category
9 NSLog(@"LocationHelper::init");
16 NSLog(@"LocationHelper::startLocationUpdates");
24 NSLog(@"LocationHelper::stopLocationUpdates");
H A DLocationHelper.h9 @interface LocationHelper : NSObject<CLLocationManagerDelegate> {
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ios/
H A DLocationHelper.mm1 #import "LocationHelper.h"
3 @interface LocationHelper() interface in LocationHelper
6 @implementation LocationHelper category
9 NSLog(@"LocationHelper::init");
16 NSLog(@"LocationHelper::startLocationUpdates");
24 NSLog(@"LocationHelper::stopLocationUpdates");
H A DLocationHelper.h9 @interface LocationHelper : NSObject<CLLocationManagerDelegate> {
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ios/
H A DLocationHelper.mm1 #import "LocationHelper.h"
3 @interface LocationHelper() interface in LocationHelper
6 @implementation LocationHelper category
9 NSLog(@"LocationHelper::init");
16 NSLog(@"LocationHelper::startLocationUpdates");
24 NSLog(@"LocationHelper::stopLocationUpdates");
H A DLocationHelper.h9 @interface LocationHelper : NSObject<CLLocationManagerDelegate> {
/dports/lang/solidity/solidity_0.8.11/tools/solidityUpgrade/
H A DSourceTransform.h37 class LocationHelper
44 LocationHelper& operator<<(T const& data)
162 LocationHelper() << "Could not fix: " << text(_location) << " at " << _location << in insertBeforeKeyword()
186 LocationHelper() << "Could not fix: " << text(_location) << " at " << _location << in insertAfterKeyword()
212 LocationHelper() << "Could not fix: " << text(_location) << " at " << _location << in insertAfterRightParenthesis()
238 LocationHelper() << "Could not fix: " << text(_location) << " at " << _location << in replaceFunctionName()
263 LocationHelper() << "Could not fix: " << text(_location) << " at " << _location << in gasUpdate()
288 LocationHelper() << "Could not fix: " << text(_location) << " at " << _location << in valueUpdate()
/dports/misc/perkeep/perkeep-0.11/pkg/index/
H A Dlocation.go19 type LocationHelper struct { struct
26 func NewLocationHelper(ix *Index) *LocationHelper {
27 lh := &LocationHelper{index: ix}
36 func (lh *LocationHelper) SetCorpus(corpus *Corpus) { argument
55 func (lh *LocationHelper) PermanodeLocation(ctx context.Context, permaNode blob.Ref, argument
60 func (lh *LocationHelper) permanodeLocation(ctx context.Context, argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/XamlIntegration/
H A DActivityWithResultConverter.cs84 static Type LocationHelperType = typeof(LocationHelper<>);
88 LocationHelper locationHelper; // true if we're dealing with a Location
104 … this.locationHelper = (LocationHelper)Activator.CreateInstance(concreteHelperType); in ExpressionConverterHelper()
181 abstract class LocationHelper class in System.Activities.XamlIntegration.ActivityWithResultConverter.ExpressionConverterHelper
186 class LocationHelper<TLocationValue> : LocationHelper class in System.Activities.XamlIntegration.ActivityWithResultConverter.ExpressionConverterHelper
/dports/deskutils/itinerary/itinerary-21.12.3/src/app/
H A Dlocationhelper.cpp16 QString LocationHelper::departureCountry(const QVariant &res) in departureCountry()
24 QString LocationHelper::destinationCountry(const QVariant &res) in destinationCountry()
32 QString LocationHelper::regionCode(const QVariant &loc) in regionCode()
H A Dlocationhelper.h13 namespace LocationHelper
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/location/
H A DBasicLocation.java129 File f = LocationHelper.decodePath(new File(value.getPath())); in set()
131 value = LocationHelper.buildURL("file:" + basePath, true); //$NON-NLS-1$ in set()
226 …String lockMode = configValues.getConfiguration(LocationHelper.PROP_OSGI_LOCKING, LocationHelper.L… in setLocker()
227 locker = LocationHelper.createLocker(lock, lockMode, debug.get()); in setLocker()
256 return LocationHelper.buildURL(spec, trailingSlash); in getDataArea()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/url/bundleentry/
H A DHandler.java23 import org.eclipse.osgi.internal.location.LocationHelper;
46 entry = revisionInfo.getBundleFile().getEntry(LocationHelper.decode(path, true)); in findBundleEntry()
50 entry = revisionInfo.getBundleFile().getEntry(LocationHelper.decode(path, false)); in findBundleEntry()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/internal/location/
H A DLocationHelper.java23 public class LocationHelper { class
117 String decodePath = LocationHelper.decode(absolute, true); in decodePath()
122 decodePath = LocationHelper.decode(absolute, false); in decodePath()
H A DLocker_JavaNio.java52 …on_cannotLockNIO, new Object[] {lockFile, ioe.getMessage(), "\"-D" + LocationHelper.PROP_OSGI_LOCK… in lock()
104 …on_cannotLockNIO, new Object[] {lockFile, ioe.getMessage(), "\"-D" + LocationHelper.PROP_OSGI_LOCK… in isLocked()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/datalocation/
H A DLocationAreaSessionTest.java22 import org.eclipse.osgi.internal.location.LocationHelper;
144 String oldLockingValue = System.setProperty(LocationHelper.PROP_OSGI_LOCKING, type); in doLock()
149 System.getProperties().remove(LocationHelper.PROP_OSGI_LOCKING); in doLock()
151 System.setProperty(LocationHelper.PROP_OSGI_LOCKING, oldLockingValue); in doLock()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DLocationHelper.jsm7 const EXPORTED_SYMBOLS = ["LocationHelper"];
28 class LocationHelper {
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/Debugger/
H A DDebugInfo.cs141 … Type locationHelperType = typeof(LocationHelper<>).MakeGenericType(locationValueType); in TryEvaluateExpression()
142LocationHelper helper = (LocationHelper)Activator.CreateInstance(locationHelperType); in TryEvaluateExpression()
663 abstract class LocationHelper class in System.Activities.Debugger.DebugInfo
668 class LocationHelper<TLocationValue> : LocationHelper class in System.Activities.Debugger.DebugInfo
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/url/reference/
H A DReferenceURLConnection.java25 import org.eclipse.osgi.internal.location.LocationHelper;
60 file = LocationHelper.decodePath(file); in connect()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DLocationHelper.jsm7 const EXPORTED_SYMBOLS = ["LocationHelper"];
28 class LocationHelper {
/dports/www/firefox/firefox-99.0/dom/base/
H A DLocationHelper.jsm7 const EXPORTED_SYMBOLS = ["LocationHelper"];
28 class LocationHelper {
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DLocationHelper.jsm7 const EXPORTED_SYMBOLS = ["LocationHelper"];
28 class LocationHelper {
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/android/src/org/ppsspp/ppsspp/
H A DLocationHelper.java20 class LocationHelper implements LocationListener {
21 private static final String TAG = LocationHelper.class.getSimpleName();
33 LocationHelper(Context context) {
/dports/emulators/ppsspp/ppsspp-1.12.3/android/src/org/ppsspp/ppsspp/
H A DLocationHelper.java20 class LocationHelper implements LocationListener { class
21 private static final String TAG = LocationHelper.class.getSimpleName();
33 LocationHelper(Context context) { in LocationHelper() method in LocationHelper
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/android/src/org/ppsspp/ppsspp/
H A DLocationHelper.java20 class LocationHelper implements LocationListener { class
21 private static final String TAG = LocationHelper.class.getSimpleName();
33 LocationHelper(Context context) { in LocationHelper() method in LocationHelper

123