Home
last modified time | relevance | path

Searched +full:- +full:- +full:disable +full:- +full:tools (Results 1 – 25 of 1139) sorted by relevance

12345678910>>...46

/external/oss-fuzz/projects/dlplibs/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
18 tar -xJf $SRC/zlib-1.2.11.tar.xz
19 pushd zlib-1.2.11
20 ./configure --static
21 make -j$(nproc)
22 export ZLIB_CFLAGS="-I$(pwd)"
23 export ZLIB_LIBS="-L$(pwd) -lz"
26 tar -xzf $SRC/lcms2-2.8.tar.gz
27 pushd lcms2-2.8
[all …]
/external/oss-fuzz/projects/ffmpeg/
Dbuild.sh1 #!/bin/bash -eux
8 # http://www.apache.org/licenses/LICENSE-2.0
18 # Disable UBSan vptr since several targets built with -fno-rtti.
19 export CFLAGS="$CFLAGS -fno-sanitize=vptr"
20 export CXXFLAGS="$CXXFLAGS -fno-sanitize=vptr"
24 mkdir -p $FFMPEG_DEPS_PATH
30 bzip2 -f -d alsa-lib-*
31 tar xf alsa-lib-*
32 rm alsa-lib-*.tar
33 cd alsa-lib-*
[all …]
/external/autotest/server/cros/
Ddebugd_dev_tools.py2 # Use of this source code is governed by a BSD-style license that can be
12 Functions to query and control debugd dev tools.
15 debugd dev tools, and a set of classes to interface to the individual
16 tools.
23 These classes have functions to check the state and enable/disable the
24 tool. Some tools may not be able to disable themselves, in which case
30 # Make sure tools are accessible on the system.
33 tools = [debugd_dev_tools.SshServerTool(), ...]
34 for tool in tools:
35 # Initialize tools and save current state.
[all …]
/external/cpu_features/scripts/
Drun_integration.sh2 set -eo pipefail
17 mkdir -p "${ARCHIVE_DIR}"
19 local -r URL=$1
20 local -r RELATIVE_DIR=$2
21 local -r DESTINATION="${ARCHIVE_DIR}/${RELATIVE_DIR}"
22 if [[ ! -d "${DESTINATION}" ]] ; then
24 local -r ARCHIVE_NAME=$(basename "${URL}")
25 [[ -f "${ARCHIVE_NAME}" ]] || wget --no-verbose "${URL}"
27 rm -f "${ARCHIVE_NAME}"
36 local -r QEMU_VERSION=${QEMU_VERSION:=7.1.0}
[all …]
/external/cronet/third_party/cpu_features/src/scripts/
Drun_integration.sh2 set -eo pipefail
17 mkdir -p "${ARCHIVE_DIR}"
19 local -r URL=$1
20 local -r RELATIVE_DIR=$2
21 local -r DESTINATION="${ARCHIVE_DIR}/${RELATIVE_DIR}"
22 if [[ ! -d "${DESTINATION}" ]] ; then
24 local -r ARCHIVE_NAME=$(basename "${URL}")
25 [[ -f "${ARCHIVE_NAME}" ]] || wget --no-verbose "${URL}"
27 rm -f "${ARCHIVE_NAME}"
36 local -r QEMU_VERSION=${QEMU_VERSION:=7.1.0}
[all …]
/external/deqp/external/vulkancts/
DREADME.md7 Up-to-date documentation for dEQP is available at:
9 * [The VK-GL-CTS wiki for Khronos members](https://gitlab.khronos.org/Tracker/vk-gl-cts/wikis/home)
10 * [The VK-GL-CTS wiki for non-Khronos members](https://github.com/KhronosGroup/VK-GL-CTS/wiki)
14 ------------
18 The following tools must be installed and present in the PATH variable:
33 * You can get this from the `mesa-common-dev` Ubuntu package.
45 * Android SDK with: SDK Tools, SDK Platform-tools, SDK Build-tools, and API 28
49 If you have downloaded the Android SDK command line tools package (25.2.3 or higher) then
52 tools/bin/sdkmanager tools platform-tools 'build-tools;25.0.2' 'platforms;android-28'
56 ------------
[all …]
/external/igt-gpu-tools/
Dconfigure.ac16 # FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
24 AC_INIT([igt-gpu-tools],
27 [igt-gpu-tools])
32 AC_CONFIG_AUX_DIR([build-aux])
39 AM_INIT_AUTOMAKE([1.12 foreign subdir-objects dist-bzip2])
61 TIMER_LIBS="-lrt"
64 TIMER_LIBS="-lpthread"
100 [m4_fatal([must install xorg-macros 1.16 or later before running autoconf/autogen])])
127 …PKG_CHECK_MODULES(OVERLAY_XLIB, [cairo-xlib dri2proto >= 2.6], enable_overlay_xlib=yes, enable_ove…
133 AC_MSG_NOTICE([Failed to find leg, required for overlay, try : apt-get install peg])
[all …]
/external/linux-kselftest/android/patches/
D0017-futex-disable-futex_wait-and-futex_waitv.patch4 Subject: [PATCH 17/20] futex: disable futex_wait and futex_waitv
13 Signed-off-by: Edward Liaw <edliaw@google.com>
14 ---
15 tools/testing/selftests/futex/functional/run.sh | 12 ++++++++----
16 1 file changed, 8 insertions(+), 4 deletions(-)
18 diff --git a/tools/testing/selftests/futex/functional/run.sh b/tools/testing/selftests/futex/functi…
20 --- a/tools/testing/selftests/futex/functional/run.sh
21 +++ b/tools/testing/selftests/futex/functional/run.sh
22 @@ -84,13 +84,17 @@ echo
26 -echo
[all …]
/external/linux-kselftest/tools/testing/selftests/netfilter/
Dnft_concat_range.sh2 # SPDX-License-Identifier: GPL-2.0
4 # nft_concat_range.sh - Tests for sets with concatenation of ranged fields
10 # shellcheck disable=SC2154,SC2034,SC2016,SC2030,SC2031
16 # - reported_issues: check for issues that were reported in the past
17 # - correctness: check that packets match given entries, and only those
18 # - concurrency: attempt races between insertion, deletion and lookup
19 # - timeout: check that packets match entries until they expire
20 # - performance: estimate matching rate, compare with rbtree and hash baselines
46 # tools list of tools for correctness and timeout tests, any can be used
50 # flood_tools list of tools for concurrency tests, any can be used
[all …]
/external/bpftool/scripts/
Dsync-kernel.sh4 echo "USAGE: ./sync-kernel.sh <bpftool-repo> <kernel-repo>"
8 …echo " - Update the libbpf submodule, commit, and use its new checkpoints as target commits for b…
9 echo " - Cherry-pick commits from the bpf-next branch, up to the bpf-next target commit."
10 echo " - Cherry-pick commits from the bpf branch, up to the bpf target commit."
11 echo " - Create a new commit with the updated version and checkpoints."
12 echo " - Check consistency."
14 …echo "Set BPF_NEXT_BASELINE to override bpf-next tree commit, otherwise read from <bpftool-repo>/C…
15 …PF_BASELINE to override bpf tree commit, otherwise read from <bpftool-repo>/BPF-CHECKPOINT-COMMIT."
16 …t BPF_NEXT_TIP_COMMIT to override bpf-next tree target commit, otherwise read from <bpftool-repo>/…
17 … override bpf tree target commit, otherwise read from <bpftool-repo>/libbpf/BPF-CHECKPOINT-COMMIT,…
[all …]
/external/tensorflow/tensorflow/tools/compatibility/update/
Dgenerate_v2_reorders_map.py7 # http://www.apache.org/licenses/LICENSE-2.0
15 # pylint: disable=line-too-long
16 """Script for updating tensorflow/tools/compatibility/reorders_v2.py.
19 bazel build tensorflow/tools/compatibility/update:generate_v2_reorders_map
20 bazel-bin/tensorflow/tools/compatibility/update/generate_v2_reorders_map
22 # pylint: enable=line-too-long
27 from tensorflow import python as tf_python # pylint: disable=unused-import
32 from tensorflow.tools.common import public_api
33 from tensorflow.tools.common import traverse
34 from tensorflow.tools.compatibility import tf_upgrade_v2
[all …]
Dgenerate_v2_renames_map.py7 # http://www.apache.org/licenses/LICENSE-2.0
15 # pylint: disable=line-too-long
16 """Script for updating tensorflow/tools/compatibility/renames_v2.py.
19 bazel build tensorflow/tools/compatibility/update:generate_v2_renames_map
20 bazel-bin/tensorflow/tools/compatibility/update/generate_v2_renames_map
21 pyformat --in_place third_party/tensorflow/tools/compatibility/renames_v2.py
23 # pylint: enable=line-too-long
29 from tensorflow import python as tf_python # pylint: disable=unused-import
33 from tensorflow.tools.common import public_api
34 from tensorflow.tools.common import traverse
[all …]
/external/strace/m4/
Dax_valgrind_check.m42 # https://www.gnu.org/software/autoconf-archive/ax_valgrind_check.html
13 # running `make check` under a variety of Valgrind tools to check for
19 # the value of the --enable-valgrind option, which defaults to being
21 # Valgrind tools can be disabled via --disable-valgrind-<tool>, the
30 # https://www.gnu.org/software/gnulib/manual/html_node/Running-self_002dtests-under-valgrind.ht…
42 # VALGRIND_SUPPRESSIONS_FILES = my-project.supp
43 # EXTRA_DIST = my-project.supp
45 # This results in a "check-valgrind" rule being added to any Makefile.am
47 # configured with --enable-valgrind). Running `make check-valgrind` in
49 # each of the available Valgrind tools (out of memcheck, helgrind and drd)
[all …]
/external/deqp-deps/amber/
DREADME.md3 Amber is a multi-API shader test framework.
16 * Shaders can be expressed in binary form (as hex), in SPIR-V assembly, or in a
103 ./tools/git-sync-deps
104 mkdir -p out/Debug
106 cmake -GNinja ../..
114 `-DAMBER_ENABLE_SHARED_CRT`.
123 `tools/build-amber-sample.sh`.
130 * Run `./tools/build-amber-sample.sh [build output directory path]`.
140 ./tools/git-sync-deps
142 ./tools/update_build_version.py . samples/ third_party/
[all …]
/external/f2fs-tools/
Dconfigure.ac1 # -*- Autoconf -*-
7 m4_define([f2fs_tools_version], m4_esyscmd([sed -n '1p' VERSION | tr -d '\n']))
8 m4_define([f2fs_tools_date], m4_esyscmd([sed -n '2p' VERSION | tr -d '\n']))
10 m4_esyscmd([git log -1 --pretty=format:%ci 2> /dev/null]))
12 AC_INIT([F2FS tools], [f2fs_tools_version],
13 [linux-f2fs-devel@lists.sourceforge.net])
17 AC_DEFINE([F2FS_TOOLS_VERSION], "f2fs_tools_version", [f2fs-tools version])
19 [\([0-9]*\)\(\w\|\W\)*], [\1]),
20 [Major version for f2fs-tools])
22 [\([0-9]*\).\([0-9]*\)\(\w\|\W\)*], [\2]),
[all …]
/external/oss-fuzz/projects/libvips/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
23 ./configure --static --prefix=$WORK
24 make -j$(nproc) all
30 autoreconf -fi
32 --enable-static \
33 --disable-shared \
34 --disable-docs \
35 --disable-dependency-tracking \
36 --prefix=$WORK
[all …]
/external/kmod/
Dconfigure.ac4 [linux-modules@vger.kernel.org],
11 AC_CONFIG_AUX_DIR([build-aux])
17 AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules tar-pax no-dist-gzip dist-xz subdir-objects …
19 LT_INIT([disable-static pic-only])
21 AS_IF([test "x$enable_static" = "xyes"], [AC_MSG_ERROR([--enable-static is not supported by kmod])])
22 AS_IF([test "x$enable_largefile" = "xno"], [AC_MSG_ERROR([--disable-largefile is not supported by k…
78 # --with-
82 AS_HELP_STRING([--with-rootlibdir=DIR], [rootfs directory to install shared libraries]),
87 AS_HELP_STRING([--with-zstd], [handle Zstandard-compressed modules @<:@default=disabled@:>@]),
98 AS_HELP_STRING([--with-xz], [handle Xz-compressed modules @<:@default=disabled@:>@]),
[all …]
/external/pigweed/docs/get_started/
Dfirst_time_setup.rst1 .. _docs-first-time-setup-guide:
6 .. _docs-first-time-setup-guide-express-setup:
8 -------------
10 -------------
14 .. tab-set::
16 .. tab-item:: Linux
19 .. inclusive-language: disable
21 .. code-block:: sh
23 sudo apt install git build-essential
24 …curl -LJo /etc/udev/rules.d/60-openocd.rules https://raw.githubusercontent.com/openocd-org/openocd…
[all …]
/external/grpc-grpc/tools/run_tests/artifacts/
Dbuild_artifact_python.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
21 export PYTHON=${PYTHON:-python}
22 export AUDITWHEEL=${AUDITWHEEL:-auditwheel}
25 # shellcheck disable=SC1091
26 source tools/internal_ci/helper_scripts/prepare_ccache_symlinks_rc
28 # Needed for building binary distribution wheels -- bdist_wheel
29 "${PYTHON}" -m pip install --upgrade pip wheel setuptools
36 # already have a new-enough version of cython pre-installed.
38 # so we are trying to perform as few download-and-install operations
[all …]
/external/bazelbuild-rules_cc/cc/
Ddefs.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
23 # TODO(bazel-team): To avoid breaking changes, if the below are no longer
24 # forwarding to native rules, flag @bazel_tools@bazel_tools//tools/cpp:link_extra_libs
27 # @bazel_tools@bazel_tools//tools/cpp:link_extra_lib should either be added as a dependency
29 _LINK_EXTRA_LIB = "@rules_cc//:link_extra_lib" # copybara-use-repo-external-label
52 https://docs.bazel.build/versions/main/be/c-cpp.html#cc_binary
58 # buildifier: disable=native-cc
64 https://docs.bazel.build/versions/main/be/c-cpp.html#cc_test
70 # buildifier: disable=native-cc
76 https://docs.bazel.build/versions/main/be/c-cpp.html#cc_library
[all …]
/external/bazelbuild-rules_rust/tools/rust_analyzer/3rdparty/crates/
Dcrates.bzl3 # This file is auto-generated by the cargo-bazel tool.
9 load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
11 # buildifier: disable=bzl-visibility
14 # buildifier: disable=bzl-visibility
15 load("@rules_rust//tools/rust_analyzer/3rdparty/crates:defs.bzl", _crate_repositories = "crate_repo…
26 build_file = Label("@rules_rust//tools/rust_analyzer/3rdparty/crates:BUILD.bazel"),
27 defs_module = Label("@rules_rust//tools/rust_analyzer/3rdparty/crates:defs.bzl"),
/external/bazelbuild-rules_java/toolchains/
Ddefault_java_toolchain.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
22 "--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED",
23 "--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED",
24 "--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED",
25 "--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED",
26 "--add-exports=jdk.compiler/com.sun.tools.javac.resources=ALL-UNNAMED",
27 "--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED",
28 "--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED",
29 "--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED",
30 "--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED",
[all …]
/external/bazelbuild-rules_cc/tools/migration/
Dctoolchain_comparator.py7 # http://www.apache.org/licenses/LICENSE-2.0
24 @rules_cc//tools/migration:ctoolchain_comparator -- \
25 --before=/path/to/CROSSTOOL1 \
26 --after=/path/to/CROSSTOOL2 \
27 --toolchain_identifier=id
35 from tools.migration.ctoolchain_comparator_lib import compare_ctoolchains
98 print(("Error parsing file '%s':" % input_file)) # pylint: disable=superfluous-parens
99 print("Attempt to parse it as a CROSSTOOL proto:") # pylint: disable=superfluous-parens
100 print(crosstool_error) # pylint: disable=superfluous-parens
101 print("Attempt to parse it as a CToolchain proto:") # pylint: disable=superfluous-parens
[all …]
/external/pdfium/testing/tools/coverage/
Dcoverage_report.py3 # Use of this source code is governed by a BSD-style license that can be
40 TestSpec('run_corpus_tests.py', True, ['--disable-javascript']),
42 TestSpec('run_corpus_tests.py', True, ['--disable-xfa']),
44 TestSpec('run_corpus_tests.py', True, ['--render-oneshot']),
46 TestSpec('run_corpus_tests.py', True, ['--reverse-byte-order']),
50 TestSpec('run_javascript_tests.py', True, ['--disable-javascript']),
52 TestSpec('run_javascript_tests.py', True, ['--disable-xfa']),
56 TestSpec('run_pixel_tests.py', True, ['--disable-javascript']),
58 TestSpec('run_pixel_tests.py', True, ['--disable-xfa']),
60 TestSpec('run_pixel_tests.py', True, ['--render-oneshot']),
[all …]
/external/icu/icu4c/source/
Dconfigure.ac1 # -*-autoconf-*-
3 # AC_COPYRIGHT([ Copyright (c) 1999-2015, International Business Machines Corporation and others. A…
14 …m4_esyscmd_s([sed -n 's/^[ ]*#[ ]*define[ ]*U_ICU_VERSION[ ]*"\([^"]*\)".*/\1/p' "./common/uni…
15 [http://icu-project.org/bugs],
17 [http://icu-project.org])
31 # for icu-config
32 # This may be removed later - mow (June 17, 2010)
34 case `/bin/sh -c "echo -n x"` in
35 -n*)
36 case `/bin/sh -c "echo 'x\c'"` in
[all …]

12345678910>>...46