Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 25 of 140) sorted by relevance

123456

/developtools/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerThread.test.ts38 const ctx = canvas.getContext('2d'); constant
57 const ctx = canvas.getContext('2d'); constant
77 const ctx = canvas.getContext('2d'); constant
97 const ctx = canvas.getContext('2d'); constant
117 const ctx = canvas.getContext('2d'); constant
137 const ctx = canvas.getContext('2d'); constant
DProcedureWorkerFPS.test.ts28 const ctx = canvas.getContext('2d'); constant
60 const ctx = canvas.getContext('2d'); constant
80 const ctx = canvas.getContext('2d'); constant
103 const ctx = canvas.getContext('2d'); constant
DProcedureWorkerEnergySystem.test.ts71 const ctx = canvas.getContext('2d'); constant
89 const ctx = canvas.getContext('2d'); constant
107 const ctx = canvas.getContext('2d'); constant
DProcedureWorkerHeap.test.ts79 const ctx = canvas.getContext('2d'); constant
97 const ctx = canvas.getContext('2d'); constant
165 const ctx = canvas.getContext('2d'); constant
DProcedureWorkerIrq.test.ts26 const ctx = canvas.getContext('2d'); constant
48 const ctx = canvas.getContext('2d'); constant
DProcedureWorkerFreq.test.ts31 const ctx = canvas.getContext('2d'); constant
50 const ctx = canvas.getContext('2d'); constant
DProcedureWorkerSoInit.test.ts30 const ctx = canvas.getContext('2d'); constant
82 const ctx = canvas.getContext('2d'); constant
DProcedureWorkerHeapTimeline.test.ts33 const ctx = heapTimelineCanvas.getContext('2d'); constant
62 const ctx = canvas.getContext('2d'); constant
DProcedureWorkerCpuFreqLimits.test.ts48 const ctx = canvas.getContext('2d'); constant
70 const ctx = canvas.getContext('2d'); constant
DProcedureWorkerHiPerfCPU.test.ts45 const ctx = canvas.getContext('2d'); constant
53 const ctx = canvas.getContext('2d'); constant
DProcedureWorkerHeapSnapshot.test.ts34 const ctx = canvas.getContext('2d'); constant
91 const ctx = canvas.getContext('2d'); constant
DProcedureWorkerSnapshot.test.ts30 const ctx = snapshotCanvas.getContext('2d'); constant
87 const ctx = canvas.getContext('2d'); constant
DProcedureWorkerCpuProfiler.test.ts37 const ctx = canvas.getContext('2d'); constant
95 const ctx = canvas.getContext('2d'); constant
DProcedureWorkerJank.test.ts55 const ctx = canvas.getContext('2d'); constant
89 const ctx = canvas.getContext('2d'); constant
DProcedureWorkerCPU.test.ts49 const ctx = canvas.getContext('2d'); constant
76 const ctx = canvas.getContext('2d'); constant
DProcedureWorkerFunc.test.ts75 const ctx = canvas.getContext('2d'); constant
100 const ctx = canvas.getContext('2d'); constant
/developtools/smartperf_host/ide/test/trace/component/trace/base/
DTraceRow.test.ts67 const ctx = canvas.getContext('2d'); constant
87 const ctx = canvas.getContext('2d'); constant
109 const ctx = canvas.getContext('2d'); constant
374 const ctx = canvas.getContext('2d'); constant
381 const ctx = canvas.getContext('2d'); constant
/developtools/hdc/src/common/
Dforward.cpp46 HCtxForward ctx = iter->second; in StopTask() local
52 for (auto ctx: ctxs) { in StopTask() local
118 HCtxForward ctx = nullptr; in MallocContext() local
134 void HdcForwardBase::FreeContextCallBack(HCtxForward ctx) in FreeContextCallBack()
137 HCtxForward ctx = (HCtxForward)data; in FreeContextCallBack() local
150 void HdcForwardBase::FreeJDWP(HCtxForward ctx) in FreeJDWP()
158 HCtxForward ctx = (HCtxForward)handle->data; in FreeJDWP() local
173 HCtxForward ctx = (HCtxForward)handle->data; in FreeJDWP() local
186 HCtxForward ctx = nullptr; in FreeContext() local
204 HCtxForward ctx = (HCtxForward)handle->data; in FreeContext() local
[all …]
/developtools/profiler/device/base/src/
Depoll_event_poller.cpp47 auto ctx = std::make_shared<EventContext>(); in AddFileDescriptor() local
64 auto ctx = it->second; in RemoveFileDescriptor() local
70 bool EpollEventPoller::AddContextLocked(const EventContextPtr& ctx) in AddContextLocked()
76 bool EpollEventPoller::RemoveContextLocked(const EventContextPtr& ctx) in RemoveContextLocked()
97 bool EpollEventPoller::UpdateEvent(int op, const EventContextPtr& ctx) in UpdateEvent()
132 auto ctx = reinterpret_cast<EventContext*>(eventVec[i].data.ptr); in Run() local
140 void EpollEventPoller::HandleEvent(uint32_t events, const EventContext& ctx) in HandleEvent()
/developtools/smartperf_host/ide/test/base-ui/chart/scatter/
DLitChartScatter.test.ts147 let ctx = litChartScatter.ctx!; variable
155 let ctx = litChartScatter.ctx!; variable
163 let ctx = litChartScatter.ctx!; variable
/developtools/ace_ets2bundle/compiler/tools/memory_dotting_viewer/memory/component/
DMemoryDotting.js138 drawChart(ctx, data) { argument
176 drawGridLines(ctx, width, height, padding) { argument
187 drawAxis(ctx, width, height, padding, maxVal, minVal, timestamps) { argument
229 addEventListeners(ctx, data) { argument
247 drawDataLines(ctx, width, height, padding, maxVal, minVal, timestamps, rssValues, data) { argument
248 const drawLine = (ctx, values, color, label) => { argument
258 addLegend(ctx, width, height, padding) { argument
265 drawLine(ctx, timestamps, values, padding, width, height, minVal, maxVal, type, data) { argument
304 drawVerticalText(ctx, text, x, y, rotationAngle) { argument
/developtools/profiler/device/services/plugin_service/test/unittest/
Dplugin_service_test.cpp131 SocketContext ctx; variable
149 SocketContext ctx; variable
166 SocketContext ctx; variable
830 SocketContext ctx; variable
856 SocketContext ctx; variable
897 SocketContext ctx; variable
/developtools/smartperf_host/trace_streamer/src/base/sqlite_ext/
Dsqlite_ext_funcs.cpp206 void BuildJson(sqlite3_context *ctx, int32_t argc, sqlite3_value **argv) in BuildJson()
245 void RepeatedJsonStep(sqlite3_context *ctx, int32_t argc, sqlite3_value **argv) in RepeatedJsonStep()
275 void RepeatedFieldStep(sqlite3_context *ctx, int32_t argc, sqlite3_value **argv) in RepeatedFieldStep()
297 void RepeatedFieldFinal(sqlite3_context *ctx) in RepeatedFieldFinal()
319 void RepeatedJsonFinal(sqlite3_context *ctx) in RepeatedJsonFinal()
353 std::unique_ptr<JsonBuild> ctx = std::make_unique<JsonBuild>(); in ts_create_extend_function() local
/developtools/hdc/src/daemon/
Djdwp.cpp64 HCtxJdwp ctx = nullptr; in MallocContext() local
76 void HdcJdwp::FreeContext(HCtxJdwp ctx) in FreeContext()
376 HCtxJdwp ctx = (HCtxJdwp)req->data; in SendCallbackJdwpNewFD() local
392 HCtxJdwp ctx = (HCtxJdwp)AdminContext(OP_QUERY, targetPID, nullptr); in SendJdwpNewFD() local
428 HCtxJdwp ctx = (HCtxJdwp)AdminContext(OP_QUERY, pid, nullptr); in SendArkNewFD() local
492 HCtxJdwp ctx = (HCtxJdwp)AdminContext(OP_QUERY, targetPID, nullptr); in CheckPIDExist() local
673 … HCtxJdwp ctx = static_cast<HCtxJdwp>(thisClass->AdminContext(OP_QUERY, targetPID, nullptr)); in FdEventPollThread() local
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp155 if (auto ctx = weakCtx.lock(); ctx != nullptr) { in StartPluginSessions() local
323 auto ctx = std::make_shared<SessionContext>(); in CreateSession() local
535 auto ctx = GetSessionContext(sessionId); in StartSession() local
587 auto ctx = GetSessionContext(sessionId); in FetchData() local
647 auto ctx = GetSessionContext(sessionId); in SubscribeProfilerEvt() local
705 auto ctx = GetSessionContext(sessionId); in StopSession() local
731 auto ctx = GetSessionContext(sessionId); in DestroySession() local
765 auto ctx = GetSessionContext(sessionId); in KeepSession() local

123456