HomeSort by relevance Sort by last modified time
    Searched refs:Detach (Results 51 - 75 of 109) sorted by null

1 23 4 5

  /external/lldb/source/Plugins/Process/FreeBSD/
ProcessMonitor.h 191 Detach(lldb::tid_t tid);
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.h 178 Detach(lldb::tid_t tid);
  /external/lzma/CPP/7zip/Common/
LimitedStreams.cpp 126 *resStream = streamTemp.Detach();
  /external/lzma/CPP/Common/
MyCom.h 49 T* Detach()
134 BSTR Detach()
  /external/pdfium/fpdfsdk/include/javascript/
JS_Value.h 39 void Detach();
  /external/sfntly/cpp/src/sfntly/
font.cc 219 return builder.Detach();
228 return builder.Detach();
234 return builder.Detach();
265 return font.Detach();
font_factory.cc 30 return instance.Detach();
  /external/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_size_table.cc 203 return output.Detach();
253 return output.Detach();
261 return output.Detach();
370 return output.Detach();
  /external/sfntly/cpp/src/sfntly/table/
font_data_table.cc 72 return new_data.Detach();
  /external/sfntly/cpp/src/test/
cmap_iterator_test.cc 81 font.Attach(fonts[0].Detach());
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 216 prop.Detach(value);
276 prop.Detach(value);
XzHandler.cpp 265 prop.Detach(value);
286 prop.Detach(value);
  /external/sfntly/cpp/src/sfntly/table/core/
name_table.cc 283 return builder.Detach();
318 return builder.Detach();
338 return table.Detach();
519 return instance.Detach();
539 return output.Detach();
546 return output.Detach();
  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp 121 prop.Detach(value);
379 prop.Detach(value);
  /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/gdb-remote/
GDBRemoteCommunicationClient.h 203 Detach (bool keep_stopped);
  /external/lldb/tools/debugserver/source/MacOSX/
MachProcess.h 98 bool Detach ();
  /external/lzma/CPP/Windows/
PropVariant.cpp 185 HRESULT CPropVariant::Detach(PROPVARIANT *pDest)
  /external/sfntly/cpp/src/sample/subtly/
font_info.cc 169 return font_info.Detach();
  /external/v8/src/
handles.h 250 DeferredHandles* Detach();
  /external/lldb/scripts/Python/interface/
SBProcess.i 228 Detach ();
  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIX.cpp 340 error = m_monitor->Detach(thread->GetID());
407 m_monitor->Detach(GetID());
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 552 propVariant.Detach(value);
559 propVariant.Detach(value);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsddisco.h 176 STDMETHOD_(HRESULT,Detach)(THIS) PURE;
190 #define IWSDiscoveryProvider_Detach() (This)->lpVtbl->Detach(This)
comutil.h 87 BSTR Detach() throw();
242 inline BSTR _bstr_t::Detach() {
460 VARIANT Detach();
1156 inline VARIANT _variant_t::Detach()

Completed in 699 milliseconds

1 23 4 5