Home
last modified time | relevance | path

Searched full:services (Results 1 – 25 of 3733) sorted by relevance

12345678910>>...150

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dmaps.json9 … "url": "http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer",
19 "url": "http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer",
29 … "url": "http://server.arcgisonline.com/ArcGIS/rest/services/World_Terrain_Base/MapServer",
39 "url": "http://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer",
49 "url": "http://services.arcgisonline.com/ArcGIS/rest/services/USA_Topo_Maps/MapServer",
59 … "url": "http://services.arcgisonline.com/ArcGIS/rest/services/NatGeo_World_Map/MapServer",
69 …"url": "http://services.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServ…
79 … "url": "http://server.arcgisonline.com/ArcGIS/rest/services/World_Physical_Map/MapServer",
89 … "url": "http://server.arcgisonline.com/ArcGIS/rest/services/World_Shaded_Relief/MapServer",
99 … "url": "http://server.arcgisonline.com/arcgis/rest/services/Ocean/World_Ocean_Base/MapServer",
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/concepts/
H A Ddistance_concept.hpp70 typedef typename strategy::distance::services::return_type in apply()
76 typedef typename strategy::distance::services::comparable_type in apply()
82 typedef typename strategy::distance::services::tag in apply()
104 ctype c = strategy::distance::services::get_comparable in apply()
110 r = strategy::distance::services::result_from_distance in apply()
158 namespace services = strategy::distance::services; in apply()
160 typedef typename services::tag<Strategy>::type tag; in apply()
171 typedef typename services::return_type in apply()
177 typedef typename services::comparable_type<Strategy>::type ctype; in apply()
188 ctype cstrategy = services::get_comparable<Strategy>::apply(*str); in apply()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/
H A Drelate.hpp36 namespace services namespace
47 : strategy::within::services::default_strategy
55 typedef typename strategy::covered_by::services::default_strategy
69 : strategy::within::services::default_strategy<Point, Geometry>
74 : strategy::within::services::default_strategy<Point, Geometry>
78 } // namespace services
93 : strategy::intersection::services::default_strategy
101 : point_in_geometry::services::default_strategy
112 namespace services namespace
166 } // namespace services
H A Ddisjoint.hpp31 namespace services namespace
46 : relate::services::default_strategy
54 : strategy::covered_by::services::default_strategy<Point, Box>
59 : strategy::covered_by::services::default_strategy<Point, Box>
64 : strategy::covered_by::services::default_strategy
73 : strategy::covered_by::services::default_strategy
87 } // namespace services
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-sliced-vbi-cap.rst34 To find out which data services are supported by a sliced VBI capture or
57 - :cspan:`2` A set of all data services supported by the driver.
63 services the hardware can look for or insert into a particular
64 scan line. Data services are defined in :ref:`vbi-services`.
95 output per frame, or the number of services it can identify on a
127 .. _vbi-services:
129 .. flat-table:: Sliced VBI services
174 - :cspan:`2` Set of services applicable to 525 line systems.
177 - :cspan:`2` Set of services applicable to 625 line systems.
H A Ddev-sliced-vbi.rst56 To find out which data services are supported by the hardware
63 services it can identify on a given line are limited. For example on PAL
67 To determine the currently selected services applications set the
82 all services may be supported by the hardware on all lines (this is
84 other services can only be inserted in one specific line). In many
86 to the required services and let the driver fill the ``service_lines``
127 array will be filled by the driver according to the services
137 services than requested, perhaps just one, if the hardware cannot
138 handle more services simultaneously. It may be empty (zero) if
139 none of the requested services are supported by the hardware.
[all …]
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/
H A Dcredentials-header.patch7 ../../sandbox/linux/services/credentials.h:41:25: error: unknown type name 'uid_t'; did you mean 'p…
16 sandbox/linux/services/credentials.h | 2 ++
19 diff --git a/sandbox/linux/services/credentials.h b/sandbox/linux/services/credentials.h
21 --- a/sandbox/linux/services/credentials.h
22 +++ b/sandbox/linux/services/credentials.h
/OK3568_Linux_fs/buildroot/package/refpolicy/2.20210908/
H A D0002-policy-modules-services-wireguard.te-make-iptables-o.patch4 Subject: [PATCH] policy/modules/services/wireguard.te: make iptables optional
12 …policy/modules/services/wireguard.te:66:ERROR 'type iptables_exec_t is not within scope' at token …
24 policy/modules/services/wireguard.te | 10 ++++++----
27 diff --git a/policy/modules/services/wireguard.te b/policy/modules/services/wireguard.te
29 --- a/policy/modules/services/wireguard.te
30 +++ b/policy/modules/services/wireguard.te
H A D0001-policy-modules-services-samba.te-make-crack-optional.patch4 Subject: [PATCH] policy/modules/services/samba.te: make crack optional
10 …policy/modules/services/samba.te:399:ERROR 'type crack_db_t is not within scope' at token ';' on l…
21 policy/modules/services/samba.te | 32 ++++++++++++++++++--------------
24 diff --git a/policy/modules/services/samba.te b/policy/modules/services/samba.te
26 --- a/policy/modules/services/samba.te
27 +++ b/policy/modules/services/samba.te
/OK3568_Linux_fs/kernel/drivers/pci/pcie/
H A Dportdrv_core.c42 * services are enabled in "mask". Return the number of MSI/MSI-X vectors
158 * pcie_init_service_irqs - initialize irqs for PCI Express port services
209 int services = 0; in get_port_device_capability() local
213 services |= PCIE_PORT_SERVICE_HP; in get_port_device_capability()
226 services |= PCIE_PORT_SERVICE_AER; in get_port_device_capability()
243 services |= PCIE_PORT_SERVICE_PME; in get_port_device_capability()
259 (pcie_ports_dpc_native || (services & PCIE_PORT_SERVICE_AER))) in get_port_device_capability()
260 services |= PCIE_PORT_SERVICE_DPC; in get_port_device_capability()
268 services |= PCIE_PORT_SERVICE_BWNOTIF; in get_port_device_capability()
271 return services; in get_port_device_capability()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0001-open-vm-tools-Correct-include-path-for-poll.h.patch9 | In file included from ../../../../git/open-vm-tools/services/plugins/gdp/gdpPlugin.c:35:
18 open-vm-tools/services/plugins/gdp/gdpPlugin.c | 2 +-
21 diff --git a/open-vm-tools/services/plugins/gdp/gdpPlugin.c b/open-vm-tools/services/plugins/gdp/gd…
23 --- a/open-vm-tools/services/plugins/gdp/gdpPlugin.c
24 +++ b/open-vm-tools/services/plugins/gdp/gdpPlugin.c
H A D0006-Use-configure-test-for-sys-stat.h-include.patch10 open-vm-tools/services/plugins/vix/vixTools.c | 2 +-
13 diff --git a/open-vm-tools/services/plugins/vix/vixTools.c b/open-vm-tools/services/plugins/vix/vix…
15 --- a/open-vm-tools/services/plugins/vix/vixTools.c
16 +++ b/open-vm-tools/services/plugins/vix/vixTools.c
/OK3568_Linux_fs/buildroot/system/skeleton/etc/
H A Dservices1 # /etc/services:
2 # $Id: services,v 1.1 2004/10/09 02:49:18 andersen Exp $
4 # Network services, Internet style
142 # UNIX specific services
179 #> providing services to unknown callers, a service contact port is
213 # Kerberos (Project Athena/MIT) services
232 # Unofficial but necessary (for NetBSD) services
237 # Datagram Delivery Protocol services
244 # Services added for the Debian GNU/Linux distribution
285 amanda 10080/udp # amanda backup services
[all …]
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Driscv-runtime.c62 * Enable the UEFI Runtime Services if all prerequisites are in place, i.e.,
71 pr_info("EFI services will not be available.\n"); in riscv_enable_runtime_services()
109 pr_info("EFI runtime services will be disabled.\n"); in riscv_enable_runtime_services()
114 pr_info("EFI runtime services access via paravirt.\n"); in riscv_enable_runtime_services()
118 pr_info("Remapping and enabling EFI services.\n"); in riscv_enable_runtime_services()
121 pr_err("UEFI virtual mapping missing or invalid -- runtime services will not be available\n"); in riscv_enable_runtime_services()
125 /* Set up runtime services function pointers */ in riscv_enable_runtime_services()
H A Darm-runtime.c84 * Enable the UEFI Runtime Services if all prerequisites are in place, i.e.,
93 pr_info("EFI services will not be available.\n"); in arm_enable_runtime_services()
131 pr_info("EFI runtime services will be disabled.\n"); in arm_enable_runtime_services()
136 pr_info("EFI runtime services access via paravirt.\n"); in arm_enable_runtime_services()
140 pr_info("Remapping and enabling EFI services.\n"); in arm_enable_runtime_services()
143 pr_err("UEFI virtual mapping missing or invalid -- runtime services will not be available\n"); in arm_enable_runtime_services()
147 /* Set up runtime services function pointers */ in arm_enable_runtime_services()
/OK3568_Linux_fs/kernel/arch/x86/platform/efi/
H A Dquirks.c227 * free to do whatever it wants with boot services code after
230 * services code (SetVirtualAddressMap). In order to work around such
231 * buggy implementations we reserve boot services region during EFI
235 * However, some boot services regions contain data that is required
276 pr_err("Could not allocate boot services memmap\n"); in efi_arch_mem_reserve()
283 pr_err("Failed to map new boot services memmap\n"); in efi_arch_mem_reserve()
345 * contain boot services code/data but is marked in efi_reserve_boot_services()
363 * Setting this bit for a boot services region really in efi_reserve_boot_services()
374 * Apart from having VA mappings for EFI boot services code/data regions,
386 * EFI runtime calls, hence don't unmap EFI boot services code/data in efi_unmap_pages()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0003-adb-define-shell-command.patch11 adb/services.c | 4 ----
14 diff --git a/adb/services.c b/adb/services.c
16 --- a/adb/services.c
17 +++ b/adb/services.c
/OK3568_Linux_fs/buildroot/package/android-tools/
H A D0011-adbd-Support-reboot-loader.patch9 core/adbd/services.c | 5 +++++
12 diff --git a/core/adbd/services.c b/core/adbd/services.c
14 --- a/core/adbd/services.c
15 +++ b/core/adbd/services.c
H A D0020-adbd-Support-setting-adb-shell.patch12 core/adbd/services.c | 5 +++--
15 diff --git a/core/adbd/services.c b/core/adbd/services.c
17 --- a/core/adbd/services.c
18 +++ b/core/adbd/services.c
H A D0007-include-cdefs-h-when-needed.patch14 core/adbd/services.c | 1 +
18 diff --git a/core/adbd/services.c b/core/adbd/services.c
20 --- a/core/adbd/services.c
21 +++ b/core/adbd/services.c
H A D0014-adbd-Fix-adb-forward-issue.patch9 core/adbd/services.c | 2 +-
13 diff --git a/core/adbd/services.c b/core/adbd/services.c
15 --- a/core/adbd/services.c
16 +++ b/core/adbd/services.c
H A D0017-adbd-Specify-login-shell-in-standard-way.patch11 core/adbd/services.c | 4 ++--
14 diff --git a/core/adbd/services.c b/core/adbd/services.c
16 --- a/core/adbd/services.c
17 +++ b/core/adbd/services.c
H A D0016-adbd-Support-requiring-login-for-adb-shell.patch10 core/adbd/services.c | 23 +++++++++++++++++++++++
13 diff --git a/core/adbd/services.c b/core/adbd/services.c
15 --- a/core/adbd/services.c
16 +++ b/core/adbd/services.c
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/distance/
H A Dsegment_to_box.hpp74 typedef typename strategy::distance::services::comparable_type
87 typedef typename strategy::distance::services::return_type
93 typedef typename strategy::distance::services::return_type
109 strategy::distance::services::get_comparable in apply()
187 typedef typename strategy::distance::services::comparable_type
192 typedef typename strategy::distance::services::return_type
202 typedef typename strategy::distance::services::comparable_type
208 typedef typename strategy::distance::services::return_type
224 strategy::distance::services::get_comparable in apply()
370 return strategy::distance::services::result_from_distance in apply()
[all …]
H A Dpoint_to_geometry.hpp65 typename strategy::distance::services::return_type<Strategy, P1, P2>::type
84 typedef typename strategy::distance::services::comparable_type
95 typedef typename strategy::distance::services::return_type
112 namespace sds = strategy::distance::services; in apply()
154 typedef typename strategy::distance::services::return_type
186 typedef typename strategy::distance::services::return_type
267 typedef typename strategy::distance::services::return_type
280 namespace sds = strategy::distance::services; in apply()
322 typedef typename strategy::distance::services::return_type
411 static inline typename strategy::distance::services::return_type
[all …]

12345678910>>...150