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

<<11121314

  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 210 // add 'selected' to the <li> or <div> that wraps this <a>
  /external/python/cpython3/Lib/
typing.py 646 @functools.wraps(func)
    [all...]
  /prebuilts/go/darwin-x86/src/bufio/
bufio.go 5 // Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer
  /prebuilts/go/darwin-x86/src/html/template/
template.go 366 // Must is a helper that wraps a call to a function returning (*Template, error)
  /prebuilts/go/darwin-x86/src/net/http/
transport.go     [all...]
  /prebuilts/go/linux-x86/src/bufio/
bufio.go 5 // Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer
  /prebuilts/go/linux-x86/src/html/template/
template.go 366 // Must is a helper that wraps a call to a function returning (*Template, error)
  /prebuilts/go/linux-x86/src/net/http/
transport.go     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol.py 81 from functools import wraps
100 @wraps(func)
    [all...]
qpol.i 121 from functools import wraps
140 @wraps(func)
    [all...]
  /external/autotest/scheduler/
monitor_db.py 300 @functools.wraps(func)
    [all...]
  /external/autotest/server/cros/dynamic_suite/
suite.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_support.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_support.py     [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_client_test.go     [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_client_test.go     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py     [all...]
  /external/python/cpython3/Lib/test/
test_functools.py 670 @functools.wraps(f)
693 @functools.wraps(f, (), ())
712 @functools.wraps(f, assign, update)
    [all...]
test_bytes.py 25 @functools.wraps(func)
    [all...]
test_nntplib.py 239 @functools.wraps(meth)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bytes.py 23 @functools.wraps(func)
    [all...]
test_ssl.py 64 @functools.wraps(func)
    [all...]
  /external/protobuf/js/
message.js 820 * Gets and wraps a proto field on access.
845 * Gets and wraps a repeated proto field on access.
    [all...]
  /external/python/cpython2/Lib/test/
test_bytes.py 21 @functools.wraps(func)
    [all...]

Completed in 636 milliseconds

<<11121314