Home
last modified time | relevance | path

Searched +full:0 +full:- +full:linux +full:- +full:x86_64 (Results 1 – 25 of 1147) sorted by relevance

12345678910>>...46

/external/bazelbuild-rules_rust/rust/
Dknown_shas.bzl3 This is a generated file -- see //util:fetch_shas
7 …"2018-10-30/cargo-beta-aarch64-unknown-linux-gnu.tar.gz": "9d91fb3ee868421fbf8f4ed62cb7ee843dc6a1e…
8 …"2018-10-30/cargo-beta-aarch64-unknown-linux-gnu.tar.xz": "344ff43655bb61a31eb7b13c4120b2676b95bda…
9 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabi.tar.gz": "0a606c94eb712e53cabb0a1d7c68412b39a76d7…
10 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabi.tar.xz": "d15292144b3fb332b6d7716e38fa888ca29cd9f…
11 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabihf.tar.gz": "b1179633aac6064c9e01942367d0b0d48d90e…
12 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabihf.tar.xz": "71d2f625afcc523b7a0341a165f488b6b44b5…
13 …"2018-10-30/cargo-beta-armv7-unknown-linux-gnueabihf.tar.gz": "6857ab5a0a4abc06331029325495c03d337…
14 …"2018-10-30/cargo-beta-armv7-unknown-linux-gnueabihf.tar.xz": "c9eabe7ae86ccc1079e2c9b69de6f39b9f3…
15 …"2018-10-30/cargo-beta-i686-pc-windows-gnu.tar.gz": "e0ed7c8ebf9a642879b7b548670b85836fab5127f6466…
[all …]
/external/grpc-grpc/src/ruby/nativedebug/
DREADME.md2 applications that use grpc pre-compiled binary gems.
4 An example of a pre-compiled binary gem is `grpc-1.58.0-x86_64-linux.gem`
5 (as opposed to a source-built gem like `grpc-1.58.0.gem`).
7 `grpc-native-debug` gems contain debug symbols which complement the
9 proper `grpc-native-debug` gem, one can load the correct `.dbg` symbol file to
14 grpc-ruby pre-compiled binary gems are *released with debug symbols stripped*.
18 # Using grpc-native-debug
20 ## Finding the correct grpc-native-debug gem
22 Each `grpc-native-debug` gem is *one-to-one* with a `grpc` gem. Specifically:
24 - The version of a `grpc-native-debug` gem **must match the version** of the `grpc`
[all …]
/external/clang/test/Driver/
Dcross-linux.c1 // RUN: %clang -### -o %t %s 2>&1 -no-integrated-as \
2 // RUN: --gcc-toolchain=%S/Inputs/basic_cross_linux_tree/usr \
3 // RUN: --target=i386-unknown-linux-gnu \
4 // RUN: | FileCheck --check-prefix=CHECK-I386 %s
5 // CHECK-I386: "-cc1" "-triple" "i386-unknown-linux-gnu"
6 … CHECK-I386: "{{.*}}/Inputs/basic_cross_linux_tree/usr/lib/gcc/i386-unknown-linux-gnu/4.6.0/../../…
7 …ECK-I386: "{{.*}}/Inputs/basic_cross_linux_tree/usr/lib/gcc/i386-unknown-linux-gnu/4.6.0/../../../…
9 // RUN: %clang -### -o %t %s 2>&1 -no-integrated-as \
10 // RUN: --gcc-toolchain=%S/Inputs/basic_cross_linux_tree/usr \
11 // RUN: --target=x86_64-unknown-linux-gnu \
[all …]
Dfsanitize-coverage.c1 …: %clang -target x86_64-linux-gnu -fsanitize=address -fsanitize-coverage=0 %s -### 2>&1 | FileChec…
2-target x86_64-linux-gnu -fsanitize=address -fsanitize-coverage=edge -fsanitize-coverage=0 %s -###…
3 // RUN: %clang -target x86_64-linux-gnu -fsanitize=address %s -### 2>&1 | FileCheck %s --check-pref…
4 // CHECK-SANITIZE-COVERAGE-0-NOT: fsanitize-coverage-type
5 // CHECK-SANITIZE-COVERAGE-0: -fsanitize=address
7 … %clang -target x86_64-linux-gnu -fsanitize=address -fsanitize-coverage=func %s -### 2>&1 | FileCh…
8 …: %clang -target x86_64-linux-gnu -fsanitize=memory -fsanitize-coverage=func %s -### 2>&1 | FileCh…
9 …N: %clang -target x86_64-linux-gnu -fsanitize=leak -fsanitize-coverage=func %s -### 2>&1 | FileChe…
10 …%clang -target x86_64-linux-gnu -fsanitize=undefined -fsanitize-coverage=func %s -### 2>&1 | FileC…
11 …N: %clang -target x86_64-linux-gnu -fsanitize=bool -fsanitize-coverage=func %s -### 2>&1 | FileChe…
[all …]
Dsanitizer-ld.c3 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
4 // RUN: -target i386-unknown-linux -fsanitize=address \
5 // RUN: -resource-dir=%S/Inputs/resource_dir \
6 // RUN: --sysroot=%S/Inputs/basic_linux_tree \
7 // RUN: | FileCheck --check-prefix=CHECK-ASAN-LINUX %s
9 // CHECK-ASAN-LINUX: "{{(.*[^-.0-9A-Z_a-z])?}}ld{{(.exe)?}}"
10 // CHECK-ASAN-LINUX-NOT: "-lc"
11 // CHECK-ASAN-LINUX: libclang_rt.asan-i386.a"
12 // CHECK-ASAN-LINUX-NOT: "-export-dynamic"
13 // CHECK-ASAN-LINUX: "--dynamic-list={{.*}}libclang_rt.asan-i386.a.syms"
[all …]
/external/bcc/tools/
Dopensnoop_example.txt1 Demonstrations of opensnoop, the Linux eBPF/bcc version.
4 opensnoop traces the open() syscall system-wide, and prints various details.
9 17326 <...> 7 0 /sys/kernel/debug/tracing/trace_pipe
10 1576 snmpd 9 0 /proc/net/dev
11 1576 snmpd 11 0 /proc/net/if_inet6
12 1576 snmpd 11 0 /proc/sys/net/ipv4/neigh/eth0/retrans_time_ms
13 1576 snmpd 11 0 /proc/sys/net/ipv6/neigh/eth0/retrans_time_ms
14 1576 snmpd 11 0 /proc/sys/net/ipv6/conf/eth0/forwarding
15 1576 snmpd 11 0 /proc/sys/net/ipv6/neigh/eth0/base_reachable_time_ms
16 1576 snmpd 11 0 /proc/sys/net/ipv4/neigh/lo/retrans_time_ms
[all …]
/external/bazelbuild-rules_rust/examples/crate_universe/cargo_conditional_deps/
Dcargo-bazel-lock.json4 "autocfg 1.1.0": {
6 "version": "1.1.0",
10 "url": "https://crates.io/api/v1/crates/autocfg/1.1.0/download",
34 "version": "1.1.0"
36 "license": "Apache-2.0 OR MIT",
38 "Apache-2.0",
81 "license": "MIT/Apache-2.0",
83 "Apache-2.0",
88 "cfg-if 1.0.0": {
89 "name": "cfg-if",
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/toolchains/rbe_ubuntu2004/cc/
Dmodule.modulemap2 textual header "/usr/local/lib/clang/15.0.0/include/__clang_cuda_builtin_vars.h"
3 textual header "/usr/local/lib/clang/15.0.0/include/__clang_cuda_cmath.h"
4 textual header "/usr/local/lib/clang/15.0.0/include/__clang_cuda_complex_builtins.h"
5 textual header "/usr/local/lib/clang/15.0.0/include/__clang_cuda_device_functions.h"
6 textual header "/usr/local/lib/clang/15.0.0/include/__clang_cuda_intrinsics.h"
7 textual header "/usr/local/lib/clang/15.0.0/include/__clang_cuda_libdevice_declares.h"
8 textual header "/usr/local/lib/clang/15.0.0/include/__clang_cuda_math.h"
9 textual header "/usr/local/lib/clang/15.0.0/include/__clang_cuda_math_forward_declares.h"
10 textual header "/usr/local/lib/clang/15.0.0/include/__clang_cuda_runtime_wrapper.h"
11 textual header "/usr/local/lib/clang/15.0.0/include/__clang_cuda_texture_intrinsics.h"
[all …]
/external/grpc-grpc/third_party/toolchains/rbe_ubuntu2004/cc/
Dmodule.modulemap2 textual header "/usr/local/lib/clang/15.0.0/include/__clang_cuda_builtin_vars.h"
3 textual header "/usr/local/lib/clang/15.0.0/include/__clang_cuda_cmath.h"
4 textual header "/usr/local/lib/clang/15.0.0/include/__clang_cuda_complex_builtins.h"
5 textual header "/usr/local/lib/clang/15.0.0/include/__clang_cuda_device_functions.h"
6 textual header "/usr/local/lib/clang/15.0.0/include/__clang_cuda_intrinsics.h"
7 textual header "/usr/local/lib/clang/15.0.0/include/__clang_cuda_libdevice_declares.h"
8 textual header "/usr/local/lib/clang/15.0.0/include/__clang_cuda_math.h"
9 textual header "/usr/local/lib/clang/15.0.0/include/__clang_cuda_math_forward_declares.h"
10 textual header "/usr/local/lib/clang/15.0.0/include/__clang_cuda_runtime_wrapper.h"
11 textual header "/usr/local/lib/clang/15.0.0/include/__clang_cuda_texture_intrinsics.h"
[all …]
/external/bazelbuild-rules_rust/examples/crate_universe/alias_rule/
Dcargo-bazel-lock_global_dbg_annotation_fastbuild.json4 "direct-cargo-bazel-deps 0.0.1": {
5 "name": "direct-cargo-bazel-deps",
31 "id": "test_data_passing_crate 0.1.0",
44 "test_data_passing_crate 0.1.0": {
46 "version": "0.1.0",
50 "url": "https://crates.io/api/v1/crates/test_data_passing_crate/0.1.0/download",
88 "id": "test_data_passing_crate 0.1.0",
95 "version": "0.1.0"
102 "license": "Apache-2.0",
104 "Apache-2.0"
[all …]
Dcargo-bazel-lock_global_custom_annotation_none.json4 "direct-cargo-bazel-deps 0.0.1": {
5 "name": "direct-cargo-bazel-deps",
31 "id": "test_data_passing_crate 0.1.0",
44 "test_data_passing_crate 0.1.0": {
46 "version": "0.1.0",
50 "url": "https://crates.io/api/v1/crates/test_data_passing_crate/0.1.0/download",
88 "id": "test_data_passing_crate 0.1.0",
95 "version": "0.1.0"
102 "license": "Apache-2.0",
104 "Apache-2.0"
[all …]
Dcargo-bazel-lock_global_alias_annotation_opt.json4 "direct-cargo-bazel-deps 0.0.1": {
5 "name": "direct-cargo-bazel-deps",
31 "id": "test_data_passing_crate 0.1.0",
44 "test_data_passing_crate 0.1.0": {
46 "version": "0.1.0",
50 "url": "https://crates.io/api/v1/crates/test_data_passing_crate/0.1.0/download",
88 "id": "test_data_passing_crate 0.1.0",
95 "version": "0.1.0"
102 "license": "Apache-2.0",
104 "Apache-2.0"
[all …]
Dcargo-bazel-lock_global_alias_annotation_none.json4 "direct-cargo-bazel-deps 0.0.1": {
5 "name": "direct-cargo-bazel-deps",
31 "id": "test_data_passing_crate 0.1.0",
44 "test_data_passing_crate 0.1.0": {
46 "version": "0.1.0",
50 "url": "https://crates.io/api/v1/crates/test_data_passing_crate/0.1.0/download",
88 "id": "test_data_passing_crate 0.1.0",
95 "version": "0.1.0"
102 "license": "Apache-2.0",
104 "Apache-2.0"
[all …]
Dcargo-bazel-lock_global_opt_annotation_dbg.json4 "direct-cargo-bazel-deps 0.0.1": {
5 "name": "direct-cargo-bazel-deps",
31 "id": "test_data_passing_crate 0.1.0",
44 "test_data_passing_crate 0.1.0": {
46 "version": "0.1.0",
50 "url": "https://crates.io/api/v1/crates/test_data_passing_crate/0.1.0/download",
88 "id": "test_data_passing_crate 0.1.0",
95 "version": "0.1.0"
102 "license": "Apache-2.0",
104 "Apache-2.0"
[all …]
Dcargo-bazel-lock_global_opt_annotation_alias.json4 "direct-cargo-bazel-deps 0.0.1": {
5 "name": "direct-cargo-bazel-deps",
31 "id": "test_data_passing_crate 0.1.0",
44 "test_data_passing_crate 0.1.0": {
46 "version": "0.1.0",
50 "url": "https://crates.io/api/v1/crates/test_data_passing_crate/0.1.0/download",
88 "id": "test_data_passing_crate 0.1.0",
95 "version": "0.1.0"
102 "license": "Apache-2.0",
104 "Apache-2.0"
[all …]
Dcargo-bazel-lock_global_opt_annotation_none.json4 "direct-cargo-bazel-deps 0.0.1": {
5 "name": "direct-cargo-bazel-deps",
31 "id": "test_data_passing_crate 0.1.0",
44 "test_data_passing_crate 0.1.0": {
46 "version": "0.1.0",
50 "url": "https://crates.io/api/v1/crates/test_data_passing_crate/0.1.0/download",
88 "id": "test_data_passing_crate 0.1.0",
95 "version": "0.1.0"
102 "license": "Apache-2.0",
104 "Apache-2.0"
[all …]
/external/libwebsockets/
D.sai.json2 "schema": "sai-1",
8 "linux-debian-11/x86_64-amd/gcc": {
9-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
11 "linux-debian-buster/x86-amd/gcc": {
12-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
14 "linux-debian-sid/x86_64-amd/gcc": {
15-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
17 "linux-ubuntu-xenial/x86_64-amd/gcc": {
18-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
20 "linux-debian-sid/x86-amd/gcc": {
[all …]
/external/webp/infra/
Dcompile.sh32 set -xe
33 LIBWEBP_ROOT="$(realpath "$(dirname "$0")/..")"
34 WORKSPACE=${WORKSPACE:-"$(mktemp -d -t webp.XXX)"}
43 BUILD_TYPE supported build type: (shared, static, static-debug)
45 aarch64-linux-clang
46 aarch64-linux-gnu
47 arm-linux-gnueabi
48 arm-neon-linux-gnueabi
50 cmake-aarch64
51 cmake-arm
[all …]
/external/bazelbuild-rules_rust/examples/crate_universe/cargo_workspace/
Dcargo-bazel-lock.json7 "package_url": "https://github.com/ogham/rust-ansi-term",
87 "id": "hermit-abi 0.1.19",
152 "license": "MIT/Apache-2.0",
154 "Apache-2.0",
159 "cfg-if 1.0.0": {
160 "name": "cfg-if",
161 "version": "1.0.0",
162 "package_url": "https://github.com/alexcrichton/cfg-if",
165 "url": "https://crates.io/api/v1/crates/cfg-if/1.0.0/download",
189 "version": "1.0.0"
[all …]
/external/bazelbuild-rules_rust/examples/crate_universe_unnamed/vendor_remote_manifests/crates/
Ddefs.bzl3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
11 - [aliases](#aliases)
12 - [crate_deps](#crate_deps)
13 - [all_crate_deps](#all_crate_deps)
14 - [crate_repositories](#crate_repositories)
76 # Alert on any miss-matched dependencies
298 "tokio": Label("@crates_vendor_manifests__tokio-1.36.0//:tokio"),
313 "tempfile": Label("@crates_vendor_manifests__tempfile-3.10.0//:tempfile"),
314 "tokio-test": Label("@crates_vendor_manifests__tokio-test-0.4.3//:tokio_test"),
369 "aarch64-apple-darwin": ["@rules_rust//rust/platform:aarch64-apple-darwin"],
[all …]
/external/bazelbuild-rules_rust/examples/crate_universe/vendor_remote_manifests/crates/
Ddefs.bzl3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
11 - [aliases](#aliases)
12 - [crate_deps](#crate_deps)
13 - [all_crate_deps](#all_crate_deps)
14 - [crate_repositories](#crate_repositories)
76 # Alert on any miss-matched dependencies
298 "tokio": Label("@cvm__tokio-1.36.0//:tokio"),
313 "tempfile": Label("@cvm__tempfile-3.10.0//:tempfile"),
314 "tokio-test": Label("@cvm__tokio-test-0.4.3//:tokio_test"),
369 "aarch64-apple-darwin": ["@rules_rust//rust/platform:aarch64-apple-darwin"],
[all …]
/external/bazelbuild-rules_rust/bindgen/3rdparty/crates/
DBUILD.libloading-0.7.4.bazel3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
34 "--cap-lints=allow",
37 "cargo-bazel",
38 "crate-name=libloading",
44 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
45 "@rules_rust//rust/platform:aarch64-apple-ios": [],
46 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
47 "@rules_rust//rust/platform:aarch64-fuchsia": [],
48 "@rules_rust//rust/platform:aarch64-linux-android": [],
49 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
[all …]
Ddefs.bzl3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
11 - [aliases](#aliases)
12 - [crate_deps](#crate_deps)
13 - [all_crate_deps](#all_crate_deps)
14 - [crate_repositories](#crate_repositories)
76 # Alert on any miss-matched dependencies
298 "bindgen": Label("@rules_rust_bindgen__bindgen-0.69.1//:bindgen"),
299 "clang-sys": Label("@rules_rust_bindgen__clang-sys-1.6.1//:clang_sys"),
300 "clap": Label("@rules_rust_bindgen__clap-4.3.3//:clap"),
301 "clap_complete": Label("@rules_rust_bindgen__clap_complete-4.3.1//:clap_complete"),
[all …]
/external/bazelbuild-rules_rust/crate_universe/3rdparty/crates/
DBUILD.gix-pack-0.43.0.bazel3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
32 "object-cache-dynamic",
33 "pack-cache-lru-dynamic",
34 "pack-cache-lru-static",
35 "streaming-input",
40 "--cap-lints=allow",
43 "cargo-bazel",
44 "crate-name=gix-pack",
50 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
51 "@rules_rust//rust/platform:aarch64-apple-ios": [],
[all …]
/external/clang/test/Preprocessor/
Dinit.c1 // RUN: %clang_cc1 -E -dM -x assembler-with-cpp < /dev/null | FileCheck -match-full-lines -check-pr…
6 // RUN: %clang_cc1 -fblocks -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix BLOCKS %s
12 // RUN: %clang_cc1 -x c++ -std=c++1z -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix…
22 // RUN: %clang_cc1 -x c++ -std=c++1y -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix…
32 // RUN: %clang_cc1 -x c++ -std=c++11 -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix…
42 // RUN: %clang_cc1 -x c++ -std=c++98 -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix…
51 // RUN: %clang_cc1 -fdeprecated-macro -E -dM < /dev/null | FileCheck -match-full-lines -check-prefi…
56 // RUN: %clang_cc1 -std=c99 -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix C99 %s
60 // C99-NOT: __GXX_EXPERIMENTAL_CXX0X__
61 // C99-NOT: __GXX_RTTI
[all …]

12345678910>>...46