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

1 2

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
compatibility.py 5 from functools import wraps namespace
8 def wraps(_): function
signals.py 4 from unittest2.compatibility import wraps namespace
45 @wraps(method)
result.py 10 from unittest2.compatibility import wraps namespace
15 @wraps(method)
case.py 16 from unittest2.compatibility import wraps namespace
58 @wraps(test_item)
86 @wraps(func)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
contextlib.py 4 from functools import wraps namespace
82 @wraps(func)
functools.py 12 # update_wrapper() and wraps() are tools to help write
39 def wraps(wrapped, function
45 function as the wrapper argument and the arguments to wraps() as the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
signals.py 4 from functools import wraps namespace
59 @wraps(method)
result.py 10 from functools import wraps namespace
15 @wraps(method)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
contextlib.py 4 from functools import wraps namespace
82 @wraps(func)
functools.py 12 # update_wrapper() and wraps() are tools to help write
39 def wraps(wrapped, function
45 function as the wrapper argument and the arguments to wraps() as the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
signals.py 4 from functools import wraps namespace
59 @wraps(method)
result.py 10 from functools import wraps namespace
15 @wraps(method)
  /frameworks/native/opengl/libagl/
TextureObjectManager.h 75 GLenum wraps; member in class:android::EGLTextureObject
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fileio.py 11 from functools import wraps namespace
166 @wraps(func)
181 @wraps(func)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fileio.py 11 from functools import wraps namespace
166 @wraps(func)
181 @wraps(func)
  /external/chromium_org/third_party/pymock/
mock.py 47 from functools import wraps as original_wraps
50 def wraps(original): function
60 wraps = original_wraps variable
62 def wraps(func): function
478 self, spec=None, wraps=None, name=None, spec_set=None,
498 __dict__['_mock_wraps'] = wraps
513 spec, wraps, name, spec_set, parent,
666 wraps = None
670 wraps = getattr(self._mock_wraps, name)
673 parent=self, name=name, wraps=wraps, _new_name=name
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 295 milliseconds

1 2