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

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
WidgetRedirector.py 27 self._operations = {}
43 for operation in list(self._operations):
54 self._operations[operation] = function
59 if operation in self._operations:
60 function = self._operations[operation]
61 del self._operations[operation]
71 If an operation has been registered in self._operations, apply the
80 m = self._operations.get(operation)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
WidgetRedirector.py 27 self._operations = {}
43 for operation in list(self._operations):
54 self._operations[operation] = function
59 if operation in self._operations:
60 function = self._operations[operation]
61 del self._operations[operation]
71 If an operation has been registered in self._operations, apply the
80 m = self._operations.get(operation)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
WidgetRedirector.py 27 self._operations = {}
43 for operation in list(self._operations):
54 self._operations[operation] = function
59 if operation in self._operations:
60 function = self._operations[operation]
61 del self._operations[operation]
71 If an operation has been registered in self._operations, apply the
80 m = self._operations.get(operation)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
WidgetRedirector.py 27 self._operations = {}
43 for operation in list(self._operations):
54 self._operations[operation] = function
59 if operation in self._operations:
60 function = self._operations[operation]
61 del self._operations[operation]
71 If an operation has been registered in self._operations, apply the
80 m = self._operations.get(operation)
  /external/jetty/src/java/org/eclipse/jetty/servlets/
PutFilter.java 69 Set<String> _operations = new HashSet<String>(); field in class:PutFilter
103 _operations.add(__OPTIONS);
104 _operations.add(__PUT);
107 _operations.add(__DELETE);
108 _operations.add(__MOVE);
132 boolean op = _operations.contains(method);
333 options.addAll(_operations);

Completed in 2356 milliseconds