OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:urlfetch
(Results
1 - 7
of
7
) sorted by null
/external/perfetto/infra/perfetto-ci.appspot.com/
main.py
17
from google.appengine.api import
urlfetch
24
result =
urlfetch
.fetch(url)
/external/syzkaller/vendor/golang.org/x/oauth2/
client_appengine.go
16
"google.golang.org/appengine/
urlfetch
"
24
return
urlfetch
.Client(ctx), nil
/external/perfetto/infra/perfetto-get.appspot.com/
main.py
16
from google.appengine.api import
urlfetch
47
result =
urlfetch
.fetch(url)
/external/syzkaller/vendor/google.golang.org/api/transport/http/
dial_appengine.go
23
"google.golang.org/appengine/
urlfetch
"
28
return &
urlfetch
.Transport{Context: ctx}
dial.go
101
// On App Engine, this is
urlfetch
.Transport, otherwise it's http.DefaultTransport.
/external/perfetto/infra/perfetto-site.appspot.com/
main.py
16
from google.appengine.api import
urlfetch
43
result =
urlfetch
.fetch(url)
/external/python/httplib2/python2/httplib2/
__init__.py
[
all
...]
Completed in 233 milliseconds