/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/ |
H A D | test_runtime_capture.py | 72 counter, stop = _check(bp.label, expect, paused, counter) 73 if stop: 74 walker.stop()
|
H A D | test_this.py | 96 walker.stop()
|
/arkcompiler/toolchain/test/autotest/aw/api/ |
H A D | profiler_api.py | 33 "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 D | profiler.py | 40 def stop():
function 41 return {'method': 'Profiler.stop'}
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
H A D | ets_array.h | 208 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 D | test_arkts_str.py | 74 walker.stop() 134 walker.stop()
|
/arkcompiler/ets_frontend/ets2panda/checker/ts/ |
H A D | util.cpp | 101 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 D | util.cpp | 129 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 D | application.py | 28 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 D | taskpool.py | 51 # 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 D | walker.py | 100 def stop(self) -> None: member in BreakpointWalker
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A D | optimize_string_concat.cpp | 237 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 D | profiler_impl_test.cpp | 251 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 D | loop_unroll_test.cpp | 274 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 D | TSchecker.h | 263 static ir::AstNode *FindAncestorUntilGivenType(ir::AstNode *node, ir::AstNodeType stop);
|
/arkcompiler/ets_frontend/es2panda/typescript/ |
H A D | checker.h | 338 static const ir::AstNode *FindAncestorUntilGivenType(const ir::AstNode *node, ir::AstNodeType stop);
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
H A D | heap_dump_test.cpp | 733 // 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 D | cocos_worker_test.js | 4237 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...] |