/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/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
|
/external/chromium_org/tools/telemetry/telemetry/unittest/ |
gtest_testrunner.py | 20 def __call__(self, *args, **kwargs): member in class:GTestTestSuite
|
/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/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
|
jsonchecker_unittest.py | 38 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
|
xml_unittest.py | 38 def __call__(self, line_number, category, confidence, message): member in class:MockErrorHandler
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/ |
signals.py | 14 def __call__(self, signum, frame): member in class:_InterruptHandler
|
/external/chromium_org/third_party/tlslite/tlslite/ |
Checker.py | 89 def __call__(self, connection): member in class:Checker
|
/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
|
/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/arm/arm-linux-androideabi-4.7/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/linux-x86/arm/arm-linux-androideabi-4.7/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
|
/external/chromium_org/third_party/android_platform/development/scripts/ |
symbol.py | 210 def __call__(self, lib, unique_addrs): member in class:MemoizedForSet
|