OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:http
(Results
2576 - 2600
of
4370
) sorted by null
<<
101
102
103
104
105
106
107
108
109
110
>>
/external/doclava/res/assets/templates-sdk/
sampleindex.cs
5
<body class="gc-documentation develop samples" itemscope itemtype="
http
://schema.org/Article">
81
itemscope itemtype="
http
://schema.org/SiteNavigationElement">
116
<div class="content-footer next-class" style="display:none" itemscope itemtype="
http
://schema.org/SiteNavigationElement">
/external/grpc-grpc/src/core/lib/security/credentials/oauth2/
oauth2_credentials.cc
9
*
http
://www.apache.org/licenses/LICENSE-2.0
140
gpr_log(GPR_ERROR, "Call to
http
server ended with error %d [%s].",
363
request.
http
.path = (char*)GRPC_COMPUTE_ENGINE_METADATA_TOKEN_PATH;
364
request.
http
.hdr_count = 1;
365
request.
http
.hdrs = &header;
422
request.
http
.path = (char*)GRPC_GOOGLE_OAUTH2_SERVICE_TOKEN_PATH;
423
request.
http
.hdr_count = 1;
424
request.
http
.hdrs = &header;
/external/guice/extensions/servlet/test/com/google/inject/servlet/
ServletTest.java
8
*
http
://www.apache.org/licenses/LICENSE-2.0
57
import javax.servlet.
http
.HttpServlet;
58
import javax.servlet.
http
.HttpServletRequest;
59
import javax.servlet.
http
.HttpServletRequestWrapper;
60
import javax.servlet.
http
.HttpServletResponse;
61
import javax.servlet.
http
.HttpServletResponseWrapper;
62
import javax.servlet.
http
.HttpSession;
ServletDefinitionPathsTest.java
8
*
http
://www.apache.org/licenses/LICENSE-2.0
34
import javax.servlet.
http
.HttpServlet;
35
import javax.servlet.
http
.HttpServletRequest;
36
import javax.servlet.
http
.HttpServletResponse;
ServletDispatchIntegrationTest.java
8
*
http
://www.apache.org/licenses/LICENSE-2.0
37
import javax.servlet.
http
.HttpServlet;
38
import javax.servlet.
http
.HttpServletRequest;
39
import javax.servlet.
http
.HttpServletResponse;
/external/python/apitools/apitools/base/py/
credentials_lib.py
9
#
http
://www.apache.org/licenses/LICENSE-2.0
216
url = '
http
://' + base_url + '/computeMetadata/v1/' + relative_url
391
do_request: A function matching httplib2.
Http
.request's signature.
485
_: (ignored) A function matching httplib2.
Http
.request's signature.
572
def GetUserinfo(credentials,
http
=None): # pylint: disable=invalid-name
580
http
: (httplib2.
Http
, optional)
http
instance to use
586
http
=
http
or httplib2.Http(
[
all
...]
/external/syzkaller/vendor/google.golang.org/appengine/
appengine.go
12
"net/
http
"
51
// The "myapp/packageX" packages are expected to register
HTTP
handlers
63
// NewContext returns a context for an in-flight
HTTP
request.
65
func NewContext(req *
http
.Request) context.Context {
70
// and associates it with an in-flight
HTTP
request.
72
func WithContext(parent context.Context, req *
http
.Request) context.Context {
/external/tensorflow/tensorflow/python/ops/
init_ops_v2.py
7
#
http
://www.apache.org/licenses/LICENSE-2.0
568
[Glorot et al., 2010](
http
://proceedings.mlr.press/v9/glorot10a.html)
569
([pdf](
http
://jmlr.org/proceedings/papers/v9/glorot10a/glorot10a.pdf))
596
[Glorot et al., 2010](
http
://proceedings.mlr.press/v9/glorot10a.html)
597
([pdf](
http
://jmlr.org/proceedings/papers/v9/glorot10a/glorot10a.pdf))
648
[Lecun et al., 1998](
http
://yann.lecun.com/exdb/publis/pdf/lecun-98b.pdf)
672
[Lecun et al., 1998](
http
://yann.lecun.com/exdb/publis/pdf/lecun-98b.pdf)
/external/walt/docs/
AudioLatency.md
9
[High Performance Audio website](
http
://googlesamples.github.io/android-audio-high-performance/).
21
[recommended to constantly enqueue buffers containing silence](
http
://googlesamples.github.io/android-audio-high-performance/guides/audio-output-latency.html#avoid-warm-up-latency).
56
* [Audio round trip measurements published by Superpowered Inc.](
http
://superpowered.com/latency)
/external/autotest/client/tests/hackbench/src/
hackbench.c
20
http
://devresources.linux-foundation.org/craiger/hackbench/src/hackbench.c
23
http
://www.bullopensource.org/posix/pi-futex/hackbench_pth.c
72
>
http
://people.redhat.com/mingo/cfs-scheduler/tools/hackbench.c
/external/guice/extensions/servlet/src/com/google/inject/servlet/
ServletScopes.java
8
*
http
://www.apache.org/licenses/LICENSE-2.0
34
import javax.servlet.
http
.HttpServletRequest;
35
import javax.servlet.
http
.HttpServletResponse;
36
import javax.servlet.
http
.HttpSession;
48
* A threadlocal scope map for non-
http
request scopes. The {@link #REQUEST} scope falls back to
49
* this scope map if no
http
request is available, and requires {@link #scopeRequest} to be called
59
/**
HTTP
servlet request scope. */
76
// Check if the alternate request scope should be used, if no
HTTP
81
// unlike the
HTTP
request because we're the only ones who have
102
} // else: fall into normal
HTTP
request scope and out of scop
[
all
...]
/external/libcups/cups/
ppd.h
15
* missing or damaged, see the license at "
http
://www.cups.org/".
365
extern const char *cupsGetPPD2(http_t *
http
, const char *name) _PPD_DEPRECATED;
366
extern http_status_t cupsGetPPD3(http_t *
http
, const char *name, time_t *modtime, char *buffer, size_t bufsize) _PPD_DEPRECATED;
367
extern char *cupsGetServerPPD(http_t *
http
, const char *name) _PPD_DEPRECATED;
/external/libxml2/python/tests/
reader.py
248
f = str_io("""<a xmlns="
http
://example.com/foo"/>""")
259
if reader.NamespaceUri() != "
http
://www.w3.org/2000/xmlns/" or \
261
reader.Value() != "
http
://example.com/foo" or reader.NodeType() != 2:
265
f = str_io("""<a xmlns:prefix="
http
://example.com/foo"/>""")
276
if reader.NamespaceUri() != "
http
://www.w3.org/2000/xmlns/" or \
278
reader.Value() != "
http
://example.com/foo" or reader.NodeType() != 2:
413
"
http
://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
/external/python/apitools/apitools/base/py/testing/
mock_test.py
8
#
http
://www.apache.org/licenses/LICENSE-2.0
133
real_client = fusiontables.FusiontablesV1(url='
http
://localhost:8080',
137
self.assertEquals('
http
://localhost:8080/', mock_client.url)
141
self.assertIsInstance(mock_client.
http
, httplib2.
Http
)
142
self.assertFalse(hasattr(mock_client, '
http
'))
145
real_client = fusiontables.FusiontablesV1(url='
http
://localhost:8080',
146
http
='SomeHttpObject',
150
self.assertEquals('SomeHttpObject', mock_client.
http
)
/external/python/apitools/samples/dns_sample/dns_v1/
dns_v1_client.py
24
get_credentials=True,
http
=None, model=None,
32
get_credentials=get_credentials,
http
=
http
, model=model,
/external/syzkaller/vendor/golang.org/x/net/http2/
write.go
11
"net/
http
"
14
"golang.org/x/net/
http
/httpguts"
178
// for
HTTP
response headers or trailers from a server handler.
182
h
http
.Header // may be nil
255
h
http
.Header
331
// encodeHeaders encodes an
http
.Header. If keys is not nil, then (k, h[k])
333
func encodeHeaders(enc *hpack.Encoder, h
http
.Header, keys []string) {
/external/brotli/js/
decode.min.js
[
all
...]
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/AArch64/
AArch64ArchTimerSupport.S
9
#
http
://opensource.org/licenses/bsd-license.php
ArmLibSupportV8.S
10
#
http
://opensource.org/licenses/bsd-license.php
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/Arm/
ArmLibSupportV7.S
10
#
http
://opensource.org/licenses/bsd-license.php
/device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
muldi3.S
8
#
http
://opensource.org/licenses/bsd-license.php
udivsi3.S
8
#
http
://opensource.org/licenses/bsd-license.php
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/AArch64/
Exception.S
7
#
http
://opensource.org/licenses/bsd-license.php
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/Arm/
Exception.S
7
#
http
://opensource.org/licenses/bsd-license.php
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmXenRelocatablePlatformLib/AARCH64/
RelocatableVirtHelper.S
8
#
http
://opensource.org/licenses/bsd-license.php
Completed in 803 milliseconds
<<
101
102
103
104
105
106
107
108
109
110
>>