HomeSort by relevance Sort by last modified time
    Searched defs:_handlers (Results 1 - 11 of 11) sorted by null

  /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/
__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/
__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/
__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/
__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...]
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 121 milliseconds