Searched refs:disable (Results 1 - 13 of 13) sorted by relevance
/arkcompiler/toolchain/test/autotest/aw/cdp/ |
H A D | profiler.py | 32 def disable():
function 33 return {'method': 'Profiler.disable'}
|
H A D | heap_profiler.py | 32 def disable():
function 33 return {'method': 'HeapProfiler.disable'}
|
H A D | debugger.py | 130 def disable(): function 131 command = {'method': 'Debugger.disable'}
|
/arkcompiler/runtime_core/static_core/scripts/ |
H A D | python_linters.sh | 95 pylint -s false --timeout-methods subprocess.Popen.communicate --disable=all -e "${PYLINT_RULES}" "${file_to_check}"
|
H A D | install-deps-ubuntu | 221 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 D | overlay_impl_test.cpp | 62 std::string msg = std::string() + R"({"id":0,"method":"Debugger.disable","params":{}})"; in HWTEST_F_L0()
|
H A D | dom_impl_test.cpp | 62 std::string msg = std::string() + R"({"id":0,"method":"Debugger.disable","params":{}})"; in HWTEST_F_L0()
|
H A D | runtime_impl_test.cpp | 104 std::string msg = std::string() + R"({"id":0,"method":"Rumtime.disable","params":{}})";
in HWTEST_F_L0()
|
H A D | profiler_impl_test.cpp | 193 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 D | heapprofiler_impl_test.cpp | 198 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 D | debugger_impl_test.cpp | 212 "method":"Debugger.disable" in HWTEST_F_L0()
|
/arkcompiler/toolchain/test/autotest/aw/api/ |
H A D | debugger_api.py | 34 "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 D | cocos_worker_test.js | 4222 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