Home
last modified time | relevance | path

Searched refs:isSameLocation (Results 1 – 25 of 36) sorted by relevance

12

/dports/net/kitinerary/kitinerary-21.12.3/autotests/
H A Dlocationutiltest.cpp31 QVERIFY(!LocationUtil::isSameLocation(txlCoord, {}, LocationUtil::CityLevel)); in testLocationCompare()
32 QVERIFY(!LocationUtil::isSameLocation({}, sxfCoord, LocationUtil::CityLevel)); in testLocationCompare()
36 QVERIFY(!LocationUtil::isSameLocation(txlCoord, {}, LocationUtil::Exact)); in testLocationCompare()
37 QVERIFY(!LocationUtil::isSameLocation({}, sxfCoord, LocationUtil::Exact)); in testLocationCompare()
62 QVERIFY(!LocationUtil::isSameLocation(txlIata, {}, LocationUtil::Exact)); in testLocationCompare()
69 QVERIFY(!LocationUtil::isSameLocation(txlName, {}, LocationUtil::Exact)); in testLocationCompare()
79 QVERIFY(LocationUtil::isSameLocation(txl, sxf, LocationUtil::CityLevel)); in testLocationCompare()
80 QVERIFY(!LocationUtil::isSameLocation(txl, sxf, LocationUtil::Exact)); in testLocationCompare()
81 QVERIFY(!LocationUtil::isSameLocation(txl, {}, LocationUtil::CityLevel)); in testLocationCompare()
82 QVERIFY(!LocationUtil::isSameLocation({}, sxf, LocationUtil::Exact)); in testLocationCompare()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/
H A DHistory.java102 if (!history.isEmpty() && isSameLocation(location)) in updateHistory()
115 if (!history.isEmpty() && isSameLocation(page)) in updateHistory()
134 private boolean isSameLocation(Object location) { in isSameLocation() method in History
/dports/deskutils/itinerary/itinerary-21.12.3/src/app/
H A Dtripgroupmanager.cpp244 if (LocationUtil::isSameLocation(from, to, LocationUtil::CityLevel)) { in isConnectedTransition()
319 if (LocationUtil::isSameLocation(beginDeparture, curArrival, LocationUtil::CityLevel)) { in scanOne()
334 …if (connectedTransition && !LocationUtil::isSameLocation(prevArrival, beginDeparture, LocationUtil… in scanOne()
373 if (LocationUtil::isSameLocation(endArrival, curDeparture, LocationUtil::CityLevel)) { in scanOne()
517 return LocationUtil::isSameLocation(dep, arr, LocationUtil::CityLevel); in isRoundTrip()
566 if (LocationUtil::isSameLocation(beginLoc, endLoc, LocationUtil::CityLevel)) { in guessName()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DArchive.java151 if (path == other.path || isSameLocation(this, other)) in equals()
163 public static boolean isSameLocation(Archive archive, Archive other) { in isSameLocation() method in Archive
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DArchive.java151 if (path == other.path || isSameLocation(this, other)) in equals()
163 public static boolean isSameLocation(Archive archive, Archive other) { in isSameLocation() method in Archive
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java203 if (!locations[i].isSameLocation(other.locations[i])) in isSameLocationInfo()
212 boolean isSameLocation(Location other) { in isSameLocation() method in TypeAnnotation.LocationInfo.Location
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DArchive.java151 if (path == other.path || isSameLocation(this, other)) in equals()
163 public static boolean isSameLocation(Archive archive, Archive other) { in isSameLocation() method in Archive
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DArchive.java151 if (path == other.path || isSameLocation(this, other)) in equals()
163 public static boolean isSameLocation(Archive archive, Archive other) { in isSameLocation() method in Archive
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DArchive.java151 if (path == other.path || isSameLocation(this, other)) in equals()
163 public static boolean isSameLocation(Archive archive, Archive other) { in isSameLocation() method in Archive
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DArchive.java151 if (path == other.path || isSameLocation(this, other)) in equals()
163 public static boolean isSameLocation(Archive archive, Archive other) { in isSameLocation() method in Archive
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DArchive.java151 if (path == other.path || isSameLocation(this, other)) in equals()
163 public static boolean isSameLocation(Archive archive, Archive other) { in isSameLocation() method in Archive
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DArchive.java151 if (path == other.path || isSameLocation(this, other)) in equals()
163 public static boolean isSameLocation(Archive archive, Archive other) { in isSameLocation() method in Archive
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java203 if (!locations[i].isSameLocation(other.locations[i])) in isSameLocationInfo()
212 boolean isSameLocation(Location other) { in isSameLocation() method in TypeAnnotation.LocationInfo.Location
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java218 if (!locations[i].isSameLocation(other.locations[i])) in isSameLocationInfo()
227 boolean isSameLocation(Location other) { in isSameLocation() method in TypeAnnotation.LocationInfo.Location
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java216 if (!locations[i].isSameLocation(other.locations[i])) in isSameLocationInfo()
225 boolean isSameLocation(Location other) { in isSameLocation() method in TypeAnnotation.LocationInfo.Location
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java218 if (!locations[i].isSameLocation(other.locations[i])) in isSameLocationInfo()
227 boolean isSameLocation(Location other) { in isSameLocation() method in TypeAnnotation.LocationInfo.Location
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java220 if (!locations[i].isSameLocation(other.locations[i])) in isSameLocationInfo()
229 boolean isSameLocation(Location other) { in isSameLocation() method in TypeAnnotation.LocationInfo.Location
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java220 if (!locations[i].isSameLocation(other.locations[i])) in isSameLocationInfo()
229 boolean isSameLocation(Location other) { in isSameLocation() method in TypeAnnotation.LocationInfo.Location
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java216 if (!locations[i].isSameLocation(other.locations[i])) in isSameLocationInfo()
225 boolean isSameLocation(Location other) { in isSameLocation() method in TypeAnnotation.LocationInfo.Location
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java228 if (!locations[i].isSameLocation(other.locations[i])) in isSameLocationInfo()
237 boolean isSameLocation(Location other) { in isSameLocation() method in TypeAnnotation.LocationInfo.Location
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java228 if (!locations[i].isSameLocation(other.locations[i])) in isSameLocationInfo()
237 boolean isSameLocation(Location other) { in isSameLocation() method in TypeAnnotation.LocationInfo.Location
/dports/net/kitinerary/kitinerary-21.12.3/src/lib/
H A Dlocationutil.h70 bool KITINERARY_EXPORT isSameLocation(const QVariant &lhs, const QVariant &rhs, Accuracy accuracy =…
H A Dlocationutil.cpp32 return !isSameLocation(pickup, dropoff); in isLocationChange()
248 bool LocationUtil::isSameLocation(const QVariant &lhs, const QVariant &rhs, LocationUtil::Accuracy … in isSameLocation() function in LocationUtil
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/
H A DBug_233939.java46 protected boolean isSameLocation(IFile file, IFileStore store) { in isSameLocation() method in Bug_233939
/dports/devel/cppcheck/cppcheck-2.6.3/lib/
H A Dcheckclass.h158 return isSameLocation(other) && hash == other.hash;
161 bool isSameLocation(const NameLoc& other) const { in isSameLocation() function

12