Home
last modified time | relevance | path

Searched defs:event (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp88 void Tracing::RecordTraceEvent(TraceEvent &event) in RecordTraceEvent()
105 …TraceEvent event("disabled-by-default-devtools.timeline", "TracingStartedInBrowser", "I", getpid()… in TraceEventRecordTracingStart() local
121 … TraceEvent event("disabled-by-default-devtools.timeline", "UpdateCounters", "I", getpid(), tid_); in TraceEventRecordMemory() local
135 TraceEvent event("disabled-by-default-v8.cpu_profiler", "Profile", "P", getpid(), tid_); in TraceEventRecordCpuProfilerStart() local
152 TraceEvent event("disabled-by-default-v8.cpu_profiler", "ProfileChunk", "P", getpid(), tid_); in TraceEventRecordCpuProfiler() local
258 TraceEvent event("disabled-by-default-v8.cpu_profiler", "ProfileChunk", "P", getpid(), tid_); in TraceEventRecordCpuProfilerEnd() local
/arkcompiler/toolchain/test/fuzztest/protocolhandlernotif_fuzzer/
Dprotocolhandlernotif_fuzzer.cpp38 Paused event; in ProtocolHandlerNotifFuzzTest() local
/arkcompiler/runtime_core/libpandabase/events/
Devents.rb27 def initialize(event, dscr) argument
/arkcompiler/runtime_core/static_core/libpandabase/events/
Devents.rb31 def initialize(event, dscr) argument
/arkcompiler/toolchain/tooling/test/client_utils/
Dtest_actions.h77 TestCase event = TestCase::COMMON; member
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test_switch.cpp146 auto &event = listener.GetEvents()[0]; in TEST_F() local
/arkcompiler/toolchain/tooling/test/utils/
Dtest_util.h198 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent()
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_util.h191 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent()
/arkcompiler/toolchain/tooling/base/
Dpt_events.cpp346 std::unique_ptr<PtJson> event = PtJson::CreateObject(); in TraceEventToJson() local
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
Dtrace.cpp174 void Trace::WriteInfoToBuf(const ManagedThread *thread, Method *method, EventFlag event, uint32_t t… in WriteInfoToBuf()
/arkcompiler/runtime_core/compiler/tests/
Dosr_test.cpp299 …[](const auto &event) { return event.caller == "_GLOBAL::main" && event.callee == "_GLOBAL::f1"; }… in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dosr_test.cpp307 …[](const auto &event) { return event.caller == "_GLOBAL::main" && event.callee == "_GLOBAL::f1"; }… in TEST_F()
/arkcompiler/toolchain/tooling/test/
Dtracing_impl_test.cpp230 TraceEvent event("timeline", "UpdateCounters", "I", getpid(), 1415); in HWTEST_F_L0() local
Ddebugger_events_test.cpp495 TraceEvent event("timeline", "UpdateCounters", "I", getpid(), 1415); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js116679 t.prototype.event = function(t, e) { method in t
116750 t.prototype.event = function(t, e) {}; method in t
135554 event: "viewport", property