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

1 2 3

  /external/mdnsresponder/mDNSShared/
dnsextd.conf 10 // dynamic zone that will be accepting Wide-Area Bonjour DNS updates.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
asyncore.py 135 # accepting sockets should not be writable
136 if is_w and not obj.accepting:
183 # accepting sockets should not be writable
184 if obj.writable() and not obj.accepting:
227 accepting = False variable in class:dispatcher
267 if self.accepting and self.addr:
335 self.accepting = True
405 self.accepting = False
440 if self.accepting:
441 # accepting sockets are never connected, they "spawn" ne
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
asyncore.py 135 # accepting sockets should not be writable
136 if is_w and not obj.accepting:
183 # accepting sockets should not be writable
184 if obj.writable() and not obj.accepting:
227 accepting = False variable in class:dispatcher
267 if self.accepting and self.addr:
335 self.accepting = True
405 self.accepting = False
440 if self.accepting:
441 # accepting sockets are never connected, they "spawn" ne
    [all...]
  /prebuilts/go/darwin-x86/src/log/syslog/
doc.go 13 // The syslog package is frozen and is not accepting new features.
  /prebuilts/go/darwin-x86/src/net/
example_test.go 28 // The loop then returns to accepting, so that
  /prebuilts/go/linux-x86/src/log/syslog/
doc.go 13 // The syslog package is frozen and is not accepting new features.
  /prebuilts/go/linux-x86/src/net/
example_test.go 28 // The loop then returns to accepting, so that
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 135 # accepting sockets should not be writable
136 if is_w and not obj.accepting:
183 # accepting sockets should not be writable
184 if obj.writable() and not obj.accepting:
227 accepting = False variable in class:dispatcher
267 if self.accepting and self.addr:
335 self.accepting = True
405 self.accepting = False
440 if self.accepting:
441 # accepting sockets are never connected, they "spawn" ne
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 135 # accepting sockets should not be writable
136 if is_w and not obj.accepting:
183 # accepting sockets should not be writable
184 if obj.writable() and not obj.accepting:
227 accepting = False variable in class:dispatcher
267 if self.accepting and self.addr:
335 self.accepting = True
405 self.accepting = False
440 if self.accepting:
441 # accepting sockets are never connected, they "spawn" ne
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
UnixAsynchronousServerSocketChannelImpl.java 59 private final AtomicBoolean accepting = new AtomicBoolean(); field in class:UnixAsynchronousServerSocketChannelImpl
61 accepting.set(false);
205 // re-enable accepting and invoke handler
294 // check and set flag to prevent concurrent accepting
295 if (!accepting.compareAndSet(false, true))
349 // re-enable accepting before invoking handler
  /external/libevent/
listener.c 99 struct accepting_socket **accepting; member in struct:evconnlistener_iocp
712 struct accepting_socket *as = lev_iocp->accepting[i];
734 struct accepting_socket *as = lev_iocp->accepting[i];
849 lev->accepting = mm_calloc(lev->n_accepting,
851 if (!lev->accepting) {
856 lev->accepting[i] = new_accepting_socket(lev, ss.ss_family);
857 if (!lev->accepting[i]) {
858 event_warnx("Couldn't create accepting socket");
861 if (cb && start_accepting(lev->accepting[i]) < 0) {
862 event_warnx("Couldn't start accepting on socket")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
asyncore.py 225 accepting = False variable in class:dispatcher
264 if self.accepting and self.addr:
332 self.accepting = True
400 self.accepting = False
434 if self.accepting:
435 # accepting sockets are never connected, they "spawn" new
452 if self.accepting:
453 # Accepting sockets shouldn't get a write event.
  /external/Microsoft-GSL/
CONTRIBUTING.md 6 GSL is accepting contributions that improve or refine any of the types in this library as well as ports to other platforms. Changes should have an issue
  /external/bison/src/
reader.c 651 muscle_percent_define_default ("lr.default-reductions", "accepting");
659 "lr.default-reductions", "most", "consistent", "accepting", NULL,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_asyncore.py 645 self.assertTrue(server.accepting)
648 self.assertFalse(client.accepting)
653 self.assertTrue(server.accepting)
655 self.assertFalse(client.accepting)
660 self.assertTrue(server.accepting)
662 self.assertFalse(client.accepting)
667 self.assertFalse(server.accepting)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_asyncore.py 647 self.assertTrue(server.accepting)
650 self.assertFalse(client.accepting)
655 self.assertTrue(server.accepting)
657 self.assertFalse(client.accepting)
662 self.assertTrue(server.accepting)
664 self.assertFalse(client.accepting)
669 self.assertFalse(server.accepting)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_asyncore.py 647 self.assertTrue(server.accepting)
650 self.assertFalse(client.accepting)
655 self.assertTrue(server.accepting)
657 self.assertFalse(client.accepting)
662 self.assertTrue(server.accepting)
664 self.assertFalse(client.accepting)
669 self.assertFalse(server.accepting)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 647 self.assertTrue(server.accepting)
650 self.assertFalse(client.accepting)
655 self.assertTrue(server.accepting)
657 self.assertFalse(client.accepting)
662 self.assertTrue(server.accepting)
664 self.assertFalse(client.accepting)
669 self.assertFalse(server.accepting)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 647 self.assertTrue(server.accepting)
650 self.assertFalse(client.accepting)
655 self.assertTrue(server.accepting)
657 self.assertFalse(client.accepting)
662 self.assertTrue(server.accepting)
664 self.assertFalse(client.accepting)
669 self.assertFalse(server.accepting)
  /prebuilts/go/darwin-x86/src/cmd/go/
http.go 111 // Note: accepting a non-200 OK here, so people can serve a
  /prebuilts/go/linux-x86/src/cmd/go/
http.go 111 // Note: accepting a non-200 OK here, so people can serve a
  /external/boringssl/src/ssl/test/runner/
tls.go 69 // Listen creates a TLS listener accepting connections on the
  /prebuilts/go/darwin-x86/src/crypto/tls/
tls.go 70 // Listen creates a TLS listener accepting connections on the
  /prebuilts/go/darwin-x86/src/runtime/
race.go 32 // For all functions accepting callerpc and pc,
  /prebuilts/go/darwin-x86/src/testing/quick/
quick.go 7 // The testing/quick package is frozen and is not accepting new features.

Completed in 1526 milliseconds

1 2 3