Home
last modified time | relevance | path

Searched refs:SetAsync (Results 1 – 25 of 50) sorted by relevance

12

/external/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
DTestProcessConnect.py17 self.dbg.SetAsync(False)
27 self.dbg.SetAsync(True)
40 self.dbg.SetAsync(False)
54 self.dbg.SetAsync(True)
DTestRestartBug.py41 self.dbg.SetAsync(True)
/external/llvm-project/lldb/test/Shell/Reproducer/
DTestSynchronous.test5 # RUN: %lldb -x -b --capture --capture-path %t.repro -o 'script lldb.debugger.SetAsync(True)' -o 's…
8 # CAPTURE: script lldb.debugger.SetAsync(True)
12 # REPLAY: script lldb.debugger.SetAsync(True)
/external/llvm-project/lldb/test/API/functionalities/thread/state/
DTestThreadStates.py135 self.dbg.SetAsync(True)
148 self.dbg.SetAsync(False)
221 self.dbg.SetAsync(True)
226 self.dbg.SetAsync(False)
269 self.dbg.SetAsync(True)
282 self.dbg.SetAsync(False)
/external/llvm-project/lldb/examples/python/
Dstep_and_print.py12 debugger.SetAsync(False)
18 debugger.SetAsync(old_async)
Ddisasm.py43 debugger.SetAsync(False)
/external/llvm-project/lldb/test/API/functionalities/conditional_break/
Dconditional_break.py13 dbg.SetAsync(True)
28 dbg.SetAsync(old_async)
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_debugger.py9 obj.SetAsync(True)
10 obj.SetAsync(False)
/external/llvm-project/lldb/test/API/macosx/profile_vrs_detach/
DTestDetachVrsProfile.py54 self.dbg.SetAsync(True)
63 self.dbg.SetAsync(False)
/external/llvm-project/lldb/test/API/python_api/event/
DTestEvents.py40 self.dbg.SetAsync(True)
131 self.dbg.SetAsync(True)
212 self.dbg.SetAsync(True)
/external/llvm-project/lldb/test/API/commands/expression/options/
DTestExprOptions.py36 self.dbg.SetAsync(False)
71 self.dbg.SetAsync(False)
/external/llvm-project/lldb/test/API/lang/c/anonymous/
DTestAnonymous.py84 self.dbg.SetAsync(False)
146 self.dbg.SetAsync(False)
/external/llvm-project/lldb/test/API/functionalities/plugins/python_os_plugin/
DTestPythonOSPlugin.py42 self.dbg.SetAsync(False)
126 self.dbg.SetAsync(False)
/external/webrtc/rtc_base/
Dwin32_socket_server.cc229 if ((SOCK_DGRAM == type) && !SetAsync(FD_READ | FD_WRITE)) { in CreateT()
247 if (!SetAsync(FD_READ | FD_WRITE | FD_CLOSE)) in Attach()
341 if (!SetAsync(FD_READ | FD_WRITE | FD_CONNECT | FD_CLOSE)) { in DoConnect()
454 if (!SetAsync(FD_ACCEPT)) in Listen()
510 bool Win32Socket::SetAsync(int events) { in SetAsync() function in rtc::Win32Socket
/external/llvm-project/lldb/test/API/lang/cpp/signed_types/
DTestSignedTypes.py31 self.dbg.SetAsync(False)
/external/llvm-project/lldb/test/API/functionalities/postmortem/mach-core/
DTestMachCore.py28 self.dbg.SetAsync(False)
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_set_restart/
DTestBreakpointSetRestart.py25 self.dbg.SetAsync(True)
/external/llvm-project/lldb/test/API/lang/cpp/namespace_definitions/
DTestNamespaceDefinitions.py46 self.dbg.SetAsync(False)
/external/webrtc/p2p/base/
Dfake_dtls_transport.h73 void SetAsync(bool async) { ice_transport_->SetAsync(async); } in SetAsync() function
/external/llvm-project/lldb/test/API/lang/c/shared_lib_stripped_symbols/
DTestSharedLibStrippedSymbols.py61 self.dbg.SetAsync(False)
/external/llvm-project/lldb/test/API/commands/expression/expr-in-syscall/
DTestExpressionInSyscall.py32 self.dbg.SetAsync(True)
/external/llvm-project/lldb/test/API/api/multithreaded/
Dtest_breakpoint_callback.cpp.template32 dbg.SetAsync(false);
/external/llvm-project/lldb/test/API/lang/c/shared_lib/
DTestSharedLib.py72 self.dbg.SetAsync(False)
/external/llvm-project/lldb/source/API/
DSBAttachInfo.cpp47 m_opaque_sp->SetAsync(async); in SBAttachInfo()
143 m_opaque_sp->SetAsync(async); in SetWaitForLaunch()
/external/llvm-project/lldb/test/API/python_api/process/read-mem-cstring/
DTestReadMemCString.py20 self.dbg.SetAsync(False)

12