HomeSort by relevance Sort by last modified time
    Searched full:__call__ (Results 1 - 24 of 24) sorted by null

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
printing.py 51 def __call__(self, val): member in class:PrettyPrinter
53 raise NotImplementedError("PrettyPrinter __call__")
83 which has attributes: name, enabled, __call__.
97 If printer is an object, __call__ is a method of two arguments:
109 if not hasattr(printer, "__call__"):
110 raise TypeError("printer missing attribute: __call__")
192 def __call__(self, val): member in class:RegexpCollectionPrettyPrinter
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 51 def __call__(self, val): member in class:PrettyPrinter
53 raise NotImplementedError("PrettyPrinter __call__")
83 which has attributes: name, enabled, __call__.
97 If printer is an object, __call__ is a method of two arguments:
109 if not hasattr(printer, "__call__"):
110 raise TypeError("printer missing attribute: __call__")
192 def __call__(self, val): member in class:RegexpCollectionPrettyPrinter
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
printing.py 51 def __call__(self, val): member in class:PrettyPrinter
53 raise NotImplementedError("PrettyPrinter __call__")
83 which has attributes: name, enabled, __call__.
97 If printer is an object, __call__ is a method of two arguments:
109 if not hasattr(printer, "__call__"):
110 raise TypeError("printer missing attribute: __call__")
192 def __call__(self, val): member in class:RegexpCollectionPrettyPrinter
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 51 def __call__(self, val): member in class:PrettyPrinter
53 raise NotImplementedError("PrettyPrinter __call__")
83 which has attributes: name, enabled, __call__.
97 If printer is an object, __call__ is a method of two arguments:
109 if not hasattr(printer, "__call__"):
110 raise TypeError("printer missing attribute: __call__")
192 def __call__(self, val): member in class:RegexpCollectionPrettyPrinter
  /external/webkit/Tools/Scripts/webkitpy/common/
memoized.py 40 def __call__(self, *args): member in class:memoized
55 return functools.partial(self.__call__, instance)
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
jsonfilter.py 9 def __call__(self, environ, start_response): member in class:JSONFilter
  /development/tools/axl/
log.py 55 __call__ = log variable in class:Log
singletonmixin.py 57 def __call__(cls, *lstArgs, **dictArgs): member in class:MetaSingleton
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
python.py 45 # This will require updating the error handler __call__
test_expectations_unittest.py 54 def __call__(self, lineno, category, confidence, message): member in class:ErrorCollector
cpp.py     [all...]
cpp_unittest.py 65 def __call__(self, unused_linenum, category, confidence, message): member in class:ErrorCollector
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/
error_handlers.py 31 __call__(self, line_number, category, confidence, message):
131 def __call__(self, line_number, category, confidence, message): member in class:DefaultStyleErrorHandler
error_handlers_unittest.py 122 """Test __call__() with a non-reportable error."""
139 """Test error report suppression in __call__() method."""
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
mock.py 138 def __call__(self, *args, **kwargs): member in class:Mock
220 def __call__(self, func): member in class:_patch
BeautifulSoup.py 583 def __call__(self, *args, **kwargs): member in class:Tag
    [all...]
  /external/protobuf/python/
mox.py 283 by the MockMethod's __call__.
396 or replayed by the MockMethod's __call__.
490 def __call__(self, *params, **named_params): member in class:MockObject
494 callable = self._class_to_mock.__dict__.get('__call__', None)
500 mock_method = self._CreateMockMethod('__call__')
545 def __call__(self, *params, **named_params): member in class:MockMethod
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
python.php 159 '__metaclass__', '__call__',
  /prebuilts/devtools/tools/lib/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py 801 objects through the __call__ method. Unparsed arguments, including
1189 def __call__(self, argv): member in class:FlagValues
1998 def __call__(mcs, *args, **kwargs): member in class:_ArgumentParserCache
    [all...]
  /external/webkit/Tools/
ChangeLog-2010-05-24     [all...]
ChangeLog-2011-02-16     [all...]

Completed in 861 milliseconds