/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
|
python.py | 55 # This will require updating the error handler __call__
|
/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
|
error_handlers_unittest.py | 122 """Test __call__() with a non-reportable error.""" 139 """Test error report suppression in __call__() method."""
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
copy_reg.py | 18 if not hasattr(pickle_function, '__call__'): 28 if not hasattr(object, '__call__'):
|
timeit.py | 130 elif hasattr(setup, '__call__'): 139 elif hasattr(stmt, '__call__'): 145 elif not hasattr(setup, '__call__'):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
copy_reg.py | 18 if not hasattr(pickle_function, '__call__'): 28 if not hasattr(object, '__call__'):
|
timeit.py | 130 elif hasattr(setup, '__call__'): 139 elif hasattr(stmt, '__call__'): 145 elif not hasattr(setup, '__call__'):
|
/external/chromium_org/third_party/jinja2/ |
tests.py | 32 return hasattr(x, '__call__')
|
runtime.py | 260 def __call__(self): member in class:BlockReference 311 __call__ = loop variable in class:LoopContext 366 def __call__(self, *args, **kwargs): member in class:Macro 467 __mod__ = __rmod__ = __pos__ = __neg__ = __call__ = \
|
/external/chromium_org/tools/telemetry/telemetry/unittest/ |
system_stub.py | 142 def __call__(self, args, **kwargs): member in class:SubprocessModuleStub.PopenStub
|
/external/chromium_org/third_party/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
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/ |
loader.py | 132 elif hasattr(obj, '__call__'): 157 hasattr(getattr(testCaseClass, attrname), '__call__')
|
/external/chromium_org/tools/gyp/tools/ |
pretty_vcproj.py | 29 def __call__(self, x, y): member in class:CmpTuple 36 def __call__(self, x, y): member in class:CmpNode
|
/external/chromium_org/tools/telemetry/docs/ |
telemetry.unittest.gtest_testrunner.html | 82 <dl><dt><a name="GTestTestSuite-__call__"><strong>__call__</strong></a>(self, *args, **kwargs)</dt></dl>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
loader.py | 112 elif hasattr(obj, '__call__'): 137 hasattr(getattr(testCaseClass, attrname), '__call__')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_suite.py | 351 def __call__(self, *args, **kw): member in class:Test_TestSuite.test_overriding_call.MySuite 353 unittest.TestSuite.__call__(self, *args, **kw)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
loader.py | 112 elif hasattr(obj, '__call__'): 137 hasattr(getattr(testCaseClass, attrname), '__call__')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_suite.py | 351 def __call__(self, *args, **kw): member in class:Test_TestSuite.test_overriding_call.MySuite 353 unittest.TestSuite.__call__(self, *args, **kw)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
templite.py | 162 if hasattr(value, '__call__'):
|
/external/chromium_org/third_party/tlslite/tlslite/ |
Checker.py | 89 def __call__(self, connection): member in class:Checker
|
/external/chromium_org/third_party/tlslite/tlslite/utils/ |
jython_compat.py | 92 def __init__(self, anycallable): self.__call__ = anycallable
|