Home
last modified time | relevance | path

Searched +full:linux +full:- +full:format (Results 1 – 25 of 1113) sorted by relevance

12345678910>>...45

/external/webrtc/infra/specs/
Dwaterfalls.pyl3 # Use of this source code is governed by a BSD-style license
16 'walleye', 'android-devices', 'has_native_resultdb_integration',
17 'chromium-tester-service-account'
26 'walleye', 'android-devices', 'has_native_resultdb_integration',
27 'chromium-tester-service-account'
36 'walleye', 'android-devices', 'has_native_resultdb_integration',
37 'chromium-tester-service-account'
48 'walleye', 'android-devices', 'has_native_resultdb_integration',
49 'chromium-tester-service-account'
58 'walleye', 'android-devices', 'has_native_resultdb_integration',
[all …]
/external/grpc-grpc-java/compiler/
Dcheck-artifact.sh6 # Usage: check-artifact <OS> <ARCH>
8 # osdetector-gradle-plugin
36 if [ -z "$lineno" ]; then
49 # Usage: checkArch <path-to-protoc>
53 echo "Checking format of $1"
54 if [[ "$OS" == windows || "$OS" == linux ]]; then
55 format="$(objdump -f "$1" | grep -o "file format .*$" | grep -o "[^ ]*$")"
56 echo Format=$format
57 if [[ "$OS" == linux ]]; then
59 assertEq "$format" "elf32-i386" $LINENO
[all …]
/external/bazelbuild-rules_rust/examples/nix_cross_compiling/bazel/toolchains/cc/aarch64-linux-android/
DBUILD.bazel21 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/c++/v1".for…
22 "{}/lib/clang/{}/include".format(CLANG_LIB, CLANG_LIB_VERSION),
23 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/local/include".form…
24 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/aarch64-lin…
25 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include".format(SDK…
37 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/14.0.7".format(SDK_…
38 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/14.0.7/lib/linux/aa…
39 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-a…
40 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-a…
41 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib".format(SDK_UNI…
[all …]
/external/cronet/third_party/protobuf/protoc-artifacts/
Dbuild-protoc.sh4 # protoc plugins into target/<OS>/<ARCH>/protoc-gen-*.exe
6 # Usage: ./build-protoc.sh <OS> <ARCH> <TARGET>
8 # <TARGET> can be "protoc" or "protoc-gen-javalite". Supported <OS> <ARCH>
11 # cygwin windows x86_32 Requires: i686-w64-mingw32-gcc
12 # cygwin windows x86_64 Requires: x86_64-w64-mingw32-gcc
13 # linux linux aarch_64 Requires: g++-aarch64-linux-gnu
14 # linux linux x86_32
15 # linux linux x86_64
16 # linux windows x86_32 Requires: i686-w64-mingw32-gcc
17 # linux windows x86_64 Requires: x86_64-w64-mingw32-gcc
[all …]
/external/protobuf/protoc-artifacts/
Dbuild-protoc.sh4 # protoc plugins into target/<OS>/<ARCH>/protoc-gen-*.exe
6 # Usage: ./build-protoc.sh <OS> <ARCH> <TARGET>
8 # <TARGET> can be "protoc" or "protoc-gen-javalite". Supported <OS> <ARCH>
11 # cygwin windows x86_32 Requires: i686-w64-mingw32-gcc
12 # cygwin windows x86_64 Requires: x86_64-w64-mingw32-gcc
13 # linux linux aarch_64 Requires: g++-aarch64-linux-gnu
14 # linux linux x86_32
15 # linux linux x86_64
16 # linux windows x86_32 Requires: i686-w64-mingw32-gcc
17 # linux windows x86_64 Requires: x86_64-w64-mingw32-gcc
[all …]
/external/clang/
Dupdate-prebuilts.py9 # http://www.apache.org/licenses/LICENSE-2.0
32 BRANCH = 'aosp-llvm'
49 '-b', '--bug', type=int,
53 '--use-current-branch', action='store_true',
60 The Windows builds are done from Linux.
64 'linux': 'linux',
65 'windows': 'linux',
72 The build name is either "linux" or "darwin", with any Windows builds
73 coming from "linux".
77 'linux': 'linux',
[all …]
Dbuild.py9 # http://www.apache.org/licenses/LICENSE-2.0
37 # pylint: disable=missing-docstring
47 # Set True to skip all actions (log only). Controlled by --dry-run.
77 """Proxy for subprocess.check_call with logging and dry-run support."""
85 extra_env = dict(set(kwargs['env'].items()) - set(os.environ.items()))
94 """Proxy for shutil.copy2 with logging and dry-run support."""
102 """Proxy for shutil.copytree with logging and dry-run support."""
110 """Proxy for shutil.rmtree with logging and dry-run support."""
118 """Proxy for os.rename with logging and dry-run support."""
125 """Proxy for os.makedirs with logging and dry-run support."""
[all …]
/external/bazelbuild-rules_rust/examples/nix_cross_compiling/bazel/toolchains/cc/x86_64-unknown-linux-gnu/
DBUILD.bazel23 "{}/usr/include/c++/10".format(SDK_X86_64_UNKNOWN_LINUX_GNU),
24 "{}/usr/include/x86_64-linux-gnu/c++/10".format(SDK_X86_64_UNKNOWN_LINUX_GNU),
25 "{}/usr/include/c++/10/backward".format(SDK_X86_64_UNKNOWN_LINUX_GNU),
26 "{}/lib/clang/{}/include".format(CLANG_LIB, CLANG_LIB_VERSION),
27 "{}/usr/include/x86_64-linux-gnu".format(SDK_X86_64_UNKNOWN_LINUX_GNU),
28 "{}/usr/include".format(SDK_X86_64_UNKNOWN_LINUX_GNU),
40 "{}/lib/x86_64-linux-gnu".format(SDK_X86_64_UNKNOWN_LINUX_GNU),
41 "{}/usr/lib/gcc/x86_64-linux-gnu/10".format(SDK_X86_64_UNKNOWN_LINUX_GNU),
42 "{}/usr/lib/x86_64-linux-gnu".format(SDK_X86_64_UNKNOWN_LINUX_GNU),
46 "-fno-exceptions",
[all …]
/external/bazelbuild-rules_rust/examples/nix_cross_compiling/bazel/toolchains/cc/aarch64-unknown-linux-gnu/
DBUILD.bazel23 "{}/usr/include/c++/10".format(SDK_AARCH64_UNKNOWN_LINUX_GNU),
24 "{}/usr/include/aarch64-linux-gnu/c++/10".format(SDK_AARCH64_UNKNOWN_LINUX_GNU),
25 "{}/usr/include/c++/10/backward".format(SDK_AARCH64_UNKNOWN_LINUX_GNU),
26 "{}/lib/clang/{}/include".format(CLANG_LIB, CLANG_LIB_VERSION),
27 "{}/usr/include/aarch64-linux-gnu".format(SDK_AARCH64_UNKNOWN_LINUX_GNU),
28 "{}/usr/include".format(SDK_AARCH64_UNKNOWN_LINUX_GNU),
40 "{}/lib/aarch64-linux-gnu".format(SDK_AARCH64_UNKNOWN_LINUX_GNU),
41 "{}/usr/lib/gcc/aarch64-linux-gnu/10".format(SDK_AARCH64_UNKNOWN_LINUX_GNU),
42 "{}/usr/lib/aarch64-linux-gnu".format(SDK_AARCH64_UNKNOWN_LINUX_GNU),
46 "-fno-exceptions",
[all …]
/external/conscrypt/
D.travis.yml5 - BORINGSSL_HOME="$HOME/boringssl"
6 - CXXFLAGS="-std=c++11"
7 - GOOGLE_JAVA_FORMAT_VERSION=1.1
11 - $HOME/.gradle/caches/
12 - $HOME/.gradle/wrapper/dists/
17 ### Linux build is the only platform that builds Android here.
19 - os: linux
23 - ANDROID_TOOLS_URL="https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip"
24 - ANDROID_HOME="$HOME/android-sdk-linux"
25 - JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
[all …]
/external/vulkan-validation-layers/
D.travis.yml2 # https://travis-ci.org
12 - env: CHECK_COMMIT_FORMAT=ON
13 - env: VULKAN_BUILD_TARGET=GN
16 - os: linux
18 env: VULKAN_BUILD_TARGET=ANDROID ANDROID_TARGET=android-26 ANDROID_ABI=armeabi-v7a
19 # Android 64-bit build.
20 - os: linux
22 env: VULKAN_BUILD_TARGET=ANDROID ANDROID_TARGET=android-26 ANDROID_ABI=arm64-v8a
23 # Linux GCC debug build.
24 - os: linux
[all …]
/external/angle/doc/
DdEQP-Charts.md7 [Chromium repo page](https://chromium.googlesource.com/angle/angle/+/HEAD/doc/dEQP-Charts.md).
15 …readsheets/d/e/2PACX-1vQKyd5j9B0BOl-SuEYeJfIdhYF8EZzASSA7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6VK…
17 …readsheets/d/e/2PACX-1vQKyd5j9B0BOl-SuEYeJfIdhYF8EZzASSA7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6VK…
19 …preadsheets/d/e/2PACX-1vQKyd5j9B0BOl-SuEYeJfIdhYF8EZzASSA7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6V…
21 …preadsheets/d/e/2PACX-1vQKyd5j9B0BOl-SuEYeJfIdhYF8EZzASSA7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6V…
27 …readsheets/d/e/2PACX-1vQKyd5j9B0BOl-SuEYeJfIdhYF8EZzASSA7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6VK…
29 …preadsheets/d/e/2PACX-1vQKyd5j9B0BOl-SuEYeJfIdhYF8EZzASSA7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6V…
31 …preadsheets/d/e/2PACX-1vQKyd5j9B0BOl-SuEYeJfIdhYF8EZzASSA7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6V…
33 …preadsheets/d/e/2PACX-1vQKyd5j9B0BOl-SuEYeJfIdhYF8EZzASSA7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6V…
37 …readsheets/d/e/2PACX-1vQKyd5j9B0BOl-SuEYeJfIdhYF8EZzASSA7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6VK…
[all …]
/external/libsrtp2/
D.travis.yml7- secure: "QD09MuUxftXRXtz7ZrB7S0NV/3O9yVhjvIlCSbXN8B87rNSDC8wxMThKMT7iZewnqGk53m+Up19PiMw5ERlHose…
12 # linux build
13 - os: linux
15 - TEST="linux (gcc / valgrind)"
19 - ubuntu-toolchain-r-test
21 - gcc-6
22 - valgrind
24 - CC=gcc-6 EXTRA_CFLAGS=-Werror ./configure
25 - make
26 - make runtest
[all …]
/external/libvpx/
DREADME15 have this package, the install-docs option will be disabled.
26 yasm-<version>-<arch>.exe to yasm.exe and place it in:
34 2. Out-of-tree builds
45 The 'configure' script supports a number of options. The --help option can be
47 $ ../libvpx/configure --help
59 For cross development, the most notable option is the --target option. The
60 most up-to-date list of supported targets can be found at the bottom of the
61 --help output of the configure script. As of this writing, the list of
64 arm64-android-gcc
65 arm64-darwin-gcc
[all …]
/external/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/
Dwrapper.py8 # https://www.apache.org/licenses/LICENSE-2.0
36 import http.client as httplib # type: ignore[no-redef]
41 import urllib.parse as urlparse # type: ignore[no-redef]
44 # $ cipd ls infra/tools/cipd | perl -pe "s[.*/][];s/^/ '/;s/\s*$/',\n/;"
46 'aix-ppc64',
47 'linux-386',
48 'linux-amd64',
49 'linux-arm64',
50 'linux-armv6l',
51 'linux-mips64',
[all …]
/external/OpenCSD/
DHOWTO.md1 HOWTO - using the library with perf {#howto_perf}
8 CoreSight IP blocks on a Linux system. The examples have been generated using
9 an aarch64 Juno-r0 platform.
12 On Target Trace Acquisition - Perf Record
13 -----------------------------------------
17 make -C tools/perf
27 make -C tools/perf VF=1 CORESIGHT=1
37 linaro@linaro-nano:~$ ls /sys/bus/coresight/devices/
48 linaro@linaro-nano:~/kernel$ ./tools/perf/perf record -e cs_etm/@tmc_etr0/ --per-thread uname
56 …linaro@linaro-nano:~/kernel$ ./tools/perf/perf record -vvv -e cs_etm/@tmc_etr0/u --per-thread uname
[all …]
/external/perfetto/tools/
Dinstall-build-deps8 # http://www.apache.org/licenses/LICENSE-2.0
34 # The format for the deps below is the following:
41 # root (to avoid ending up with buildtools/protobuf/protobuf-1.2.3/... and have
43 # |target_os| is either 'darwin', 'linux', 'windows' or 'all'
67 'buildtools/mac/clang-format',
70 'buildtools/linux64/clang-format',
73 'buildtools/win/clang-format.exe',
80 # GN. From https://chrome-infra-packages.appspot.com/dl/gn/gn/.
84 'https://storage.googleapis.com/perfetto/gn-mac-1968-0725d782',
89 'https://storage.googleapis.com/perfetto/gn-mac-arm64-1968-0725d782',
[all …]
/external/xz-embedded/
DREADME6 file format. Currently only decoding is implemented.
8 XZ Embedded was written for use in the Linux kernel, but the code can
12 NOTE: The version of XZ Embedded in the Linux kernel lacks a few
13 build-time-selectable optional features that are present in the
15 CRC64, and ignoring unsupported check. These aren't in Linux
20 of XZ Embedded isn't part of the Linux kernel tree. You should also
21 read linux/Documentation/staging/xz.rst even if you aren't using
22 XZ Embedded as part of Linux; information in that file is not
25 Conformance to the .xz file format specification
27 As of the .xz file format specification version 1.2.0, this
[all …]
/external/grpc-grpc/tools/run_tests/artifacts/
Dartifact_targets.py8 # http://www.apache.org/licenses/LICENSE-2.0
45 docker_args += ["-e", "%s=%s" % (k, v)]
105 _MACOS_COMPAT_FLAG = "-mmacosx-version-min=10.10"
107 _ARCH_FLAG_MAP = {"x86": "-m32", "x64": "-m64"}
122 self.labels.append("latest-manylinux")
124 self.labels.append("linux")
129 self.labels.append("linux")
131 self.labels.append("linux")
140 # building the native extension is the most time-consuming part of the build
144 environ["ARCHFLAGS"] = "-arch arm64 -arch x86_64"
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/artifacts/
Dartifact_targets.py8 # http://www.apache.org/licenses/LICENSE-2.0
43 docker_args += ['-e', '%s=%s' % (k, v)]
96 _MACOS_COMPAT_FLAG = '-mmacosx-version-min=10.10'
98 _ARCH_FLAG_MAP = {'x86': '-m32', 'x64': '-m64'}
113 self.labels.append('latest-manylinux')
115 self.labels.append('linux')
120 self.labels.append('linux')
122 self.labels.append('linux')
131 # building the native extension is the most time-consuming part of the build
135 environ['ARCHFLAGS'] = "-arch arm64 -arch x86_64"
[all …]
/external/bazelbuild-rules_rust/examples/bzlmod/cross_compile/
DBUILD.bazel8 platform = ":linux-aarch64",
15 platform = ":linux-x86_64",
21 name = "hello_world_{}_test".format(target),
24 "$(rlocationpath :hello_world_{})".format(target),
28 ":hello_world_{}".format(target),
36 ("x86_64", "X86-64"),
41 name = "linux-aarch64",
43 "@platforms//os:linux",
49 name = "linux-x86_64",
51 "@platforms//os:linux",
/external/kernel-headers/original/uapi/linux/
Datm.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /* atm.h - general ATM declarations */
4 /* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */
8 * WARNING: User-space programs should not #include <linux/atm.h> directly.
20 #include <linux/compiler.h>
21 #include <linux/atmapi.h>
22 #include <linux/atmsap.h>
23 #include <linux/atmioc.h>
24 #include <linux/types.h>
35 #define ATM_NOT_RSV_VCI 32 /* first non-reserved VCI value */
[all …]
Dv4l2-subdev.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
14 #include <linux/const.h>
15 #include <linux/ioctl.h>
16 #include <linux/types.h>
17 #include <linux/v4l2-common.h>
18 #include <linux/v4l2-mediabus.h>
21 * enum v4l2_subdev_format_whence - Media bus format type
22 * @V4L2_SUBDEV_FORMAT_TRY: try format, for negotiation only
23 * @V4L2_SUBDEV_FORMAT_ACTIVE: active format, applied to the device
31 * struct v4l2_subdev_format - Pad-level media bus format
[all …]
/external/perfetto/infra/luci/recipes/
Dperfetto.py7 # http://www.apache.org/licenses/LICENSE-2.0
50 'exclude_platforms': ['windows-amd64']
60 'exclude_platforms': ['windows-amd64']
74 (os, cpu) = platform.split('-')
76 if os not in ('android', 'linux', 'mac'):
77 return base_args # No cross-compiling on Windows.
79 return base_args + ' target_os="{}" target_cpu="{}"'.format(os, cpu)
97 gcs_target_path = '{}/{}/{}'.format(gcs_upload_dir, platform, artifact_ext)
98 api.gsutil.upload(source_path, 'perfetto-luci-artifacts', gcs_target_path)
103 api.gsutil.upload(pdb_path, 'perfetto-luci-artifacts',
[all …]
/external/ot-br-posix/examples/platforms/nxp/linux-imx/
Daarch64.cmake27 set(CMAKE_SYSTEM_NAME Linux)
29 set(CMAKE_C_COMPILER aarch64-poky-linux-gcc)
30 set(CMAKE_CXX_COMPILER aarch64-poky-linux-g++)
33 set(CMAKE_ASM_COMPILER aarch64-poky-linux-gcc)
34 find_program(CMAKE_AR aarch64-poky-linux-gcc-ar DOC "Archiver" REQUIRED)
35-mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wfor…
36-mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wfor…
37-mcpu=cortex-a53 -march=armv8-a+crc+crypto -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wfor…
38 set(CMAKE_C_FLAGS_RELEASE "-DNDEBUG" CACHE STRING "Additional CFLAGS for release")
39 set(CMAKE_CXX_FLAGS_RELEASE "-DNDEBUG" CACHE STRING "Additional CXXFLAGS for release")
[all …]

12345678910>>...45