/third_party/skia/src/gpu/v1/ |
H A D | Device_drawTexture.cpp | 197 // assumption here is that sw bitmap size is a good proxy for its size as in should_tile_image_id() 339 // Assumes srcRect and dstRect have already been optimized to fit the proxy 358 GrSurfaceProxy* proxy = view.proxy(); in draw_texture() local 359 // Must specify the strict constraint when the proxy is not functionally exact and the src in draw_texture() 360 // rect would access pixels outside the proxy's content area without the constraint. in draw_texture() 361 if (constraint != SkCanvas::kStrict_SrcRectConstraint && !proxy->isFunctionallyExact()) { in draw_texture() 366 SkRect safeBounds = proxy->getBoundsRect(); in draw_texture() 412 // Assumes srcRect and dstRect have already been optimized to fit the proxy. 893 // issue the accumulated 'n' draws starting at 'base'. 'p' represents the number of proxy in drawEdgeAAImageSet() [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout.cc | 1904 inline void hb_ot_map_t::apply (const Proxy &proxy, in apply() argument 1909 const unsigned int table_index = proxy.table_index; in apply() 1928 proxy.table.get_lookup (lookup_index), in apply() 1929 proxy.accels[lookup_index]); in apply() 1940 GSUBProxy proxy (font->face); in substitute() 1942 apply (proxy, plan, font, buffer); in substitute() 1948 GPOSProxy proxy (font->face); in position() 1950 apply (proxy, plan, font, buffer); in position()
|
/base/account/os_account/services/accountmgr/test/mock/common/ |
H A D | ability_manager_adapter.h | 99 const sptr<IRemoteObject> proxy,
|
/base/account/os_account/services/accountmgr/include/ability_manager_adapter/ |
H A D | ability_manager_adapter.h | 100 const sptr<IRemoteObject> proxy,
|
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/examples/listen_rust_sa/src/ |
H A D | lib.rs | 27 use audio_rust_sa::proxy::AudioProxy;
|
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | endpoint.h | 72 int SAMGR_AddRouter(Endpoint *endpoint, const SaName *saName, const Identity *id, IUnknown *proxy);
|
H A D | samgr_ipc_adapter.h | 78 IServerProxy *proxy;
member
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/ |
H A D | wifi_sa_service_lite.c | 66 static int Invoke(IServerProxy *proxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument
|
/third_party/skia/src/gpu/ |
H A D | GrYUVATextureProxies.h | 52 GrSurfaceProxy* proxy(int i) const { return fProxies[i].get(); } in proxy() function in GrYUVATextureProxies
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/refresh/ |
H A D | refresh_nested_test_ng.cpp | 72 auto proxy = model.CreateScrollBarProxy(); in CreateScroll() local 73 model.SetScrollBarProxy(proxy); in CreateScroll() 85 auto proxy = model.CreateScrollBarProxy(); in CreateNestScroll() local 86 model.SetScrollBarProxy(proxy); in CreateNestScroll()
|
/foundation/barrierfree/accessibility/services/aams/test/unittest/ |
H A D | accessible_ability_connection_test.cpp | 79 // new Interaction proxy in SetUp() 81 sptr<IAccessibilityElementOperator> proxy = new MockAccessibilityElementOperatorProxy(stub); in SetUp() local 82 sptr<AccessibilityWindowConnection> connection = new AccessibilityWindowConnection(0, proxy, 0); in SetUp() 130 IPCObjectProxy* proxy = static_cast<IPCObjectProxy*>(obj_.GetRefPtr()); in HWTEST_F() local 131 proxy->SendObituary(); in HWTEST_F()
|
/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessibility_ability_connection_test/ |
H A D | aams_accessibility_ability_connection_test.cpp | 79 // new Interaction proxy in SetUp() 81 sptr<IAccessibilityElementOperator> proxy = new MockAccessibilityElementOperatorProxy(stub); in SetUp() local 82 sptr<AccessibilityWindowConnection> connection = new AccessibilityWindowConnection(0, proxy, 0); in SetUp() 130 IPCObjectProxy* proxy = static_cast<IPCObjectProxy*>(obj_.GetRefPtr()); in HWTEST_F() local 131 proxy->SendObituary(); in HWTEST_F()
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/ |
H A D | device_profile_storage_manager.cpp | 115 IPCObjectProxy* proxy = reinterpret_cast<IPCObjectProxy*>(kvDataSvr.GetRefPtr()); in WaitKvDataService() local 116 if (proxy != nullptr && !proxy->IsObjectDead()) { in WaitKvDataService() 118 proxy->AddDeathRecipient(kvStoreDeathRecipientDp_); in WaitKvDataService()
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_proxy_test.cpp | 122 sptr<SessionProxy> proxy = sptr<SessionProxy>::MakeSptr(remoteMocker); in HWTEST_F() local 125 WSError res = proxy->RaiseAboveTarget(subWindowId); in HWTEST_F() 134 res = proxy->RaiseAboveTarget(subWindowId); in HWTEST_F() 138 res = proxy->RaiseAboveTarget(subWindowId); in HWTEST_F()
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | runtime.py | 311 def proxy(self): function 314 proxy.__doc__ = getattr(dict, meth).__doc__ 315 proxy.__name__ = meth 316 return proxy
|
/third_party/node/src/ |
H A D | node_util.cc | 118 // Return undefined if it's not a proxy. in GetProxyDetails() 122 Local<Proxy> proxy = args[0].As<Proxy>(); in GetProxyDetails() 129 proxy->GetTarget(), in GetProxyDetails() 130 proxy->GetHandler() in GetProxyDetails() 136 Local<Value> ret = proxy->GetTarget(); in GetProxyDetails()
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | runtime.py | 280 proxy = lambda self: getattr(self.get_all(), meth)() 281 proxy.__doc__ = getattr(dict, meth).__doc__ 282 proxy.__name__ = meth 283 return proxy
|
/third_party/node/deps/v8/src/ic/ |
H A D | handler-configuration.cc | 44 // The validity cell check for primitive and global proxy receivers does in InitPrototypeChecksImpl() 339 Handle<JSProxy> proxy, in StoreProxy() 342 if (receiver.is_identical_to(proxy)) return smi_handler; in StoreProxy() 343 return StoreThroughPrototype(isolate, receiver_map, proxy, smi_handler, in StoreProxy() 344 MaybeObjectHandle::Weak(proxy)); in StoreProxy() 337 StoreProxy(Isolate* isolate, Handle<Map> receiver_map, Handle<JSProxy> proxy, Handle<JSReceiver> receiver) StoreProxy() argument
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | runtime.py | 311 def proxy(self): function 314 proxy.__doc__ = getattr(dict, meth).__doc__ 315 proxy.__name__ = meth 316 return proxy
|
/third_party/python/Lib/multiprocessing/ |
H A D | managers.py | 459 # proxy objects (e.g. a managed list of managed lists). 728 proxy = proxytype( 734 return proxy 782 # Should be set to True only when a proxy object is being created 783 # on the manager server; primary use case: nested proxy objects. 784 # RebuildProxy detects when a proxy is being created on the manager 830 proxy = proxytype( 836 return proxy 895 # the proxy may just be for a manager which has shutdown 933 Function used for unpickling proxy object [all...] |
/third_party/skia/tests/ |
H A D | ProcessorTest.cpp | 160 sk_sp<GrTextureProxy> proxy = proxyProvider->createProxy( in DEF_GPUTEST_FOR_ALL_CONTEXTS() local 166 views.push_back({proxy, kTopLeft_GrSurfaceOrigin, swizzle}); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 186 CheckSingleThreadedProxyRefs(reporter, proxy.get(), expectedProxyRefs, -1); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 190 // just one from the 'proxy' sk_sp in DEF_GPUTEST_FOR_ALL_CONTEXTS() 191 CheckSingleThreadedProxyRefs(reporter, proxy.get(), 1, 1); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 275 if (!view || !view.proxy()->instantiate(fResourceProvider)) { in init() 300 if (!view || !view.proxy()->instantiate(fResourceProvider)) { in init() 390 SkImageInfo ii = SkImageInfo::Make(src.proxy()->dimensions(), kRGBA_8888_SkColorType, in log_texture_view()
|
/base/request/request/frameworks/js/napi/include/upload/ |
H A D | upload_task.h | 58 UPLOAD_API void SetUploadProxy(std::shared_ptr<UploadTaskNapiV5> proxy);
|
/base/notification/common_event_service/frameworks/core/include/ |
H A D | common_event_stub.h | 114 * @param proxy Indicates the current subscriber object. 120 bool FinishReceiver(const sptr<IRemoteObject> &proxy, const int32_t &code,
|
H A D | icommon_event.h | 101 * @param proxy Indicates the current subscriber object. 107 virtual bool FinishReceiver(const sptr<IRemoteObject> &proxy, const int32_t &code,
|
H A D | common_event_proxy.h | 106 * @param proxy Indicates the current subscriber object. 112 bool FinishReceiver(const sptr<IRemoteObject> &proxy, const int32_t &code, const std::string &receiverData,
|