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

  /external/lzma/CPP/Windows/
DLL.h 30 void Attach(HMODULE m)
Handle.h 26 void Attach(HANDLE handle) { _handle = handle; }
PropVariant.cpp 175 HRESULT CPropVariant::Attach(PROPVARIANT *pSrc)
Registry.h 23 void Attach(HKEY key) { _object = key; }
Thread.h 26 void Attach(HANDLE handle) { thread = handle; }
  /external/sfntly/cpp/src/sfntly/port/
memory_input_stream.cc 139 bool MemoryInputStream::Attach(const byte_t* buffer, size_t length) {
refcount.h 35 // obj.Attach(Foo::CreatedInstance()); // ref count = 1
63 // end_scope_pointer.Attach(passThrough);
82 // Special tag for functions that requires caller to attach instead of using
259 void Attach(T* pT) {
  /external/lldb/source/Plugins/Platform/Linux/
PlatformLinux.cpp 429 PlatformLinux::Attach(ProcessAttachInfo &attach_info,
463 error = process_sp->Attach (attach_info);
469 process_sp = m_remote_platform_sp->Attach (attach_info, debugger, target, listener, error);
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.cpp 482 PlatformFreeBSD::Attach(ProcessAttachInfo &attach_info,
516 error = process_sp->Attach (attach_info);
522 process_sp = m_remote_platform_sp->Attach (attach_info, debugger, target, listener, error);
  /external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.cpp 352 PlatformRemoteGDBServer::Attach (lldb_private::ProcessAttachInfo &attach_info,
405 error = process_sp->Attach(attach_info);
  /external/lzma/CPP/Common/
MyCom.h 44 void Attach(T* p2)
133 void Attach(BSTR src) { m_str = src; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comip.h 123 void Attach(Interface *pInterface) throw() {
127 void Attach(Interface *pInterface,bool fAddRef) throw() {
290 Attach(SUCCEEDED(hr)? pInterface: NULL);
comutil.h 86 void Attach(BSTR s);
105 void Attach(BSTR s) throw();
232 Attach(0);
236 inline void _bstr_t::Attach(BSTR s) {
342 inline void _bstr_t::Data_t::Attach(BSTR s) throw() {
459 void Attach(VARIANT &varSrc);
1147 inline void _variant_t::Attach(VARIANT &varSrc)
sdoias.h 358 virtual HRESULT WINAPI Attach(BSTR bstrComputerName) = 0;
378 HRESULT (WINAPI *Attach)(ISdoMachine *This,BSTR bstrComputerName);
400 #define ISdoMachine_Attach(This,bstrComputerName) (This)->lpVtbl->Attach(This,bstrComputerName)
    [all...]
ddrawi.h 608 BOOL Attach;
    [all...]
mmc.h     [all...]
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwin.cpp 612 PlatformDarwin::Attach (ProcessAttachInfo &attach_info,
644 error = process_sp->Attach (attach_info);
650 process_sp = m_remote_platform_sp->Attach (attach_info, debugger, target, listener, error);
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
JS_Value.cpp 79 void CJS_Value::Attach(v8::Local<v8::Value> pValue,FXJSVALUETYPE t)
85 void CJS_Value::Attach(CJS_Value *pValue)
88 Attach(pValue->ToV8Value(), pValue->GetType());
276 array.Attach(JS_ToArray(m_isolate, m_pValue));
293 date.Attach(m_pValue);
478 void CJS_Array::Attach(v8::Local<v8::Array> pArray)
493 value.Attach(p,VT_object);
552 void CJS_Date::Attach(v8::Local<v8::Value> pDate)
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp     [all...]
  /external/pdfium/core/src/fxge/skia/
fx_skia_device.cpp 503 FX_BOOL CFX_SkiaDevice::Attach(CFX_DIBitmap* pBitmap, int dither_bits, FX_BOOL bRgbByteOrder, CFX_DIBitmap* pOriDevice, FX_BOOL bGroupKnockout)
  /external/lldb/source/Plugins/Process/FreeBSD/
ProcessMonitor.cpp 801 // Check that the attach was a success.
815 error.SetErrorString("Process attach failed.");
1048 if (!Attach(args))
1056 ProcessMonitor::Attach(AttachArgs *args)
1073 // Attach to the requested process.
    [all...]
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.cpp 1031 // Check that the attach was a success.
1045 error.SetErrorString("Process attach failed.");
    [all...]
  /external/sonivox/jet_tools/JetCreator/
eas.py 710 def Attach (self, stream):
711 """Attach a file or output device to the EAS output.
728 EAS.Attach for more details. It is the responsibility of
    [all...]
  /external/lldb/source/API/
SBTarget.cpp 659 error.SetErrorString ("process attach is in progress");
770 error.SetErrorString ("process attach is in progress");
845 SBTarget::Attach (SBAttachInfo &sb_attach_info, SBError& error)
855 log->Printf ("SBTarget(%p)::Attach (sb_attach_info, error)...", target_sp.get());
871 error.SetErrorString ("process attach is in progress");
876 log->Printf ("SBTarget(%p)::Attach (...) => error %s",
906 log->Printf ("SBTarget(%p)::Attach (...) => error %s",
913 error.SetError (process_sp->Attach (attach_info));
935 log->Printf ("SBTarget(%p)::Attach (...) => SBProcess(%p)",
959 lldb::pid_t pid,// The process ID to attach t
    [all...]
  /art/runtime/
thread.cc 493 CHECK_PTHREAD_CALL(pthread_setspecific, (Thread::pthread_key_self_, this), "attach self");
513 Thread* Thread::Attach(const char* thread_name, bool as_daemon, jobject thread_group,
544 // so that thread needs a two-stage attach. Regular threads don't need this hack.
662 "Attempt to attach a thread with a too-small stack");
    [all...]

Completed in 1593 milliseconds