Home
last modified time | relevance | path

Searched defs:proxy (Results 1 - 25 of 168) sorted by relevance

1234567

/third_party/jerryscript/tests/jerry/es2015/
H A Darray-isarray.js35 var proxy = revocable.proxy; variable
46 var proxy = revocable.proxy; variable
H A Djson-stringify.js41 var proxy = revocable.proxy; variable
H A Dproxy_revocable.js24 var proxy = revocable.proxy; variable
H A Dproxy_set.js102 var proxy = revocable.proxy; global() variable
[all...]
H A Dproxy_is_extensible.js125 var proxy = revocable.proxy; global() variable
[all...]
H A Dproxy_delete.js112 var proxy = revocable.proxy; global() variable
[all...]
/third_party/libwebsockets/lib/core-net/client/
H A Dclient.c30 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 Daltcp_proxyconnect.h67 struct altcp_proxyconnect_config proxy; member
/third_party/skia/src/gpu/
H A DGrOnFlushResourceProvider.cpp21 bool GrOnFlushResourceProvider::instatiateProxy(GrSurfaceProxy* proxy) { in instatiateProxy() argument
H A DGrImageContext.cpp18 GrImageContext::GrImageContext(sk_sp<GrContextThreadSafeProxy> proxy) in GrImageContext() argument
H A DGrContextThreadSafeProxyPriv.h50 explicit GrContextThreadSafeProxyPriv(GrContextThreadSafeProxy* proxy) : fProxy(proxy) {} in GrContextThreadSafeProxyPriv() argument
H A DGrContext_Base.cpp16 GrContext_Base::GrContext_Base(sk_sp<GrContextThreadSafeProxy> proxy) in GrContext_Base() argument
H A DGrSurfaceProxyPriv.h48 explicit GrSurfaceProxyPriv(GrSurfaceProxy* proxy) : fProxy(proxy) {} in GrSurfaceProxyPriv() argument
H A DGrTextureResolveRenderTask.cpp22 GrSurfaceProxy* proxy = proxyRef.get(); in addProxy() local
70 GrSurfaceProxy* proxy = this->target(i); in onExecute() local
[all...]
/third_party/skia/src/shaders/
H A DSkLocalMatrixShader.h20 SkLocalMatrixShader(sk_sp<SkShader> proxy, const SkMatrix& localMatrix) in SkLocalMatrixShader() argument
/third_party/skia/include/utils/
H A DSkPaintFilterCanvas.h100 SkCanvas* proxy() const { SkASSERT(fList.count() == 1); return fList[0]; } in proxy() function in SkPaintFilterCanvas
/third_party/skia/src/gpu/mock/
H A DGrMockRenderTask.h20 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 DRandomScalerContext.h23 SkTypeface* proxy() const { return fProxy.get(); } in proxy() function in SkRandomTypeface
/third_party/node/deps/npm/node_modules/http-cache-semantics/
H A Dindex.js
/third_party/node/deps/v8/src/runtime/
H A Druntime-forin.cc69 Handle<JSProxy> proxy = it.GetHolder<JSProxy>(); in HasEnumerableProperty() local
/third_party/skia/tests/
H A DBackendSurfaceMutableStateTest.cpp65 GrSurfaceProxy* proxy = sk_gpu_test::GetTextureImageProxy(wrappedImage.get(), dContext); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local
/third_party/skia/include/ports/
H A DSkFontMgr_indirect.h30 SkFontMgr_Indirect(sk_sp<SkFontMgr> impl, sk_sp<SkRemotableFontMgr> proxy) in SkFontMgr_Indirect() argument
/third_party/curl/lib/
H A Dhttp_negotiate.c39 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
H A Dhttp_digest.c46 Curl_input_digest(struct Curl_easy *data, bool proxy, const char *header) Curl_input_digest() argument
71 Curl_output_digest(struct Curl_easy *data, bool proxy, const unsigned char *request, const unsigned char *uripath) Curl_output_digest() argument
/third_party/jerryscript/tests/unit-core/
H A Dtest-api-property.cpp100 jerry_value_t proxy = jerry_create_proxy (target, handler); in HWTEST_F() local

Completed in 6 milliseconds

1234567