HomeSort by relevance Sort by last modified time
    Searched full:_connection (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/test/CodeGenObjC/
2008-10-3-EhValue.m 25 static Frob* _connection = ((void *)0);
36 _connection = (Frob *) -1;
  /external/autotest/site_utils/lxc/container_pool/
client.py 59 self._connection = _ConnectionHelper(address).connect(timeout)
86 self._connection.close()
87 self._connection = None
103 self._connection.send(message.get(id, timeout))
108 if timeout is None or self._connection.poll(
110 return self._connection.recv()
118 self._connection.send(message.status())
119 return self._connection.recv()
124 self._connection.send(message.shutdown())
126 self._connection.recv(
    [all...]
service.py 184 self._connection = connection
204 if self._connection.poll(1):
206 msg = self._connection.recv()
224 self._connection.send(response)
240 self._connection.close()
  /external/curl/tests/python_dependencies/impacket/
smb3.py 13 # not be the most efficient way (e.g. self._Connection is the
132 self._Connection = {
195 self._Connection['ServerIP'] = remote_host
209 self._Connection['ServerName'] = remote_host
211 self._Connection['ServerName'] = remote_name
221 self._NetBIOSSession = nmb.NetBIOSUDPSession(my_name, self._Connection['ServerName'], remote_host, host_type, sess_port, self._timeout)
223 self._NetBIOSSession = nmb.NetBIOSTCPSession(my_name, self._Connection['ServerName'], remote_host, host_type, sess_port, self._timeout)
229 self._Connection['SequenceWindow'] += 1
235 for i in self._Connection.items():
246 return self._Connection['ServerIP'
    [all...]
  /external/autotest/database/
database_connection.py 31 self._connection = None
45 if self._connection:
46 self._connection.close()
47 self._connection = None
76 self._connection = self._database_module.connect(
79 self._connection.autocommit(True)
80 self._cursor = self._connection.cursor()
95 self._connection = self._database_module.connect(db_name)
96 self._connection.isolation_level = None # enable autocommit
97 self._cursor = self._connection.cursor(
    [all...]
  /external/webrtc/webrtc/modules/video_capture/ios/
rtc_video_capture_ios_objc.mm 35 AVCaptureConnection* _connection;
235 _connection = [currentOutput connectionWithMediaType:AVMediaTypeVideo];
246 if (!_connection.supportsVideoOrientation) {
252 _connection.videoOrientation =
256 _connection.videoOrientation =
260 _connection.videoOrientation =
264 _connection.videoOrientation =
271 _connection.videoOrientation =
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dls1.h 105 typedef struct _CONNECTION CONNECTION, *LPCONNECTION;
131 struct _CONNECTION {
adojet.h 331 virtual HRESULT STDMETHODCALLTYPE RefreshCache (_Connection *Connection) = 0;
343 HRESULT (STDMETHODCALLTYPE *RefreshCache) (IJetEngine *This, _Connection *Connection);
cdosys.h 306 virtual HRESULT WINAPI get_ActiveConnection(_Connection **varActiveConnection) = 0;
329 HRESULT (WINAPI *get_ActiveConnection)(IDataSource *This,_Connection **varActiveConnection);
373 HRESULT WINAPI IDataSource_get_ActiveConnection_Proxy(IDataSource *This,_Connection **varActiveConnection);
    [all...]
emostore.h     [all...]
cdoex.h 512 virtual HRESULT WINAPI get_ActiveConnection(_Connection **varActiveConnection) = 0;
535 HRESULT (WINAPI *get_ActiveConnection)(IDataSource *This,_Connection **varActiveConnection);
579 HRESULT WINAPI IDataSource_get_ActiveConnection_Proxy(IDataSource *This,_Connection **varActiveConnection);
    [all...]
  /system/bt/vendor_libs/test_vendor_lib/scripts/
test_channel.py 85 self._connection = Connection(port)
94 self._connection.close()
103 self._connection.send(command)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
xmlrpclib.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
xmlrpclib.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
xmlrpclib.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmlrpclib.py     [all...]
  /external/python/cpython2/Lib/
xmlrpclib.py     [all...]
  /external/python/cpython3/Lib/xmlrpc/
client.py     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
dls.h 146 typedef struct _CONNECTION {
  /external/python/cpython3/Lib/test/
test_xmlrpc.py     [all...]
  /external/devlib/doc/
connection.rst 91 .. _connection-types:
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 
  /external/python/cpython3/Doc/library/
xmlrpc.client.rst 585 self._connection = host, connection

Completed in 1618 milliseconds

1 2