OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Backend
(Results
101 - 108
of
108
) sorted by null
1
2
3
4
5
/prebuilts/go/linux-x86/src/net/http/httputil/
reverseproxy_test.go
35
const backendResponse = "I am the
backend
"
37
backend
:= httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
44
t.Errorf("
backend
got unexpected TransferEncoding: %v", r.TransferEncoding)
59
t.Errorf("
backend
got Host header %q, want %q", g, e)
73
defer
backend
.Close()
74
backendURL, err := url.Parse(
backend
.URL)
125
// Test that a
backend
failing to be reached or one which doesn't return
144
const backendResponse = "I am the
backend
"
145
backend
:= httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
157
defer
backend
.Close(
[
all
...]
/external/skia/bench/
SkLinearBitmapPipelineBench.cpp
99
bool isSuitableFor(
Backend
backend
) override {
100
return
backend
== kNonRendering_Backend;
/frameworks/compile/slang/
slang.cpp
233
auto *B = new
Backend
(mRSContext, &getDiagnostics(), Opts,
265
//
backend
assumes that it can't adjust the stack in any way, which breaks
/device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
XenStore.c
1145
/* If the
backend
reads the state while we're erasing it then the
[
all
...]
/external/clang/lib/Driver/
Driver.cpp
185
// -S only runs up to the
backend
.
187
FinalPhase = phases::
Backend
;
[
all
...]
/prebuilts/go/darwin-x86/src/net/http/
serve_test.go
[
all
...]
/prebuilts/go/linux-x86/src/net/http/
serve_test.go
[
all
...]
/prebuilts/tools/common/bazel/formc-deps/
jps-builders.jar
Completed in 218 milliseconds
1
2
3
4
5