| /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 | |
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_proxy.cpp | 36 JSHandle<JSProxy> proxy = JSProxy::ProxyCreate(argv->GetThread(), GetCallArg(argv, 0), GetCallArg(argv, 1)); in ProxyConstructor() local 50 JSHandle<JSProxy> proxy = JSProxy::ProxyCreate(thread, GetCallArg(argv, 0), GetCallArg(argv, 1)); in Revocable() local 84 JSHandle<JSTaggedValue> proxy = GetConstructor(argv); in InvalidateProxyFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_proxy.h | 48 static inline OperationResult GetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, in GetProperty() argument 56 SetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, bool mayThrow = false) SetProperty() argument [all...] |
| /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
|