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

1 2 3 4 5 6 7 8 910

  /external/flatbuffers/go/
struct.go 3 // Struct wraps a byte slice and provides read access to its data.
  /external/autotest/client/cros/cellular/pseudomodem/
utils.py 37 @functools.wraps(func)
116 @functools.wraps(return_cb)
135 @functools.wraps(raise_cb)
  /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);
  /prebuilts/go/darwin-x86/doc/progs/
interface.go 23 // Reader is the interface that wraps the basic Read method.
28 // Writer is the interface that wraps the basic Write method.
  /prebuilts/go/linux-x86/doc/progs/
interface.go 23 // Reader is the interface that wraps the basic Read method.
28 // Writer is the interface that wraps the basic Write method.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
contextlib.py 4 from functools import wraps
82 @wraps(func)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
signals.py 4 from functools import wraps
45 @wraps(method)
  /external/python/cpython2/Lib/
contextlib.py 4 from functools import wraps
82 @wraps(func)
  /external/python/cpython2/Lib/unittest/
signals.py 4 from functools import wraps
59 @wraps(method)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
contextlib.py 4 from functools import wraps
82 @wraps(func)
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
signals.py 4 from functools import wraps
59 @wraps(method)
  /prebuilts/gdb/linux-x86/lib/python2.7/
contextlib.py 4 from functools import wraps
82 @wraps(func)
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
signals.py 4 from functools import wraps
59 @wraps(method)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
contextlib.py 4 from functools import wraps
82 @wraps(func)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
signals.py 4 from functools import wraps
59 @wraps(method)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
contextlib.py 4 from functools import wraps
82 @wraps(func)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
signals.py 4 from functools import wraps
59 @wraps(method)
  /prebuilts/go/darwin-x86/src/net/internal/socktest/
sys_unix.go 11 // Socket wraps syscall.Socket.
43 // Close wraps syscall.Close.
73 // Connect wraps syscall.Connect.
102 // Listen wraps syscall.Listen.
131 // Accept wraps syscall.Accept.
164 // GetsockoptInt wraps syscall.GetsockoptInt.
sys_windows.go 9 // Socket wraps syscall.Socket.
41 // Closesocket wraps syscall.Closesocket.
71 // Connect wraps syscall.Connect.
100 // ConnectEx wraps syscall.ConnectEx.
129 // Listen wraps syscall.Listen.
158 // AcceptEx wraps syscall.AcceptEx.
  /prebuilts/go/linux-x86/src/net/internal/socktest/
sys_unix.go 11 // Socket wraps syscall.Socket.
43 // Close wraps syscall.Close.
73 // Connect wraps syscall.Connect.
102 // Listen wraps syscall.Listen.
131 // Accept wraps syscall.Accept.
164 // GetsockoptInt wraps syscall.GetsockoptInt.
sys_windows.go 9 // Socket wraps syscall.Socket.
41 // Closesocket wraps syscall.Closesocket.
71 // Connect wraps syscall.Connect.
100 // ConnectEx wraps syscall.ConnectEx.
129 // Listen wraps syscall.Listen.
158 // AcceptEx wraps syscall.AcceptEx.
  /external/autotest/client/common_lib/
decorators.py 46 @functools.wraps(func)
51 We use functools.wraps does some magic so that the function
  /external/autotest/site_utils/
hwid_lib_unittest.py 84 mock_page_contents = mock.Mock(wraps=cStringIO.StringIO('bad json'))
102 wraps=cStringIO.StringIO(returned_json))
128 mock_page_contents = mock.Mock(wraps=cStringIO.StringIO('{}'))
149 mock_page_contents = mock.Mock(wraps=cStringIO.StringIO('{}'))
  /external/clang/tools/scan-build-py/libscanbuild/
__init__.py 63 @functools.wraps(function)
  /frameworks/rs/tests/lldb/tests/harness/
decorators.py 45 @functools.wraps(func)
150 @functools.wraps(func)

Completed in 597 milliseconds

1 2 3 4 5 6 7 8 910