Searched refs:forwarding (Results 1 – 25 of 94) sorted by relevance
1234
/third_party/flutter/flutter/packages/fuchsia_remote_debug_protocol/lib/src/ |
D | fuchsia_remote_connection.dart | 29 /// 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/ |
D | gstharness.c | 171 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 …]
|
D | gstharness.h | 175 void gst_harness_set_forwarding (GstHarness * h, gboolean forwarding);
|
/third_party/json/doc/mkdocs/docs/api/basic_json/ |
D | object_comparator_t.md | 13 …ected, a transparent com parator is used which, when combined with perfect forwarding on find() and
|
/third_party/typescript/tests/baselines/reference/ |
D | errorForwardReferenceForwadingConstructor.types | 2 // Error forward referencing derived class with forwarding constructor
|
D | errorForwardReferenceForwadingConstructor.errors.txt | 5 // Error forward referencing derived class with forwarding constructor
|
D | errorForwardReferenceForwadingConstructor.symbols | 2 // Error forward referencing derived class with forwarding constructor
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetItinerary.td | 28 // 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/ |
D | msg_46.txt | 23 Testing email forwarding with Groupwise 1.2.2010
|
/third_party/flutter/flutter/packages/fuchsia_remote_debug_protocol/test/ |
D | fuchsia_remote_connection_test.dart | 117 /// Most tests will mock out the port forwarding and connection 129 // check that the forwarding port was called).
|
/third_party/lwip/ |
D | FEATURES | 9 - Extended features: IP forwarding over multiple network interfaces
|
D | README_en.md | 16 * IP (Internet Protocol, IPv4 and IPv6) including packet forwarding over
|
D | README | 16 * IP (Internet Protocol, IPv4 and IPv6) including packet forwarding over
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ |
D | protocol_discovery_test.dart | 19 group('no port forwarding', () { 124 group('port forwarding', () {
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/windows/ |
D | windows_device_test.dart | 56 test('noop port forwarding', () async {
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/linux/ |
D | linux_device_test.dart | 55 test('noop port forwarding', () async {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedKryo.td | 109 // No forwarding logic is modelled yet.
|
D | AArch64SchedExynosM3.td | 264 // Generic fast forwarding. 266 // TODO: Add FP register forwarding rules. 272 // TODO: The forwarding for 32 bits actually saves 2 cycles. 482 // Fast forwarding.
|
D | AArch64SchedExynosM5.td | 527 // Fast forwarding. 603 // Generic fast forwarding. 605 // TODO: Add FP register forwarding rules. 611 // TODO: The forwarding for 32 bits actually saves 2 cycles.
|
D | AArch64SchedExynosM4.td | 492 // 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/ |
D | macos_device_test.dart | 120 test('noop port forwarding', () async {
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/tester/ |
D | flutter_tester.dart | 248 /// where the VM is running on the same machine and does not need ports forwarding.
|
/third_party/ffmpeg/libavcodec/x86/ |
D | celt_pvq_search.asm | 182 ; could cause a stall due to breaking write forwarding.
|
/third_party/libxml2/os400/libxmlrpg/ |
D | xpathInternals.rpgle | 52 * Variable Lookup forwarding. 62 * Function Lookup forwarding.
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
D | device.dart | 564 /// Stops forwarding [forwardedPort]. 603 // A portforwarder which does not support forwarding ports.
|
1234