Home
last modified time | relevance | path

Searched defs:task (Results 551 - 575 of 2510) sorted by relevance

1...<<21222324252627282930>>...101

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_linear.c46 lp_rast_linear_clear(struct lp_rasterizer_task *task, in lp_rast_linear_clear() argument
68 lp_rast_linear_tile(struct lp_rasterizer_task *task, in lp_rast_linear_tile() argument
127 lp_rast_linear_rect(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_linear_rect() argument
240 lp_linear_rasterize_bin(struct lp_rasterizer_task *task, const struct cmd_bin *bin) lp_linear_rasterize_bin() argument
[all...]
/third_party/node/deps/v8/src/libplatform/
H A Ddelayed-task-queue.cc27 void DelayedTaskQueue::Append(std::unique_ptr<Task> task) { in Append() argument
34 void DelayedTaskQueue::AppendDelayed(std::unique_ptr<Task> task, in AppendDelayed() argument
51 std::unique_ptr<Task> task = PopTaskFromDelayedQueue(now); in GetNext() local
[all...]
H A Ddefault-worker-threads-task-runner.cc34 void DefaultWorkerThreadsTaskRunner::PostTask(std::unique_ptr<Task> task) { in PostTask() argument
40 void DefaultWorkerThreadsTaskRunner::PostDelayedTask(std::unique_ptr<Task> task, in PostDelayedTask() argument
47 PostIdleTask( std::unique_ptr<IdleTask> task) PostIdleTask() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DVertexRoutine.hpp44 Pointer<Byte> task; member in sw::VertexRoutinePrototype
/third_party/skia/tests/
H A DWrappedSurfaceCopyOnWriteTest.cpp104 sk_sp<GrRenderTask> task = in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
143 sk_sp<GrRenderTask> task = dst->refRenderTask(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUShaderModule.cpp92 AsyncTask task; in compilationInfo() member
/base/account/os_account/services/accountmgr/src/
H A Ddistributed_account_subscribe_manager.cpp141 auto task = [this, it, id, subscribeType] { this->OnAccountsChanged((*it), id, subscribeType); }; in Publish() local
/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog.cpp41 void Watchdog::RunOneShotTask(const std::string& name, Task&& task, uint64_t delay) in RunOneShotTask() argument
46 void Watchdog::RunPeriodicalTask(const std::string& name, Task&& task, uint64_t interval, uint64_t delay) in RunPeriodicalTask() argument
H A Dwatchdog_task.h75 Task task; member in OHOS::HiviewDFX::WatchdogTask
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dio_decorator.cpp26 auto task = [this, &pid] { return ioCollector_->CollectProcessIo(pid); }; in CollectProcessIo() local
32 auto task = [this] { return ioCollector_->CollectRawDiskStats(); }; in CollectRawDiskStats() local
39 auto task = [this, &filter, &isUpdate] { return ioCollector_->CollectDiskStats(filter, isUpdate); }; in CollectDiskStats() local
45 auto task = [this, &filter] { return ioCollector_->ExportDiskStats(filter); }; in ExportDiskStats() local
51 auto task = [this] { return ioCollector_->CollectEMMCInfo(); }; in CollectEMMCInfo() local
57 auto task = [this] { return ioCollector_->ExportEMMCInfo(); }; ExportEMMCInfo() local
63 auto task = [this, &isUpdate] { return ioCollector_->CollectAllProcIoStats(isUpdate); }; CollectAllProcIoStats() local
69 auto task = [this] { return ioCollector_->ExportAllProcIoStats(); }; ExportAllProcIoStats() local
75 auto task = [this] { return ioCollector_->CollectSysIoStats(); }; CollectSysIoStats() local
81 auto task = [this] { return ioCollector_->ExportSysIoStats(); }; ExportSysIoStats() local
[all...]
H A Dmem_profiler_decorator.cpp26 auto task = [this] { return memProfilerCollector_->Prepare(); }; in Prepare() local
32 auto task = [this, &type, &pid, &duration, &sampleInterval] { in Start() local
41 auto task = [this, &pid] { return memProfilerCollector_->Stop(pid); }; in Stop() local
48 auto task = [this, &processName] { return memProfilerCollector_->Stop(processName); }; in Stop() local
55 auto task = [this, &fd, &type, &pid, &duration, &sampleInterval] { in Start() local
64 auto task = [this, &fd, &pid, &type] { return memProfilerCollector_->StartPrintNmd(fd, pid, type); }; StartPrintNmd() local
71 auto task = [this, &fd, &type, &processName, &duration, &sampleInterval, &startup] { Start() local
[all...]
H A Dmemory_decorator.cpp26 auto task = [this, &pid] { return memoryCollector_->CollectProcessMemory(pid); }; in CollectProcessMemory() local
32 auto task = [this] { return memoryCollector_->CollectSysMemory(); }; in CollectSysMemory() local
38 auto task = [this] { return memoryCollector_->CollectRawMemInfo(); }; in CollectRawMemInfo() local
44 auto task = [this] { return memoryCollector_->ExportMemView(); }; in ExportMemView() local
50 auto task = [this] { return memoryCollector_->CollectAllProcessMemory(); }; in CollectAllProcessMemory() local
55 auto task = [this] { return memoryCollector_->ExportAllProcessMemory(); }; ExportAllProcessMemory() local
61 auto task = [this] { return memoryCollector_->CollectRawSlabInfo(); }; CollectRawSlabInfo() local
67 auto task = [this] { return memoryCollector_->CollectRawPageTypeInfo(); }; CollectRawPageTypeInfo() local
73 auto task = [this] { return memoryCollector_->CollectRawDMA(); }; CollectRawDMA() local
79 auto task = [this] { return memoryCollector_->CollectAllAIProcess(); }; CollectAllAIProcess() local
85 auto task = [this] { return memoryCollector_->ExportAllAIProcess(); }; ExportAllAIProcess() local
91 auto task = [this, &pid] { return memoryCollector_->CollectRawSmaps(pid); }; CollectRawSmaps() local
97 auto task = [this, &pid] { return memoryCollector_->CollectHprof(pid); }; CollectHprof() local
103 auto task = [this, &pid] { return memoryCollector_->CollectProcessVss(pid); }; CollectProcessVss() local
109 auto task = [this] { return memoryCollector_->CollectMemoryLimit(); }; CollectMemoryLimit() local
115 auto task = [this] { return memoryCollector_->CollectDdrFreq(); }; CollectDdrFreq() local
[all...]
H A Dcpu_decorator.cpp31 auto task = [this] { return cpuCollector_->CollectSysCpuLoad(); }; in CollectSysCpuLoad() local
41 auto task = [this, &isNeedUpdate] { return cpuCollector_->CollectSysCpuUsage(isNeedUpdate); }; in CollectSysCpuUsage() local
51 auto task = [this] { return cpuCollector_->GetSysCpuUsage(); }; in GetSysCpuUsage() local
61 auto task = [this, &pid, &isNeedUpdate] { return cpuCollector_->CollectProcessCpuStatInfo(pid, isNeedUpdate); }; in CollectProcessCpuStatInfo() local
71 auto task = [this] { return cpuCollector_->CollectCpuFrequency(); }; in CollectCpuFrequency() local
81 auto task = [this, &isNeedUpdate] { return cpuCollector_->CollectProcessCpuStatInfos(isNeedUpdate); }; CollectProcessCpuStatInfos() local
96 auto task = [this, &isNeedUpdate] { return threadCpuCollector_->CollectThreadStatInfos(isNeedUpdate); }; CollectThreadStatInfos() local
[all...]
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Ddecorator.h69 template <typename T> auto Invoke(T task, StatInfoWrapper& statInfoWrapper, in Invoke() argument
/base/hiviewdfx/hiview/plugins/performance/executor/
H A DThrExecutor.cpp43 void ThrExecutor::ValidateNonNull(void* task) in ValidateNonNull() argument
76 void ThrExecutor::ExecuteTimeoutInMainThr(ITimeoutHandler* task, std::string name) in ExecuteTimeoutInMainThr() argument
90 ProcessAppEvtWrapperTask(IAppThrExecutor::IProcessAppEvtTask* task, const IAppThrExecutor::AppEvtData data) in ProcessAppEvtWrapperTask() argument
114 void ThrExecutor::ExecuteHandleEvtInMainThr(IProcessAppEvtTask* task, cons argument
153 ExecuteMonitorInMainThr(IHandleMonitorEvt* task, std::shared_ptr <XperfEvt> evt) ExecuteMonitorInMainThr() argument
[all...]
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Dpanel_listener_impl.cpp77 auto task = [entry]() { in OnPanelStatus() local
99 auto task = [entry]() { in OnSizeChange() local
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/tasks/
H A Dtask.cpp62 RunningState Task::OnTask(std::shared_ptr<Task> task) in OnTask() argument
156 int32_t Task::Pend(std::shared_ptr<Task> task) in Pend() argument
/base/global/i18n/services/src/
H A Di18n_service_ability.cpp85 auto task = [this]() { in UnloadI18nServiceAbility() local
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_subscribe_manager.cpp174 auto task = [this, eventProxy, id] { this->OnAccountsChanged(eventProxy, id); }; in Publish() local
209 auto task = [this, eventProxy, newId, oldId] { this->OnAccountsSwitch(eventProxy, newId, oldId); }; in Publish() local
/base/hiviewdfx/hicollie/interfaces/ndk/
H A Dhicollie.cpp107 HiCollie_ErrorCode OH_HiCollie_Init_StuckDetection(OH_HiCollie_Task task) in OH_HiCollie_Init_StuckDetection() argument
/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_event.cpp68 ExceptionErrorCode CJRequestEvent::Exec(std::string execType, const CJTask *task) in Exec() argument
78 ExceptionErrorCode CJRequestEvent::StartExec(const CJTask *task) in StartExec() argument
101 ExceptionErrorCode CJRequestEvent::StopExec(const CJTask *task) in StopExec() argument
106 ExceptionErrorCode CJRequestEvent::PauseExec(const CJTask *task) in PauseExec() argument
111 ExceptionErrorCode CJRequestEvent::ResumeExec(const CJTask *task) in ResumeExec() argument
[all...]
/base/request/request/pre_download/netstack_rs/src/
H A Drequest.rs84 let mut task = RequestTask::from_http_request(&self.inner); in build() variables
/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_dimming.cpp97 FFRTTask task = [this] { this->NextStep(); }; in StartDimming() local
156 FFRTTask task = [this] { this->NextStep(); }; in NextStep() local
/base/powermgr/power_manager/test/apitest/inner_api/ffrt/src/
H A Dffrt_utils_test.cpp32 FFRTTask task = [&]() { in HWTEST_F() local
48 FFRTTask task = [&]() { in HWTEST_F() local
97 FFRTTask task = [&]() { HWTEST_F() local
119 FFRTTask task = [&]() { HWTEST_F() local
144 FFRTTask task = [&]() { HWTEST_F() local
161 FFRTTask task = [&]() { HWTEST_F() local
181 FFRTTask task = [&taskptr]() { HWTEST_F() local
366 FFRTTask task = [&executed, &canceled, &timer, &done]() { HWTEST_F() local
[all...]
/base/request/request/frameworks/js/napi/include/
H A Drequest_event.h57 JsTask *task; member
61 JsTask *task = nullptr; member

Completed in 9 milliseconds

1...<<21222324252627282930>>...101