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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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
  /external/python/cpython2/Lib/
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/gdb/darwin-x86/lib/python2.7/
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/gdb/linux-x86/lib/python2.7/
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/
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/
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
  /external/webrtc/webrtc/system_wrappers/source/
rtp_to_ntp.cc 48 int64_t wraps = CheckForWrapArounds(new_timestamp, old_timestamp); local
49 if (wraps < 0) {
53 *compensated_timestamp = new_timestamp + (wraps << 32);
  /frameworks/native/opengl/libagl/
TextureObjectManager.h 75 GLenum wraps; member in class:android::EGLTextureObject
  /packages/services/Car/evs/app/
ConfigManager.cpp 29 const float wraps = floor((theta+180.0f) / 360.0f); local
30 return theta - wraps*360.0f;
  /external/python/cpython3/Lib/
functools.py 12 __all__ = ['update_wrapper', 'wraps', 'WRAPPER_ASSIGNMENTS', 'WRAPPER_UPDATES',
35 ### update_wrapper() and wraps() decorator
38 # update_wrapper() and wraps() are tools to help write
74 def wraps(wrapped, function
80 function as the wrapper argument and the arguments to wraps() as the
  /external/scapy/scapy/modules/
six.py 812 def wraps(wrapped, assigned=functools.WRAPPER_ASSIGNMENTS, function
815 f = functools.wraps(wrapped, assigned, updated)(f)
820 wraps = functools.wraps variable
  /external/pdfium/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...]
  /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 
org.eclipse.ui.workbench_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 
  /prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.jar 

Completed in 327 milliseconds