Home
last modified time | relevance | path

Searched refs:LocationInfo (Results 1 – 25 of 1166) sorted by relevance

12345678910>>...47

/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/
H A Dlocation-info.cpp47 LocationInfo::LocationInfo() in LocationInfo() function in Tp::LocationInfo
52 LocationInfo::LocationInfo(const QVariantMap &location) in LocationInfo() function in Tp::LocationInfo
58 LocationInfo::LocationInfo(const LocationInfo &other) in LocationInfo() function in Tp::LocationInfo
66 LocationInfo::~LocationInfo() in ~LocationInfo()
70 LocationInfo &LocationInfo::operator=(const LocationInfo &other) in operator =()
100 QString LocationInfo::area() const in area()
124 QString LocationInfo::floor() const in floor()
130 QString LocationInfo::room() const in room()
136 QString LocationInfo::text() const in text()
148 QString LocationInfo::uri() const in uri()
[all …]
H A Dlocation-info.h40 class TP_QT_EXPORT LocationInfo
43 LocationInfo();
44 LocationInfo(const QVariantMap &location);
45 LocationInfo(const LocationInfo &other);
46 virtual ~LocationInfo();
50 LocationInfo &operator=(const LocationInfo &other);
93 Q_DECLARE_METATYPE(Tp::LocationInfo);
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/cpp/
H A Dlocationinfo.cpp31 const char* const LocationInfo::NA = "?";
34 const LocationInfo& LocationInfo::getLocationUnavailable() in getLocationUnavailable()
36 static const LocationInfo unavailable; in getLocationUnavailable()
45 LocationInfo::LocationInfo( const char* const fileName1, in LocationInfo() function in LocationInfo
57 LocationInfo::LocationInfo() in LocationInfo() function in LocationInfo
59 fileName(LocationInfo::NA), in LocationInfo()
60 methodName(LocationInfo::NA_METHOD) in LocationInfo()
68 LocationInfo::LocationInfo( const LocationInfo& src ) in LocationInfo() function in LocationInfo
79 LocationInfo& LocationInfo::operator = ( const LocationInfo& src ) in operator =()
90 void LocationInfo::clear() in clear()
[all …]
H A Dlogger.cpp128 const LocationInfo& location) const in forcedLog()
142 LocationInfo::getLocationUnavailable())); in forcedLog()
147 const LocationInfo& location) const in forcedLogLS()
397 const LocationInfo& location) const in l7dlog()
417 const LocationInfo& location, in l7dlog()
431 const LocationInfo& location, in l7dlog()
666 const LocationInfo& location) const in forcedLog()
679 LocationInfo::getLocationUnavailable())); in forcedLog()
817 const LocationInfo& location) const in forcedLog()
830 LocationInfo::getLocationUnavailable())); in forcedLog()
[all …]
/dports/x11/lxpanel/lxpanel-0.9.3/plugins/weather/
H A Dlocation.c54 LocationInfo * pEntry = (LocationInfo *)pData; in freeLocation()
82 LocationInfo * pInfo = (LocationInfo *)pEntry; in printLocation()
114 LocationInfo * pLocation = (LocationInfo *)pEntry; in setLocationAlias()
146 if ((LocationInfo *)*pDestination) in copyLocation()
149 LocationInfo * pDstLocation = (LocationInfo *) *pDestination; in copyLocation()
151 LocationInfo * pSrcLocation = (LocationInfo *)pSource; in copyLocation()
167 *pDestination = g_try_new0(LocationInfo, 1); in copyLocation()
171 LocationInfo * pDest = (LocationInfo *)*pDestination; in copyLocation()
172 LocationInfo * pSrc = (LocationInfo *)pSource; in copyLocation()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java45 private final LocationInfo loc;
50 LocationInfo loc, in TypeAnnotation()
68 public LocationInfo getLocationInfo() { in getLocationInfo()
135 public static final class LocationInfo { class in TypeAnnotation
139 private LocationInfo() { in LocationInfo() method in TypeAnnotation.LocationInfo
147 public static final LocationInfo BASE_LOCATION = new LocationInfo();
166 public LocationInfo pushArray() { in pushArray()
170 public LocationInfo pushInner() { in pushInner()
174 public LocationInfo pushWildcard() { in pushWildcard()
187 return new LocationInfo(newDepth, res); in pushLocation()
[all …]
H A DAnnotatedTypeFactory.java50 LocationInfo currentLoc, in buildAnnotatedType()
91 public static LocationInfo nestingForType(Type type, LocationInfo addTo) { in nestingForType()
129 private final LocationInfo location;
133 AnnotatedTypeBaseImpl(Type type, LocationInfo location, in AnnotatedTypeBaseImpl()
206 final LocationInfo getLocation() { in getLocation()
218 AnnotatedArrayTypeImpl(Type type, LocationInfo location, in AnnotatedArrayTypeImpl()
250 AnnotatedTypeVariableImpl(TypeVariable<?> type, LocationInfo location, in AnnotatedTypeVariableImpl()
273 AnnotatedParameterizedTypeImpl(ParameterizedType type, LocationInfo location, in AnnotatedParameterizedTypeImpl()
323 AnnotatedWildcardTypeImpl(WildcardType type, LocationInfo location, in AnnotatedWildcardTypeImpl()
334 LocationInfo.BASE_LOCATION, in getAnnotatedUpperBounds()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java45 private final LocationInfo loc;
50 LocationInfo loc, in TypeAnnotation()
68 public LocationInfo getLocationInfo() { in getLocationInfo()
135 public static final class LocationInfo { class in TypeAnnotation
139 private LocationInfo() { in LocationInfo() method in TypeAnnotation.LocationInfo
147 public static final LocationInfo BASE_LOCATION = new LocationInfo();
166 public LocationInfo pushArray() { in pushArray()
170 public LocationInfo pushInner() { in pushInner()
174 public LocationInfo pushWildcard() { in pushWildcard()
187 return new LocationInfo(newDepth, res); in pushLocation()
[all …]
H A DAnnotatedTypeFactory.java50 LocationInfo currentLoc, in buildAnnotatedType()
91 public static LocationInfo nestingForType(Type type, LocationInfo addTo) { in nestingForType()
129 private final LocationInfo location;
133 AnnotatedTypeBaseImpl(Type type, LocationInfo location, in AnnotatedTypeBaseImpl()
206 final LocationInfo getLocation() { in getLocation()
218 AnnotatedArrayTypeImpl(Type type, LocationInfo location, in AnnotatedArrayTypeImpl()
250 AnnotatedTypeVariableImpl(TypeVariable<?> type, LocationInfo location, in AnnotatedTypeVariableImpl()
273 AnnotatedParameterizedTypeImpl(ParameterizedType type, LocationInfo location, in AnnotatedParameterizedTypeImpl()
323 AnnotatedWildcardTypeImpl(WildcardType type, LocationInfo location, in AnnotatedWildcardTypeImpl()
334 LocationInfo.BASE_LOCATION, in getAnnotatedUpperBounds()
[all …]
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/include/log4cxx/
H A Dlogger.h1055 const log4cxx::spi::LocationInfo& locationInfo,
1089 const log4cxx::spi::LocationInfo& locationInfo,
1108 const log4cxx::spi::LocationInfo& locationInfo,
1128 const log4cxx::spi::LocationInfo& locationInfo,
1164 const log4cxx::spi::LocationInfo& locationInfo,
1183 const log4cxx::spi::LocationInfo& locationInfo,
1203 const log4cxx::spi::LocationInfo& locationInfo,
1239 const log4cxx::spi::LocationInfo& locationInfo,
1258 const log4cxx::spi::LocationInfo& locationInfo,
1278 const log4cxx::spi::LocationInfo& locationInfo,
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java45 private final LocationInfo loc;
50 LocationInfo loc, in TypeAnnotation()
68 public LocationInfo getLocationInfo() { in getLocationInfo()
135 public static final class LocationInfo { class in TypeAnnotation
139 private LocationInfo() { in LocationInfo() method in TypeAnnotation.LocationInfo
147 public static final LocationInfo BASE_LOCATION = new LocationInfo();
166 public LocationInfo pushArray() { in pushArray()
170 public LocationInfo pushInner() { in pushInner()
174 public LocationInfo pushWildcard() { in pushWildcard()
187 return new LocationInfo(newDepth, res); in pushLocation()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java45 private final LocationInfo loc;
50 LocationInfo loc, in TypeAnnotation()
68 public LocationInfo getLocationInfo() { in getLocationInfo()
139 public static final class LocationInfo { class in TypeAnnotation
143 private LocationInfo() { in LocationInfo() method in TypeAnnotation.LocationInfo
151 public static final LocationInfo BASE_LOCATION = new LocationInfo();
170 public LocationInfo pushArray() { in pushArray()
174 public LocationInfo pushInner() { in pushInner()
178 public LocationInfo pushWildcard() { in pushWildcard()
191 return new LocationInfo(newDepth, res); in pushLocation()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java45 private final LocationInfo loc;
50 LocationInfo loc, in TypeAnnotation()
68 public LocationInfo getLocationInfo() { in getLocationInfo()
139 public static final class LocationInfo { class in TypeAnnotation
143 private LocationInfo() { in LocationInfo() method in TypeAnnotation.LocationInfo
151 public static final LocationInfo BASE_LOCATION = new LocationInfo();
170 public LocationInfo pushArray() { in pushArray()
174 public LocationInfo pushInner() { in pushInner()
178 public LocationInfo pushWildcard() { in pushWildcard()
191 return new LocationInfo(newDepth, res); in pushLocation()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java45 private final LocationInfo loc;
50 LocationInfo loc, in TypeAnnotation()
68 public LocationInfo getLocationInfo() { in getLocationInfo()
135 public static final class LocationInfo { class in TypeAnnotation
139 private LocationInfo() { in LocationInfo() method in TypeAnnotation.LocationInfo
147 public static final LocationInfo BASE_LOCATION = new LocationInfo();
166 public LocationInfo pushArray() { in pushArray()
170 public LocationInfo pushInner() { in pushInner()
174 public LocationInfo pushWildcard() { in pushWildcard()
187 return new LocationInfo(newDepth, res); in pushLocation()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java45 private final LocationInfo loc;
50 LocationInfo loc, in TypeAnnotation()
68 public LocationInfo getLocationInfo() { in getLocationInfo()
147 public static final class LocationInfo { class in TypeAnnotation
151 private LocationInfo() { in LocationInfo() method in TypeAnnotation.LocationInfo
159 public static final LocationInfo BASE_LOCATION = new LocationInfo();
178 public LocationInfo pushArray() { in pushArray()
182 public LocationInfo pushInner() { in pushInner()
186 public LocationInfo pushWildcard() { in pushWildcard()
199 return new LocationInfo(newDepth, res); in pushLocation()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java45 private final LocationInfo loc;
50 LocationInfo loc, in TypeAnnotation()
68 public LocationInfo getLocationInfo() { in getLocationInfo()
147 public static final class LocationInfo { class in TypeAnnotation
151 private LocationInfo() { in LocationInfo() method in TypeAnnotation.LocationInfo
159 public static final LocationInfo BASE_LOCATION = new LocationInfo();
178 public LocationInfo pushArray() { in pushArray()
182 public LocationInfo pushInner() { in pushInner()
186 public LocationInfo pushWildcard() { in pushWildcard()
199 return new LocationInfo(newDepth, res); in pushLocation()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java45 private final LocationInfo loc;
50 LocationInfo loc, in TypeAnnotation()
68 public LocationInfo getLocationInfo() { in getLocationInfo()
135 public static final class LocationInfo { class in TypeAnnotation
139 private LocationInfo() { in LocationInfo() method in TypeAnnotation.LocationInfo
147 public static final LocationInfo BASE_LOCATION = new LocationInfo();
163 return new LocationInfo(depth, locations); in parseLocationInfo()
166 public LocationInfo pushArray() { in pushArray()
170 public LocationInfo pushInner() { in pushInner()
174 public LocationInfo pushWildcard() { in pushWildcard()
[all …]
H A DAnnotatedTypeFactory.java50 LocationInfo currentLoc, in buildAnnotatedType()
91 private static LocationInfo addNesting(Type type, LocationInfo addTo) { in addNesting()
128 private final LocationInfo location;
132 AnnotatedTypeBaseImpl(Type type, LocationInfo location, in AnnotatedTypeBaseImpl()
181 final LocationInfo getLocation() { in getLocation()
193 AnnotatedArrayTypeImpl(Type type, LocationInfo location, in AnnotatedArrayTypeImpl()
219 AnnotatedTypeVariableImpl(TypeVariable<?> type, LocationInfo location, in AnnotatedTypeVariableImpl()
237 AnnotatedParameterizedTypeImpl(ParameterizedType type, LocationInfo location, in AnnotatedParameterizedTypeImpl()
251 LocationInfo newLoc = getLocation().pushTypeArg((byte)i); in getAnnotatedActualTypeArguments()
271 AnnotatedWildcardTypeImpl(WildcardType type, LocationInfo location, in AnnotatedWildcardTypeImpl()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java45 private final LocationInfo loc;
50 LocationInfo loc, in TypeAnnotation()
68 public LocationInfo getLocationInfo() { in getLocationInfo()
135 public static final class LocationInfo { class in TypeAnnotation
139 private LocationInfo() { in LocationInfo() method in TypeAnnotation.LocationInfo
147 public static final LocationInfo BASE_LOCATION = new LocationInfo();
163 return new LocationInfo(depth, locations); in parseLocationInfo()
166 public LocationInfo pushArray() { in pushArray()
170 public LocationInfo pushInner() { in pushInner()
174 public LocationInfo pushWildcard() { in pushWildcard()
[all …]
H A DAnnotatedTypeFactory.java50 LocationInfo currentLoc, in buildAnnotatedType()
91 private static LocationInfo addNesting(Type type, LocationInfo addTo) { in addNesting()
128 private final LocationInfo location;
132 AnnotatedTypeBaseImpl(Type type, LocationInfo location, in AnnotatedTypeBaseImpl()
181 final LocationInfo getLocation() { in getLocation()
193 AnnotatedArrayTypeImpl(Type type, LocationInfo location, in AnnotatedArrayTypeImpl()
219 AnnotatedTypeVariableImpl(TypeVariable<?> type, LocationInfo location, in AnnotatedTypeVariableImpl()
237 AnnotatedParameterizedTypeImpl(ParameterizedType type, LocationInfo location, in AnnotatedParameterizedTypeImpl()
251 LocationInfo newLoc = getLocation().pushTypeArg((byte)i); in getAnnotatedActualTypeArguments()
271 AnnotatedWildcardTypeImpl(WildcardType type, LocationInfo location, in AnnotatedWildcardTypeImpl()
[all …]
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/include/log4cxx/spi/location/
H A Dlocationinfo.h33 class LOG4CXX_EXPORT LocationInfo
46 static const LocationInfo& getLocationUnavailable();
55 LocationInfo( const char* const fileName,
62 LocationInfo();
68 LocationInfo( const LocationInfo& src );
74 LocationInfo& operator = ( const LocationInfo& src );
135 #define LOG4CXX_LOCATION ::log4cxx::spi::LocationInfo(__FILE__, \
/dports/astro/py-astral/astral-2.2/src/test/
H A Dconftest.py3 from astral import LocationInfo
14 def london_info() -> LocationInfo:
15 return LocationInfo("London", "England", "Europe/London", 51.50853, -0.12574)
24 def new_delhi_info() -> LocationInfo:
25 return LocationInfo("New Delhi", "India", "Asia/Kolkata", 28.61, 77.22)
34 def riyadh_info() -> LocationInfo:
35 return LocationInfo("Riyadh", "Saudi Arabia", "Asia/Riyadh", 24.71355, 46.67530)
H A Dtest_location_info.py3 from astral import LocationInfo
8 loc = LocationInfo()
17 LocationInfo("A place", "Somewhere", "Europe/London", "i", 2)
21 LocationInfo("A place", "Somewhere", "Europe/London", 2, "i")
24 li = LocationInfo()
/dports/devel/log4j/apache-log4j-1.2.17/tests/src/java/org/apache/log4j/spi/
H A DLocationInfoTest.java34 LocationInfo li = new LocationInfo(fileName, in testFourParamConstructor()
54 public static LocationInfo getInfo() { in getInfo()
55 return new LocationInfo(new Throwable(), NameSubstring.class.getName()); in getInfo()
68 public static LocationInfo getInfo() { in getInfo()
80 LocationInfo li = NameSubstringCaller.getInfo(); in testLocationInfo()
/dports/astro/py-astral/astral-2.2/src/astral/
H A Dgeocoder.py19 from astral import LocationInfo, dms_to_float
424 LocationInfoList = List[LocationInfo]
455 def _add_location_to_db(location: LocationInfo, db: LocationDatabase) -> None: argument
470 def _indexable_to_locationinfo(idxable) -> LocationInfo:
471 return LocationInfo(
535 def lookup_in_group(location: str, group: Dict) -> LocationInfo:
578 def lookup(name: str, db: LocationDatabase) -> Union[Dict, LocationInfo]:
606 def all_locations(db: LocationDatabase) -> Generator[LocationInfo, None, None]:

12345678910>>...47