HomeSort by relevance Sort by last modified time
    Searched refs:_bound (Results 1 - 3 of 3) 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;

Completed in 2497 milliseconds