Home
last modified time | relevance | path

Searched refs:proxy (Results 976 - 1000 of 1067) sorted by relevance

1...<<31323334353637383940>>...43

/third_party/openssl/apps/
H A Docsp.c166 {"proxy", OPT_PROXY, 's',
167 "[http[s]://]host[:port][/path] of HTTP(S) proxy to use; path is ignored"},
169 "List of addresses of servers not to use HTTP(S) proxy for"},
1233 const char *proxy, const char *no_proxy, in process_responder()
1249 app_http_post_asn1(host, port, path, proxy, no_proxy, in process_responder()
1231 process_responder(OCSP_REQUEST *req, const char *host, const char *port, const char *path, const char *proxy, const char *no_proxy, int use_ssl, STACK_OF(CONF_VALUE) *headers, int req_timeout) process_responder() argument
/third_party/python/Lib/unittest/test/testmock/
H A Dtesthelpers.py950 proxy = Foo()
951 autospec = create_autospec(proxy)
/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_dump_test.cpp108 const OHOS::sptr<OHOS::IRemoteObject> &proxy, const int &code, const std::string &data, const bool &abortEvent);
397 const OHOS::sptr<OHOS::IRemoteObject> &proxy, const int &code, const std::string &data, const bool &abortEvent) in FinishReceiver()
400 std::bind(&InnerCommonEventManager::FinishReceiver, innerCommonEventManager_, proxy, code, data, abortEvent); in FinishReceiver()
396 FinishReceiver( const OHOS::sptr<OHOS::IRemoteObject> &proxy, const int &code, const std::string &data, const bool &abortEvent) FinishReceiver() argument
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/
H A Dams_app_life_cycle_module_test.cpp1786 auto proxy = iface_cast<IAppMgr>(object); in HWTEST_F() local
1787 EXPECT_NE(proxy, nullptr); in HWTEST_F()
1789 ErrCode result = proxy->GetAmsMgr()->KillProcessWithAccount(STRING_BUNDLE_NAME, ACCOUNT_ID); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp141 auto proxy = grid->scrollBarProxy_; in CreateScrollable()
142 if (proxy) { in CreateScrollable()
143 proxy->StartScrollBarAnimator(); in CreateScrollable()
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/
H A Dui_extension_component_test_ng.cpp144 auto onModalRemoteReady = [](const std::shared_ptr<Ace::ModalUIExtensionProxy>& proxy) {}; in CreateUecNode()
188 auto onModalRemoteReady = [](const std::shared_ptr<Ace::ModalUIExtensionProxy>& proxy) {}; in SetCallbacks()
260 auto onModalRemoteReady = [](const std::shared_ptr<Ace::ModalUIExtensionProxy>& proxy) {}; in HWTEST_F()
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_device_proxy_lite.cpp339 IClientProxy *proxy = nullptr; in Init() local
340 int result = iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, reinterpret_cast<void **>(&proxy)); in Init()
345 remote_ = proxy; in Init()
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Djs_file_access_ext_ability.cpp1689 auto proxy = FileAccessServiceProxy::GetInstance(); in Notify() local
1690 if (proxy == nullptr) { in Notify()
1694 auto ret = proxy->OnChange(uri, notifyType); in Notify()
/third_party/curl/tests/
H A Dservers.pm145 our $SOCKSIN="socksd-request.log"; # what curl sent to the SOCKS proxy
479 # since the http2+3 server is a proxy that needs to know about the
524 # Return flags to let curl use an external HTTP proxy
527 return " --proxy $proxy_address ";
1124 elsif($alt eq "proxy") {
1155 $flags .= "--connect $HOSTIP " if($alt eq "proxy");
1330 my ($verb, $proto, $proxy, $certfile) = @_;
1335 if($proxy eq "proxy") {
1336 # the https-proxy run
[all...]
/third_party/curl/lib/vtls/
H A Dvtls.c210 bool proxy) in Curl_ssl_conn_config_match()
213 if(proxy) in Curl_ssl_conn_config_match()
217 (void)proxy; in Curl_ssl_conn_config_match()
593 Curl_ssl_cf_is_proxy(cf) ? "proxy" : "host", in Curl_ssl_getsessionid()
208 Curl_ssl_conn_config_match(struct Curl_easy *data, struct connectdata *candidate, bool proxy) Curl_ssl_conn_config_match() argument
/third_party/json/tests/src/
H A Dunit-deserialization.cpp577 using proxy = proxy_iterator<std::string>;
588 CHECK(json::sax_parse(proxy(first), proxy(last), &sax,
/third_party/python/Lib/collections/
H A D__init__.py39 from _weakref import proxy as _proxy
88 # The sentinel is in self.__hardroot with a weakref proxy in self.__root.
107 dict_setitem=dict.__setitem__, proxy=_proxy, Link=_Link):
117 root.prev = proxy(link)
212 size += sizeof(self.__root) * n # proxy objects
/third_party/skia/src/gpu/v1/
H A DClipStack.cpp322 // Create our texture proxy in render_sw_mask()
327 auto proxy = proxyProvider->createProxy(format, bounds.size(), GrRenderable::kNo, 1, in render_sw_mask() local
354 proxy->texPriv().setDeferredUploader(std::move(uploader)); in render_sw_mask()
356 return {std::move(proxy), kMaskOrigin, swizzle}; in render_sw_mask()
/third_party/nghttp2/src/
H A Dshrpx_config.cc2299 if (util::strieq_l("accept-proxy-protoco", name, 20)) { in option_lookup_token()
2339 if (util::strieq_l("backend-http-proxy-ur", name, 21)) { in option_lookup_token()
3003 << ": deprecated. Use http2-proxy, frontend=<addr>,<port>;no-tls " in parse_config()
3283 auto &proxy = config->downstream_http_proxy; in parse_config() local
3286 proxy = {}; in parse_config()
3296 proxy.userinfo = util::percent_decode(config->balloc, uf); in parse_config()
3300 proxy.host = make_string_ref( in parse_config()
3307 proxy.port = u.port; in parse_config()
/third_party/node/deps/v8/src/ast/
H A Dast.h1517 // Bind this proxy to the variable var.
1529 // Provides filtered access to the unresolved variable proxy threaded list.
1631 VariableProxy* proxy = property->key()->AsVariableProxy(); in GetAssignType() local
1632 DCHECK_NOT_NULL(proxy); in GetAssignType()
1633 Variable* var = proxy->var(); in GetAssignType()
3078 VariableProxy* CopyVariableProxy(VariableProxy* proxy) { in CopyVariableProxy() argument
3079 return zone_->New<VariableProxy>(proxy); in CopyVariableProxy()
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc1140 JSGlobalProxy proxy) { in ExtractJSGlobalProxyReferences()
1141 SetInternalReference(entry, "native_context", proxy.native_context(), in ExtractJSGlobalProxyReferences()
2337 JSObject proxy = Context::cast(o).global_proxy(); in VisitRootPointersImpl() local
2338 if (!proxy.IsJSGlobalProxy(isolate_)) continue; in VisitRootPointersImpl()
2339 Object global = proxy.map(isolate_).prototype(isolate_); in VisitRootPointersImpl()
1139 ExtractJSGlobalProxyReferences(HeapEntry* entry, JSGlobalProxy proxy) ExtractJSGlobalProxyReferences() argument
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_ability_context.cpp585 napi_value proxy = connection->GetProxyObject(); in CheckConnectAlreadyExist() local
586 if (proxy == nullptr) { in CheckConnectAlreadyExist()
587 TAG_LOGW(AAFwkTag::UISERVC_EXT, "can't got proxy object, wait for duplicated connect finish"); in CheckConnectAlreadyExist()
590 TAG_LOGD(AAFwkTag::UISERVC_EXT, "resolve, got proxy object"); in CheckConnectAlreadyExist()
591 uasyncTask->ResolveWithNoError(env, proxy); in CheckConnectAlreadyExist()
673 AAFwk::JsUIServiceProxy* proxy = nullptr; in OnDisconnectUIServiceExtension() local
674 napi_status status = napi_unwrap(env, info.argv[INDEX_ZERO], reinterpret_cast<void**>(&proxy)); in OnDisconnectUIServiceExtension()
675 if (status != napi_ok || proxy == nullptr) { in OnDisconnectUIServiceExtension()
676 TAG_LOGE(AAFwkTag::UISERVC_EXT, "napi_unwrap err or proxy == nullptr"); in OnDisconnectUIServiceExtension()
682 int64_t connectId = proxy in OnDisconnectUIServiceExtension()
[all...]
/base/request/request/frameworks/native/src/
H A Drequest_service_proxy.cpp67 data.WriteString(config.proxy); in Create()
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_test_ng.cpp620 transitionInfo.transition = [](const RefPtr<TabContentTransitionProxy>& proxy) {}; in HWTEST_F()
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-globals.h1953 ecma_value_t proxy; /**< [[RevocableProxy]] internal slot */ member
/third_party/node/test/parallel/
H A Dtest-repl-tab-complete.js411 // Make sure tab completion doesn't crash REPL with half-baked proxy objects.
416 'var proxy = new Proxy({}, {ownKeys: () => { throw new Error(); }});',
419 testMe.complete('proxy.', common.mustCall(function(error, data) {
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_local.h47 char *proxy; member
/third_party/openssl/crypto/cmp/
H A Dcmp_local.h47 char *proxy; member
/third_party/skia/src/effects/imagefilters/
H A DSkMatrixConvolutionImageFilter.cpp374 const auto isProtected = inputView.proxy()->isProtected(); in onFilterImage()
380 // Map srcBounds from input's logical image domain to that of the proxy in onFilterImage()
/third_party/python/Lib/
H A Dweakref.py16 proxy,
30 __all__ = ["ref", "proxy", "getweakrefcount", "getweakrefs",

Completed in 71 milliseconds

1...<<31323334353637383940>>...43