Searched defs:Attach (Results 1 - 25 of 49) sorted by last modified time

12

/external/sonivox/jet_tools/JetCreator/
H A Deas.py710 def Attach (self, stream): member in class:EAS
711 """Attach a file or output device to the EAS output.
728 EAS.Attach for more details. It is the responsibility of
/external/sfntly/cpp/src/sfntly/port/
H A Dmemory_input_stream.cc139 bool MemoryInputStream::Attach(const byte_t* buffer, size_t length) { function in class:sfntly::MemoryInputStream
H A Drefcount.h35 // obj.Attach(Foo::CreatedInstance()); // ref count = 1
63 // end_scope_pointer.Attach(passThrough);
259 void Attach(T* pT) { function in class:sfntly::Ptr
/external/pdfium/core/src/fxge/apple/
H A Dfx_quartz_device.cpp1094 FX_BOOL CFX_QuartzDevice::Attach(CGContextRef context, FX_INT32 nDeviceClass) function in class:CFX_QuartzDevice
1108 FX_BOOL CFX_QuartzDevice::Attach(CFX_DIBitmap* pBitmap) function in class:CFX_QuartzDevice
1136 return Attach(pBitmap);
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Value.cpp70 void CJS_Value::Attach(v8::Handle<v8::Value> pValue,FXJSVALUETYPE t) function in class:CJS_Value
76 void CJS_Value::Attach(CJS_Value *pValue) function in class:CJS_Value
79 Attach(pValue->ToJSValue(),pValue->GetType());
268 array.Attach(JS_ToArray(m_pValue));
285 date.Attach(m_pValue);
459 void CJS_Array::Attach(v8::Handle<v8::Array> pArray) function in class:CJS_Array
474 value.Attach(p,VT_object);
533 void CJS_Date::Attach(v8::Handle<v8::Value> pDate) function in class:CJS_Date
/external/lzma/CPP/Common/
H A DMyCom.h44 void Attach(T* p2) function in class:CMyComPtr
133 void Attach(BSTR src) { m_str = src; }
/external/lzma/CPP/Windows/
H A DDLL.h30 void Attach(HMODULE m) function in class:NWindows::NDLL::CLibrary
H A DHandle.h26 void Attach(HANDLE handle) { _handle = handle; } function in class:NWindows::CHandle
H A DPropVariant.cpp175 HRESULT CPropVariant::Attach(PROPVARIANT *pSrc) function in class:NWindows::NCOM::CPropVariant
H A DRegistry.h23 void Attach(HKEY key) { _object = key; } function in class:NWindows::NRegistry::CKey
H A DThread.h26 void Attach(HANDLE handle) { thread = handle; } function in class:NWindows::CThread
/external/lldb/source/API/
H A DSBTarget.cpp845 SBTarget::Attach (SBAttachInfo &sb_attach_info, SBError& error) function in class:SBTarget
855 log->Printf ("SBTarget(%p)::Attach (sb_attach_info, error)...", target_sp.get());
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)",
1025 error.SetError (process_sp->Attach (attach_info));
1117 error.SetError (process_sp->Attach (attach_info));
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp482 PlatformFreeBSD::Attach(ProcessAttachInfo &attach_info, function in class:PlatformFreeBSD
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/Linux/
H A DPlatformLinux.cpp429 PlatformLinux::Attach(ProcessAttachInfo &attach_info, function in class:PlatformLinux
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/MacOSX/
H A DPlatformDarwin.cpp612 PlatformDarwin::Attach (ProcessAttachInfo &attach_info, function in class:PlatformDarwin
644 error = process_sp->Attach (attach_info);
650 process_sp = m_remote_platform_sp->Attach (attach_info, debugger, target, listener, error);
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp352 PlatformRemoteGDBServer::Attach (lldb_private::ProcessAttachInfo &attach_info, function in class:PlatformRemoteGDBServer
405 error = process_sp->Attach(attach_info);
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp1048 if (!Attach(args))
1056 ProcessMonitor::Attach(AttachArgs *args) function in class:ProcessMonitor
1073 // Attach to the requested process.
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.cpp1279 if (!Attach(args)) {
1289 ProcessMonitor::Attach(AttachArgs *args) function in class:ProcessMonitor
1316 // Attach to the requested process.
/external/chromium_org/third_party/webrtc/base/
H A Dasyncsocket.cc22 Attach(socket);
29 void AsyncSocketAdapter::Attach(AsyncSocket* socket) { function in class:rtc::AsyncSocketAdapter
H A Dlinux.cc184 void ConfigParser::Attach(StreamInterface* stream) { function in class:rtc::ConfigParser
H A Dsocketstream.cc16 Attach(socket);
23 void SocketStream::Attach(AsyncSocket* socket) { function in class:rtc::SocketStream
H A Dstream.cc123 void StreamAdapterInterface::Attach(StreamInterface* stream, bool owned) { function in class:rtc::StreamAdapterInterface
H A Dwin32socketserver.cc249 int Win32Socket::Attach(SOCKET s) { function in class:rtc::Win32Socket
483 if (0 == socket->Attach(s))
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Dmemory_input_stream.cc141 bool MemoryInputStream::Attach(const byte_t* buffer, size_t length) { function in class:sfntly::MemoryInputStream
H A Drefcount.h35 // obj.Attach(Foo::CreatedInstance()); // ref count = 1
63 // end_scope_pointer.Attach(passThrough);
259 void Attach(T* pT) { function in class:sfntly::Ptr

Completed in 1645 milliseconds

12