/third_party/node/deps/v8/src/ic/ |
H A D | accessor-assembler.cc | 643 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 D | canvaskit_bindings.cpp | 767 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 D | stylo.hpp | [all...] |
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | python_message.py | 429 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 D | cups-browsed.c | 12190 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 D | factory.cc | 3079 // 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 D | gmock-matchers-containers_test.cc | 1382 PostIncrProxy proxy(**this); in operator ++() 1384 return proxy; in operator ++()
|
/third_party/python/Lib/test/ |
H A D | test_deque.py | 862 p = weakref.proxy(d)
|
H A D | test_sys.py | 1587 check(weakref.proxy(int), size('2Pn3P'))
|
H A D | test_functools.py | 19 from weakref import proxy namespace 167 p = proxy(f)
|
H A D | test_re.py | 13 from weakref import proxy namespace 81 y = proxy(x)
|
H A D | test_array.py | 1098 p = weakref.proxy(s)
|
H A D | test_itertools.py | 1476 p = weakref.proxy(a)
|
H A D | test_set.py | 596 p = weakref.proxy(s)
|
H A D | test_socket.py | 21 from weakref import proxy namespace 866 p = proxy(s) 875 self.fail('Socket proxy still exists')
|
H A D | pickletester.py | 2155 p = weakref.proxy(x)
|
/third_party/json/tests/thirdparty/doctest/ |
H A D | doctest.h | 1879 #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 D | js-objects.cc | 670 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 D | SkLightingImageFilter.cpp | 491 inputView.proxy()->isProtected(), in filterImageGPU()
|
/third_party/curl/lib/ |
H A D | ftp.c | 51 #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 D | code-stub-assembler.cc | 9312 TNode<JSProxy> proxy = CAST(current.value()); 9314 CAST(LoadObjectField(proxy, JSProxy::kHandlerOffset)); 9318 CAST(LoadObjectField(proxy, JSProxy::kTargetOffset));
|
/third_party/mbedtls/tests/ |
H A D | ssl-opt.sh | 120 # 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 D | sqlite3.c | 8941 ** 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...] |