HomeSort by relevance Sort by last modified time
    Searched refs:RFC (Results 176 - 200 of 269) sorted by null

1 2 3 4 5 6 78 91011

  /prebuilts/go/darwin-x86/src/encoding/base32/
base32_test.go 20 // RFC 4648 examples
  /prebuilts/go/darwin-x86/src/html/template/
content.go 76 // URL encapsulates a known safe URL or URL substring (see RFC 3986).
  /prebuilts/go/darwin-x86/src/mime/
encodedword_test.go 134 // Tests from RFC 2047
  /prebuilts/go/darwin-x86/src/net/http/httptest/
recorder.go 193 // Ignore since forbidden by RFC 2616 14.40.
  /prebuilts/go/darwin-x86/src/net/http/
readrequest_test.go 129 // Tests a bogus abs_path on the Request-Line (RFC 2616 section 5.1.2)
response_test.go 298 // (permitted by RFC 2616)
317 // (not permitted by RFC 2616, but we'll accept it anyway)
  /prebuilts/go/linux-x86/src/compress/gzip/
gzip.go 107 // GZIP (RFC 1952) specifies that strings are NUL-terminated ISO 8859-1 (Latin-1).
  /prebuilts/go/linux-x86/src/encoding/base32/
base32_test.go 20 // RFC 4648 examples
  /prebuilts/go/linux-x86/src/html/template/
content.go 76 // URL encapsulates a known safe URL or URL substring (see RFC 3986).
  /prebuilts/go/linux-x86/src/mime/
encodedword_test.go 134 // Tests from RFC 2047
  /prebuilts/go/linux-x86/src/net/http/httptest/
recorder.go 193 // Ignore since forbidden by RFC 2616 14.40.
  /prebuilts/go/linux-x86/src/net/http/
readrequest_test.go 129 // Tests a bogus abs_path on the Request-Line (RFC 2616 section 5.1.2)
response_test.go 298 // (permitted by RFC 2616)
317 // (not permitted by RFC 2616, but we'll accept it anyway)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 182 """Return request-host, as defined by RFC 2965.
184 Variation from RFC: returned value is lowercased, for convenient
519 # According to RFC 2616, "2xx" code indicates that the client's
554 # Strictly (according to RFC 2616), 301 or 302 in response
642 According to RFC 3986, having an authority component means the URL must
697 # We have an authority, so for RFC 3986-compliant URLs (by ss 3.
833 # (single quotes are a violation of the RFC, but appear in the wild)
837 # XXX could pre-emptively send auth info already accepted (RFC 2617,
909 # should not, RFC 3986 s. 3.2.1) support requests for URLs containing
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 182 """Return request-host, as defined by RFC 2965.
184 Variation from RFC: returned value is lowercased, for convenient
519 # According to RFC 2616, "2xx" code indicates that the client's
554 # Strictly (according to RFC 2616), 301 or 302 in response
642 According to RFC 3986, having an authority component means the URL must
697 # We have an authority, so for RFC 3986-compliant URLs (by ss 3.
833 # (single quotes are a violation of the RFC, but appear in the wild)
837 # XXX could pre-emptively send auth info already accepted (RFC 2617,
909 # should not, RFC 3986 s. 3.2.1) support requests for URLs containing
    [all...]
  /prebuilts/go/darwin-x86/src/time/
time.go 948 // The time is a quoted string in RFC 3339 format, with sub-second precision added if present.
951 // RFC 3339 is clear that years are 4 digits exactly.
964 // The time is expected to be a quoted string in RFC 3339 format.
977 // The time is formatted in RFC 3339 format, with sub-second precision added if present.
988 // The time is expected to be in RFC 3339 format.
    [all...]
  /prebuilts/go/linux-x86/src/time/
time.go 948 // The time is a quoted string in RFC 3339 format, with sub-second precision added if present.
951 // RFC 3339 is clear that years are 4 digits exactly.
964 // The time is expected to be a quoted string in RFC 3339 format.
977 // The time is formatted in RFC 3339 format, with sub-second precision added if present.
988 // The time is expected to be in RFC 3339 format.
    [all...]
  /external/boringssl/src/ssl/test/runner/
key_agreement.go 127 // RFC 4346.
275 // Per RFC 7748, reject the all-zero value in constant time.
tls.go 5 // Package tls partially implements TLS 1.2, as specified in RFC 5246.
  /prebuilts/go/darwin-x86/src/compress/flate/
deflate.go 26 // RFC 1951 compliant. That is, any valid DEFLATE decompressor will
42 baseMatchLength = 3 // The smallest match length per the RFC section 3.2.5
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_client.go 147 // (see RFC 5077).
722 // RFC 4346 on the certificateAuthorities field: A list of the
  /prebuilts/go/darwin-x86/src/net/
listen_test.go 519 gaddr *UDPAddr // see RFC 4727
584 gaddr *UDPAddr // see RFC 4727
  /prebuilts/go/linux-x86/src/compress/flate/
deflate.go 26 // RFC 1951 compliant. That is, any valid DEFLATE decompressor will
42 baseMatchLength = 3 // The smallest match length per the RFC section 3.2.5
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_client.go 147 // (see RFC 5077).
722 // RFC 4346 on the certificateAuthorities field: A list of the
  /prebuilts/go/linux-x86/src/net/
listen_test.go 519 gaddr *UDPAddr // see RFC 4727
584 gaddr *UDPAddr // see RFC 4727

Completed in 1485 milliseconds

1 2 3 4 5 6 78 91011