/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/node/deps/npm/node_modules/http-cache-semantics/ |
H A D | index.js | |
/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/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
|
/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
|
H A D | http_digest.c | 46 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 D | test-api-property.cpp | 100 jerry_value_t proxy = jerry_create_proxy (target, handler); in HWTEST_F() local
|