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

1 2 3 4 5 6 7 8 91011>>

  /external/flatbuffers/go/
struct.go 3 // Struct wraps a byte slice and provides read access to its data.
  /prebuilts/go/darwin-x86/src/internal/poll/
sockopt.go 11 // SetsockoptInt wraps the setsockopt network call with an int argument.
20 // SetsockoptInet4Addr wraps the setsockopt network call with an IPv4 address.
29 // SetsockoptLinger wraps the setsockopt network call with a Linger argument.
fd_posix.go 23 // Fchmod wraps syscall.Fchmod.
32 // Fchown wraps syscall.Fchown.
41 // Ftruncate wraps syscall.Ftruncate.
50 // Fsync wraps syscall.Fsync.
sockopt_windows.go 9 // Setsockopt wraps the setsockopt network call.
18 // WSAIoctl wraps the WSAIoctl network call.
sockoptip.go 11 // SetsockoptIPMreq wraps the setsockopt network call with an IPMreq argument.
20 // SetsockoptIPv6Mreq wraps the setsockopt network call with an IPv6Mreq argument.
  /prebuilts/go/linux-x86/src/internal/poll/
sockopt.go 11 // SetsockoptInt wraps the setsockopt network call with an int argument.
20 // SetsockoptInet4Addr wraps the setsockopt network call with an IPv4 address.
29 // SetsockoptLinger wraps the setsockopt network call with a Linger argument.
fd_posix.go 23 // Fchmod wraps syscall.Fchmod.
32 // Fchown wraps syscall.Fchown.
41 // Ftruncate wraps syscall.Ftruncate.
50 // Fsync wraps syscall.Fsync.
sockopt_windows.go 9 // Setsockopt wraps the setsockopt network call.
18 // WSAIoctl wraps the WSAIoctl network call.
sockoptip.go 11 // SetsockoptIPMreq wraps the setsockopt network call with an IPMreq argument.
20 // SetsockoptIPv6Mreq wraps the setsockopt network call with an IPv6Mreq argument.
  /external/chromium-trace/catapult/common/py_utils/py_utils/
retry_util.py 41 @functools.wraps(f)
  /external/tensorflow/tensorflow/python/util/
keyword_args.py 45 @functools.wraps(func)
  /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);
  /external/tensorflow/tensorflow/contrib/framework/python/framework/
experimental.py 58 @functools.wraps(func)
  /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)
  /external/python/cpython3/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)

Completed in 915 milliseconds

1 2 3 4 5 6 7 8 91011>>