Home
last modified time | relevance | path

Searched refs:Resource (Results 1 – 25 of 216) sorted by relevance

123456789

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/storage/
H A Dresource.cpp42 Resource Resource::style(const std::string& url) { in style()
43 return Resource { in style()
44 Resource::Kind::Style, in style()
49 Resource Resource::source(const std::string& url) { in source()
50 return Resource { in source()
51 Resource::Kind::Source, in source()
56 Resource Resource::image(const std::string& url) { in image()
57 return Resource { in image()
58 Resource::Kind::Image, in image()
63 Resource Resource::spriteImage(const std::string& base, float pixelRatio) { in spriteImage()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Dresource.hpp14 class Resource { class
45 Resource(Kind kind_, in Resource() function in mbgl::Resource
57 static Resource style(const std::string& url);
58 static Resource source(const std::string& url);
59 static Resource tile(const std::string& urlTemplate,
66 static Resource glyphs(const std::string& urlTemplate,
69 static Resource spriteImage(const std::string& base, float pixelRatio);
70 static Resource spriteJSON(const std::string& base, float pixelRatio);
71 static Resource image(const std::string& url);
87 MBGL_CONSTEXPR Resource::LoadingMethod operator|(Resource::LoadingMethod a, Resource::LoadingMethod… in operator |()
[all …]
H A Dresource_transform.hpp15 …using TransformCallback = std::function<std::string(Resource::Kind kind, const std::string&& url)>;
20 void transform(Resource::Kind, const std::string&& url, FinishedCallback&&);
H A Ddefault_file_source.hpp49 std::unique_ptr<AsyncRequest> request(const Resource&, Callback) override;
144 void put(const Resource&, const Response&);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_database.hpp40 optional<Response> get(const Resource&);
43 std::pair<bool, uint64_t> put(const Resource&, const Response&);
55 optional<std::pair<Response, uint64_t>> getRegionResource(int64_t regionID, const Resource&);
56 optional<int64_t> hasRegionResource(int64_t regionID, const Resource&);
57 uint64_t putRegionResource(int64_t regionID, const Resource&, const Response&);
58 …void putRegionResources(int64_t regionID, const std::list<std::tuple<Resource, Response>>&, Offlin…
67 bool exceedsOfflineMapboxTileCountLimit(const Resource&);
80 optional<std::pair<Response, uint64_t>> getTile(const Resource::TileData&);
81 optional<int64_t> hasTile(const Resource::TileData&);
82 bool putTile(const Resource::TileData&, const Response&,
[all …]
H A Doffline_download.cpp68 optional<Response> styleResponse = offlineDatabase.get(Resource::style(definition.styleURL)); in getStatus()
88 optional<Response> sourceResponse = offlineDatabase.get(Resource::source(url)); in getStatus()
159 ensureResource(Resource::style(definition.styleURL), [&](Response styleResponse) { in activateDownload()
177 ensureResource(Resource::source(url), [=](Response sourceResponse) { in activateDownload()
215 queueResource(Resource::source(*geojsonSource.getURL())); in activateDownload()
224 queueResource(Resource::image(*imageUrl)); in activateDownload()
239 …queueResource(Resource::glyphs(parser.glyphURL, fontStack, getGlyphRange(i * GLYPHS_PER_GLYPH_RANG… in activateDownload()
245 queueResource(Resource::spriteImage(parser.spriteURL, definition.pixelRatio)); in activateDownload()
246 queueResource(Resource::spriteJSON(parser.spriteURL, definition.pixelRatio)); in activateDownload()
288 void OfflineDownload::queueResource(Resource resource) { in queueResource()
[all …]
H A Doffline_database.cpp162 optional<Response> OfflineDatabase::get(const Resource& resource) { in get()
167 optional<std::pair<Response, uint64_t>> OfflineDatabase::getInternal(const Resource& resource) { in getInternal()
168 if (resource.kind == Resource::Kind::Tile) { in getInternal()
176 optional<int64_t> OfflineDatabase::hasInternal(const Resource& resource) { in hasInternal()
177 if (resource.kind == Resource::Kind::Tile) { in hasInternal()
185 std::pair<bool, uint64_t> OfflineDatabase::put(const Resource& resource, const Response& response) { in put()
192 std::pair<bool, uint64_t> OfflineDatabase::putInternal(const Resource& resource, const Response& re… in putInternal()
214 if (resource.kind == Resource::Kind::Tile) { in putInternal()
228 optional<std::pair<Response, uint64_t>> OfflineDatabase::getResource(const Resource& resource) { in getResource()
273 optional<int64_t> OfflineDatabase::hasResource(const Resource& resource) { in hasResource()
[all …]
H A Doffline_download.hpp48 void ensureResource(const Resource&, std::function<void (Response)> = {});
61 std::deque<Resource> resourcesRemaining;
62 std::list<std::tuple<Resource, Response>> buffer;
64 void queueResource(Resource);
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DLGPLLR11 0. This License Agreement applies to any Linguistic Resource which contains a notice placed by the …
15Resource", below, refers to any such work which has been distributed under these terms. A "work ba…
19Resource is not restricted, and output from such a program is covered only if its contents constit…
21Resource as you receive it, in any medium, provided that you conspicuously and appropriately publi…
25 …r copy or copies of the Linguistic Resource or any portion of it, thus forming a work based on the…
33Resource, and can be reasonably considered independent and separate works in themselves, then this…
35 …ght to control the distribution of derivative or collective works based on the Linguistic Resource.
37 …work not based on the Linguistic Resource with the Linguistic Resource (or with a work based on th…
39Resource, but is designed to work with the Linguistic Resource (or an encrypted form of the Lingui…
41Resource" with the Linguistic Resource (or an encrypted form of the Linguistic Resource) creates a…
[all …]
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/acpi/
H A Dirqlinks.asl35 /* Possible Resource Settings for this Link */
41 /* Current Resource Settings for this link */
59 /* Set Resource Setting for this IRQ link */
93 /* Possible Resource Settings for this Link */
99 /* Current Resource Settings for this link */
117 /* Set Resource Setting for this IRQ link */
151 /* Possible Resource Settings for this Link */
157 /* Current Resource Settings for this link */
175 /* Set Resource Setting for this IRQ link */
209 /* Possible Resource Settings for this Link */
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Donline_file_source.cpp32 OnlineFileRequest(Resource, Callback, OnlineFileSource::Impl&);
44 Resource resource;
208 std::unique_ptr<AsyncRequest> OnlineFileSource::request(const Resource& resource, Callback callback… in request()
209 Resource res = resource; in request()
212 case Resource::Kind::Unknown: in request()
213 case Resource::Kind::Image: in request()
216 case Resource::Kind::Style: in request()
220 case Resource::Kind::Source: in request()
224 case Resource::Kind::Glyphs: in request()
228 case Resource::Kind::SpriteImage: in request()
[all …]
H A Ddefault_file_source.cpp102 void request(AsyncRequest* req, Resource resource, ActorRef<FileSourceRequest> ref) { in request()
115 if (resource.hasLoadingMethod(Resource::LoadingMethod::Cache)) { in request()
118 if (resource.loadingMethod == Resource::LoadingMethod::CacheOnly) { in request()
149 if (resource.hasLoadingMethod(Resource::LoadingMethod::Network)) { in request()
153 if (resource.kind == Resource::Kind::Tile) { in request()
179 void put(const Resource& resource, const Response& response) { in put()
249 std::unique_ptr<AsyncRequest> DefaultFileSource::request(const Resource& resource, Callback callbac… in request()
309 void DefaultFileSource::put(const Resource& resource, const Response& response) { in put()
H A Dhttp_file_source.cpp146 HTTPRequest(HTTPFileSource::Impl*, Resource, FileSource::Callback);
156 Resource resource;
305 HTTPRequest::HTTPRequest(HTTPFileSource::Impl* context_, Resource resource_, FileSource::Callback c… in HTTPRequest()
457 …} else if (responseCode == 204 || (responseCode == 404 && resource.kind == Resource::Kind::Tile)) { in handleResult()
491 std::unique_ptr<AsyncRequest> HTTPFileSource::request(const Resource& resource, Callback callback) { in request()
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/
H A Dlarge.txt729 read(3, 0x837214c, 4096) = -1 EAGAIN (Resource temporarily unavailable)
734 read(3, 0x837214c, 4096) = -1 EAGAIN (Resource temporarily unavailable)
739 read(3, 0x837214c, 4096) = -1 EAGAIN (Resource temporarily unavailable)
763 read(3, 0x837214c, 4096) = -1 EAGAIN (Resource temporarily unavailable)
768 read(3, 0x837214c, 4096) = -1 EAGAIN (Resource temporarily unavailable)
773 read(3, 0x837214c, 4096) = -1 EAGAIN (Resource temporarily unavailable)
778 read(3, 0x837214c, 4096) = -1 EAGAIN (Resource temporarily unavailable)
783 read(3, 0x837214c, 4096) = -1 EAGAIN (Resource temporarily unavailable)
788 read(3, 0x837214c, 4096) = -1 EAGAIN (Resource temporarily unavailable)
793 read(3, 0x837214c, 4096) = -1 EAGAIN (Resource temporarily unavailable)
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dtile_loader_impl.hpp19 resource(Resource::tile( in TileLoader()
26 Resource::LoadingMethod::CacheOnly)), in TileLoader()
53 resource.loadingMethod = Resource::LoadingMethod::CacheOnly; in loadFromCache()
88 if (resource.loadingMethod == Resource::LoadingMethod::NetworkOnly && request) { in makeOptional()
119 resource.loadingMethod = Resource::LoadingMethod::NetworkOnly; in loadFromNetwork()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ovmf/
H A D0001-BaseTools-fix-gcc12-warning.patch7 545 | Error(NULL, 0, 4001, "Resource", "memory cannot be allocated of %s", InFileHandle);
29 - Error(NULL, 0, 4001, "Resource", "memory cannot be allocated of %s", InFileHandle);
30 + Error(NULL, 0, 4001, "Resource", "memory cannot be allocated for %s", InFile);
42 - Error(NULL, 0, 4001, "Resource", "memory cannot be allocated of %s", InFileHandle);
43 + Error(NULL, 0, 4001, "Resource", "memory cannot be allocated for %s", InFile);
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxres_1.2.1.bb1 SUMMARY = "XRes: X Resource extension library"
4 the Resource extension to the X protocol. The Resource extension allows \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dhttp_request.hpp17 HTTPRequest(HTTPFileSource::Impl *, const Resource&, FileSource::Callback);
27 Resource m_resource;
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H A Dpids.rst64 sh: fork: Resource temporary unavailable
79 sh: fork: Resource temporary unavailable
88 sh: fork: Resource temporary unavailable
91 sh: fork: Resource temporary unavailable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dimage_source.cpp62 const Resource imageResource { Resource::Image, *url, {} }; in loadDescription()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/sprite/
H A Dsprite_loader.cpp52 …loader->jsonRequest = fileSource.request(Resource::spriteJSON(url, pixelRatio), [this](Response re… in load()
67 …loader->spriteRequest = fileSource.request(Resource::spriteImage(url, pixelRatio), [this](Response… in load()
/OK3568_Linux_fs/kernel/Documentation/doc-guide/
H A Dcontributing.rst59 - Resource-managed devfreq_register_notifier()
61 - Resource-managed devfreq_unregister_notifier()
70 - Resource-managed devfreq_register_notifier()
91 - Resource-managed devfreq_register_notifier()
93 - Resource-managed devfreq_unregister_notifier()
110 - - Resource-managed devfreq_register_notifier()
111 + * - Resource-managed devfreq_register_notifier()
119 - - Resource-managed devfreq_unregister_notifier()
120 + * - Resource-managed devfreq_unregister_notifier()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Daltera-a10sr.txt1 * Altera Arria10 Development Kit System Resource Chip
7 System Resource chip
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/
H A DKconfig8 bool "i.MX Resource domain controller driver"
11 i.MX Resource domain controller is used to assign masters
/OK3568_Linux_fs/kernel/Documentation/networking/devlink/
H A Ddevlink-resource.rst4 Devlink Resource
18 Resource Ids

123456789