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

  /external/mesa3d/src/mesa/swrast/
s_texrender.c 30 update_wrapper(struct gl_context *ctx, struct gl_renderbuffer_attachment *att) function
88 update_wrapper(ctx, att);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
functools.py 12 # update_wrapper() and wraps() are tools to help write
17 def update_wrapper(wrapper, function
42 """Decorator factory to apply update_wrapper() to a wrapper function
44 Returns a decorator that invokes update_wrapper() with the decorated
46 remaining arguments. Default arguments are as for update_wrapper().
48 update_wrapper().
50 return partial(update_wrapper, wrapped=wrapped,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
functools.py 12 # update_wrapper() and wraps() are tools to help write
17 def update_wrapper(wrapper, function
42 """Decorator factory to apply update_wrapper() to a wrapper function
44 Returns a decorator that invokes update_wrapper() with the decorated
46 remaining arguments. Default arguments are as for update_wrapper().
48 update_wrapper().
50 return partial(update_wrapper, wrapped=wrapped,
  /external/python/cpython2/Lib/
functools.py 12 # update_wrapper() and wraps() are tools to help write
17 def update_wrapper(wrapper, function
42 """Decorator factory to apply update_wrapper() to a wrapper function
44 Returns a decorator that invokes update_wrapper() with the decorated
46 remaining arguments. Default arguments are as for update_wrapper().
48 update_wrapper().
50 return partial(update_wrapper, wrapped=wrapped,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
functools.py 12 # update_wrapper() and wraps() are tools to help write
17 def update_wrapper(wrapper, function
42 """Decorator factory to apply update_wrapper() to a wrapper function
44 Returns a decorator that invokes update_wrapper() with the decorated
46 remaining arguments. Default arguments are as for update_wrapper().
48 update_wrapper().
50 return partial(update_wrapper, wrapped=wrapped,
  /prebuilts/gdb/linux-x86/lib/python2.7/
functools.py 12 # update_wrapper() and wraps() are tools to help write
17 def update_wrapper(wrapper, function
42 """Decorator factory to apply update_wrapper() to a wrapper function
44 Returns a decorator that invokes update_wrapper() with the decorated
46 remaining arguments. Default arguments are as for update_wrapper().
48 update_wrapper().
50 return partial(update_wrapper, wrapped=wrapped,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
functools.py 12 # update_wrapper() and wraps() are tools to help write
17 def update_wrapper(wrapper, function
42 """Decorator factory to apply update_wrapper() to a wrapper function
44 Returns a decorator that invokes update_wrapper() with the decorated
46 remaining arguments. Default arguments are as for update_wrapper().
48 update_wrapper().
50 return partial(update_wrapper, wrapped=wrapped,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
functools.py 12 # update_wrapper() and wraps() are tools to help write
17 def update_wrapper(wrapper, function
42 """Decorator factory to apply update_wrapper() to a wrapper function
44 Returns a decorator that invokes update_wrapper() with the decorated
46 remaining arguments. Default arguments are as for update_wrapper().
48 update_wrapper().
50 return partial(update_wrapper, wrapped=wrapped,
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
util.py 14 def update_wrapper(decorated, fn): function
  /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
44 def update_wrapper(wrapper, function
77 """Decorator factory to apply update_wrapper() to a wrapper function
79 Returns a decorator that invokes update_wrapper() with the decorated
81 remaining arguments. Default arguments are as for update_wrapper().
83 update_wrapper().
85 return partial(update_wrapper, wrapped=wrapped,
481 return update_wrapper(wrapper, user_function
    [all...]

Completed in 264 milliseconds