Home
last modified time | relevance | path

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

/external/lldb/test/functionalities/thread/state/
DTestThreadStates.py166 self.dbg.SetAsync(True)
175 self.dbg.SetAsync(False)
256 self.dbg.SetAsync(True)
261 self.dbg.SetAsync(False)
318 self.dbg.SetAsync(True)
327 self.dbg.SetAsync(False)
/external/lldb/test/functionalities/conditional_break/
Dconditional_break.py13 dbg.SetAsync(True)
28 dbg.SetAsync(old_async)
/external/lldb/test/functionalities/signal/
DTestSendSignal.py62 self.dbg.SetAsync(True)
74 self.dbg.SetAsync(False)
/external/lldb/test/python_api/default-constructor/
Dsb_debugger.py9 obj.SetAsync(True)
10 obj.SetAsync(False)
/external/webrtc/webrtc/base/
Dwin32socketserver.cc246 if ((SOCK_DGRAM == type) && !SetAsync(FD_READ | FD_WRITE)) { in CreateT()
264 if (!SetAsync(FD_READ | FD_WRITE | FD_CLOSE)) in Attach()
359 if (!SetAsync(FD_READ | FD_WRITE | FD_CONNECT | FD_CLOSE)) { in DoConnect()
467 if (!SetAsync(FD_ACCEPT)) in Listen()
554 bool Win32Socket::SetAsync(int events) { in SetAsync() function in rtc::Win32Socket
Dwin32socketserver.h61 bool SetAsync(int events);
/external/webrtc/webrtc/p2p/base/
Dfaketransportcontroller.h68 void SetAsync(bool async) { async_ = async; } in SetAsync() function
363 void SetAsync(bool async) { async_ = async; } in SetAsync() function
420 channel->SetAsync(async_); in CreateTransportChannel()
Ddtlstransportchannel_unittest.cc74 transport_->SetAsync(true); in SetupChannels()
/external/lldb/examples/python/
Ddisasm.py41 debugger.SetAsync (False)
Dprocess_events.py132 debugger.SetAsync (True)
/external/lldb/test/attic/
Dtester.py86 debugger.SetAsync(True)
/external/lldb/scripts/Python/interface/
DSBDebugger.i147 SetAsync (bool b);
/external/lldb/include/lldb/API/
DSBDebugger.h62 SetAsync (bool b);
/external/lldb/utils/test/
Dlldb-disasm.py95 dbg.SetAsync(False)
/external/lldb/test/
Dlldbtest.py957 self.dbg.SetAsync(value)
958 self.addTearDownHook(lambda: self.dbg.SetAsync(old_async))
1560 self.dbg.SetAsync(False)
/external/lldb/tools/driver/
DDriver.cpp1530 m_debugger.SetAsync(true); in MainLoop()
1532 m_debugger.SetAsync(orig_async); in MainLoop()
/external/lldb/source/API/
DSBDebugger.cpp200 SBDebugger::SetAsync (bool b) in SetAsync() function in SBDebugger
/external/lldb/www/python_reference/
Dapi-objects.txt2774 lldb.SBDebugger.SetAsync lldb.SBDebugger-class.html#SetAsync