Home
last modified time | relevance | path

Searched refs:proxy (Results 326 - 348 of 348) sorted by relevance

1...<<11121314

/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc643 proxy(this, Label::kDeferred), in HandleLoadICSmiHandlerLoadNamedCase()
669 GotoIf(WordEqual(handler_kind, LOAD_KIND(kProxy)), &proxy); in HandleLoadICSmiHandlerLoadNamedCase() local
765 BIND(&proxy); in HandleLoadICSmiHandlerLoadNamedCase()
1984 TNode<JSProxy> proxy, Label* miss, in HandleStoreToProxy()
1997 CallBuiltin(Builtin::kProxySetProperty, p->context(), proxy, in HandleStoreToProxy()
2008 TailCallRuntime(Runtime::kSetPropertyWithReceiver, p->context(), proxy, in HandleStoreToProxy()
2012 TailCallBuiltin(Builtin::kProxySetProperty, p->context(), proxy, name, in HandleStoreToProxy()
1983 HandleStoreToProxy(const StoreICParameters* p, TNode<JSProxy> proxy, Label* miss, ElementSupport support_elements) HandleStoreToProxy() argument
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp767 sk_sp<GrSurfaceProxy> proxy = ctx->priv().proxyProvider()->wrapBackendTexture( in onGenerateTexture() local
773 if (!proxy) { in onGenerateTexture()
778 return GrSurfaceProxyView(std::move(proxy), kOrigin, swizzle); in onGenerateTexture()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]
/third_party/protobuf/python/google/protobuf/internal/
H A Dpython_message.py429 message: Message instance containing this field, or a weakref proxy
1509 self._parent_message_weakref = weakref.proxy(parent_message)
/third_party/cups-filters/utils/
H A Dcups-browsed.c12190 nm_properties_changed (GDBusProxy *proxy, in nm_properties_changed() argument
12250 GDBusProxy *proxy = NULL; in main() local
12657 proxy = g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM, in main()
12666 if (proxy) in main()
12667 g_signal_connect (proxy, in main()
12707 /* Subscribe to CUPS' D-Bus notifications and create a proxy to receive in main()
12758 if (proxy) in main()
12759 g_object_unref (proxy); in main()
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc3079 // Allocate the proxy object. in NewJSProxy()
3111 Handle<JSGlobalProxy> proxy = Handle<JSGlobalProxy>::cast( in NewUninitializedJSGlobalProxy() local
3114 // a global proxy key and needs to be rehashed after deserialization. in NewUninitializedJSGlobalProxy()
3115 proxy->GetOrCreateIdentityHash(isolate()); in NewUninitializedJSGlobalProxy()
3116 return proxy; in NewUninitializedJSGlobalProxy()
3125 // The proxy's hash should be retained across reinitialization. in ReinitializeJSGlobalProxy()
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc1382 PostIncrProxy proxy(**this); in operator ++()
1384 return proxy; in operator ++()
/third_party/python/Lib/test/
H A Dtest_deque.py862 p = weakref.proxy(d)
H A Dtest_sys.py1587 check(weakref.proxy(int), size('2Pn3P'))
H A Dtest_functools.py19 from weakref import proxy namespace
167 p = proxy(f)
H A Dtest_re.py13 from weakref import proxy namespace
81 y = proxy(x)
H A Dtest_array.py1098 p = weakref.proxy(s)
H A Dtest_itertools.py1476 p = weakref.proxy(a)
H A Dtest_set.py596 p = weakref.proxy(s)
H A Dtest_socket.py21 from weakref import proxy namespace
866 p = proxy(s)
875 self.fail('Socket proxy still exists')
H A Dpickletester.py2155 p = weakref.proxy(x)
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h1879 #define DOCTEST_CREATE_AND_REGISTER_FUNCTION_IN_CLASS(f, proxy, decorators) \
1880 static doctest::detail::funcType proxy() { return f; } \
1881 DOCTEST_REGISTER_FUNCTION(inline const, proxy(), decorators) \
/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc670 JSProxy proxy = JSProxy::cast(current); in GetFunctionRealm() local
671 if (proxy.IsRevoked()) { in GetFunctionRealm()
676 current = JSReceiver::cast(proxy.target()); in GetFunctionRealm()
2298 // - a proxy wrapper around constructor, or in New()
/third_party/skia/src/effects/imagefilters/
H A DSkLightingImageFilter.cpp491 inputView.proxy()->isProtected(), in filterImageGPU()
/third_party/curl/lib/
H A Dftp.c51 #include "http.h" /* for HTTP proxy tunnel stuff */
1788 If a proxy tunnel is used, returns the original host name instead, because in control_address()
1789 the effective control connection address is the proxy address, in control_address()
1924 if(conn->bits.proxy) { in ftp_state_pasv_resp()
1926 * This connection uses a proxy and we need to connect to the proxy again in ftp_state_pasv_resp()
1939 (unsigned short)conn->port; /* we connect to the proxy's port */ in ftp_state_pasv_resp()
1942 failf(data, "Can't resolve proxy host %s:%hu", host_name, connectport); in ftp_state_pasv_resp()
2085 * as an FTP transfer might involve a HTTP proxy connection and in client_write_header()
3588 * proxy the in ftp_do_more()
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc9312 TNode<JSProxy> proxy = CAST(current.value());
9314 CAST(LoadObjectField(proxy, JSProxy::kHandlerOffset));
9318 CAST(LoadObjectField(proxy, JSProxy::kTargetOffset));
/third_party/mbedtls/tests/
H A Dssl-opt.sh120 # Pick a "unique" server port in the range 10000-19999, and a proxy
139 printf " --proxy-port\tTCP/UDP proxy port (default: randomish 2xxxx)\n"
175 --proxy-port)
517 # * $CLI_CMD, $SRV_CMD, $PXY_CMD: client/server/proxy commands.
982 echo " ! proxy output:"
1047 # When we use a proxy, it will be listening on the same port we
1074 # Wait for proxy process $2 to be listening on port $1.
1287 # * $CLI_CMD, $PXY_CMD, $SRV_CMD: the client, proxy and server commands.
1293 # if the test uses DTLS but no custom proxy, ad
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c8941 ** used as a proxy for the total work done by the prepared statement.
44797 unixFile *proxy = pCtx->lockProxy; proxyCheckReservedLock() local
44836 unixFile *proxy = pCtx->lockProxy; proxyLock() local
44860 unixFile *proxy = pCtx->lockProxy; proxyUnlock() local
[all...]

Completed in 278 milliseconds

1...<<11121314