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

1 2

  /external/syslinux/gpxe/src/include/gpxe/efi/
efi.h 71 * @v _protocol EFI protocol name
74 #define EFI_REQUIRE_PROTOCOL( _protocol, _ptr ) \
75 struct efi_protocol __ ## _protocol __efi_protocol = { \
76 .u.guid = _protocol ## _GUID, \
78 ( ( (_ptr) == ( ( _protocol ** ) (_ptr) ) ) ? \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
portconquery.py 74 _protocol = None variable in class:PortconQuery
105 return self._protocol
110 self._protocol = PortconProtocol(value)
112 self._protocol = None
  /external/python/cpython3/Lib/asyncio/
transports.py 261 self._protocol.pause_writing()
267 'protocol': self._protocol,
275 self._protocol.resume_writing()
281 'protocol': self._protocol,
base_subprocess.py 19 self._protocol = protocol
90 self._protocol = protocol
93 return self._protocol
188 loop.call_soon(self._protocol.connection_made, self)
206 self._call(self._protocol.pipe_connection_lost, fd, exc)
210 self._call(self._protocol.pipe_data_received, fd, data)
223 self._call(self._protocol.process_exited)
255 self._protocol.connection_lost(exc)
259 self._protocol = None
283 self.proc._protocol.pause_writing(
    [all...]
unix_events.py 334 self._protocol = protocol
343 self._protocol = None
348 self._loop.call_soon(self._protocol.connection_made, self)
388 self._protocol.data_received(data)
394 self._loop.call_soon(self._protocol.eof_received)
404 self._protocol = protocol
407 return self._protocol
436 'protocol': self._protocol,
447 self._protocol.connection_lost(exc)
451 self._protocol = Non
    [all...]
selector_events.py 564 self._protocol = protocol
606 self._protocol = protocol
609 return self._protocol
644 'protocol': self._protocol,
663 self._protocol.connection_lost(exc)
667 self._protocol = None
691 self._loop.call_soon(self._protocol.connection_made, self)
731 self._protocol.data_received(data)
735 keep_open = self._protocol.eof_received()
    [all...]
proactor_events.py 30 self._protocol = protocol
41 self._loop.call_soon(self._protocol.connection_made, self)
70 self._protocol = protocol
73 return self._protocol
108 'protocol': self._protocol,
129 self._protocol.connection_lost(exc)
220 self._protocol.data_received(data)
224 keep_open = self._protocol.eof_received()
streams.py 277 self._protocol = protocol
333 yield from self._protocol._drain_helper()
subprocess.py 110 self._protocol = protocol
  /external/autotest/client/bin/net/
net_tc.py 141 self._protocol = 'ip'
164 return self._protocol
168 self._protocol = protocol
194 self._tc_conf[tcfilter.conf_protocol] = self._protocol
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
shelve.py 96 self._protocol = protocol
131 p = Pickler(f, self._protocol)
  /external/python/cpython2/Lib/
shelve.py 96 self._protocol = protocol
131 p = Pickler(f, self._protocol)
  /external/python/cpython3/Lib/
shelve.py 89 self._protocol = protocol
123 p = Pickler(f, self._protocol)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
shelve.py 96 self._protocol = protocol
131 p = Pickler(f, self._protocol)
  /prebuilts/gdb/linux-x86/lib/python2.7/
shelve.py 96 self._protocol = protocol
131 p = Pickler(f, self._protocol)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shelve.py 96 self._protocol = protocol
131 p = Pickler(f, self._protocol)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shelve.py 96 self._protocol = protocol
131 p = Pickler(f, self._protocol)
  /external/python/cpython3/Lib/test/test_asyncio/
test_transports.py 74 transport._protocol = mock.Mock()
test_unix_events.py 502 self.assertIsNotNone(tr._protocol)
510 self.assertIsNone(tr._protocol)
515 self.assertIsNotNone(tr._protocol)
523 self.assertIsNone(tr._protocol)
751 self.assertIsNotNone(tr._protocol)
759 self.assertIsNone(tr._protocol)
764 self.assertIsNotNone(tr._protocol)
772 self.assertIsNone(tr._protocol)
    [all...]
  /external/libnl/python/netlink/route/
tc.py 237 self._protocol = netlink.NETLINK_ROUTE
400 self._protocol = netlink.NETLINK_ROUTE
469 self._protocol = netlink.NETLINK_ROUTE
address.py 29 self._protocol = netlink.NETLINK_ROUTE
  /external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java 46 private String _protocol; field in class:ServiceInfoImpl
189 this._protocol = map.get(Fields.Protocol);
215 this._protocol = info.getProtocol();
721 return (_protocol != null ? _protocol : "tcp");
    [all...]
  /external/python/cpython3/Lib/test/
test_shelve.py 167 self.assertEqual(s._protocol, 3)
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar 
  /external/libnl/python/netlink/
core.py 567 socket = lookup_socket(self._protocol)
575 socket = lookup_socket(self._protocol)

Completed in 308 milliseconds

1 2