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

1 2

  /external/lzma/CPP/Windows/
DLL.h 33 HMODULE Detach()
Handle.h 27 HANDLE Detach()
Registry.h 23 HKEY Detach()
PropVariant.cpp 239 HRESULT CPropVariant::Detach(PROPVARIANT *pDest) throw()
Thread.h 27 HANDLE Detach() { HANDLE h = thread; thread = NULL; return h; }
Shell.h 34 LPITEMIDLIST Detach()
Window.h 67 HWND Detach()
  /external/webrtc/webrtc/base/
socketstream.cc 35 AsyncSocket* SocketStream::Detach() {
stream.cc 220 StreamInterface* StreamAdapterInterface::Detach() {
  /external/libchrome/base/win/
scoped_comptr.h 64 Interface* Detach() {
  /external/lzma/CPP/Windows/Control/
ImageList.h 27 HIMAGELIST Detach()
47 return BOOLToBool(ImageList_Destroy(Detach()));
  /external/v8/src/base/
smart-pointers.h 46 // deleted then call Detach(). Afterwards, the smart pointer is empty
48 T* Detach() {
  /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/v8/src/
handles.cc 191 DeferredHandles* DeferredHandleScope::Detach() {
192 DeferredHandles* deferred = impl_->Detach(prev_limit_);
api.cc     [all...]
  /external/lzma/CPP/Common/
MyCom.h 44 T* Detach()
130 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...]
  /external/libchrome/dbus/
object_proxy.cc 208 void ObjectProxy::Detach() {
614 // Store the match rule, so that we can remove this in Detach().
644 // Store the match rule, so that we can remove this in Detach().
  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp     [all...]
  /external/pdfium/fpdfsdk/src/javascript/
JS_Value.cpp 96 void CJS_Value::Detach() {
  /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/opencv3/modules/videoio/src/
cap_msmf.hpp 43 return reinterpret_cast<IUnknown*>(_PObj.Detach());
83 return reinterpret_cast<IUnknown*>(_PObj.Detach());
570 #define PREPARE_TRANSFER_WRL_OBJ(obj) obj.Detach()
671 // Detach the interface (does not Release)
672 T* Detach() throw()
674 return p.Detach();
    [all...]

Completed in 5828 milliseconds

1 2