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

  /external/autotest/client/cros/netprotos/
fake_host.py 42 self._bound = False
57 self._bound = True
zeroconf_unittest.py 85 self.assertTrue(sock._bound)
  /external/ksoap2/kobjects/org/ksoap2/kobjects/mime/
Decoder.java 118 public Decoder(InputStream is, String _bound) throws IOException {
119 this(is, _bound, null);
122 public Decoder(InputStream is, String _bound, String characterEncoding) throws IOException {
126 this.boundary = "--" + _bound;
  /external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
fake_fs.py 29 self._bound = False
45 assert not self._bound
52 self._bound = True
55 assert self._bound
62 self._bound = False

Completed in 186 milliseconds