HomeSort by relevance Sort by last modified time
    Searched refs:_connection (Results 1 - 20 of 20) sorted by null

  /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/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 =
  /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...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar 
  /external/python/cpython3/Lib/test/
test_xmlrpc.py     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /external/annotation-tools/asmx/test/lib/
ccl.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 535 milliseconds