HomeSort by relevance Sort by last modified time
    Searched refs:SetAsync (Results 1 - 19 of 19) sorted by null

  /external/lldb/test/functionalities/conditional_break/
conditional_break.py 13 dbg.SetAsync(True)
28 dbg.SetAsync(old_async)
  /external/lldb/test/functionalities/signal/
TestSendSignal.py 62 self.dbg.SetAsync(True)
74 self.dbg.SetAsync(False)
  /external/lldb/test/python_api/default-constructor/
sb_debugger.py 9 obj.SetAsync(True)
10 obj.SetAsync(False)
  /external/lldb/test/functionalities/thread/state/
TestThreadStates.py 166 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/examples/python/
disasm.py 41 debugger.SetAsync (False)
process_events.py 132 debugger.SetAsync (True)
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32socketserver.h 78 bool SetAsync(int events);
win32socketserver.cc 260 if ((SOCK_DGRAM == type) && !SetAsync(FD_READ | FD_WRITE)) {
278 if (!SetAsync(FD_READ | FD_WRITE | FD_CLOSE))
346 // Explicitly create the sink ourselves here; we can't rely on SetAsync
373 if (!SetAsync(FD_READ | FD_WRITE | FD_CONNECT | FD_CLOSE)) {
481 if (!SetAsync(FD_ACCEPT))
568 bool Win32Socket::SetAsync(int events) {
  /external/chromium_org/third_party/webrtc/base/
win32socketserver.h 61 bool SetAsync(int events);
win32socketserver.cc 243 if ((SOCK_DGRAM == type) && !SetAsync(FD_READ | FD_WRITE)) {
261 if (!SetAsync(FD_READ | FD_WRITE | FD_CLOSE))
329 // Explicitly create the sink ourselves here; we can't rely on SetAsync
356 if (!SetAsync(FD_READ | FD_WRITE | FD_CONNECT | FD_CLOSE)) {
464 if (!SetAsync(FD_ACCEPT))
551 bool Win32Socket::SetAsync(int events) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
fakesession.h 94 void SetAsync(bool async) {
350 void SetAsync(bool async) { async_ = async; }
381 channel->SetAsync(async_);
dtlstransportchannel_unittest.cc 94 transport_->SetAsync(true);
  /external/lldb/include/lldb/API/
SBDebugger.h 62 SetAsync (bool b);
  /external/lldb/test/attic/
tester.py 86 debugger.SetAsync(True)
  /external/lldb/scripts/Python/interface/
SBDebugger.i 33 debugger.SetAsync (False)
147 SetAsync (bool b);
  /external/lldb/utils/test/
lldb-disasm.py 95 dbg.SetAsync(False)
  /external/lldb/test/
lldbtest.py     [all...]
  /external/lldb/tools/driver/
Driver.cpp     [all...]
  /external/lldb/source/API/
SBDebugger.cpp 200 SBDebugger::SetAsync (bool b)
    [all...]

Completed in 1929 milliseconds