Home
last modified time | relevance | path

Searched defs:proxy (Results 576 - 600 of 736) sorted by relevance

1...<<21222324252627282930

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_db_proxy_test.cpp159 CloudDBProxy proxy; in HWTEST_F() local
189 CloudDBProxy proxy; in HWTEST_F() local
247 CloudDBProxy proxy; HWTEST_F() local
301 CloudDBProxy proxy; HWTEST_F() local
385 CloudDBProxy proxy; HWTEST_F() local
495 CloudDBProxy proxy; HWTEST_F() local
529 CloudDBProxy proxy; HWTEST_F() local
827 CloudDBProxy proxy; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/dataability/src/
H A Dnapi_data_ability_predicates.cpp97 auto *proxy = new (std::nothrow) DataAbilityPredicatesProxy(); in New() local
138 DataAbilityPredicatesProxy *proxy = nullptr; in NewInstance() local
155 DataAbilityPredicatesProxy *proxy in GetNativePredicates() local
170 DataAbilityPredicatesProxy *proxy = static_cast<DataAbilityPredicatesProxy *>(nativeObject); Destructor() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_transaction.cpp192 TransactionProxy *proxy = nullptr; in NewInstance() local
252 auto *proxy = new (std::nothrow) TransactionProxy(); in Initialize() local
[all...]
H A Dnapi_rdb_predicates.cpp107 auto *proxy = new (std::nothrow) RdbPredicatesProxy(tableName); in New() local
150 RdbPredicatesProxy *proxy = nullptr; in NewInstance() local
166 RdbPredicatesProxy *proxy in Destructor() local
186 RdbPredicatesProxy *proxy = nullptr; GetNativePredicates() local
210 RdbPredicatesProxy *proxy = nullptr; ParseFieldArrayByName() local
227 RdbPredicatesProxy *proxy = nullptr; ParseFieldByName() local
244 RdbPredicatesProxy *proxy = nullptr; ParseInt32FieldByName() local
265 RdbPredicatesProxy *proxy = nullptr; ParseFieldAndValueArray() local
287 RdbPredicatesProxy *proxy = nullptr; ParseFieldAndValue() local
309 RdbPredicatesProxy *proxy = nullptr; ParseFieldAndStringValue() local
335 RdbPredicatesProxy *proxy = nullptr; ParseFieldLowAndHigh() local
601 RdbPredicatesProxy *proxy = nullptr; Limit() local
[all...]
/test/xts/acts/communication/dsoftbus/capi_ipc/entry/src/main/cpp/
H A Dipc_capi.cpp223 OHIPCRemoteProxy *proxy = nullptr; in OHIPCRemoteProxyDestroy() local
232 const OHIPCRemoteProxy *proxy = nullptr; in OHIPCRemoteProxySendRequest() local
251 OHIPCRemoteProxy *proxy = nullptr; in OHIPCRemoteProxyGetInterfaceDescriptor() local
294 OHIPCRemoteProxy *proxy = nullptr; in OHIPCRemoteProxyAddDeathRecipient() local
319 OHIPCRemoteProxy *proxy in OHIPCRemoteProxyIsRemoteDead() local
793 OHIPCRemoteProxy *proxy = nullptr; OHIPCParcelWriteRemoteProxy() local
809 OHIPCRemoteProxy *proxy = OH_IPCParcel_ReadRemoteProxy(parcel); OHIPCParcelReadRemoteProxy() local
[all...]
/third_party/curl/lib/
H A Dcf-h1-proxy.c300 bool proxy = (k->httpcode == 407) ? TRUE : FALSE; in on_resp_header() local
[all...]
H A Dhttp_aws_sigv4.c527 CURLcode Curl_output_aws_sigv4(struct Curl_easy *data, bool proxy) in Curl_output_aws_sigv4() argument
/third_party/libabigail/tools/
H A Dfedabipkgdiff258 def proxy(*args, **kwargs): function
/third_party/node/deps/v8/third_party/jinja2/
H A Druntime.py311 def proxy(self): function
/third_party/python/Lib/
H A Dsmtpd.py867 proxy = class_((options.localhost, options.localport), variable
/third_party/skia/src/image/
H A DSkSurface_Gpu.cpp629 auto proxy = proxyProvider->wrapBackendRenderTarget(rt, std::move(releaseHelper)); MakeFromBackendRenderTarget() local
[all...]
H A DSkImage_Lazy.cpp450 auto proxy = proxyProvider->findOrCreateProxyByUniqueKey(key); in lockTextureProxyView() local
[all...]
/third_party/skia/src/gpu/effects/
H A DGrTextureEffect.cpp38 GrTextureEffect::Sampling::Sampling(const GrSurfaceProxy& proxy, in Sampling() argument
[all...]
/third_party/skia/src/gpu/
H A DGrProxyProvider.cpp53 bool GrProxyProvider::assignUniqueKeyToProxy(const GrUniqueKey& key, GrTextureProxy* proxy) { in assignUniqueKeyToProxy() argument
85 sk_sp<T> GrProxyProvider::assignTagToProxy(sk_sp<T> proxy) { in assignTagToProxy() argument
96 adoptUniqueKeyFromSurface(GrTextureProxy* proxy, const GrSurface* surf) adoptUniqueKeyFromSurface() argument
105 removeUniqueKeyFromProxy(GrTextureProxy* proxy) removeUniqueKeyFromProxy() argument
124 GrTextureProxy* proxy = fUniquelyKeyedProxies.find(key); findProxyByUniqueKey() local
268 auto proxy = this->findOrCreateProxyByUniqueKey(key); findCachedProxyWithColorTypeFallback() local
315 sk_sp<GrTextureProxy> proxy; createProxyFromBitmap() local
351 sk_sp<GrTextureProxy> proxy = this->createLazyProxy( createNonMippedProxyFromBitmap() local
395 sk_sp<GrTextureProxy> proxy = this->createLazyProxy( createMippedProxyFromBitmap() local
511 sk_sp<GrTextureProxy> proxy = this->createLazyProxy( createCompressedTextureProxy() local
747 auto proxy = sk_sp<GrTextureProxy>(new GrTextureProxy(std::move(callback), CreatePromiseProxy() local
879 processInvalidUniqueKey(const GrUniqueKey& key, GrTextureProxy* proxy, InvalidateGPUResource invalidateGPUResource) processInvalidUniqueKey() argument
884 processInvalidUniqueKeyImpl(const GrUniqueKey& key, GrTextureProxy* proxy, InvalidateGPUResource invalidateGPUResource, RemoveTableEntry removeTableEntry) processInvalidUniqueKeyImpl() argument
[all...]
H A DGrDrawingManager.cpp477 static void resolve_and_mipmap(GrGpu* gpu, GrSurfaceProxy* proxy) { in resolve_and_mipmap() argument
770 newWaitRenderTask(sk_sp<GrSurfaceProxy> proxy, std::unique_ptr<std::unique_ptr<GrSemaphore>[]> semaphores, int numSemaphores) newWaitRenderTask() argument
[all...]
/third_party/skia/src/gpu/ops/
H A DGrOp.h292 void makeFullScreen(GrSurfaceProxy* proxy) { in makeFullScreen() argument
/third_party/skia/third_party/externals/jinja2/
H A Druntime.py311 def proxy(self): function
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dmhd2spdy_structures.h134 struct Proxy * proxy; member
/third_party/skia/tests/
H A DResourceAllocatorTest.cpp126 sk_sp<GrSurfaceProxy> proxy; in make_proxy() local
374 sk_sp<GrSurfaceProxy> proxy = make_proxy(dContext, params); memory_budget_test() local
388 sk_sp<GrSurfaceProxy> proxy = make_proxy(dContext, params); memory_budget_test() local
[all...]
H A DBackendAllocationTest.cpp108 GrTextureProxy* proxy = sk_gpu_test::GetTextureImageProxy(img.get(), dContext); in test_wrapping() local
270 sk_sp<GrSurfaceProxy> proxy; in check_base_readbacks() local
389 auto proxy = dContext->priv().proxyProvider()->wrapBackendTexture(backendTex, check_mipmaps() local
[all...]
/third_party/python/Objects/
H A Dweakrefobject.c295 PyWeakReference *ref, *proxy; in weakref___new__() local
393 proxy_checkref(PyWeakReference *proxy) in proxy_checkref() argument
476 proxy_repr(PyWeakReference *proxy) proxy_repr() argument
487 proxy_setattr(PyWeakReference *proxy, PyObject *name, PyObject *value) proxy_setattr() argument
499 proxy_richcompare(PyObject *proxy, PyObject *v, int op) proxy_richcompare() argument
543 proxy_bool(PyWeakReference *proxy) proxy_bool() argument
568 proxy_contains(PyWeakReference *proxy, PyObject *value) proxy_contains() argument
583 proxy_length(PyWeakReference *proxy) proxy_length() argument
598 proxy_setitem(PyWeakReference *proxy, PyObject *key, PyObject *value) proxy_setitem() argument
618 proxy_iter(PyWeakReference *proxy) proxy_iter() argument
630 proxy_iternext(PyWeakReference *proxy) proxy_iternext() argument
791 PyWeakReference *ref, *proxy; PyWeakref_NewRef() local
850 PyWeakReference *ref, *proxy; PyWeakref_NewProxy() local
[all...]
/third_party/python/Lib/test/
H A Dtest_fileio.py9 from weakref import proxy namespace
/third_party/skia/gm/
H A Dexoticformats.cpp386 GrTextureProxy* proxy = sk_gpu_test::GetTextureImageProxy(image, in drawImage() local
/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_impl.cpp82 sptr<LocatorProxy> proxy = GetProxy(); in IsLocationEnabled() local
115 sptr<LocatorProxy> proxy = GetProxy(); in EnableAbility() local
132 sptr<LocatorProxy> proxy = GetProxy(); in StartLocating() local
153 sptr<LocatorProxy> proxy = GetProxy(); StopLocating() local
171 sptr<LocatorProxy> proxy = GetProxy(); GetCachedLocation() local
215 sptr<LocatorProxy> proxy = GetProxy(); RegisterGnssStatusCallback() local
234 sptr<LocatorProxy> proxy = GetProxy(); UnregisterGnssStatusCallback() local
249 sptr<LocatorProxy> proxy = GetProxy(); RegisterNmeaMessageCallback() local
268 sptr<LocatorProxy> proxy = GetProxy(); UnregisterNmeaMessageCallback() local
317 sptr<LocatorProxy> proxy = GetProxy(); RegisterCachedLocationCallback() local
330 sptr<LocatorProxy> proxy = GetProxy(); UnregisterCachedLocationCallback() local
345 sptr<LocatorProxy> proxy = GetProxy(); IsGeoServiceAvailable() local
367 sptr<LocatorProxy> proxy = GetProxy(); GetAddressByCoordinate() local
404 sptr<LocatorProxy> proxy = GetProxy(); GetAddressByLocationName() local
443 sptr<LocatorProxy> proxy = GetProxy(); IsLocationPrivacyConfirmed() local
458 sptr<LocatorProxy> proxy = GetProxy(); SetLocationPrivacyConfirmStatus() local
473 sptr<LocatorProxy> proxy = GetProxy(); GetCachedGnssLocationsSize() local
488 sptr<LocatorProxy> proxy = GetProxy(); FlushCachedGnssLocations() local
503 sptr<LocatorProxy> proxy = GetProxy(); SendCommand() local
529 sptr<LocatorProxy> proxy = GetProxy(); EnableLocationMock() local
544 sptr<LocatorProxy> proxy = GetProxy(); DisableLocationMock() local
560 sptr<LocatorProxy> proxy = GetProxy(); SetMockedLocations() local
575 sptr<LocatorProxy> proxy = GetProxy(); EnableReverseGeocodingMock() local
590 sptr<LocatorProxy> proxy = GetProxy(); DisableReverseGeocodingMock() local
605 sptr<LocatorProxy> proxy = GetProxy(); SetReverseGeocodingMockInfo() local
626 sptr<LocatorProxy> proxy = GetProxy(); IsLocationEnabledV9() local
682 sptr<LocatorProxy> proxy = GetProxy(); EnableAbilityV9() local
700 sptr<LocatorProxy> proxy = GetProxy(); EnableAbilityForUser() local
716 sptr<LocatorProxy> proxy = GetProxy(); StartLocatingV9() local
739 sptr<LocatorProxy> proxy = GetProxy(); StopLocatingV9() local
755 sptr<LocatorProxy> proxy = GetProxy(); GetCachedLocationV9() local
790 sptr<LocatorProxy> proxy = GetProxy(); RegisterGnssStatusCallbackV9() local
813 sptr<LocatorProxy> proxy = GetProxy(); UnregisterGnssStatusCallbackV9() local
829 sptr<LocatorProxy> proxy = GetProxy(); RegisterNmeaMessageCallbackV9() local
852 sptr<LocatorProxy> proxy = GetProxy(); UnregisterNmeaMessageCallbackV9() local
904 sptr<LocatorProxy> proxy = GetProxy(); RegisterCachedLocationCallbackV9() local
919 sptr<LocatorProxy> proxy = GetProxy(); UnregisterCachedLocationCallbackV9() local
934 sptr<LocatorProxy> proxy = GetProxy(); IsGeoServiceAvailableV9() local
950 sptr<LocatorProxy> proxy = GetProxy(); GetAddressByCoordinateV9() local
986 sptr<LocatorProxy> proxy = GetProxy(); GetAddressByLocationNameV9() local
1023 sptr<LocatorProxy> proxy = GetProxy(); IsLocationPrivacyConfirmedV9() local
1038 sptr<LocatorProxy> proxy = GetProxy(); SetLocationPrivacyConfirmStatusV9() local
1053 sptr<LocatorProxy> proxy = GetProxy(); GetCachedGnssLocationsSizeV9() local
1068 sptr<LocatorProxy> proxy = GetProxy(); FlushCachedGnssLocationsV9() local
1083 sptr<LocatorProxy> proxy = GetProxy(); SendCommandV9() local
1110 sptr<LocatorProxy> proxy = GetProxy(); EnableLocationMockV9() local
1125 sptr<LocatorProxy> proxy = GetProxy(); DisableLocationMockV9() local
1141 sptr<LocatorProxy> proxy = GetProxy(); SetMockedLocationsV9() local
1156 sptr<LocatorProxy> proxy = GetProxy(); EnableReverseGeocodingMockV9() local
1171 sptr<LocatorProxy> proxy = GetProxy(); DisableReverseGeocodingMockV9() local
1186 sptr<LocatorProxy> proxy = GetProxy(); SetReverseGeocodingMockInfoV9() local
1208 sptr<LocatorProxy> proxy = GetProxy(); ProxyForFreeze() local
1229 sptr<LocatorProxy> proxy = GetProxy(); ResetAllProxy() local
1245 sptr<LocatorProxy> proxy = GetProxy(); RegisterLocatingRequiredDataCallback() local
1259 sptr<LocatorProxy> proxy = GetProxy(); UnRegisterLocatingRequiredDataCallback() local
1273 sptr<LocatorProxy> proxy = GetProxy(); SubscribeLocationError() local
1291 sptr<LocatorProxy> proxy = GetProxy(); UnSubscribeLocationError() local
1521 sptr<LocatorProxy> proxy = g_locatorImpl->GetProxy(); ResumeGnssStatusCallback() local
1537 sptr<LocatorProxy> proxy = g_locatorImpl->GetProxy(); ResumeNmeaMessageCallback() local
1553 sptr<LocatorProxy> proxy = g_locatorImpl->GetProxy(); ResumeLocating() local
[all...]
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp83 auto proxy = GetSystemAbilityProxy(); in RestoreListenEventFlag() local
96 auto proxy = GetSystemAbilityProxy(); in UpdateListenEventFlag() local
304 auto proxy in HideCurrentInput() local
324 auto proxy = GetSystemAbilityProxy(); ShowCurrentInput() local
368 auto proxy = GetSystemAbilityProxy(); RequestShowInput() local
379 auto proxy = GetSystemAbilityProxy(); RequestHideInput() local
391 auto proxy = GetSystemAbilityProxy(); DisplayOptionalInputMethod() local
407 auto proxy = GetSystemAbilityProxy(); ListInputMethodCommon() local
431 auto proxy = GetSystemAbilityProxy(); GetDefaultInputMethod() local
443 auto proxy = GetSystemAbilityProxy(); GetInputMethodConfig() local
455 auto proxy = GetSystemAbilityProxy(); GetCurrentInputMethod() local
472 auto proxy = GetSystemAbilityProxy(); GetCurrentInputMethodSubtype() local
488 auto proxy = GetSystemAbilityProxy(); IsDefaultImeSet() local
499 auto proxy = GetSystemAbilityProxy(); EnableIme() local
510 auto proxy = GetSystemAbilityProxy(); StartInput() local
521 auto proxy = GetSystemAbilityProxy(); ReleaseInput() local
537 auto proxy = GetSystemAbilityProxy(); ShowInput() local
548 auto proxy = GetSystemAbilityProxy(); HideInput() local
908 auto proxy = GetSystemAbilityProxy(); ShowSoftKeyboard() local
924 auto proxy = GetSystemAbilityProxy(); HideSoftKeyboard() local
942 auto proxy = GetSystemAbilityProxy(); StopInputSession() local
952 auto proxy = GetSystemAbilityProxy(); ShowOptionalInputMethod() local
963 auto proxy = GetSystemAbilityProxy(); ListInputMethodSubtype() local
974 auto proxy = GetSystemAbilityProxy(); ListCurrentInputMethodSubtype() local
987 auto proxy = GetSystemAbilityProxy(); SwitchInputMethod() local
1277 auto proxy = GetSystemAbilityProxy(); IsInputTypeSupported() local
1288 auto proxy = GetSystemAbilityProxy(); IsCurrentImeByPid() local
1298 auto proxy = GetSystemAbilityProxy(); StartInputType() local
1309 auto proxy = GetSystemAbilityProxy(); IsPanelShown() local
[all...]

Completed in 29 milliseconds

1...<<21222324252627282930