/external/mdnsresponder/mDNSPosix/ |
Makefile | 217 all: setup Daemon libdns_sd Clients SAClient SAResponder SAProxyResponder Identify NetMonitor dnsextd $(OPTIONALTARG) 230 @$(MAKE) -C ../Clients clean 260 Clients: setup libdns_sd ../Clients/build/dns-sd 261 @echo "Clients done" 263 ../Clients/build/dns-sd: 264 @$(MAKE) -C ../Clients 342 $(INSTBASE)/bin/dns-sd: ../Clients/build/dns-sd
|
/prebuilts/go/darwin-x86/src/net/http/ |
doc.go | 54 Clients and Transports are safe for concurrent use by multiple 83 can do so by setting Transport.TLSNextProto (for clients) or
|
response.go | 79 // closed after reading Body. The value is advice for clients: neither 145 // Clients must call resp.Body.Close when finished reading resp.Body. 146 // After that call, clients can inspect resp.Trailer to find key/value
|
client.go | 31 // connections), so Clients should be reused instead of created as 32 // needed. Clients are safe for concurrent use by multiple goroutines. 149 // "Clients SHOULD NOT include a Referer header field in a
|
/prebuilts/go/linux-x86/src/net/http/ |
doc.go | 54 Clients and Transports are safe for concurrent use by multiple 83 can do so by setting Transport.TLSNextProto (for clients) or
|
response.go | 79 // closed after reading Body. The value is advice for clients: neither 145 // Clients must call resp.Body.Close when finished reading resp.Body. 146 // After that call, clients can inspect resp.Trailer to find key/value
|
client.go | 31 // connections), so Clients should be reused instead of created as 32 // needed. Clients are safe for concurrent use by multiple goroutines. 149 // "Clients SHOULD NOT include a Referer header field in a
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dhcpsapi.h | 121 LPDHCP_CLIENT_INFO *Clients;
|
/prebuilts/go/darwin-x86/src/io/ |
io.go | 11 // various implementations, unless otherwise informed clients should not 44 // ErrNoProgress is returned by some clients of an io.Reader when 207 // Clients of ReadAt can execute parallel ReadAt calls on the 226 // Clients of WriteAt can execute parallel WriteAt calls on the same
|
/prebuilts/go/linux-x86/src/io/ |
io.go | 11 // various implementations, unless otherwise informed clients should not 44 // ErrNoProgress is returned by some clients of an io.Reader when 207 // Clients of ReadAt can execute parallel ReadAt calls on the 226 // Clients of WriteAt can execute parallel WriteAt calls on the same
|
/prebuilts/go/darwin-x86/src/compress/gzip/ |
gunzip.go | 71 // have the expected length or checksum. Clients should treat data
|
/prebuilts/go/darwin-x86/src/net/ |
unixsock.go | 210 // UnixListener is a Unix domain socket listener. Clients should
|
tcpsock.go | 222 // TCPListener is a TCP network listener. Clients should typically
|
/prebuilts/go/linux-x86/src/compress/gzip/ |
gunzip.go | 71 // have the expected length or checksum. Clients should treat data
|
/prebuilts/go/linux-x86/src/net/ |
unixsock.go | 210 // UnixListener is a Unix domain socket listener. Clients should
|
tcpsock.go | 222 // TCPListener is a TCP network listener. Clients should typically
|
/prebuilts/go/darwin-x86/src/encoding/binary/ |
binary.go | 18 // This package favors simplicity over efficiency. Clients that require
|
/prebuilts/go/darwin-x86/src/text/tabwriter/ |
tabwriter.go | 89 // of one line may depend on the cells in future lines. Clients must
|
/prebuilts/go/darwin-x86/src/text/template/parse/ |
parse.go | 6 // and html/template. Clients should use those packages to construct templates
|
/prebuilts/go/linux-x86/src/encoding/binary/ |
binary.go | 18 // This package favors simplicity over efficiency. Clients that require
|
/prebuilts/go/linux-x86/src/text/tabwriter/ |
tabwriter.go | 89 // of one line may depend on the cells in future lines. Clients must
|
/prebuilts/go/linux-x86/src/text/template/parse/ |
parse.go | 6 // and html/template. Clients should use those packages to construct templates
|
/prebuilts/go/darwin-x86/src/crypto/tls/ |
common.go | 186 // ClientSessionState contains the state needed by clients to resume TLS 344 // at least one certificate or else set GetCertificate. Clients doing 415 // that clients use when verifying server certificates. 801 // to clients that request it. 804 // Certificate Timestamps which will be served to clients that request it. 808 // processing for TLS clients doing client authentication. If nil, the [all...] |
/prebuilts/go/linux-x86/src/crypto/tls/ |
common.go | 186 // ClientSessionState contains the state needed by clients to resume TLS 344 // at least one certificate or else set GetCertificate. Clients doing 415 // that clients use when verifying server certificates. 801 // to clients that request it. 804 // Certificate Timestamps which will be served to clients that request it. 808 // processing for TLS clients doing client authentication. If nil, the [all...] |
/prebuilts/go/darwin-x86/src/go/build/ |
build.go | 41 // Clients creating a new context may customize BuildTags, which 60 // behaviors that use the local file system, so clients need only set [all...] |