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

<<131132133134135136137138139140>>

  /external/perfetto/ui/
bs-config.js 7 // http://www.apache.org/licenses/LICENSE-2.0
  /external/protobuf/js/commonjs/
import_test.js 31 // Test suite is written using Jasmine -- see http://jasmine.github.io/
  /external/robolectric/
Android.mk 7 # http://www.apache.org/licenses/LICENSE-2.0
  /external/skia/tools/lottiecap/
lottiecap.js 130 const targetURL = `http://localhost:${options.port}/#${options.renderer}`;
  /external/skqp/tools/lottiecap/
lottiecap.js 130 const targetURL = `http://localhost:${options.port}/#${options.renderer}`;
  /external/syzkaller/pkg/gce/
gce.go 18 "net/http"
311 req, err := http.NewRequest("GET", "http://metadata.google.internal/computeMetadata/v1/"+path, nil)
316 resp, err := http.DefaultClient.Do(req)
  /external/syzkaller/pkg/kd/
kd.go 7 // http://articles.sysprogs.org/kdvmware/kdcom/
  /external/syzkaller/pkg/vcs/
vcs_test.go 33 "http://host.xz:123/path/to/repo.git/": true,
  /external/syzkaller/vendor/cloud.google.com/go/storage/
reader.go 7 // http://www.apache.org/licenses/LICENSE-2.0
storage.go 7 // http://www.apache.org/licenses/LICENSE-2.0
30 "net/http"
39 htransport "google.golang.org/api/transport/http"
71 func setClientHeader(headers http.Header) {
80 hc *http.Client
155 // Method is the HTTP method to be used with the signed URL.
328 if e, ok := err.(*googleapi.Error); ok && e.Code == http.StatusNotFound {
405 if e, ok := err.(*googleapi.Error); ok && e.Code == http.StatusNotFound {
454 if e.Code == http.StatusNotFound {
495 req, err := http.NewRequest(verb, u.String(), nil
    [all...]
  /external/walt/
README.md 5 * [Post about WALT on Android Developers Blog](http://android-developers.blogspot.ca/2016/04/a-new-method-to-measure-touch-and-audio.html)
  /external/walt/docs/
TapLatency.md 18 [MotionEvent](http://developer.android.com/reference/android/view/MotionEvent.html)
  /external/webrtc/tools/valgrind-webrtc/
webrtc_tests.bat 50 echo "See http://www.chromium.org/developers/how-tos/using-valgrind/dr-memory"
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
UnmanagedLibrary.cs 9 // http://www.apache.org/licenses/LICENSE-2.0
35 /// See http://stackoverflow.com/questions/13461989/p-invoke-to-dynamically-loaded-library-on-mono.
71 // See http://stackoverflow.com/questions/10473310 for background on this.
  /external/python/httplib2/python2/httplib2/
__init__.py 1 """Small, fast HTTP client library for Python.
139 "Http",
322 # Cache filename construction (original borrowed from Venus http://intertwingly.net/code/venus/)
386 # [^\0-\x1f\x7f-\xff()<>@,;:\\\"/[\]?={} \t]+ matches a "token" as defined by HTTP
387 # "(?:[^\0-\x08\x0A-\x1f\x7f-\xff\\\"]|\\[\0-\x7f])*?" matches a "quoted-string" as defined by HTTP, when LWS have already been replaced by a single space
601 self, credentials, host, request_uri, headers, response, content, http
607 self.http = http
636 self, credentials, host, request_uri, headers, response, content, http
639 self, credentials, host, request_uri, headers, response, content, http
    [all...]
  /external/python/cpython3/Lib/test/
test_xmlrpc.py 10 import http.client
11 import http, http.server
308 class RequestHandler(http.server.BaseHTTPRequestHandler):
309 protocol_version = "HTTP/1.1"
320 self.send_response(http.HTTPStatus.OK)
336 server = http.server.HTTPServer((support.HOST, 0), RequestHandler)
341 url = "http://{}:{}/".format(*server.server_address)
617 URL = "http://%s:%d"%(ADDR, PORT)
687 URL = "http://%s:%d"%(ADDR, PORT
    [all...]
test_wsgiref.py 12 from http.client import HTTPConnection
26 """Non-socket HTTP server"""
40 """Non-socket HTTP handler"""
68 def run_amock(app=hello_app, data=b"GET / HTTP/1.0\n\n"):
125 ("HTTP/1.0 200 OK\r\n"
140 b"GET /p%61th/?query=test HTTP/1.0\n"
152 out, err = run_amock(data=b"GET " + (b"x" * 65537) + b" HTTP/1.0\n\n")
154 b"HTTP/1.0 414 Request-URI Too Long")
217 self.assertTrue(err.endswith('"GET / HTTP/1.0" 200 4\n'))
222 b"HTTP/1.0 200 OK\r\n
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Api.cs 141 /// versioning](http://semver.org) where the major version number
636 /// - Each annotation belonging to the service config (http,
640 /// - If an http annotation is inherited, the path pattern will be
650 /// option (google.api.http).get = "/v1/{resource=**}:getAcl";
660 /// option (google.api.http).get = "/v2/{resource=**}";
680 /// option (google.api.http).get = "/v2/{resource=**}:getAcl";
688 /// relative path under which inherited HTTP paths are placed. Example:
696 /// This implies the following inherited HTTP annotation:
701 /// option (google.api.http).get = "/v2/acls/{resource=**}:getAcl";
751 /// If non-empty specifies a path under which inherited HTTP path
    [all...]
  /external/u-boot/doc/
README.x86 104 $ git clone http://review.coreboot.org/p/blobs.git
288 http://firmware.intel.com/sites/default/files/2014-WW42.4-MinnowBoardMax.73-64-bit.bin_Release.zip
    [all...]
  /build/kati/
func.go 7 // http://www.apache.org/licenses/LICENSE-2.0
33 // http://www.gnu.org/software/make/manual/make.html#Functions
168 // http://www.gnu.org/software/make/manual/make.html#Text-Functions
829 // http://www.gnu.org/software/make/manual/make.html#Conditional-Functions
907 // http://www.gnu.org/software/make/manual/make.html#Shell-Function
1077 // http://www.gnu.org/software/make/manual/make.html#Value-Function
1097 // http://www.gnu.org/software/make/manual/make.html#Eval-Function
1307 // http://www.gnu.org/software/make/manual/make.html#Origin-Function
1347 // http://www.gnu.org/software/make/manual/make.html#Make-Control-Functions
1422 // http://www.gnu.org/software/make/manual/make.html#Foreach-Functio
    [all...]
  /external/libcups/cups/
testppd.c 11 * missing or damaged, see the license at "http://www.cups.org/".
516 fputs("ppdLocalizeIPPReason(http): ", stdout);
517 if (ppdLocalizeIPPReason(ppd, "foo", "http", buffer, sizeof(buffer)) &&
518 !strcmp(buffer, "http://foo/bar.html"))
523 printf("FAIL (\"%s\" instead of \"http://foo/bar.html\")\n", buffer);
871 http_t *http; /* Connection to printer */ local
886 http = httpConnect2(host, port, NULL, AF_UNSPEC, !strcmp(scheme, "ipps") ? HTTP_ENCRYPTION_ALWAYS : HTTP_ENCRYPTION_IF_REQUESTED, 1, 30000, NULL);
887 if (!http)
895 response = cupsDoRequest(http, request, resource);
903 httpClose(http);
    [all...]
  /external/python/oauth2client/tests/contrib/
test_flask_util.py 7 # http://www.apache.org/licenses/LICENSE-2.0
38 """Mock httplib2.Http for code exchange / refresh"""
56 self.httplib2_orig = httplib2.Http
57 httplib2.Http = self
61 httplib2.Http = self.httplib2_orig
181 self.assertIn('http', flow.redirect_uri)
249 with Http2Mock() as http:
257 self.assertIn(self.oauth2.client_secret, http.body)
258 self.assertIn('codez', http.body)
335 self.oauth2.http()
    [all...]
  /external/syzkaller/vendor/google.golang.org/genproto/googleapis/api/annotations/
http.pb.go 2 // source: google/api/http.proto
21 // Defines the HTTP configuration for an API service. It contains a list of
23 // to one or more HTTP REST API methods.
24 type Http struct {
25 // A list of HTTP configuration rules that apply to individual API methods.
41 func (m *Http) Reset() { *m = Http{} }
42 func (m *Http) String() string { return proto.CompactTextString(m) }
43 func (*Http) ProtoMessage() {}
44 func (*Http) Descriptor() ([]byte, []int)
    [all...]
  /external/python/apitools/samples/bigquery_sample/bigquery_v2/
bigquery_v2_client.py 24 get_credentials=True, http=None, model=None,
32 get_credentials=get_credentials, http=http, model=model,
  /external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/
servicemanagement_v1_client.py 24 get_credentials=True, http=None, model=None,
32 get_credentials=get_credentials, http=http, model=model,
    [all...]

Completed in 1893 milliseconds

<<131132133134135136137138139140>>