/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | MirrorImpl.java | 32 abstract class MirrorImpl extends Object implements Mirror { 50 if ((obj != null) && (obj instanceof Mirror)) { in equals() 51 Mirror other = (Mirror)obj; in equals() 63 * Throw NullPointerException on null mirror. 66 void validateMirror(Mirror mirror) { in validateMirror() argument 67 if (!vm.equals(mirror.virtualMachine())) { in validateMirror() 68 throw new VMMismatchException(mirror.toString()); in validateMirror() 73 * Allow null mirror. 76 void validateMirrorOrNull(Mirror mirror) { in validateMirrorOrNull() argument 77 if ((mirror != null) && !vm.equals(mirror.virtualMachine())) { in validateMirrorOrNull() [all …]
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/tc-tests/actions/ |
D | mirred.json | 4 "name": "Add mirred mirror to egress action", 17 "cmdUnderTest": "$TC actions add action mirred egress mirror index 1 dev lo", 20 "matchPattern": "action order [0-9]*: mirred \\(Egress Mirror to device lo\\).*index 1 ref", 65 "$TC actions add action mirred egress mirror index 1 dev lo", 71 "matchPattern": "[Mirror|Redirect] to device lo", 92 "cmdUnderTest": "$TC actions add action mirred inbound mirror index 20 dev lo", 140 "cmdUnderTest": "$TC actions add action mirred egress mirror index 20 dev eltoh", 165 "cmdUnderTest": "$TC actions add action mirred egress mirror index 15 dev lo", 176 "name": "Add mirred mirror action with control pass", 189 "cmdUnderTest": "$TC actions add action mirred ingress mirror dev lo pass index 1", [all …]
|
/external/bpftool/scripts/ |
D | README.md | 3 This directory contains scripts for maintaining bpftool's GitHub mirror. 24 ### Synchronize Linux and bpftool mirror 26 This script synchronizes the bpftool mirror with the bpftool sources (and 34 because bpftool strongly relies on libbpf, and the libbpf GitHub mirror is used 35 here as a submodule dependency. This libbpf mirror is also periodically updated 65 synchronize the mirror correctly. 76 Also make sure you have cloned the bpftool mirror recursively, to check out the 89 - Make sure your mirror repository is clean. 113 commit in `bpf-next` up to which the bpftool mirror should be synchronized). 118 `bpf` up to which the bpftool mirror should be synchronized). If unset, use [all …]
|
/external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
D | Mirror.java | 30 * in another virtual machine. Mirror is the root of the 38 * considered a mirror, representing the composite state of the 42 * to a single instance of Mirror. Implementors are free to decide 43 * whether a single mirror will be used for some or all mirrors. Clients 47 * Any method on a {@link com.sun.jdi.Mirror} that takes a <code>Mirror</code> as an 60 public interface Mirror { interface 64 * Mirror belongs. A Mirror must be associated 67 * @return the {@link VirtualMachine} for which this mirror is a proxy. 72 * Returns a String describing this mirror 74 * @return a string describing this mirror.
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | hmm-tests.c | 4 * the linux kernel to help device drivers mirror a process address space in 39 void *mirror; member 183 cmd.ptr = (__u64)buffer->mirror; in hmm_dmirror_cmd() 207 free(buffer->mirror); in hmm_buffer_free() 306 buffer->mirror = malloc(size); in TEST_F() 307 ASSERT_NE(buffer->mirror, NULL); in TEST_F() 338 ptr = buffer->mirror; in TEST_F() 369 buffer->mirror = malloc(size); in TEST_F() 370 ASSERT_NE(buffer->mirror, NULL); in TEST_F() 382 /* Initialize mirror buffer so we can verify it isn't written. */ in TEST_F() [all …]
|
/external/iproute2/doc/actions/ |
D | mirred-usage | 4 mirror and redirect packets. The main difference with say a vannila 15 ACTION := <mirror | redirect> 21 future as well as mirror/redirecting to a socket. 24 - Mirror takes a copy of the packet and sends it to specified 65 1) Mirror all packets arriving on eth0 to be sent out on eth1. 71 match u32 0 0 flowid 1:2 action mirred egress mirror dev eth1 74 If you replace "mirror" with "redirect" then not a copy but rather 93 if you substitute the redirect with mirror above as in: 95 match u32 0 0 flowid 1:2 action mirred egress mirror dev eth0 110 action mirred egress mirror dev eth0 [all …]
|
/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
D | mirror_gre.sh | 7 # Test for "tc action mirred egress mirror" when the device to mirror to is a 112 full_test_span_gre_dir gt4 ingress 8 0 "mirror to gretap" 113 full_test_span_gre_dir gt4 egress 0 8 "mirror to gretap" 118 full_test_span_gre_dir gt6 ingress 8 0 "mirror to ip6gretap" 119 full_test_span_gre_dir gt6 egress 0 8 "mirror to ip6gretap" 124 test_span_gre_mac gt4 ingress "mirror to gretap" 125 test_span_gre_mac gt4 egress "mirror to gretap" 130 test_span_gre_mac gt6 ingress "mirror to ip6gretap" 131 test_span_gre_mac gt6 egress "mirror to ip6gretap"
|
D | mirror_gre_changes.sh | 210 test_span_gre_ttl gt4 gretap ip "mirror to gretap" 211 test_span_gre_ttl gt6 ip6gretap ipv6 "mirror to ip6gretap" 216 test_span_gre_tun_up gt4 "mirror to gretap" 217 test_span_gre_tun_up gt6 "mirror to ip6gretap" 222 test_span_gre_egress_up gt4 192.0.2.130 "mirror to gretap" 223 test_span_gre_egress_up gt6 2001:db8:2::2 "mirror to ip6gretap" 228 test_span_gre_remote_ip gt4 gretap 192.0.2.130 192.0.2.132 "mirror to gretap" 229 test_span_gre_remote_ip gt6 ip6gretap 2001:db8:2::2 2001:db8:2::4 "mirror to ip6gretap" 235 192.0.2.129 192.0.2.130 "mirror to gretap" 237 2001:db8:2::1 2001:db8:2::2 "mirror to ip6gretap" [all …]
|
D | mirror_gre_vlan_bridge_1q.sh | 4 # Test for "tc action mirred egress mirror" when the underlay route points at a 14 # | SW o--> mirred egress mirror dev {gt4,gt6} | | 139 "mirror to gretap" 145 "mirror to ip6gretap" 175 test_span_gre_forbidden_cpu gt4 "mirror to gretap" 180 test_span_gre_forbidden_cpu gt6 "mirror to ip6gretap" 210 test_span_gre_forbidden_egress gt4 "mirror to gretap" 215 test_span_gre_forbidden_egress gt6 "mirror to ip6gretap" 254 test_span_gre_untagged_egress gt4 ip "mirror to gretap" 259 test_span_gre_untagged_egress gt6 ipv6 "mirror to ip6gretap" [all …]
|
/external/bazelbuild-rules_java/java/ |
D | repositories.bzl | 29 …"mirror_url": "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.13/java_tools_linux-v… 34 …"mirror_url": "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.13/java_tools_windows… 39 …"mirror_url": "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.13/java_tools_darwin_… 44 …"mirror_url": "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.13/java_tools_darwin_… 49 …"mirror_url": "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.13/java_tools-v13.13.… 86 …com/zulu/bin/zulu8.78.0.19-ca-jdk8.0.412-linux_aarch64.tar.gz", "https://mirror.bazel.build/cdn.az… 94 …zul.com/zulu/bin/zulu8.78.0.19-ca-jdk8.0.412-linux_x64.tar.gz", "https://mirror.bazel.build/cdn.az… 102 …om/zulu/bin/zulu8.78.0.19-ca-jdk8.0.412-macosx_aarch64.tar.gz", "https://mirror.bazel.build/cdn.az… 110 …ul.com/zulu/bin/zulu8.78.0.19-ca-jdk8.0.412-macosx_x64.tar.gz", "https://mirror.bazel.build/cdn.az… 118 …cdn.azul.com/zulu/bin/zulu8.78.0.19-ca-jdk8.0.412-win_x64.zip", "https://mirror.bazel.build/cdn.az… [all …]
|
/external/zstd/tests/cli-tests/file-handling/ |
D | directory-mirror.sh | 14 zstd -q -r --output-dir-mirror mid/ src/ 15 zstd -q -d -r --output-dir-mirror dst/ mid/src/ 24 (cd src; zstd -q -r --output-dir-mirror ../mid/ ./) 25 (cd mid; zstd -q -d -r --output-dir-mirror ../dst/ ./) 36 zstd -q -r --output-dir-mirror mid/ "${BASE_PATH}/src/" 37 zstd -q -d -r --output-dir-mirror dst/ "${BASE_PATH}/mid/${BASE_PATH}/src/" 46 zstd -q -r --output-dir-mirror mid/ ./src/./ 47 zstd -q -d -r --output-dir-mirror dst/ ./mid/./src/./
|
/external/tensorflow/third_party/ |
D | repo.bzl | 18 """A helper for generating TF-mirror versions of URLs. 20 Given a URL, it returns a list of the TF-mirror cache version of that URL 26 "https://storage.googleapis.com/mirror.tensorflow.org/%s" % url[8:], 120 if not any([mirror in urls[0] for mirror in ( 121 "mirror.tensorflow.org", 122 "mirror.bazel.build", 125 fail("The first entry of tf_http_archive(urls) must be a mirror " + 126 "URL, preferrably mirror.tensorflow.org. Even if you don't have " + 127 "permission to mirror the file, please put the correctly " + 128 "formatted mirror URL there anyway, because someone will come " + [all …]
|
/external/bazelbuild-rules_rust/crate_universe/src/splicing/ |
D | cargo_config.rs | 230 replace-with = "some-mirror" in registry_settings_get_index_url_by_name_from_source() 232 [source.some-mirror] in registry_settings_get_index_url_by_name_from_source() 233 registry = "https://artmirror.mycompany/artifactory/cargo-mirror.git" in registry_settings_get_index_url_by_name_from_source() 239 config.get_registry_index_url_by_name("some-mirror"), in registry_settings_get_index_url_by_name_from_source() 240 Some("https://artmirror.mycompany/artifactory/cargo-mirror.git"), in registry_settings_get_index_url_by_name_from_source() 275 [source.some-mirror] in registry_settings_get_source_from_url() 276 registry = "https://artmirror.mycompany/artifactory/cargo-mirror.git" in registry_settings_get_source_from_url() 285 .get_source_from_url("https://artmirror.mycompany/artifactory/cargo-mirror.git") in registry_settings_get_source_from_url() 287 Some("https://artmirror.mycompany/artifactory/cargo-mirror.git"), in registry_settings_get_source_from_url() 308 .resolve_replacement_url("https://artmirror.mycompany/artifactory/cargo-mirror.git") in resolve_replacement_url_no_replacement() [all …]
|
/external/grpc-grpc/bazel/ |
D | grpc_deps.bzl | 233 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/bazelbuild/platforms/releases/downloa… 241 # Use github mirror instead of https://boringssl.googlesource.com/boringssl 246 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/boringssl/archive/e14d29f68c2d… 258 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/madler/zlib/archive/09155eaa2f9270dc4… 270 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/protocolbuffers/protobuf/archive/2434… 309 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/bazelbuild/rules_cc/releases/download… 320 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/benchmark/archive/344117638c8f… 331 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/re2/archive/2022-04-01.tar.gz", 343 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/c-ares/c-ares/archive/6360e96b5cf8e59… 354 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/abseil/abseil-cpp/archive/20240116.0.… [all …]
|
D | update_mirror.sh | 16 # Script to upload github archives for bazel dependencies to GCS, creating a reliable mirror link. 17 …chives are copied to "grpc-bazel-mirror" GCS bucket (https://console.cloud.google.com/storage/brow… 18 # and will by downloadable with the https://storage.googleapis.com/grpc-bazel-mirror/ prefix. 37 if gsutil stat "gs://grpc-bazel-mirror/${file}" > /dev/null 44 echo "Uploading https://${file} to https://storage.googleapis.com/grpc-bazel-mirror/${file}" 45 gsutil cp "${tmpdir}/archive" "gs://grpc-bazel-mirror/${file}" 51 # How to check that all mirror URLs work: 67 # Collect the github archives to mirror from grpc_deps.bzl 69 echo "Updating mirror for ${line}"
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/bazel/ |
D | update_mirror.sh | 16 # Script to upload github archives for bazel dependencies to GCS, creating a reliable mirror link. 17 …chives are copied to "grpc-bazel-mirror" GCS bucket (https://console.cloud.google.com/storage/brow… 18 # and will by downloadable with the https://storage.googleapis.com/grpc-bazel-mirror/ prefix. 37 if gsutil stat "gs://grpc-bazel-mirror/${file}" > /dev/null 44 echo "Uploading https://${file} to https://storage.googleapis.com/grpc-bazel-mirror/${file}" 45 gsutil cp "${tmpdir}/archive" "gs://grpc-bazel-mirror/${file}" 51 # How to check that all mirror URLs work: 68 # Collect the github archives to mirror from grpc_deps.bzl 70 echo "Updating mirror for ${line}"
|
D | grpc_deps.bzl | 231 # Use github mirror instead of https://boringssl.googlesource.com/boringssl 236 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/boringssl/archive/e46383fc18d0… 248 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/madler/zlib/archive/04f42ceca40f73e29… 260 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/protocolbuffers/protobuf/archive/2dca… 299 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/bazelbuild/rules_cc/releases/download… 310 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/benchmark/archive/361e8d1cfe0c… 321 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/re2/archive/2022-04-01.tar.gz", 333 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/c-ares/c-ares/archive/6360e96b5cf8e59… 344 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/abseil/abseil-cpp/archive/20230125.3.… 356 …"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/releases/download/4.1.0/bazel-t… [all …]
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | tensor_handle.cc | 490 auto& mirror = elem->second; in TensorFromDevice() local 491 return mirror.Tensor(t); in TensorFromDevice() 514 auto& mirror = elem->second; in TensorValue() local 515 return mirror.TensorValue(t); in TensorValue() 678 auto& mirror = elem->second; in Unprotect() local 679 return mirror.Unprotect(); in Unprotect() 694 return errors::Internal("Cannot add mirror for primary device."); in AddEmptyLocalMirror() 699 return errors::AlreadyExists("Attempted to duplicate a local mirror."); in AddEmptyLocalMirror() 716 auto mirror = remote_mirrors_.find(d->name()); in RemoteAddress() local 717 if (mirror != remote_mirrors_.end()) { in RemoteAddress() [all …]
|
/external/iproute2/man/man8/ |
D | tc-mirred.8 | 1 .TH "Mirror/redirect action in tc" 8 "11 Jan 2015" "iproute2" "Linux" 4 mirred - mirror/redirect action 35 .B mirror 39 .RB ( mirror ) 51 Specify the network interface to redirect or mirror to. 66 Mirror all incoming ICMP packets on eth0 to a dummy interface for examination 76 action mirred egress mirror dev dummy0
|
/external/bcc/scripts/ |
D | build_bpf_demo.sh | 15 -m, --mirror URL URL at which to reach netinstallable packages 23 TEMP=$(getopt -o b:c:k:m:M:n:p:s: --long bridge:,cpu:,kickstart:,mirror:,mem:,name:,password:size: … 37 -m|--mirror) MIRROR="$2"; shift 2 ;; 51 MIRROR=${MIRROR:-http://mirror.pnl.gov/fedora/linux/releases/22} 90 @mirror="$MIRROR" 96 tree=$MIRROR/Server/x86_64/os/
|
/external/auto/common/src/test/java/com/google/auto/common/ |
D | MoreTypesIsTypeOfTest.java | 94 "Mirror:\t" + typeMirror.toString() + "\nClass:\t" + clazz.getCanonicalName(); in isTypeOf_primitiveAndBoxedPrimitiveTypes() 111 assertWithMessage("Mirror:\t" + voidType + "\nClass:\t" + Void.TYPE.getCanonicalName()) in isTypeOf_voidAndPseudoVoidTypes() 114 assertWithMessage("Mirror:\t" + pseudoVoidType + "\nClass:\t" + Void.TYPE.getCanonicalName()) in isTypeOf_voidAndPseudoVoidTypes() 118 assertWithMessage("Mirror:\t" + voidType + "\nClass:\t" + Void.class.getCanonicalName()) in isTypeOf_voidAndPseudoVoidTypes() 121 assertWithMessage("Mirror:\t" + pseudoVoidType + "\nClass:\t" + Void.class.getCanonicalName()) in isTypeOf_voidAndPseudoVoidTypes() 129 assertWithMessage("Mirror:\t" + type + "\nClass:\t" + String[].class.getCanonicalName()) in isTypeOf_arrayType() 132 assertWithMessage("Mirror:\t" + type + "\nClass:\t" + Integer[].class.getCanonicalName()) in isTypeOf_arrayType() 135 assertWithMessage("Mirror:\t" + type + "\nClass:\t" + int[].class.getCanonicalName()) in isTypeOf_arrayType() 140 assertWithMessage("Mirror:\t" + type + "\nClass:\t" + String[].class.getCanonicalName()) in isTypeOf_arrayType() 143 assertWithMessage("Mirror:\t" + type + "\nClass:\t" + Integer[].class.getCanonicalName()) in isTypeOf_arrayType() [all …]
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | scev-expander-incorrect-nowrap.ll | 12 ; The only use for idx.mirror is to induce an nuw for %idx. It does 14 %idx.mirror = phi i8 [ -6, %entry ], [ %idx.mirror.inc, %loop ] 20 %idx.mirror.inc = add nuw i8 %idx.mirror, 1 21 call void @use.i8(i8 %idx.mirror.inc)
|
/external/iproute2/tc/ |
D | m_mirred.c | 2 * m_egress.c ingress/egress packet mirror/redir actions module 35 fprintf(stderr, "\tACTION := <mirror | redirect>\n"); in explain() 56 return "Egress Mirror"; in mirred_n2a() 58 return "Ingress Mirror"; in mirred_n2a() 71 int ok = 0, iok = 0, mirror = 0, redir = 0, ingress = 0, egress = 0; in parse_direction() local 116 } else if (!mirror && matches(*argv, "mirror") == 0) { in parse_direction() 117 mirror = 1; in parse_direction() 119 fprintf(stderr, "Can't have both mirror and redir\n"); in parse_direction() 128 if (mirror) { in parse_direction() 129 fprintf(stderr, "Can't have both mirror and redir\n"); in parse_direction() [all …]
|
/external/skia/toolchain/ |
D | utils.bzl | 3 # Set to True to force the macro to only return the mirror URL. 13 """Takes the URL of an external resource and computes its GCS mirror URL. 18 Files are expected to be in the mirror location named after their sha256 hash. The files should 20 (e.g. download_and_extract). See //bazel/gcs_mirror for an automated way to update this mirror. 22 To mirror a new URL, please use the `gcs_mirror` utility found at 29 A list of the form [original URL, mirror URL].
|
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/ |
D | tc_restrictions.sh | 144 # It is forbidden in mlxsw driver to have multiple mirror 151 action mirred egress mirror dev $swp2 152 check_err $? "Failed to add rule with single mirror action" 158 action mirred egress mirror dev $swp2 \ 159 action mirred egress mirror dev $swp1 160 check_fail $? "Incorrect success to add rule with two mirror actions" 164 log_test "multi mirror" 199 # On ingress, all matchall-mirror and matchall-sample 239 matchall_behind_flower_ingress_test "mirror" "mirred egress mirror dev $swp2" 254 # On egress, all matchall-mirror rules have to be behind the flower rules [all …]
|