/external/jetty/src/java/org/eclipse/jetty/server/handler/ |
HandlerCollection.java | 48 private volatile Handler[] _handlers; field in class:HandlerCollection 69 return _handlers; 82 Handler [] old_handlers = _handlers==null?null:_handlers.clone(); 83 _handlers = handlers; 146 if (_handlers!=null && isStarted()) 150 for (int i=0;i<_handlers.length;i++) 154 _handlers[i].handle(target,baseRequest, request, response); 190 if (_handlers!=null) 194 final CountDownLatch latch = new CountDownLatch(_handlers.length) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/logging/ |
config.py | 75 logging._handlers.clear() 77 # Handlers add themselves to logging._handlers 519 if name not in logging._handlers: 524 handler = logging._handlers[name] 549 logging._handlers.clear() [all...] |
__init__.py | 201 #shared dictionary _handlers, it needs to acquire the lock. But if configuring, 617 _handlers = weakref.WeakValueDictionary() #map of handler names to handlers variable 674 if self._name in _handlers: 675 del _handlers[self._name] 678 _handlers[name] = self 774 _handlers, which is used for handler lookup by name. Subclasses 781 if self._name and self._name in _handlers: 782 del _handlers[self._name] [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/logging/ |
config.py | 75 logging._handlers.clear() 77 # Handlers add themselves to logging._handlers 519 if name not in logging._handlers: 524 handler = logging._handlers[name] 549 logging._handlers.clear() [all...] |
__init__.py | 201 #shared dictionary _handlers, it needs to acquire the lock. But if configuring, 617 _handlers = weakref.WeakValueDictionary() #map of handler names to handlers variable 674 if self._name in _handlers: 675 del _handlers[self._name] 678 _handlers[name] = self 774 _handlers, which is used for handler lookup by name. Subclasses 781 if self._name and self._name in _handlers: 782 del _handlers[self._name] [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/ |
config.py | 75 logging._handlers.clear() 77 # Handlers add themselves to logging._handlers 519 if name not in logging._handlers: 524 handler = logging._handlers[name] 549 logging._handlers.clear() [all...] |
__init__.py | 201 #shared dictionary _handlers, it needs to acquire the lock. But if configuring, 617 _handlers = weakref.WeakValueDictionary() #map of handler names to handlers variable 674 if self._name in _handlers: 675 del _handlers[self._name] 678 _handlers[name] = self 774 _handlers, which is used for handler lookup by name. Subclasses 781 if self._name and self._name in _handlers: 782 del _handlers[self._name] [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/ |
config.py | 75 logging._handlers.clear() 77 # Handlers add themselves to logging._handlers 519 if name not in logging._handlers: 524 handler = logging._handlers[name] 549 logging._handlers.clear() [all...] |
__init__.py | 201 #shared dictionary _handlers, it needs to acquire the lock. But if configuring, 617 _handlers = weakref.WeakValueDictionary() #map of handler names to handlers variable 674 if self._name in _handlers: 675 del _handlers[self._name] 678 _handlers[name] = self 774 _handlers, which is used for handler lookup by name. Subclasses 781 if self._name and self._name in _handlers: 782 del _handlers[self._name] [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_logging.py | 67 self.saved_handlers = logging._handlers.copy() 104 logging._handlers.clear() 105 logging._handlers.update(self.saved_handlers) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_logging.py | 67 self.saved_handlers = logging._handlers.copy() 104 logging._handlers.clear() 105 logging._handlers.update(self.saved_handlers) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_logging.py | 67 self.saved_handlers = logging._handlers.copy() 104 logging._handlers.clear() 105 logging._handlers.update(self.saved_handlers) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_logging.py | 67 self.saved_handlers = logging._handlers.copy() 104 logging._handlers.clear() 105 logging._handlers.update(self.saved_handlers) [all...] |
/external/guice/extensions/struts2/lib/ |
jetty-6.1.0.jar | |
/external/guice/extensions/persist/lib/ |
db4o-6.4.14.8131-java5.jar | |