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

1 2 3 4 5 6 7

  /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/cython/src/Cython/Compiler/
CodeGeneration.py 19 def __call__(self, root): member in class:ExtractPxdCode
  /external/chromium_org/third_party/tlslite/tlslite/
checker.py 46 def __call__(self, connection): member in class:Checker
  /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/distutils/tests/
test_register.py 48 def __call__(self, prompt=''): member in class:RawInputs
59 def __call__(self, *args): member in class:FakeOpener
113 register_module.raw_input = inputs.__call__
165 register_module.raw_input = inputs.__call__
183 register_module.raw_input = inputs.__call__
227 register_module.raw_input = inputs.__call__
238 register_module.raw_input = inputs.__call__
256 register_module.raw_input = inputs.__call__
  /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/distutils/tests/
test_register.py 48 def __call__(self, prompt=''): member in class:RawInputs
59 def __call__(self, *args): member in class:FakeOpener
113 register_module.raw_input = inputs.__call__
165 register_module.raw_input = inputs.__call__
183 register_module.raw_input = inputs.__call__
227 register_module.raw_input = inputs.__call__
238 register_module.raw_input = inputs.__call__
256 register_module.raw_input = inputs.__call__
  /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)
  /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
  /development/tools/axl/
log.py 55 __call__ = log variable in class:Log
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
xcodeproj_unittest.py 38 def __call__(self, line_number, category, confidence, message): member in class:TestErrorHandler
test_expectations_unittest.py 47 def __call__(self, lineno, category, confidence, message): member in class:ErrorCollector
xml_unittest.py 37 def __call__(self, line_number, category, confidence, message): member in class:MockErrorHandler
  /external/chromium_org/third_party/jinja2/
_compat.py 97 # for one level to something closer to type (that's why __call__ and
103 __call__ = type.__call__ variable in class:with_metaclass.metaclass
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlopers.swg 37 %rename(__call__) *::operator();
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyopers.swg 29 %rename(__call__) *::operator();
  /external/lldb/test/unittest2/
signals.py 14 def __call__(self, signum, frame): member in class:_InterruptHandler
  /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/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 1377 milliseconds

1 2 3 4 5 6 7