Home
last modified time | relevance | path

Searched full:invoke (Results 1 – 25 of 1246) sorted by relevance

12345678910>>...50

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Ddefault_file_source.cpp104 ref.invoke(&FileSourceRequest::setResponse, res); in request()
218 impl->actor().invoke(&Impl::setAPIBaseURL, baseURL); in setAPIBaseURL()
232 impl->actor().invoke(&Impl::setAccessToken, accessToken); in setAccessToken()
246 impl->actor().invoke(&Impl::setResourceTransform, std::move(transform)); in setResourceTransform()
252 …req->onCancel([fs = impl->actor(), req = req.get()] () mutable { fs.invoke(&Impl::cancel, req); }); in request()
254 impl->actor().invoke(&Impl::request, req.get(), resource, req->actor()); in request()
260 impl->actor().invoke(&Impl::listRegions, callback); in listOfflineRegions()
266 impl->actor().invoke(&Impl::createRegion, definition, metadata, callback); in createOfflineRegion()
272 impl->actor().invoke(&Impl::updateMetadata, regionID, metadata, callback); in updateOfflineMetadata()
276 impl->actor().invoke(&Impl::deleteRegion, std::move(region), callback); in deleteOfflineRegion()
[all …]
/OK3568_Linux_fs/kernel/drivers/pci/endpoint/
H A Dpci-epc-core.c54 * Invoke to get struct pci_epc * corresponding to the device name of the
90 * Invoke to get the first unreserved BAR that can be used by the endpoint
105 * Invoke to get the next unreserved BAR starting from @bar that can be used
141 * Invoke to get the features provided by the EPC which may be
168 * Invoke to stop the PCI link
185 * Invoke to start the PCI link
212 * Invoke to raise an legacy, MSI or MSI-X interrupt
238 * Invoke to get the number of MSI interrupts allocated by the RC
269 * Invoke to set the required number of MSI interrupts.
298 * Invoke to get the number of MSI-X interrupts allocated by the RC
[all …]
H A Dpci-epf-core.c28 * Invoke to notify the function driver that the binding between the EPF device
50 * Invoke to notify the function driver that it has been bound to a EPC device
78 * Invoke to free the allocated PCI EPF register space.
105 * Invoke to allocate memory for the PCI EPF register space.
158 * Invoke to unregister the PCI EPF driver.
199 * Invoke to register a new PCI EPF driver.
229 * Invoke to destroy the PCI EPF device created by invoking pci_epf_create().
242 * Invoke to create a new PCI EPF device by providing the name of the function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl_renderer_observer.hpp25 delegate.invoke(&mbgl::RendererObserver::onInvalidate); in onInvalidate()
29 delegate.invoke(&mbgl::RendererObserver::onResourceError, err); in onResourceError()
33 delegate.invoke(&mbgl::RendererObserver::onWillStartRenderingMap); in onWillStartRenderingMap()
37 delegate.invoke(&mbgl::RendererObserver::onWillStartRenderingFrame); in onWillStartRenderingFrame()
41 delegate.invoke(&mbgl::RendererObserver::onDidFinishRenderingFrame, mode, repaintNeeded); in onDidFinishRenderingFrame()
45 delegate.invoke(&mbgl::RendererObserver::onDidFinishRenderingMap); in onDidFinishRenderingMap()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/context/detail/preprocessed/
H A Ddefault_eval.hpp23 return this->invoke(expr, context, is_member_function_pointer<function_type>()); in operator ()()
26 result_type invoke(Expr &expr, Context &context, mpl::false_) const in invoke() function
32 result_type invoke(Expr &expr, Context &context, mpl::true_) const in invoke() function
57 return this->invoke(expr, context, is_member_function_pointer<function_type>()); in operator ()()
60 result_type invoke(Expr &expr, Context &context, mpl::false_) const in invoke() function
66 result_type invoke(Expr &expr, Context &context, mpl::true_) const in invoke() function
91 return this->invoke(expr, context, is_member_function_pointer<function_type>()); in operator ()()
94 result_type invoke(Expr &expr, Context &context, mpl::false_) const in invoke() function
100 result_type invoke(Expr &expr, Context &context, mpl::true_) const in invoke() function
125 return this->invoke(expr, context, is_member_function_pointer<function_type>()); in operator ()()
[all …]
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A DUP.rst7 may immediately invoke its function. The basis of this misconception
25 Now, if call_rcu() were to directly invoke its arguments, then upon return
37 by having call_rcu() directly invoke its arguments only if it was called
46 Therefore, in this case, allowing call_rcu() to immediately invoke
52 Why is it *not* legal to invoke synchronize_rcu() in this case?
61 call_rcu() were to directly invoke the callback, the result would
91 Permitting call_rcu() to immediately invoke its arguments breaks RCU,
93 infrastructure *must* respect grace periods, and *must* invoke callbacks
106 Why is it *not* legal to invoke synchronize_rcu() in this case?
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/
H A Dinit-system-helpers_1.62.bb7 It also includes the \"service\", \"invoke-rc.d\", and \"update-rc.d\" scripts which \
29 install -m 0755 ${S}/script/invoke-rc.d ${D}${sbindir}
33 PACKAGES += "${PN}-invoke-rc.d ${PN}-service"
36 FILES:${PN}-invoke-rc.d = "${sbindir}/invoke-rc.d"
41 RRECOMMENDS:${PN} += "${PN}-invoke-rc.d ${PN}-service"
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Domap_sec_common.h15 * Invoke secure ROM API on high-security (HS) device variants. It formats
22 * Invoke a secure ROM API on high-secure (HS) device variants that can be used
37 * Invoke a secure HAL API that allows configuration of the external memory
45 * Invoke a secure HAL API on high-secure (HS) device variants that reserves a
53 * Invoke a secure HAL API to lock the external memory firewall configurations.
61 * Invoke a secure HAL API to authenticate and install a Trusted Execution
/OK3568_Linux_fs/kernel/include/linux/
H A Dcpuhotplug.h205 int __cpuhp_setup_state(enum cpuhp_state state, const char *name, bool invoke,
210 bool invoke,
295 bool invoke);
297 struct hlist_node *node, bool invoke);
300 * cpuhp_state_add_instance - Add an instance for a state and invoke startup
337 void __cpuhp_remove_state(enum cpuhp_state state, bool invoke);
338 void __cpuhp_remove_state_cpuslocked(enum cpuhp_state state, bool invoke);
341 * cpuhp_remove_state - Remove hotplug state callbacks and invoke the teardown
381 struct hlist_node *node, bool invoke);
384 * cpuhp_state_remove_instance - Remove hotplug instance from state and invoke
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/conntrack-tools/files/
H A Dconntrack-failover16 # file to invoke this script during keepalived's state transitions.
34 logger "ERROR: failed to invoke conntrackd -c"
43 logger "ERROR: failed to invoke conntrackd -f"
52 logger "ERROR: failed to invoke conntrackd -R"
61 logger "ERROR: failed to invoke conntrackd -B"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/preprocessed/
H A Ddefault_function_impl.hpp28 return this->invoke(e, s, d, is_member_function_pointer<function_type>()); in operator ()()
31 result_type invoke( in invoke() function
42 result_type invoke( in invoke() function
76 return this->invoke(e, s, d, is_member_function_pointer<function_type>()); in operator ()()
79 result_type invoke( in invoke() function
90 result_type invoke( in invoke() function
124 return this->invoke(e, s, d, is_member_function_pointer<function_type>()); in operator ()()
127 result_type invoke( in invoke() function
138 result_type invoke( in invoke() function
172 return this->invoke(e, s, d, is_member_function_pointer<function_type>()); in operator ()()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dinvoke.h1 // Implementation of INVOKE -*- C++ -*-
25 /** @file include/bits/invoke.h
86 /// Invoke a callable object. in _GLIBCXX_VISIBILITY()
100 // INVOKE<R>: Invoke a callable object and convert the result to R. in _GLIBCXX_VISIBILITY()
133 // INVOKE<R>: Invoke a callable object and convert the result to R. in _GLIBCXX_VISIBILITY()
145 // INVOKE<R> when R is cv void in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dinvoke.h1 // Implementation of INVOKE -*- C++ -*-
25 /** @file include/bits/invoke.h
86 /// Invoke a callable object. in _GLIBCXX_VISIBILITY()
100 // INVOKE<R>: Invoke a callable object and convert the result to R. in _GLIBCXX_VISIBILITY()
133 // INVOKE<R>: Invoke a callable object and convert the result to R. in _GLIBCXX_VISIBILITY()
145 // INVOKE<R> when R is cv void in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Drun_loop.hpp55 // Invoke fn(args...) on this RunLoop.
57 void invoke(Priority priority, Fn&& fn, Args&&... args) { in invoke() function in mbgl::util::RunLoop
61 // Invoke fn(args...) on this RunLoop.
63 void invoke(Fn&& fn, Args&&... args) { in invoke() function in mbgl::util::RunLoop
64 invoke(Priority::Default, std::forward<Fn>(fn), std::forward<Args>(args)...); in invoke()
77 invoke([mailbox] () { in schedule()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/map/
H A Dmap_snapshotter.cpp108 // Invoke callback in snapshot()
109 callback.invoke( in snapshot()
178 impl->actor().invoke(&Impl::snapshot, std::move(callback)); in snapshot()
182 impl->actor().invoke(&Impl::setStyleURL, styleURL); in setStyleURL()
190 impl->actor().invoke(&Impl::setStyleJSON, styleJSON); in setStyleJSON()
198 impl->actor().invoke(&Impl::setSize, size); in setSize()
206 impl->actor().invoke(&Impl::setCameraOptions, options); in setCameraOptions()
214 impl->actor().invoke(&Impl::setRegion, std::move(bounds)); in setRegion()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/sprite/
H A Dsprite_loader_worker.cpp15 // This shouldn't happen, since we always invoke it with a non-empty pointer. in parse()
19 // This shouldn't happen, since we always invoke it with a non-empty pointer. in parse()
23 parent.invoke(&SpriteLoader::onParsed, parseSprite(*image, *json)); in parse()
25 parent.invoke(&SpriteLoader::onError, std::current_exception()); in parse()
/OK3568_Linux_fs/kernel/drivers/char/hw_random/
H A Doptee-rng.c28 * TEE_SUCCESS - Invoke command success
45 * TEE_SUCCESS - Invoke command success
85 /* Invoke TA_CMD_GET_ENTROPY function of Trusted App */ in get_optee_rng_data()
90 /* Fill invoke cmd params */ in get_optee_rng_data()
98 dev_err(pvt_data->dev, "TA_CMD_GET_ENTROPY invoke err: %x\n", in get_optee_rng_data()
185 /* Invoke TA_CMD_GET_RNG_INFO function of Trusted App */ in get_optee_rng_info()
190 /* Fill invoke cmd params */ in get_optee_rng_info()
195 dev_err(dev, "TA_CMD_GET_RNG_INFO invoke err: %x\n", in get_optee_rng_info()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0002-aarch64-add-armv9-a-to-march.patch15 * doc/invoke.texi: Update docs.
22 gcc/doc/invoke.texi | 3 +++
66 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
68 --- a/gcc/doc/invoke.texi
69 +++ b/gcc/doc/invoke.texi
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dscsi_eh.rst314 2. Invoke scsi_eh_get_sense.
332 1. Invoke scsi_request_sense() which issues REQUEST_SENSE
336 2. Invoke scsi_decide_disposition() on the scmd
349 3. If !list_empty(&eh_work_q), invoke scsi_eh_abort_cmds().
373 4. If !list_empty(&eh_work_q), invoke scsi_eh_ready_devs()
380 1. Invoke scsi_eh_stu()
403 2. If !list_empty(&eh_work_q), invoke scsi_eh_bus_device_reset().
413 3. If !list_empty(&eh_work_q), invoke scsi_eh_bus_reset()
422 4. If !list_empty(&eh_work_q), invoke scsi_eh_host_reset()
430 5. If !list_empty(&eh_work_q), invoke scsi_eh_offline_sdevs()
[all …]
/OK3568_Linux_fs/kernel/drivers/firmware/broadcom/
H A Dtee_bnxt_fw.c29 * TEE_SUCCESS - Invoke command success
44 * TEE_SUCCESS - Invoke command success
77 /* Fill invoke cmd params */ in prepare_args()
113 "TA_CMD_BNXT_FASTBOOT invoke failed TEE err: %x, ret:%x\n", in tee_bnxt_fw_load()
150 /* Fill additional invoke cmd params */ in tee_bnxt_copy_coredump()
157 "TA_CMD_BNXT_COPY_COREDUMP invoke failed TEE err: %x, ret:%x\n", in tee_bnxt_copy_coredump()
/OK3568_Linux_fs/kernel/scripts/gdb/linux/
H A Ddevice.py103 def invoke(self, arg, from_tty): member in LxDeviceListBus
123 def invoke(self, arg, from_tty): member in LxDeviceListClass
141 def invoke(self, arg, from_tty): member in LxDeviceListTree
156 def invoke(self, bus, name): member in LxDeviceFindByBusName
170 def invoke(self, cls, name): member in LxDeviceFindByClassName
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/function/
H A Dstrfns.py33 def invoke(self, a, b, length): member in _MemEq
56 def invoke(self, a): member in _StrLen
75 def invoke(self, a, b): member in _StrEq
90 def invoke(self, string, regex): member in _RegEx
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/function/
H A Dstrfns.py33 def invoke(self, a, b, length): member in _MemEq
56 def invoke(self, a): member in _StrLen
75 def invoke(self, a, b): member in _StrEq
90 def invoke(self, string, regex): member in _RegEx
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dscp03_pta.h18 * TEE_SUCCESS - Invoke command success
20 * TEE_ERROR_NOT_IMPLEMENTED - Invoke command not implemented
21 * TEE_ERROR_GENERIC - Invoke command failure
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dscp03_pta.h18 * TEE_SUCCESS - Invoke command success
20 * TEE_ERROR_NOT_IMPLEMENTED - Invoke command not implemented
21 * TEE_ERROR_GENERIC - Invoke command failure

12345678910>>...50