HomeSort by relevance Sort by last modified time
    Searched defs:Detach (Results 1 - 22 of 22) sorted by null

  /external/lzma/CPP/Windows/
DLL.h 35 HMODULE Detach()
Handle.h 27 HANDLE Detach()
PropVariant.cpp 185 HRESULT CPropVariant::Detach(PROPVARIANT *pDest)
Registry.h 24 HKEY Detach()
Thread.h 27 HANDLE Detach() { HANDLE h = thread; thread = NULL; return h; }
  /external/v8/src/
handles.cc 119 DeferredHandles* DeferredHandleScope::Detach() {
120 DeferredHandles* deferred = impl_->Detach(prev_limit_);
smart-pointers.h 50 // deleted then call Detach(). Afterwards, the smart pointer is empty
52 T* Detach() {
api.cc     [all...]
  /external/sfntly/cpp/src/sfntly/port/
refcount.h 30 // return obj.Detach();
60 // Foo* createFoo() { FooPtr obj = new Foo(); return obj.Detach(); }
266 T* Detach() {
  /external/lzma/CPP/Common/
MyCom.h 49 T* Detach()
134 BSTR Detach()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comip.h 135 Interface *Detach() throw() {
comutil.h 87 BSTR Detach() throw();
242 inline BSTR _bstr_t::Detach() {
460 VARIANT Detach();
1156 inline VARIANT _variant_t::Detach()
scardssp.h     [all...]
mmc.h     [all...]
mshtmlc.h     [all...]
  /external/pdfium/fpdfsdk/src/javascript/
JS_Value.cpp 91 void CJS_Value::Detach()
  /external/lldb/source/API/
SBProcess.cpp 787 SBProcess::Detach ()
791 return Detach (keep_stopped);
795 SBProcess::Detach (bool keep_stopped)
802 sb_error.SetError (process_sp->Detach(keep_stopped));
    [all...]
  /external/lldb/source/Plugins/Process/FreeBSD/
ProcessMonitor.cpp 1165 // state of "limbo" until we are explicitly commanded to detach,
    [all...]
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.cpp     [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp     [all...]
  /external/sonivox/jet_tools/JetCreator/
eas.py 726 def Detach (self, stream):
727 """Detach a file or output device from the EAS output. See
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/
MachProcess.cpp 495 // We need to be stopped in order to be able to detach, so we need
515 MachProcess::Detach()
517 DNBLogThreadedIf(LOG_PROCESS, "MachProcess::Detach()");
521 DNBLogThreadedIf(LOG_PROCESS, "MachProcess::Detach() DoSIGSTOP() returned %s", DNBStateAsString(state));
542 // Detach from our process
    [all...]

Completed in 960 milliseconds