| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_rast_linear.c | 46 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 D | delayed-task-queue.cc | 27 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 D | default-worker-threads-task-runner.cc | 34 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 D | VertexRoutine.hpp | 44 Pointer<Byte> task; member in sw::VertexRoutinePrototype
|
| /third_party/skia/tests/ |
| H A D | WrappedSurfaceCopyOnWriteTest.cpp | 104 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 D | GPUShaderModule.cpp | 92 AsyncTask task; in compilationInfo() member
|
| /base/account/os_account/services/accountmgr/src/ |
| H A D | distributed_account_subscribe_manager.cpp | 141 auto task = [this, it, id, subscribeType] { this->OnAccountsChanged((*it), id, subscribeType); }; in Publish() local
|
| /base/hiviewdfx/hicollie/frameworks/native/ |
| H A D | watchdog.cpp | 41 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 D | watchdog_task.h | 75 Task task; member in OHOS::HiviewDFX::WatchdogTask
|
| /base/hiviewdfx/hiview/framework/native/unified_collection/decorator/ |
| H A D | io_decorator.cpp | 26 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 D | mem_profiler_decorator.cpp | 26 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 D | memory_decorator.cpp | 26 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 D | cpu_decorator.cpp | 31 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 D | decorator.h | 69 template <typename T> auto Invoke(T task, StatInfoWrapper& statInfoWrapper,
in Invoke() argument
|
| /base/hiviewdfx/hiview/plugins/performance/executor/ |
| H A D | ThrExecutor.cpp | 43 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 D | panel_listener_impl.cpp | 77 auto task = [entry]() { in OnPanelStatus() local 99 auto task = [entry]() { in OnSizeChange() local
|
| /base/inputmethod/imf/frameworks/native/inputmethod_ability/src/tasks/ |
| H A D | task.cpp | 62 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 D | i18n_service_ability.cpp | 85 auto task = [this]() { in UnloadI18nServiceAbility() local
|
| /base/account/os_account/services/accountmgr/src/osaccount/ |
| H A D | os_account_subscribe_manager.cpp | 174 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 D | hicollie.cpp | 107 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 D | cj_request_event.cpp | 68 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 D | request.rs | 84 let mut task = RequestTask::from_http_request(&self.inner); in build() variables
|
| /base/powermgr/display_manager/brightness_manager/src/ |
| H A D | brightness_dimming.cpp | 97 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 D | ffrt_utils_test.cpp | 32 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 D | request_event.h | 57 JsTask *task;
member 61 JsTask *task = nullptr;
member
|