Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:proxy
(Results
1 - 25
of
174
) sorted by relevance
1
2
3
4
5
6
7
/third_party/jerryscript/tests/jerry/es2015/
H
A
D
array-isarray.js
35
var
proxy
= revocable.
proxy
;
variable
46
var
proxy
= revocable.
proxy
;
variable
H
A
D
json-stringify.js
41
var
proxy
= revocable.
proxy
;
variable
H
A
D
proxy_revocable.js
24
var
proxy
= revocable.
proxy
;
variable
H
A
D
proxy_set.js
102
var
proxy
= revocable.
proxy
;
global()
variable
[all...]
H
A
D
proxy_is_extensible.js
125
var
proxy
= revocable.
proxy
;
global()
variable
[all...]
H
A
D
proxy_delete.js
112
var
proxy
= revocable.
proxy
;
global()
variable
[all...]
/third_party/libwebsockets/lib/core-net/client/
H
A
D
client.c
30
lws_set_proxy(struct lws_vhost *vhost, const char *
proxy
)
in lws_set_proxy()
argument
[all...]
/third_party/lwip/src/include/lwip/apps/
H
A
D
altcp_proxyconnect.h
67
struct altcp_proxyconnect_config
proxy
;
member
/third_party/skia/src/gpu/
H
A
D
GrOnFlushResourceProvider.cpp
21
bool GrOnFlushResourceProvider::instatiateProxy(GrSurfaceProxy*
proxy
) {
in instatiateProxy()
argument
H
A
D
GrImageContext.cpp
18
GrImageContext::GrImageContext(sk_sp<GrContextThreadSafeProxy>
proxy
)
in GrImageContext()
argument
H
A
D
GrContextThreadSafeProxyPriv.h
50
explicit GrContextThreadSafeProxyPriv(GrContextThreadSafeProxy*
proxy
) : fProxy(
proxy
) {}
in GrContextThreadSafeProxyPriv()
argument
H
A
D
GrContext_Base.cpp
16
GrContext_Base::GrContext_Base(sk_sp<GrContextThreadSafeProxy>
proxy
)
in GrContext_Base()
argument
H
A
D
GrSurfaceProxyPriv.h
48
explicit GrSurfaceProxyPriv(GrSurfaceProxy*
proxy
) : fProxy(
proxy
) {}
in GrSurfaceProxyPriv()
argument
H
A
D
GrTextureResolveRenderTask.cpp
22
GrSurfaceProxy*
proxy
= proxyRef.get();
in addProxy()
local
70
GrSurfaceProxy*
proxy
= this->target(i);
in onExecute()
local
[all...]
/third_party/skia/src/shaders/
H
A
D
SkLocalMatrixShader.h
20
SkLocalMatrixShader(sk_sp<SkShader>
proxy
, const SkMatrix& localMatrix)
in SkLocalMatrixShader()
argument
/third_party/skia/include/utils/
H
A
D
SkPaintFilterCanvas.h
100
SkCanvas*
proxy
() const { SkASSERT(fList.count() == 1); return fList[0]; }
in proxy()
function in SkPaintFilterCanvas
/third_party/skia/src/gpu/mock/
H
A
D
GrMockRenderTask.h
20
void addTarget(sk_sp<GrSurfaceProxy>
proxy
) { fTargets.push_back(std::move(
proxy
)); }
in addTarget()
argument
22
void addUsed(sk_sp<GrSurfaceProxy>
proxy
) { fUsed.push_back(std::move(
proxy
)); }
in addUsed()
argument
/third_party/skia/tools/fonts/
H
A
D
RandomScalerContext.h
23
SkTypeface*
proxy
() const { return fProxy.get(); }
in proxy()
function in SkRandomTypeface
/third_party/node/deps/npm/node_modules/http-cache-semantics/
H
A
D
index.js
/third_party/node/deps/v8/src/runtime/
H
A
D
runtime-forin.cc
69
Handle<JSProxy>
proxy
= it.GetHolder<JSProxy>();
in HasEnumerableProperty()
local
/third_party/skia/tests/
H
A
D
BackendSurfaceMutableStateTest.cpp
65
GrSurfaceProxy*
proxy
= sk_gpu_test::GetTextureImageProxy(wrappedImage.get(), dContext);
in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
local
/third_party/skia/include/ports/
H
A
D
SkFontMgr_indirect.h
30
SkFontMgr_Indirect(sk_sp<SkFontMgr> impl, sk_sp<SkRemotableFontMgr>
proxy
)
in SkFontMgr_Indirect()
argument
/test/testfwk/xdevice/src/xdevice/_core/context/
H
A
D
center.py
35
proxy
= None # 外部网络
variable in CompatibleSession
H
A
D
proxy.py
32
proxy
= None # 外部网络
variable in UploadParams
42
proxy
= None # 外部网络
variable in SessionInfo
/third_party/curl/lib/
H
A
D
http_negotiate.c
39
Curl_input_negotiate(struct Curl_easy *data, struct connectdata *conn, bool
proxy
, const char *header)
Curl_input_negotiate()
argument
120
Curl_output_negotiate(struct Curl_easy *data, struct connectdata *conn, bool
proxy
)
Curl_output_negotiate()
argument
Completed in 6 milliseconds
1
2
3
4
5
6
7