Home
last modified time | relevance | path

Searched defs:task (Results 651 - 675 of 1127) sorted by relevance

1...<<21222324252627282930>>...46

/foundation/window/window_manager/wmserver/src/
H A Dwindow_inner_manager.cpp106 auto task = [name, displayId, rect, mode, type, recentHolderWindowFlag]() { in CreateInnerWindow() local
118 auto task = [type, recentHolderWindowFlag]() { in DestroyInnerWindow() local
130 auto task = [type, width, height, recentHolderWindowFlag]() { in UpdateInnerWindow() local
149 auto task = [weakToken, isFromUser]() { in MinimizeAbility() local
170 auto task = [weakToken]() { in TerminateAbility() local
192 auto task = [weakToken]() { CloseAbility() local
214 auto task = [weakToken]() { CompleteFirstFrameDrawing() local
235 auto task = [weakToken, pixelMap]() { UpdateMissionSnapShot() local
250 PostTask(InnerTask &&task, std::string name, EventPriority priority) PostTask() argument
332 auto task = [this]() { StartWindowInfoReportLoop() local
[all...]
/foundation/window/window_manager/wm/src/
H A Dvsync_station.cpp134 auto task = [weakThis = weak_from_this()] { in RequestVsync() local
143 auto task = [weakThis = weak_from_this()] in RequestVsync() local
/test/xts/acts/ability_lite/ability_posix/src/
H A DAbilityMgrTest.cpp946 auto task = [hapPath]{ in HWTEST_F() local
H A DAbilityMgrTest2.cpp978 auto task = [this, hapPath]{ in HWTEST_F() local
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_native.c51 static int extract_lltask_from_task(TaskItem *task, Queue *lltask_queue) in extract_lltask_from_task() argument
105 TaskItem task; in get_output_native() local
308 TaskItem *task = NULL; execute_model_native() local
439 TaskItem *task; ff_dnn_execute_model_native() local
[all...]
/third_party/FreeBSD/sys/dev/usb/net/
H A Dusb_ethernet.c79 struct usb_ether_cfg_task *task; in ue_queue_command() local
281 struct usb_ether_cfg_task *task = in ue_attach_post_task() local
418 struct usb_ether_cfg_task *task = in ue_start_task() local
438 struct usb_ether_cfg_task *task in ue_stop_task() local
510 struct usb_ether_cfg_task *task = ue_tick_task() local
[all...]
/third_party/libuv/test/
H A Drunner.c70 task_entry_t* task; in run_tests() local
152 task_entry_t* task; run_test() local
352 task_entry_t* task; run_test_part() local
370 find_helpers(const task_entry_t* task, const task_entry_t** helpers) find_helpers() argument
388 const task_entry_t* task; print_tests() local
[all...]
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_enc.c784 static void enc_HandleTask(omx_base_PortType *port, struct encode_task *task, in enc_HandleTask() argument
821 struct encode_task *task; in enc_ClearBframes() local
852 struct encode_task *task; vid_enc_EncodeFrame() local
[all...]
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
H A Dh264eprc.c240 static void enc_HandleTask(vid_enc_PrivateType * priv, struct encode_task *task, in enc_HandleTask() argument
271 struct encode_task *task; in enc_ClearBframes() local
307 struct encode_task *task; encode_frame() local
[all...]
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_enc_common.c128 struct encode_task *task; in vid_enc_BufferEncoded_common() local
183 struct encode_task *task; in enc_NeedTask_common() local
[all...]
/third_party/node/src/
H A Dnode_platform.h46 std::unique_ptr<v8::Task> task; member
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_priv.h155 lp_rast_get_color_block_pointer(struct lp_rasterizer_task *task, in lp_rast_get_color_block_pointer() argument
193 lp_rast_get_depth_block_pointer(struct lp_rasterizer_task *task, unsigned x, unsigned y, unsigned layer) lp_rast_get_depth_block_pointer() argument
225 lp_rast_shade_quads_all( struct lp_rasterizer_task *task, const struct lp_rast_shader_inputs *inputs, unsigned x, unsigned y ) lp_rast_shade_quads_all() argument
[all...]
/third_party/node/deps/v8/src/compiler-dispatcher/
H A Dlazy-compile-dispatcher.cc60 LazyCompileDispatcher::Job::Job(std::unique_ptr<BackgroundCompileTask> task) in Job() argument
[all...]
H A Dlazy-compile-dispatcher.h150 std::unique_ptr<BackgroundCompileTask> task; member
[all...]
/third_party/node/deps/v8/src/heap/
H A Darray-buffer-sweeper.cc159 auto task = MakeCancelableTask(heap_->isolate(), [this, type] { in RequestSweep() local
/third_party/node/deps/v8/src/libplatform/
H A Ddefault-platform.cc159 std::unique_ptr<Task> task = task_runner->PopTaskFromQueue(wait_for_work); in PumpMessageLoop() local
183 std::unique_ptr<IdleTask> task = task_runner->PopTaskFromIdleQueue(); in RunIdleTasks() local
204 void DefaultPlatform::CallOnWorkerThread(std::unique_ptr<Task> task) { in CallOnWorkerThread() argument
214 CallDelayedOnWorkerThread(std::unique_ptr<Task> task, double delay_in_seconds) CallDelayedOnWorkerThread() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectCreateTests.cpp219 const auto& task = binaries.get("task"); in iterate() local
344 std::stringstream task; in initPrograms() local
670 std::stringstream task; in initPrograms() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DParallelShaderCompileTest.cpp149 auto &task = compileTasks[i]; in run() local
168 auto &task = linkTasks[i]; in run() local
[all...]
/third_party/skia/src/codec/
H A DSkBmpRLECodec.cpp374 const uint8_t task = fStreamBuffer[fCurrRLEByte++]; in decodeRLE() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DCreatePipelineAsyncTests.cpp129 CreatePipelineAsyncTask task; member in CreatePipelineAsyncTest
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUDevice.cpp315 AsyncTask task; in createComputePipelineAsync() member
358 AsyncTask task; in createRenderPipelineAsync() member
455 AsyncTask task; in popErrorScope() member
/third_party/skia/tools/calmbench/
H A Dab.py209 def task(): function
/third_party/python/Lib/test/test_importlib/
H A Dtest_threaded_import.py24 def task(N, done, done_tasks, errors): function
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_keyboard_delegate_setting.cpp316 auto task = [keyEventEntry, keyCodeEntry, consumer]() { DealKeyEvent(keyEventEntry, keyCodeEntry, consumer); }; in OnDealKeyEvent() local
390 auto task = [entry]() { in OnKeyEvent() local
438 auto task = [entry]() { in OnKeyEvent() local
487 auto task = [entry]() { in OnCursorUpdate() local
526 auto task = [entry]() { in OnSelectionChange() local
562 auto task = [entry]() { OnTextChange() local
591 auto task = [entry]() { OnEditorAttributeChange() local
[all...]
/base/inputmethod/imf/frameworks/kits/extension/src/
H A Djs_inputmethod_extension_context.cpp491 auto task = [connection, element, remoteObject, resultCode]() { OnAbilityConnectDone() local
548 auto task = [connection, element, resultCode]() { OnAbilityDisconnectDone() local
[all...]

Completed in 18 milliseconds

1...<<21222324252627282930>>...46