Home
last modified time | relevance | path

Searched refs:providers (Results 1 – 25 of 139) sorted by relevance

123456

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dtaskdata.py171 bb.providers.buildWorldTargetList(dataCache)
330 except bb.providers.NoProvider:
347 if not item in dataCache.providers:
348 close_matches = self.get_close_matches(item, list(dataCache.providers.keys()))
350 all_p = bb.providers.getRuntimeProviders(dataCache, item)
356 raise bb.providers.NoProvider(item)
361 all_p = dataCache.providers[item]
363 eligible, foundUnique = bb.providers.filterProviders(all_p, item, cfgData, dataCache)
368 raise bb.providers.NoProvider(item)
400 all_p = bb.providers.getRuntimeProviders(dataCache, item)
[all …]
H A Dproviders.py237 def _filterProviders(providers, item, cfgData, dataCache): argument
249 providers.sort()
253 for p in providers:
283 for p in providers:
295 def filterProviders(providers, item, cfgData, dataCache): argument
302 eligible = _filterProviders(providers, item, cfgData, dataCache)
323 def filterProvidersRunTime(providers, item, cfgData, dataCache): argument
330 eligible = _filterProviders(providers, item, cfgData, dataCache)
436 for pf in dataCache.providers[p]:
/OK3568_Linux_fs/external/xserver/randr/
H A Drrprovider.c44 providers[count_providers] = pScrPriv->provider->id; \
46 swapl(&providers[count_providers]); \
62 RRProvider *providers; in ProcRRGetProviders() local
111 providers = (RRProvider *)extra; in ProcRRGetProviders()
148 RRProvider *providers; in ProcRRGetProviderInfo() local
195 providers = (RRProvider *)(outputs + rep.nOutputs); in ProcRRGetProviderInfo()
196 prov_cap = (unsigned int *)(providers + rep.nAssociatedProviders); in ProcRRGetProviderInfo()
213 providers[i] = provider->offload_sink->id; in ProcRRGetProviderInfo()
215 swapl(&providers[i]); in ProcRRGetProviderInfo()
222 providers[i] = provider->output_source->id; in ProcRRGetProviderInfo()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeofiletilecacheosm.cpp48 QGeoFileTileCacheOsm::QGeoFileTileCacheOsm(const QVector<QGeoTileProviderOsm *> &providers, in QGeoFileTileCacheOsm() argument
52 …ectory, parent), m_offlineDirectory(offlineDirectory), m_offlineData(false), m_providers(providers) in QGeoFileTileCacheOsm()
54 m_highDpi.resize(providers.size()); in QGeoFileTileCacheOsm()
60 for (int i = 0; i < providers.size(); i++) { in QGeoFileTileCacheOsm()
61 providers[i]->setParent(this); in QGeoFileTileCacheOsm()
62 m_highDpi[i] = providers[i]->isHighDpi(); in QGeoFileTileCacheOsm()
63 …connect(providers[i], &QGeoTileProviderOsm::resolutionFinished, this, &QGeoFileTileCacheOsm::onPro… in QGeoFileTileCacheOsm()
64 …connect(providers[i], &QGeoTileProviderOsm::resolutionError, this, &QGeoFileTileCacheOsm::onProvid… in QGeoFileTileCacheOsm()
H A Dqgeotilefetcherosm.cpp51 static bool providersResolved(const QVector<QGeoTileProviderOsm *> &providers) in providersResolved() argument
53 foreach (const QGeoTileProviderOsm *provider, providers) in providersResolved()
79 QGeoTileFetcherOsm::QGeoTileFetcherOsm(const QVector<QGeoTileProviderOsm *> &providers, in QGeoTileFetcherOsm() argument
83 m_providers(providers), m_nm(nm), m_ready(true) in QGeoTileFetcherOsm()
H A Dqgeotiledmaposm.cpp74 if (providerId < 0 || providerId >= m_engine->providers().size()) in evaluateCopyrights()
78 if (!m_engine->providers().at(providerId)->isValid()) in evaluateCopyrights()
81 onProviderDataUpdated(m_engine->providers().at(providerId)); in evaluateCopyrights()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interconnect/
H A Dinterconnect.txt5 providers/consumers properties.
8 = interconnect providers =
15 depending on the use case. Interconnect providers can also be interconnect
41 can be multiple interconnect providers on a SoC and the consumer may consume
42 multiple paths from different providers depending on use case and the
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dinterconnect.rst56 The interconnect providers on the above diagram are M NoC, S NoC, C NoC, P NoC
62 providers. The point on the diagram where the CPUs connect to the memory is
70 include multiple master-slave pairs across several interconnect providers.
73 by the providers. The consumers send requests to providers requesting various
78 Interconnect providers
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/jar/src/org/qtproject/qt5/android/positioning/
H A DQtPositioning.java117 List<String> providers = locationManager.getProviders(true); in providerList() local
118 int retList[] = new int[providers.size()]; in providerList()
119 for (int i = 0; i < providers.size(); i++) { in providerList()
120 if (providers.get(i).equals(LocationManager.GPS_PROVIDER)) { in providerList()
123 } else if (providers.get(i).equals(LocationManager.NETWORK_PROVIDER)) { in providerList()
126 } else if (providers.get(i).equals(LocationManager.PASSIVE_PROVIDER)) { in providerList()
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dadding-packages-virtual.txt9 provided by one or more packages, referred to as 'providers'. The virtual
16 package and +sunxi-mali+ and +ti-gfx+ will be the providers.
40 providers.
119 Let's take an example with two providers for a +FEATURE+:
139 a configuration inconsistency, whereby two providers of the same +FEATURE+
/OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/
H A Ddefault-providers.inc2 # Default virtual providers
23 # Default virtual runtime providers
34 # Default recipe providers
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/lttng/babeltrace2/
H A D0001-Make-manpages-multilib-identical.patch20 -system_plugin_provider_path="@LIBDIR@/babeltrace2/plugin-providers"
22 +system_plugin_provider_path="@prefix@/lib*/babeltrace2/plugin-providers"
/OK3568_Linux_fs/buildroot/package/pkcs11-helper/
H A DConfig.in6 with PKCS#11 providers for end-user applications.
8 pkcs11-helper allows using multiple PKCS#11 providers at the
/OK3568_Linux_fs/kernel/tools/kvm/kvm_stat/
H A Dkvm_stat873 self.providers = self._get_providers(options)
881 providers = []
884 providers.append(DebugfsProvider(options.pid, options.fields,
886 if options.tracepoints or not providers:
887 providers.append(TracepointProvider(options.pid, options.fields))
889 return providers
896 for provider in self.providers:
901 for provider in self.providers:
923 for provider in self.providers:
933 for provider in self.providers:
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/openlmi/
H A Dopenlmi-tools_0.10.5.bb1 SUMMARY = "Set of CLI tools for Openlmi providers"
2 DESCRIPTION = "openlmi-tools is a set of command line tools for Openlmi providers."
/OK3568_Linux_fs/buildroot/package/liburcu/
H A D0001-Only-blacklist-ARM-gcc-4.8.0-and-4.8.1.patch6 Since many ARM toolchain providers include the bug fix for PR58854 in
26 + * however, many arm toolchain providers have the included the fix for
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoserviceprovider.cpp198 QStringList providers = QGeoServiceProvider::availableServiceProviders(); in componentComplete() local
202 if (providers.contains(name)) { in componentComplete()
204 providers.removeAll(name); in componentComplete()
215 foreach (const QString &name, providers) { in componentComplete()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutingmanager/
H A Dtst_qgeoroutingmanager.cpp69 QStringList providers = QGeoServiceProvider::availableServiceProviders(); in loadRoutingManager() local
70 QVERIFY(providers.contains("georoute.test.plugin")); in loadRoutingManager()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A Dsblim-sfcb-1.3.16-multilib-man-cfg.patch22 -Binaries for providers
24 +Binaries for providers.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodingmanager/
H A Dtst_qgeocodingmanager.cpp77 QStringList providers = QGeoServiceProvider::availableServiceProviders(); in loadGeocodingManager() local
78 QVERIFY(providers.contains("geocode.test.plugin")); in loadGeocodingManager()
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dlist-packageconfig-flags.py30 import bb.providers
36 …(latest_versions, preferred_versions, required_versions) = bb.providers.findProviders(bbhandler.co…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager/
H A Dtst_qplacemanager.cpp89 QStringList providers = QGeoServiceProvider::availableServiceProviders(); in initTestCase() local
90 QVERIFY(providers.contains("qmlgeo.test.plugin")); in initTestCase()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Dclock-bindings.txt5 tree. Those nodes are designated as clock providers. Clock consumer
14 ==Clock providers==
27 providers. This format may not work for clock providers
/OK3568_Linux_fs/yocto/poky/bitbake/
H A DChangeLog41 - Sort the list of providers before processing so dependency problems are
47 …- Print the list of missing DEPENDS,RDEPENDS for the "No buildable providers available for require…
59 - Sort initial providers list by default preference (#1145, #2024)
61 - Detect builds of tasks with overlapping providers and warn (will become a fatal error) (#1359)
62 - Add MULTI_PROVIDER_WHITELIST variable to allow known safe multiple providers to be listed
71 - Fix preferred_version return values (providers.py)
132 - No longer weight providers on the basis of a package being "already staged". This
162 - Add tryaltconfigs option to control whether bitbake trys using alternative providers
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/
H A Diio-bindings.txt5 tree. Those nodes are designated as IIO providers. IIO consumer
14 ==IIO providers==

123456