HomeSort by relevance Sort by last modified time
    Searched refs:Discard (Results 126 - 150 of 191) sorted by null

1 2 3 4 56 7 8

  /prebuilts/go/darwin-x86/src/mime/multipart/
multipart.go 281 io.Copy(ioutil.Discard, p)
  /prebuilts/go/darwin-x86/src/net/http/
transport_test.go 867 if _, err := io.Copy(ioutil.Discard, req.Body); err != nil {
893 if _, err := io.CopyN(ioutil.Discard, bufrw, req.ContentLength); err != nil {
    [all...]
clientserver_test.go 143 log.SetOutput(ioutil.Discard) // is noisy otherwise
    [all...]
fs_test.go 1002 io.Copy(ioutil.Discard, res.Body)
1111 _, err = io.Copy(ioutil.Discard, res.Body)
    [all...]
requestwrite_test.go 844 io.Copy(ioutil.Discard, req.Body)
response_test.go 572 err = resp.Write(ioutil.Discard)
  /prebuilts/go/darwin-x86/src/syscall/
unzip_nacl.go 271 // Discard current half-byte.
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
objfile.go 600 // TODO: use bufio.Reader.Discard if available instead?
  /prebuilts/go/linux-x86/src/mime/multipart/
multipart.go 281 io.Copy(ioutil.Discard, p)
  /prebuilts/go/linux-x86/src/net/http/
transport_test.go 867 if _, err := io.Copy(ioutil.Discard, req.Body); err != nil {
893 if _, err := io.CopyN(ioutil.Discard, bufrw, req.ContentLength); err != nil {
    [all...]
clientserver_test.go 143 log.SetOutput(ioutil.Discard) // is noisy otherwise
    [all...]
fs_test.go 1002 io.Copy(ioutil.Discard, res.Body)
1111 _, err = io.Copy(ioutil.Discard, res.Body)
    [all...]
requestwrite_test.go 844 io.Copy(ioutil.Discard, req.Body)
response_test.go 572 err = resp.Write(ioutil.Discard)
  /prebuilts/go/linux-x86/src/syscall/
unzip_nacl.go 271 // Discard current half-byte.
  /external/protobuf/csharp/src/Google.Protobuf/
CodedInputStream.cs 724 // Discard upper 32 bits.
741 /// Reads a raw Varint from the stream. If larger than 32 bits, discard the upper bits.
783 // Discard upper 32 bits.
    [all...]
  /frameworks/base/libs/hwui/renderthread/
VulkanManager.cpp 695 if (mSwapBehavior == SwapBehavior::Discard
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/transform/
transform.go 324 type discard struct{ NopResetter } type
326 func (discard) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
331 // Discard is a Transformer for which all Transform calls succeed
333 Discard Transformer = discard{}
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/transform/
transform.go 324 type discard struct{ NopResetter } type
326 func (discard) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
331 // Discard is a Transformer for which all Transform calls succeed
333 Discard Transformer = discard{}
  /prebuilts/go/darwin-x86/src/compress/flate/
inflate.go 623 // Discard current half-byte.
  /prebuilts/go/linux-x86/src/compress/flate/
inflate.go 623 // Discard current half-byte.
  /external/v8/src/parsing/
parser-base.h     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sapi53.h     [all...]
sapi54.h     [all...]

Completed in 867 milliseconds

1 2 3 4 56 7 8