Home
last modified time | relevance | path

Searched +defs:handle +defs:args +defs:function (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webgpu/
H A Ddawn_callback.h48 R Run(Args... args) && { in Run()
52 R Run(Args... args) const& { in Run()
58 static R CallUnboundCallback(Args... args, void* handle) { in CallUnboundCallback()
65 static R CallUnboundRepeatingCallback(Args... args, void* handle) { in CallUnboundRepeatingCallback()
91 auto BindDawnCallback(FunctionType&& function, in BindDawnCallback()
99 auto BindRepeatingDawnCallback(FunctionType&& function, in BindRepeatingDawnCallback()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webgpu/
H A Ddawn_callback.h48 R Run(Args... args) && { in Run()
52 R Run(Args... args) const& { in Run()
58 static R CallUnboundCallback(Args... args, void* handle) { in CallUnboundCallback()
65 static R CallUnboundRepeatingCallback(Args... args, void* handle) { in CallUnboundRepeatingCallback()
91 auto BindDawnCallback(FunctionType&& function, in BindDawnCallback()
99 auto BindRepeatingDawnCallback(FunctionType&& function, in BindRepeatingDawnCallback()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/
H A DImplicitFunctionHandle.h37 VTKM_CONT ImplicitFunctionBaseExecWrapper(const FunctionType& function) in ImplicitFunctionBaseExecWrapper()
79 : Superclass(function, acquireOwnership, devices) in Superclass() argument
89 : Superclass(new detail::ImplicitFunctionBaseExecWrapper<ImplicitFunctionType>( in Superclass()
96 delete function; in Superclass() local
112 delete function; variable
146 VTKM_CONT ImplicitFunctionHandle make_ImplicitFunctionHandle(Args&&... args) in make_ImplicitFunctionHandle()
154 VTKM_CONT ImplicitFunctionHandle make_ImplicitFunctionHandle(Args&&... args) in make_ImplicitFunctionHandle()
175 ImplicitFunctionValueHandle(const ImplicitFunctionHandle& handle) in ImplicitFunctionValueHandle()
185 : Handle(function, acquireOwnership, devices) in Handle() argument
222 VTKM_CONT ImplicitFunctionValueHandle make_ImplicitFunctionValueHandle(Args&&... args) in make_ImplicitFunctionValueHandle()
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/jvm/core/src/main/java/org/apache/tvm/
H A DFunction.java28 final long handle; field in Function
64 Base.RefLong handle = new Base.RefLong(); in getGlobalFunc() local
82 Function(long handle, boolean isResident) { in Function()
88 Function(long handle) { in Function()
230 public TVMValue call(Object... args) { in call()
289 public Object invoke(TVMValue... args); in invoke()
298 public static void register(String name, Callback function, boolean override) { in register()
310 public static void register(String name, Callback function) { in register()
319 public static Function convertFunc(Callback function) { in convertFunc()
325 private static Object invokeRegisteredCbFunc(Callback cb, TVMValue[] args) { in invokeRegisteredCbFunc()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/jvm/core/src/main/java/org/apache/tvm/
H A DFunction.java28 final long handle; field in Function
64 Base.RefLong handle = new Base.RefLong(); in getGlobalFunc() local
82 Function(long handle, boolean isResident) { in Function()
88 Function(long handle) { in Function()
230 public TVMValue call(Object... args) { in call()
289 public Object invoke(TVMValue... args); in invoke()
298 public static void register(String name, Callback function, boolean override) { in register()
310 public static void register(String name, Callback function) { in register()
319 public static Function convertFunc(Callback function) { in convertFunc()
325 private static Object invokeRegisteredCbFunc(Callback cb, TVMValue[] args) { in invokeRegisteredCbFunc()
/dports/misc/py-tvm/incubator-tvm-0.6.1/jvm/core/src/main/java/org/apache/tvm/
H A DFunction.java28 final long handle; field in Function
64 Base.RefLong handle = new Base.RefLong(); in getGlobalFunc() local
82 Function(long handle, boolean isResident) { in Function()
88 Function(long handle) { in Function()
230 public TVMValue call(Object... args) { in call()
289 public Object invoke(TVMValue... args); in invoke()
298 public static void register(String name, Callback function, boolean override) { in register()
310 public static void register(String name, Callback function) { in register()
319 public static Function convertFunc(Callback function) { in convertFunc()
325 private static Object invokeRegisteredCbFunc(Callback cb, TVMValue[] args) { in invokeRegisteredCbFunc()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c340 va_list args; in acpi_os_printf() local
384 void acpi_os_vprintf(const char *fmt, va_list args) in acpi_os_vprintf()
597 acpi_status acpi_os_delete_semaphore(acpi_handle handle) in acpi_os_delete_semaphore()
607 acpi_status acpi_os_signal_semaphore(acpi_handle handle, u32 units) in acpi_os_signal_semaphore()
680 acpi_status acpi_os_delete_semaphore(acpi_handle handle) in acpi_os_delete_semaphore()
833 acpi_status acpi_os_signal_semaphore(acpi_handle handle, u32 units) in acpi_os_signal_semaphore()
864 void acpi_os_delete_lock(acpi_spinlock handle) in acpi_os_delete_lock()
869 acpi_cpu_flags acpi_os_acquire_lock(acpi_handle handle) in acpi_os_acquire_lock()
1211 acpi_status acpi_os_signal(u32 function, void *info) in acpi_os_signal()
1270 acpi_osd_exec_callback function, void *context) in acpi_os_execute()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c340 va_list args; in acpi_os_printf() local
384 void acpi_os_vprintf(const char *fmt, va_list args) in acpi_os_vprintf()
597 acpi_status acpi_os_delete_semaphore(acpi_handle handle) in acpi_os_delete_semaphore()
607 acpi_status acpi_os_signal_semaphore(acpi_handle handle, u32 units) in acpi_os_signal_semaphore()
680 acpi_status acpi_os_delete_semaphore(acpi_handle handle) in acpi_os_delete_semaphore()
833 acpi_status acpi_os_signal_semaphore(acpi_handle handle, u32 units) in acpi_os_signal_semaphore()
864 void acpi_os_delete_lock(acpi_spinlock handle) in acpi_os_delete_lock()
869 acpi_cpu_flags acpi_os_acquire_lock(acpi_handle handle) in acpi_os_acquire_lock()
1211 acpi_status acpi_os_signal(u32 function, void *info) in acpi_os_signal()
1270 acpi_osd_exec_callback function, void *context) in acpi_os_execute()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c340 va_list args; in acpi_os_printf() local
384 void acpi_os_vprintf(const char *fmt, va_list args) in acpi_os_vprintf()
597 acpi_status acpi_os_delete_semaphore(acpi_handle handle) in acpi_os_delete_semaphore()
607 acpi_status acpi_os_signal_semaphore(acpi_handle handle, u32 units) in acpi_os_signal_semaphore()
680 acpi_status acpi_os_delete_semaphore(acpi_handle handle) in acpi_os_delete_semaphore()
833 acpi_status acpi_os_signal_semaphore(acpi_handle handle, u32 units) in acpi_os_signal_semaphore()
864 void acpi_os_delete_lock(acpi_spinlock handle) in acpi_os_delete_lock()
869 acpi_cpu_flags acpi_os_acquire_lock(acpi_handle handle) in acpi_os_acquire_lock()
1211 acpi_status acpi_os_signal(u32 function, void *info) in acpi_os_signal()
1270 acpi_osd_exec_callback function, void *context) in acpi_os_execute()
[all …]
/dports/devel/py-jedi/jedi-0.18.0/jedi/inference/compiled/subprocess/
H A D__init__.py32 def _GeneralizedPopen(*args, **kwargs):
103 def set_access_handle(self, handle): argument
126 def wrapper(*args, **kwargs):
215 def run(self, inference_state, function, args=(), kwargs={}): argument
235 def _send(self, inference_state_id, function, args=(), kwargs={}): argument
290 def _get_inference_state(self, function, inference_state_id): argument
306 def _run(self, inference_state_id, function, args, kwargs): argument
378 def _workaround(self, name, *args, **kwargs):
389 def _cached_results(self, name, *args, **kwargs):
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/include/dnscore/
H A Dalarm.h99 …alarm_function_callback *function; /* the function can return an error code or ALARM_REARM to rep… member
100 void *args; member
102 alarm_t handle; /* reserved */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/acpi/
H A Dutils.c247 acpi_evaluate_integer(acpi_handle handle, in acpi_evaluate_integer()
281 acpi_evaluate_reference(acpi_handle handle, in acpi_evaluate_reference()
438 static char *acpi_handle_path(acpi_handle handle) in acpi_handle_path()
466 va_list args; in acpi_handle_printk() local
494 __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, in __acpi_handle_debug()
498 va_list args; in __acpi_handle_debug() local
520 void acpi_evaluation_failure_warn(acpi_handle handle, const char *name, in acpi_evaluation_failure_warn()
535 bool acpi_has_method(acpi_handle handle, char *name) in acpi_has_method()
561 acpi_status acpi_evaluate_ej0(acpi_handle handle) in acpi_evaluate_ej0()
581 acpi_status acpi_evaluate_lck(acpi_handle handle, int lock) in acpi_evaluate_lck()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/acpi/
H A Dutils.c247 acpi_evaluate_integer(acpi_handle handle, in acpi_evaluate_integer()
281 acpi_evaluate_reference(acpi_handle handle, in acpi_evaluate_reference()
438 static char *acpi_handle_path(acpi_handle handle) in acpi_handle_path()
466 va_list args; in acpi_handle_printk() local
494 __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, in __acpi_handle_debug()
498 va_list args; in __acpi_handle_debug() local
520 void acpi_evaluation_failure_warn(acpi_handle handle, const char *name, in acpi_evaluation_failure_warn()
535 bool acpi_has_method(acpi_handle handle, char *name) in acpi_has_method()
561 acpi_status acpi_evaluate_ej0(acpi_handle handle) in acpi_evaluate_ej0()
581 acpi_status acpi_evaluate_lck(acpi_handle handle, int lock) in acpi_evaluate_lck()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/acpi/
H A Dutils.c247 acpi_evaluate_integer(acpi_handle handle, in acpi_evaluate_integer()
281 acpi_evaluate_reference(acpi_handle handle, in acpi_evaluate_reference()
438 static char *acpi_handle_path(acpi_handle handle) in acpi_handle_path()
466 va_list args; in acpi_handle_printk() local
494 __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, in __acpi_handle_debug()
498 va_list args; in __acpi_handle_debug() local
520 void acpi_evaluation_failure_warn(acpi_handle handle, const char *name, in acpi_evaluation_failure_warn()
535 bool acpi_has_method(acpi_handle handle, char *name) in acpi_has_method()
561 acpi_status acpi_evaluate_ej0(acpi_handle handle) in acpi_evaluate_ej0()
581 acpi_status acpi_evaluate_lck(acpi_handle handle, int lock) in acpi_evaluate_lck()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_v8/src/
H A Djsbase.cpp89 void JSBase::AddInstance(Isolate *isolate, const Handle<Object>& handle, const Handle<External>& ob… in AddInstance()
139 void JSBase::CreateInstance(const v8::FunctionCallbackInfo<Value>& args) in CreateInstance()
195 Handle<FunctionTemplate> function = FunctionTemplate::New(isolate, JSBase::CreateInstance, data); in Register() local
231 Handle<Value> args[] = { External::New(isolate, this), Boolean::New(isolate, autoDestroy) }; in RegisterInstance() local
/dports/devel/gearmand/gearmand-1.0.6/libgearman/
H A Dworker.cc65 struct _worker_function_st *function; in _function_exist() local
406 gearman_log_fn *function, void *context, in gearman_worker_set_log_fn()
413 gearman_malloc_fn *function, in gearman_worker_set_workload_malloc_fn()
423 gearman_free_fn *function, in gearman_worker_set_workload_free_fn()
485 struct _worker_function_st *function; in gearman_worker_function_exist() local
513 const void *args[1]; in _worker_unregister() local
548 struct _worker_function_st *function; in gearman_worker_unregister_all() local
607 struct _worker_function_st *function; in gearman_worker_grab_job() local
1224 const void *args[2]; in _worker_function_create() local
1299 struct _worker_function_st *function) in _worker_function_free()
[all …]
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-json/src/Server/
H A DServer.php73 public function addFunction($function, $namespace = '')
162 public function handle($request = false) function in Zend\\Json\\Server\\Server
294 public function __call($method, $args)
362 protected function _getDefaultParams(array $args, array $params)
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-json/src/Server/
H A DServer.php73 public function addFunction($function, $namespace = '')
162 public function handle($request = false) function in Zend\\Json\\Server\\Server
294 public function __call($method, $args)
362 protected function _getDefaultParams(array $args, array $params)
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-json/src/Server/
H A DServer.php73 public function addFunction($function, $namespace = '')
162 public function handle($request = false) function in Zend\\Json\\Server\\Server
294 public function __call($method, $args)
362 protected function _getDefaultParams(array $args, array $params)
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-json/src/Server/
H A DServer.php73 public function addFunction($function, $namespace = '')
162 public function handle($request = false) function in Zend\\Json\\Server\\Server
294 public function __call($method, $args)
362 protected function _getDefaultParams(array $args, array $params)
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-json/src/Server/
H A DServer.php73 public function addFunction($function, $namespace = '')
162 public function handle($request = false) function in Zend\\Json\\Server\\Server
294 public function __call($method, $args)
362 protected function _getDefaultParams(array $args, array $params)
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-json/src/Server/
H A DServer.php73 public function addFunction($function, $namespace = '')
162 public function handle($request = false) function in Zend\\Json\\Server\\Server
294 public function __call($method, $args)
362 protected function _getDefaultParams(array $args, array $params)
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-json/src/Server/
H A DServer.php73 public function addFunction($function, $namespace = '')
162 public function handle($request = false) function in Zend\\Json\\Server\\Server
294 public function __call($method, $args)
362 protected function _getDefaultParams(array $args, array $params)
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-json/src/Server/
H A DServer.php73 public function addFunction($function, $namespace = '')
162 public function handle($request = false) function in Zend\\Json\\Server\\Server
294 public function __call($method, $args)
362 protected function _getDefaultParams(array $args, array $params)
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-json/src/Server/
H A DServer.php73 public function addFunction($function, $namespace = '')
162 public function handle($request = false) function in Zend\\Json\\Server\\Server
294 public function __call($method, $args)
362 protected function _getDefaultParams(array $args, array $params)

12345678910>>...15