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

1 2

  /external/lzma/CPP/Windows/
DLL.h 28 void Attach(HMODULE m)
Handle.h 26 void Attach(HANDLE handle) { _handle = handle; }
Registry.h 22 void Attach(HKEY key) { _object = key; }
PropVariant.cpp 229 HRESULT CPropVariant::Attach(PROPVARIANT *pSrc) throw()
Thread.h 26 void Attach(HANDLE handle) { thread = handle; }
Shell.cpp 71 void CDrop::Attach(HDROP object)
169 itemIDListHolder.Attach(itemIDList);
265 itemIDListHolder.Attach(itemIDList);
Shell.h 29 void Attach(LPITEMIDLIST object)
62 void Attach(HDROP object);
  /external/webrtc/webrtc/base/
socketstream.cc 16 Attach(socket);
23 void SocketStream::Attach(AsyncSocket* socket) {
asyncsocket.cc 22 Attach(socket);
29 void AsyncSocketAdapter::Attach(AsyncSocket* socket) {
linux.cc 184 void ConfigParser::Attach(StreamInterface* stream) {
  /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) {
  /frameworks/native/include/gui/
BufferQueueProducer.h 205 Attach,
  /external/libchrome/base/win/
scoped_comptr.h 71 void Attach(Interface* p) {
  /external/lzma/CPP/Windows/Control/
ImageList.h 19 bool Attach(HIMAGELIST imageList)
40 return Attach(a);
  /external/pdfium/xfa/src/fee/src/fx_wordbreak/
fx_wordbreak_impl.cpp 72 void CFX_WordBreak::Attach(IFX_CharIter* pIter) {
76 void CFX_WordBreak::Attach(const CFX_WideString& wsText) {
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/jni-headers/
jdwpTransport.h 134 /* 3 : Attach */
135 jdwpTransportError (JNICALL *Attach)(jdwpTransportEnv* env,
176 * env->Attach("mymachine:5000", 10*1000, 0);
180 * (*env)->Attach(env, "mymachine:5000", 10*1000, 0);
190 jdwpTransportError Attach(const char* address, jlong attach_timeout,
192 return functions->Attach(this, address, attach_timeout, handshake_timeout);
  /external/libgdx/extensions/gdx-bullet/jni/jni-headers/
jdwpTransport.h 134 /* 3 : Attach */
135 jdwpTransportError (JNICALL *Attach)(jdwpTransportEnv* env,
176 * env->Attach("mymachine:5000", 10*1000, 0);
180 * (*env)->Attach(env, "mymachine:5000", 10*1000, 0);
190 jdwpTransportError Attach(const char* address, jlong attach_timeout,
192 return functions->Attach(this, address, attach_timeout, handshake_timeout);
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/jni-headers/
jdwpTransport.h 134 /* 3 : Attach */
135 jdwpTransportError (JNICALL *Attach)(jdwpTransportEnv* env,
176 * env->Attach("mymachine:5000", 10*1000, 0);
180 * (*env)->Attach(env, "mymachine:5000", 10*1000, 0);
190 jdwpTransportError Attach(const char* address, jlong attach_timeout,
192 return functions->Attach(this, address, attach_timeout, handshake_timeout);
  /external/libgdx/extensions/gdx-freetype/jni/jni-headers/
jdwpTransport.h 134 /* 3 : Attach */
135 jdwpTransportError (JNICALL *Attach)(jdwpTransportEnv* env,
176 * env->Attach("mymachine:5000", 10*1000, 0);
180 * (*env)->Attach(env, "mymachine:5000", 10*1000, 0);
190 jdwpTransportError Attach(const char* address, jlong attach_timeout,
192 return functions->Attach(this, address, attach_timeout, handshake_timeout);
  /external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/resources/headers/
jdwpTransport.h 134 /* 3 : Attach */
135 jdwpTransportError (JNICALL *Attach)(jdwpTransportEnv* env,
176 * env->Attach("mymachine:5000", 10*1000, 0);
180 * (*env)->Attach(env, "mymachine:5000", 10*1000, 0);
190 jdwpTransportError Attach(const char* address, jlong attach_timeout,
192 return functions->Attach(this, address, attach_timeout, handshake_timeout);
  /external/libgdx/gdx/jni/jni-headers/
jdwpTransport.h 134 /* 3 : Attach */
135 jdwpTransportError (JNICALL *Attach)(jdwpTransportEnv* env,
176 * env->Attach("mymachine:5000", 10*1000, 0);
180 * (*env)->Attach(env, "mymachine:5000", 10*1000, 0);
190 jdwpTransportError Attach(const char* address, jlong attach_timeout,
192 return functions->Attach(this, address, attach_timeout, handshake_timeout);
  /external/lzma/CPP/Common/
MyCom.h 39 void Attach(T* p2)
129 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);
  /system/connectivity/shill/
connection.cc 83 Attach(nullptr);
86 void Connection::Binder::Attach(const ConnectionRefPtr& to_connection) {
605 lower_binder_.Attach(nullptr);
620 lower_binder_.Attach(connection);
663 lower_binder_.Attach(nullptr);

Completed in 696 milliseconds

1 2