HomeSort by relevance Sort by last modified time
    Searched defs:__call__ (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /external/chromium_org/chrome/common/extensions/docs/server2/
mock_function.py 30 def __call__(self, *args, **optargs): member in class:MockFunction
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
memoized.py 40 def __call__(self, *args): member in class:memoized
55 return functools.partial(self.__call__, instance)
  /external/chromium_org/third_party/tlslite/tlslite/
checker.py 46 def __call__(self, connection): member in class:Checker
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
CodeGeneration.py 19 def __call__(self, root): member in class:ExtractPxdCode
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
error_handlers.py 31 __call__(self, line_number, category, confidence, message):
134 def __call__(self, line_number, category, confidence, message): member in class:DefaultStyleErrorHandler
  /development/tools/axl/
log.py 55 __call__ = log variable in class:Log
  /external/chromium_org/build/android/pylib/utils/
parallelizer.py 99 def __call__(self, *args, **kwargs): member in class:Parallelizer
208 def __call__(self, *args, **kwargs): member in class:SyncParallelizer
219 r = super(SyncParallelizer, self).__call__(*args, **kwargs)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
jsonchecker_unittest.py 38 def __call__(self, line_number, category, confidence, message): member in class:MockErrorHandler
xcodeproj_unittest.py 38 def __call__(self, line_number, category, confidence, message): member in class:TestErrorHandler
xml_unittest.py 37 def __call__(self, line_number, category, confidence, message): member in class:MockErrorHandler
test_expectations_unittest.py 47 def __call__(self, lineno, category, confidence, message): member in class:ErrorCollector
  /external/lldb/test/unittest2/
signals.py 14 def __call__(self, signum, frame): member in class:_InterruptHandler
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/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/mips/mipsel-linux-android-4.8/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/mips/mips64el-linux-android-4.8/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/mips/mipsel-linux-android-4.8/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/python/darwin-x86/2.7.5/lib/python2.7/
codeop.py 45 Instances of this class have __call__ methods identical in
132 def __call__(self, source, filename, symbol): member in class:Compile
140 """Instances of this class have __call__ methods identical in
149 def __call__(self, source, filename="<input>", symbol="single"): member in class:CommandCompiler
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
WidgetRedirector.py 103 def __call__(self, *args): member in class:OriginalCommand
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
signals.py 28 def __call__(self, signum, frame): member in class:_InterruptHandler
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
codeop.py 45 Instances of this class have __call__ methods identical in
132 def __call__(self, source, filename, symbol): member in class:Compile
140 """Instances of this class have __call__ methods identical in
149 def __call__(self, source, filename="<input>", symbol="single"): member in class:CommandCompiler
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
WidgetRedirector.py 103 def __call__(self, *args): member in class:OriginalCommand
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
signals.py 28 def __call__(self, signum, frame): member in class:_InterruptHandler
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/
printing.py 56 def __call__(self, val): member in class:PrettyPrinter
58 raise NotImplementedError("PrettyPrinter __call__")
88 which has attributes: name, enabled, __call__.
102 If printer is an object, __call__ is a method of two arguments:
114 if not hasattr(printer, "__call__"):
115 raise TypeError("printer missing attribute: __call__")
197 def __call__(self, val): member in class:RegexpCollectionPrettyPrinter
249 def __call__(self, val): member in class:FlagEnumerationPrinter
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/
printing.py 56 def __call__(self, val): member in class:PrettyPrinter
58 raise NotImplementedError("PrettyPrinter __call__")
88 which has attributes: name, enabled, __call__.
102 If printer is an object, __call__ is a method of two arguments:
114 if not hasattr(printer, "__call__"):
115 raise TypeError("printer missing attribute: __call__")
197 def __call__(self, val): member in class:RegexpCollectionPrettyPrinter
249 def __call__(self, val): member in class:FlagEnumerationPrinter
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
printing.py 56 def __call__(self, val): member in class:PrettyPrinter
58 raise NotImplementedError("PrettyPrinter __call__")
88 which has attributes: name, enabled, __call__.
102 If printer is an object, __call__ is a method of two arguments:
114 if not hasattr(printer, "__call__"):
115 raise TypeError("printer missing attribute: __call__")
197 def __call__(self, val): member in class:RegexpCollectionPrettyPrinter
249 def __call__(self, val): member in class:FlagEnumerationPrinter

Completed in 829 milliseconds

1 2 3 4 5 6