Home
last modified time | relevance | path

Searched refs:forwarding (Results 1 – 25 of 94) sorted by relevance

1234

/third_party/flutter/flutter/packages/fuchsia_remote_debug_protocol/lib/src/
Dfuchsia_remote_connection.dart29 /// A function for forwarding ports on the local machine to a remote device.
33 /// default SSH port forwarding configuration.
41 /// The function for forwarding the local machine's ports to a remote Fuchsia
45 /// Defaults to using SSH port forwarding.
48 /// Sets [fuchsiaPortForwardingFunction] back to the default SSH port forwarding
159 /// in order to open the associated ssh_config for port forwarding.
226 // on the target before shutting down the forwarding itself.
371 // A side effect of this function is that internally tracked port forwarding
406 // While the IPv4 loopback can be used for the initial port forwarding
507 // Don't queue events, since this is the initial forwarding.
[all …]
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.c171 gboolean forwarding; member
275 if (priv->forwarding && forward && priv->sink_forward_pad) { in gst_harness_sink_event()
407 if (priv->forwarding && priv->sink_forward_pad != NULL) { in gst_harness_sink_query()
444 if (priv->forwarding && priv->sink_forward_pad != NULL) { in gst_harness_sink_query()
1581 gst_harness_set_forwarding (GstHarness * h, gboolean forwarding) in gst_harness_set_forwarding() argument
1584 priv->forwarding = forwarding; in gst_harness_set_forwarding()
1586 gst_harness_set_forwarding (h->src_harness, forwarding); in gst_harness_set_forwarding()
1588 gst_harness_set_forwarding (h->sink_harness, forwarding); in gst_harness_set_forwarding()
2367 gst_harness_set_forwarding (h->src_harness, h->priv->forwarding); in gst_harness_add_src_harness()
2567 if (priv->forwarding && h->sinkpad && fwdpad) { in gst_harness_add_sink_harness()
[all …]
Dgstharness.h175 void gst_harness_set_forwarding (GstHarness * h, gboolean forwarding);
/third_party/json/doc/mkdocs/docs/api/basic_json/
Dobject_comparator_t.md13 …ected, a transparent com parator is used which, when combined with perfect forwarding on find() and
/third_party/typescript/tests/baselines/reference/
DerrorForwardReferenceForwadingConstructor.types2 // Error forward referencing derived class with forwarding constructor
DerrorForwardReferenceForwadingConstructor.errors.txt5 // Error forward referencing derived class with forwarding constructor
DerrorForwardReferenceForwadingConstructor.symbols2 // Error forward referencing derived class with forwarding constructor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetItinerary.td28 // Pipeline bypass / forwarding - These values specifies the symbolic names of
94 // are defined or read. Bypasses are optional "pipeline forwarding paths", if
106 // is available via forwarding path A9_LdBypass. If it's used by the first
/third_party/python/Lib/test/test_email/data/
Dmsg_46.txt23 Testing email forwarding with Groupwise 1.2.2010
/third_party/flutter/flutter/packages/fuchsia_remote_debug_protocol/test/
Dfuchsia_remote_connection_test.dart117 /// Most tests will mock out the port forwarding and connection
129 // check that the forwarding port was called).
/third_party/lwip/
DFEATURES9 - Extended features: IP forwarding over multiple network interfaces
DREADME_en.md16 * IP (Internet Protocol, IPv4 and IPv6) including packet forwarding over
DREADME16 * IP (Internet Protocol, IPv4 and IPv6) including packet forwarding over
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dprotocol_discovery_test.dart19 group('no port forwarding', () {
124 group('port forwarding', () {
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/windows/
Dwindows_device_test.dart56 test('noop port forwarding', () async {
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/linux/
Dlinux_device_test.dart55 test('noop port forwarding', () async {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SchedKryo.td109 // No forwarding logic is modelled yet.
DAArch64SchedExynosM3.td264 // Generic fast forwarding.
266 // TODO: Add FP register forwarding rules.
272 // TODO: The forwarding for 32 bits actually saves 2 cycles.
482 // Fast forwarding.
DAArch64SchedExynosM5.td527 // Fast forwarding.
603 // Generic fast forwarding.
605 // TODO: Add FP register forwarding rules.
611 // TODO: The forwarding for 32 bits actually saves 2 cycles.
DAArch64SchedExynosM4.td492 // Fast forwarding.
568 // Generic fast forwarding.
570 // TODO: Add FP register forwarding rules.
576 // TODO: The forwarding for 32 bits actually saves 2 cycles.
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/macos/
Dmacos_device_test.dart120 test('noop port forwarding', () async {
/third_party/flutter/flutter/packages/flutter_tools/lib/src/tester/
Dflutter_tester.dart248 /// where the VM is running on the same machine and does not need ports forwarding.
/third_party/ffmpeg/libavcodec/x86/
Dcelt_pvq_search.asm182 ; could cause a stall due to breaking write forwarding.
/third_party/libxml2/os400/libxmlrpg/
DxpathInternals.rpgle52 * Variable Lookup forwarding.
62 * Function Lookup forwarding.
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Ddevice.dart564 /// Stops forwarding [forwardedPort].
603 // A portforwarder which does not support forwarding ports.

1234