Home
last modified time | relevance | path

Searched refs:disable (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/toolchain/test/autotest/aw/cdp/
H A Dprofiler.py32 def disable(): function
33 return {'method': 'Profiler.disable'}
H A Dheap_profiler.py32 def disable(): function
33 return {'method': 'HeapProfiler.disable'}
H A Ddebugger.py130 def disable(): function
131 command = {'method': 'Debugger.disable'}
/arkcompiler/runtime_core/static_core/scripts/
H A Dpython_linters.sh95 pylint -s false --timeout-methods subprocess.Popen.communicate --disable=all -e "${PYLINT_RULES}" "${file_to_check}"
H A Dinstall-deps-ubuntu221 CC=aarch64-linux-gnu-gcc-8 ./configure --host=aarch64-linux-gnu --prefix=/usr/aarch64-linux-gnu --includedir=/usr/aarch64-linux-gnu/include/libdwarf --disable-libelf --enable-shared --with-pic
227 CC=arm-linux-gnueabi-gcc-8 ./configure --host=arm-linux-gnueabi --prefix=/usr/arm-linux-gnueabi --includedir=/usr/arm-linux-gnueabi/include/libdwarf --disable-libelf --enable-shared --with-pic
233 CC=arm-linux-gnueabihf-gcc-8 ./configure --host=arm-linux-gnueabihf --prefix=/usr/arm-linux-gnueabihf --includedir=/usr/arm-linux-gnueabihf/include/libdwarf --disable-libelf --enable-shared --with-pic
/arkcompiler/toolchain/tooling/test/
H A Doverlay_impl_test.cpp62 std::string msg = std::string() + R"({"id":0,"method":"Debugger.disable","params":{}})"; in HWTEST_F_L0()
H A Ddom_impl_test.cpp62 std::string msg = std::string() + R"({"id":0,"method":"Debugger.disable","params":{}})"; in HWTEST_F_L0()
H A Druntime_impl_test.cpp104 std::string msg = std::string() + R"({"id":0,"method":"Rumtime.disable","params":{}})"; in HWTEST_F_L0()
H A Dprofiler_impl_test.cpp193 msg = std::string() + R"({"id":0,"method":"Profiler.disable","params":{}})"; in HWTEST_F_L0()
229 std::string msg = std::string() + R"({"id":0,"method":"Profiler.disable","params":{}})"; in HWTEST_F_L0()
H A Dheapprofiler_impl_test.cpp198 msg = std::string() + R"({"id":0,"method":"Debugger.disable","params":{}})"; in HWTEST_F_L0()
274 std::string msg = std::string() + R"({"id":0,"method":"HeapProfiler.disable","params":{}})"; in HWTEST_F_L0()
H A Ddebugger_impl_test.cpp212 "method":"Debugger.disable" in HWTEST_F_L0()
/arkcompiler/toolchain/test/autotest/aw/api/
H A Ddebugger_api.py34 "disable": (self.disable, ProtocolType.send),
92 async def disable(self, message_id, connection, params): member in DebuggerImpl
96 debugger.disable(), message_id)
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js4222 this._visible ? this.enable() : this.disable();
4280 disable(t) {
4401 disable() {
9466 15001: "Can not find environment map, disable IBL lighting",
[all...]

Completed in 36 milliseconds