Home
last modified time | relevance | path

Searched refs:stop (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/
H A Dtest_runtime_capture.py72 counter, stop = _check(bp.label, expect, paused, counter)
73 if stop:
74 walker.stop()
H A Dtest_this.py96 walker.stop()
/arkcompiler/toolchain/test/autotest/aw/api/
H A Dprofiler_api.py33 "stop": (self.stop, ProtocolType.send),
45 async def stop(self, message_id, connection, params): member in ProfilerImpl
49 profiler.stop(), message_id)
/arkcompiler/toolchain/test/autotest/aw/cdp/
H A Dprofiler.py40 def stop(): function
41 return {'method': 'Profiler.stop'}
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_array.h208 std::size_t stop = (src.Size() / WORD_SIZE) * WORD_SIZE; in CopyData() local
209 for (; i < stop; i += WORD_SIZE) { in CopyData()
214 stop = src.Size(); in CopyData()
215 for (; i < stop; i += OBJECT_POINTER_SIZE) { in CopyData()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/internal_tests/
H A Dtest_arkts_str.py74 walker.stop()
134 walker.stop()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dutil.cpp101 ir::AstNode *TSChecker::FindAncestorUntilGivenType(ir::AstNode *node, ir::AstNodeType stop) in FindAncestorUntilGivenType() argument
103 while (node->Parent()->Type() != stop) { in FindAncestorUntilGivenType()
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dutil.cpp129 const ir::AstNode *Checker::FindAncestorUntilGivenType(const ir::AstNode *node, ir::AstNodeType stop) in FindAncestorUntilGivenType() argument
131 while (node->Parent()->Type() != stop) { in FindAncestorUntilGivenType()
/arkcompiler/toolchain/test/autotest/aw/
H A Dapplication.py28 def stop(cls, bundle_name): member in Application
29 stop_cmd = ['hdc', 'shell', 'aa', 'force-stop', bundle_name]
30 logging.info('force stop application: ' + ' '.join(stop_cmd))
73 cls.stop(bundle_name)
H A Dtaskpool.py51 # clear the task queue and stop the task pool once an exception occurs in the task
71 self.event_loop.stop()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Dwalker.py100 def stop(self) -> None: member in BreakpointWalker
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Doptimize_string_concat.cpp237 auto stop = arrayLength; in CreateAppendArgsLoop() local
246 GetGraph()->CreateInstCompare(DataType::BOOL, pc, stop, induction, DataType::INT32, ConditionCode::CC_LE); in CreateAppendArgsLoop()
/arkcompiler/toolchain/tooling/test/
H A Dprofiler_impl_test.cpp251 msg = std::string() + R"({"id":0,"method":"Profiler.stop","params":{}})"; in HWTEST_F_L0()
270 std::string msg = std::string() + R"({"id":0,"method":"Profiler.stop","params":{}})"; in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dloop_unroll_test.cpp274 Graph *BuildLoopWithIncrement(ConditionCode cc, std::optional<uint64_t> start, uint64_t stop, uint64_t step,
276 Graph *BuildLoopWithDecrement(ConditionCode cc, std::optional<uint64_t> start, std::optional<uint64_t> stop,
694 Graph *LoopUnrollTest::BuildLoopWithIncrement(ConditionCode cc, std::optional<uint64_t> start, uint64_t stop, in BuildLoopWithIncrement() argument
700 CONSTANT(0U, stop); in BuildLoopWithIncrement()
711 INST(4U, Opcode::IfImm).SrcType(DataType::BOOL).CC(CC_NE).Imm(0U).Inputs(3U); // if a [cc] stop in BuildLoopWithIncrement()
720 INST(10U, Opcode::IfImm).SrcType(DataType::BOOL).CC(CC_NE).Imm(0U).Inputs(9U); // if a [cc] stop in BuildLoopWithIncrement()
732 std::optional<uint64_t> stop, uint64_t step, DataType::Type type) in BuildLoopWithDecrement()
743 if (stop) { in BuildLoopWithDecrement()
744 CONSTANT(13U, *stop); in BuildLoopWithDecrement()
753 INST(3U, Opcode::Compare).b().SrcType(type).CC(cc).Inputs(0U, 13U); // if a [cc] stop in BuildLoopWithDecrement()
731 BuildLoopWithDecrement(ConditionCode cc, std::optional<uint64_t> start, std::optional<uint64_t> stop, uint64_t step, DataType::Type type) BuildLoopWithDecrement() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSchecker.h263 static ir::AstNode *FindAncestorUntilGivenType(ir::AstNode *node, ir::AstNodeType stop);
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.h338 static const ir::AstNode *FindAncestorUntilGivenType(const ir::AstNode *node, ir::AstNodeType stop);
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_dump_test.cpp733 // stop allocation in HWTEST_F_L0()
735 bool stop = heapProfile->StopHeapTracking(&stream, nullptr); in HWTEST_F_L0() local
736 EXPECT_TRUE(stop); in HWTEST_F_L0()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js4237 t.stop();
4310 stop() {
4315 this.video.stop();
9208 3903: "animation state is playing, set force to true to force stop and remove clip and animation state",
[all...]

Completed in 40 milliseconds