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

  /external/mdnsresponder/mDNSShared/
dnsextd.conf 10 // dynamic zone that will be accepting Wide-Area Bonjour DNS updates.
  /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...]
cookielib.py 554 For accepting/blocking domains.
562 """For blocking/accepting domains.
839 """Implements the standard rules for accepting and returning cookies."""
    [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...]
cookielib.py 554 For accepting/blocking domains.
562 """For blocking/accepting domains.
839 """Implements the standard rules for accepting and returning cookies."""
    [all...]
  /external/bison/src/
reader.c 651 muscle_percent_define_default ("lr.default-reductions", "accepting");
659 "lr.default-reductions", "most", "consistent", "accepting", NULL,
  /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)
  /external/chromium_org/device/bluetooth/
bluetooth_socket_chromeos.h 201 bool accepting; member in struct:chromeos::BluetoothSocketChromeOS::ConnectionRequest
bluetooth_socket_chromeos.cc 71 : accepting(false),
424 if (!request->accepting) {
436 VLOG(1) << object_path_.value() << ": Accepting pending connection.";
439 request->accepting = true;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browsingData/basic/
popup.js 10 * accepting of variance, but this is just a sample app. :)
  /device/asus/grouper/keymaster/
NOTICE 208 9. Accepting Warranty or Additional Liability. While redistributing
212 License. However, in accepting such obligations, You may act only
217 of your accepting any such warranty or additional liability.
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
NOTICE 208 9. Accepting Warranty or Additional Liability. While redistributing
212 License. However, in accepting such obligations, You may act only
217 of your accepting any such warranty or additional liability.
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
NOTICE 208 9. Accepting Warranty or Additional Liability. While redistributing
212 License. However, in accepting such obligations, You may act only
217 of your accepting any such warranty or additional liability.
  /external/chromium_org/ui/file_manager/gallery/js/
gallery_item.js 236 * @param {function(boolean)=} opt_callback Callback accepting true for success.
  /external/chromium_org/remoting/webapp/
session_connector_impl.js 505 // accepting it. Since there's no way of knowing exactly what went wrong,
  /external/chromium_org/ui/file_manager/file_manager/common/js/
util.js 622 * @param {function(number)} callback Callback accepting a value.
656 * @param {function(Object)} callback Callback accepting a map of timestamped
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 51 against errors; it is solely a method of accepting input audio,
  /ndk/build/core/
definitions.mk     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 4394 milliseconds