HomeSort by relevance Sort by last modified time
    Searched refs:http (Results 3051 - 3075 of 4370) sorted by null

<<121122123124125126127128129130>>

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/
coverage-report-server.py 2 #===- symcov-report-server.py - Coverage Reports HTTP Serve --*- python -*--===#
10 '''(EXPERIMENTAL) HTTP server to browse coverage reports from .symcov files.
26 import http.server
125 class ServerHandler(http.server.BaseHTTPRequestHandler):
181 parser = argparse.ArgumentParser(description="symcov report http server.")
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/vim/indent/
llvm.vim 3 " Maintainer: The LLVM team, http://llvm.org/
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/vim/syntax/
tablegen.vim 3 " Maintainer: The LLVM team, http://llvm.org/
  /external/syzkaller/vendor/cloud.google.com/go/internal/
retry.go 7 // http://www.apache.org/licenses/LICENSE-2.0
  /external/syzkaller/vendor/cloud.google.com/go/internal/version/
version.go 7 // http://www.apache.org/licenses/LICENSE-2.0
  /external/syzkaller/vendor/cloud.google.com/go/storage/
acl.go 7 // http://www.apache.org/licenses/LICENSE-2.0
19 "net/http"
194 Header() http.Header
236 Header() http.Header
  /external/syzkaller/vendor/golang.org/x/oauth2/google/
sdk.go 11 "net/http"
122 // Client returns an HTTP client using Google Cloud SDK credentials to
124 // underlying http.RoundTripper will be obtained using the provided
127 func (c *SDKConfig) Client(ctx context.Context) *http.Client {
128 return &http.Client{
  /external/syzkaller/vendor/golang.org/x/text/unicode/bidi/
gen_ranges.go 18 // http://www.unicode.org/Public/8.0.0/ucd/extracted/DerivedBidiClass.txt
  /external/syzkaller/vendor/google.golang.org/api/gensupport/
jsonfloat.go 7 // http://www.apache.org/licenses/LICENSE-2.0
  /external/syzkaller/vendor/google.golang.org/api/internal/
pool.go 7 // http://www.apache.org/licenses/LICENSE-2.0
  /external/syzkaller/vendor/google.golang.org/grpc/credentials/
credentials_util_go17.go 12 * http://www.apache.org/licenses/LICENSE-2.0
credentials_util_go18.go 11 * http://www.apache.org/licenses/LICENSE-2.0
credentials_util_pre_go17.go 11 * http://www.apache.org/licenses/LICENSE-2.0
  /external/syzkaller/vendor/google.golang.org/grpc/internal/channelz/
types_linux.go 11 * http://www.apache.org/licenses/LICENSE-2.0
types_nonlinux.go 11 * http://www.apache.org/licenses/LICENSE-2.0
  /external/syzkaller/vendor/google.golang.org/grpc/status/
go16.go 11 * http://www.apache.org/licenses/LICENSE-2.0
go17.go 11 * http://www.apache.org/licenses/LICENSE-2.0
  /external/testng/doc/
banner.js 46 writeTD(pCurrentPage, "http://beust.com/kobalt", "Kobalt")
  /external/vogar/
Android.mk 7 # http://www.apache.org/licenses/LICENSE-2.0
  /external/yapf/plugins/vim/autoload/
yapf.vim 7 " http://www.apache.org/licenses/LICENSE-2.0
  /frameworks/av/services/mediadrm/
Android.mk 7 # http://www.apache.org/licenses/LICENSE-2.0
  /external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
ProtocolNegotiators.java 8 * http://www.apache.org/licenses/LICENSE-2.0
42 import io.netty.handler.codec.http.DefaultHttpRequest;
43 import io.netty.handler.codec.http.HttpClientCodec;
44 import io.netty.handler.codec.http.HttpClientUpgradeHandler;
45 import io.netty.handler.codec.http.HttpMethod;
46 import io.netty.handler.codec.http.HttpVersion;
101 return Utils.HTTP;
111 * Create a server TLS handler for HTTP/2 capable of using ALPN/NPN.
191 * Returns a {@link ProtocolNegotiator} that does HTTP CONNECT proxy negotiation.
216 * Buffers all writes until the HTTP CONNECT tunnel is established
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Cache.java 8 * http://www.apache.org/licenses/LICENSE-2.0
22 import com.squareup.okhttp.internal.http.CacheRequest;
23 import com.squareup.okhttp.internal.http.CacheStrategy;
24 import com.squareup.okhttp.internal.http.HttpMethod;
25 import com.squareup.okhttp.internal.http.OkHeaders;
26 import com.squareup.okhttp.internal.http.StatusLine;
50 * Caches HTTP and HTTPS responses to the filesystem so they may be reused, saving time and
56 * <li><strong>{@linkplain #getRequestCount() Request Count:}</strong> the number of HTTP
71 * href="http://tools.ietf.org/html/rfc7234">HTTP/1.1 (RFC 7234)</a> cache headers, it doesn't cach
    [all...]
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
Cache.java 9 * http://www.apache.org/licenses/LICENSE-2.0
23 import com.android.okhttp.internal.http.CacheRequest;
24 import com.android.okhttp.internal.http.CacheStrategy;
25 import com.android.okhttp.internal.http.HttpMethod;
26 import com.android.okhttp.internal.http.OkHeaders;
27 import com.android.okhttp.internal.http.StatusLine;
51 * Caches HTTP and HTTPS responses to the filesystem so they may be reused, saving time and
57 * <li><strong>{@linkplain #getRequestCount() Request Count:}</strong> the number of HTTP
72 * href="http://tools.ietf.org/html/rfc7234">HTTP/1.1 (RFC 7234)</a> cache headers, it doesn't cach
    [all...]
  /external/python/cpython3/Lib/urllib/
parse.py 45 uses_relative = ['', 'ftp', 'http', 'gopher', 'nntp', 'imap',
50 uses_netloc = ['', 'ftp', 'http', 'gopher', 'nntp', 'telnet',
56 uses_params = ['', 'ftp', 'hdl', 'prospero', 'http', 'imap',
66 uses_query = ['', 'http', 'wais', 'imap', 'https', 'shttp', 'mms',
69 uses_fragment = ['', 'ftp', 'hdl', 'http', 'gopher', 'news',
160 # like http://[fe80::822a:a8ff:fe49:470c%tESt]:1234/keys
426 if url[:i] == 'http': # optimize the common case
438 v = SplitResult('http', netloc, url, query, fragment)
    [all...]

Completed in 446 milliseconds

<<121122123124125126127128129130>>