Home
last modified time | relevance | path

Searched +full:configure +full:- +full:args (Results 1 – 25 of 1053) sorted by relevance

12345678910>>...43

/external/ComputeLibrary/tests/CL/
DHelper.h2 * Copyright (c) 2017-2021 Arm Limited.
4 * SPDX-License-Identifier: MIT
49 /** Configure the kernel.
51 * @param[in] args Configuration arguments.
53 template <typename... Args>
54 void configure(Args &&... args) in configure() argument
57 k->configure(CLKernelLibrary::get().get_compile_context(), std::forward<Args>(args)...); in configure()
60 /** Configure the kernel setting the GPU target as well
63 * @param[in] args Configuration arguments.
65 template <typename... Args>
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dconfigure.yml1 name: CI Configure
4 ci-configure:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu GCC
12 os: ubuntu-latest
14 configure-args: --warn
16 - name: Ubuntu 18.04 GCC
17 os: ubuntu-18.04
19 configure-args: --warn
[all …]
Dpkgcheck.yml4 ci-pkgcheck:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu GCC
12 os: ubuntu-latest
14 cxx-compiler: g++
16 - name: Ubuntu GCC -m32
17 os: ubuntu-latest
19 cxx-compiler: g++
20 packages: gcc-multilib g++-multilib
[all …]
/external/autotest/server/cros/cellular/callbox_utils/
Dcmw500.py2 # Use of this source code is governed by a BSD-style license that can be
169 Args:
184 Args:
223 return self.send_and_recv('CONFigure:LTE:SIGN:DMODe:UCSPECific?')
229 Args:
232 cmd = 'CONFigure:LTE:SIGN:DMODe:UCSPECific {}'.format(state)
238 Args:
253 Args:
262 Args:
279 timeout -= 1
[all …]
/external/ComputeLibrary/tests/NEON/
DHelper.h2 * Copyright (c) 2017-2021 Arm Limited.
4 * SPDX-License-Identifier: MIT
53 library->fill(Accessor(*tp), std::forward<D>(dist), vs[k++]); in fill_tensors()
62 /** Configure the kernel.
64 * @param[in] args Configuration arguments.
66 template <typename... Args>
67 void configure(Args &&... args) in configure() argument
70 k->configure(std::forward<Args>(args)...); in configure()
75 * @param[in] args Configuration arguments.
77 template <typename... Args>
[all …]
/external/kmod/
Dautogen.sh3 set -e
9 gtkdocize --docdir libkmod/docs || touch libkmod/docs/gtk-doc.make
10 autoreconf --force --install --symlink
13 echo $(cd "$1/$(gcc -print-multi-os-directory)"; pwd)
16 args="\
17 --prefix=/usr \
18 --sysconfdir=/etc \
19 --libdir=$(libdir /usr/lib) \
22 if [ -f "$topdir/.config.args" ]; then
23 args="$args $(cat $topdir/.config.args)"
[all …]
/external/tensorflow/tensorflow/tools/git/
Dgen_git_source.py7 # http://www.apache.org/licenses/LICENSE-2.0
21 run ./configure again).
27 from builtins import bytes # pylint: disable=redefined-builtin
44 Args:
62 def configure(src_base_path, gen_path, debug=False): function
63 """Configure `src_base_path` to embed git hashes if available."""
68 # without running ./configure again.
81 raise RuntimeError("Cannot delete non-directory %s, inspect ",
144 <base-tag>-<number of commits since tag>-<shortened sha hash>
146 For example, 'v0.10.0-1585-gbb717a6' means v0.10.0 was the last tag when
[all …]
/external/python/cpython3/Tools/wasm/
Dwasm_build.py4 $ ./Tools/wasm/wasm_builder.py emscripten-browser build repl
5 $ ./Tools/wasm/wasm_builder.py emscripten-node-dl build test
8 Primary build targets are "emscripten-node-dl" (NodeJS, dynamic linking),
9 "emscripten-browser", and "wasi".
16 and falls back to /opt/wasi-sdk.
21 ./Tools/wasm/wasm_builder.py --clean build build
50 CONFIGURE = SRCDIR / "configure" variable
55 # path to WASI-SDK root
56 WASI_SDK_PATH = pathlib.Path(os.environ.get("WASI_SDK_PATH", "/opt/wasi-sdk"))
59 # auto-detect's EMSDK in /opt/emsdk without ". emsdk_env.sh".
[all …]
/external/python/cpython3/Modules/_decimal/tests/
Drunall-memorydebugger.sh7 # Synopsis: ./runall-memorydebugger.sh [--all-configs64 | --all-configs32]
12 # Set additional CFLAGS and LDFLAGS for ./configure
18 CONFIGS_32="ppro ansi32 ansi-legacy universal"
20 VALGRIND="valgrind --tool=memcheck --leak-resolution=high \
21 --suppressions=Misc/valgrind-python.supp"
23 # Get args
25 *--all-configs64*)
28 *--all-configs32*)
45 len=`echo $@ | wc -c`
46 margin="#%"`expr \( 74 - $len \) / 2`"s"
[all …]
/external/libopus/meson/
Dget-version.py3 # Opus get-version.py
6 # - Opus package version based on 'git describe' or $srcroot/package_version
7 # - libtool version based on configure.ac
8 # - macos lib version based on configure.ac
11 # get-version.py [--package-version | --libtool-version | --darwin-version]
21 group.add_argument('--libtool-version', action='store_true')
22 group.add_argument('--package-version', action='store_true')
23 group.add_argument('--darwin-version', action='store_true')
24 args = arg_parser.parse_args() variable
29 if args.package_version:
[all …]
/external/python/cpython2/Tools/webchecker/
Dwsgui.py3 """Tkinter-based GUI for websucker.
37 ('User-agent', 'websucker/%s' % websucker.__version__),
40 def message(self, format, *args): argument
41 if args:
42 format = format%args
80 def XXXaddrobot(self, *args): argument
83 def XXXisallowed(self, *args): argument
101 self.url_entry.bind("<Key-Return>", self.go)
121 def message(self, text, *args): argument
122 if args:
[all …]
/external/cronet/third_party/libxml/chromium/
Droll.py4 # Use of this source code is governed by a BSD-style license that can be
19 # 2. Apply the patch in src: patch -p1 <../chromium/foo.patch
32 # a. sudo apt-get install libicu-dev
48 # a. third_party/libxml/chromium/roll.py --linux /path/to/libxml2
58 # b. third_party\libxml\chromium\roll.py --win32
63 # b. third_party/libxml/chromium/roll.py --mac --icu4c_path=~/homebrew/opt/icu4c
68 # The --linuxfast argument is an alternative to --linux which also deletes
70 # the end of the --mac run, but if you want to run the roll script and get to
71 # the final state without running the configure scripts on all three platforms,
75 'libxml2-2.9.4-security-xpath-nodetab-uaf.patch',
[all …]
/external/oss-fuzz/projects/suricata/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
20 tar -xvzf pcre2-10.36.tar.gz
21 cd pcre2-10.36
22 ./configure --disable-shared
23 make -j$(nproc) clean
24 make -j$(nproc) all
25 make -j$(nproc) install
28 tar -xvzf lz4-1.9.2.tar.gz
29 cd lz4-1.9.2
[all …]
/external/autotest/client/cros/scripts/
Dwifi4 # Use of this source code is governed by a BSD-style license that can be
51 print(cmd, 'configure <ssid> [passphrase] [security]')
57 def configure(ssid, security, passphrase): function
173 def main(args): argument
176 @param args list of arguments to the script, not including script name.
180 if len(args) < 2:
182 command = args[0]
183 ssid = args[1]
186 if command == 'configure':
189 if len(args) > 2:
[all …]
/external/freetype/builds/meson/
Dextract_libtool_version.py3 # Copyright (C) 2020-2023 by
12 """Extract the libtool version from `configure.raw`.
14 This script parses the `configure.raw` file to extract the libtool version
16 `--major`, `--minor` or `--patch` can be used to only print one of these
63 "--major",
68 "--minor",
73 "--patch",
78 "--soversion",
86 help="The input configure.raw file to parse.",
89 args = parser.parse_args()
[all …]
/external/kotlinx.atomicfu/atomicfu/
Dbuild.gradle2 …* Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen…
5 apply plugin: 'kotlin-multiplatform'
13 addNative = { preset ->
22 delegate.metaClass.addTarget = { preset ->
27 // JS -- always
29 moduleName = "kotlinx-atomicfu"
35 // JVM -- always
41 implementation 'org.jetbrains.kotlin:kotlin-stdlib-common'
46 implementation 'org.jetbrains.kotlin:kotlin-test-common'
47 implementation 'org.jetbrains.kotlin:kotlin-test-annotations-common'
[all …]
/external/pigweed/pw_digital_io_linux/
Ddigital_io_cli.cc7 // https://www.apache.org/licenses/LICENSE-2.0
17 // get [-i] CHIP LINE
18 // Configure the GPIO as an input and read its value.
20 // set [-i] CHIP LINE VALUE
21 // Configure the GPIO as an output and set its value.
23 // watch [-i] [{-ta,-tb,-td}] CHIP LINE
24 // Configure the GPIO as an input and watch for interrupt events.
27 // -t Trigger for an interrupt:
28 // -ta - activating edge
29 // -tb - both edges (default)
[all …]
/external/sandboxed-api/sandboxed_api/bazel/
Drepositories.bzl7 # https://www.apache.org/licenses/LICENSE-2.0
15 """Repository rule that runs autotools' configure after extraction."""
19 ctx.report_progress("Running configure script...")
21 # Run configure script and move host-specific directory to a well-known
24 [bash_exe, "-c", """./configure --disable-dependency-tracking {args};
25 mv $(. config.guess) configure-bazel-gen || true
26 """.format(args = " ".join(ctx.attr.configure_args))],
33 ctx.execute([bash_exe, "-c", "rm -f BUILD BUILD.bazel"])
36 ctx.execute([bash_exe, "-c", "rm -f BUILD.bazel"])
/external/libopus/.github/workflows/
Ddred.yml9 runs-on: ${{ matrix.config.os }}
11 fail-fast: false
14 - {
16 os: windows-latest,
18 args: -G "Visual Studio 17 2022" -DOPUS_X86_PRESUME_AVX2=ON
20 - {
22 os: windows-latest,
24 args: -G "Visual Studio 17 2022" -A ARM64
26 - {
28 os: ubuntu-latest,
[all …]
/external/python/cpython2/Modules/_ctypes/libffi_osx/
DREADME7 libffi-2.00 has not been released yet! This is a development snapshot!
9 libffi-1.20 was released on October 5, 1998. Check the libffi web
26 told at run-time about the number and types of arguments used to call
49 SunOS 4.1.3 & Solaris 2.x (SPARC-V8, SPARC-V9)
53 Intel x86 - Linux (System V ABI)
55 Alpha - Linux and OSF/1
57 m68k - Linux (System V ABI)
59 PowerPC - Linux (System V ABI, Darwin, AIX)
61 ARM - Linux (System V ABI)
83 First you must configure the distribution for your particular
[all …]
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
DREADME7 libffi-2.00 has not been released yet! This is a development snapshot!
9 libffi-1.20 was released on October 5, 1998. Check the libffi web
26 told at run-time about the number and types of arguments used to call
49 SunOS 4.1.3 & Solaris 2.x (SPARC-V8, SPARC-V9)
53 Intel x86 - Linux (System V ABI)
55 Alpha - Linux and OSF/1
57 m68k - Linux (System V ABI)
59 PowerPC - Linux (System V ABI, Darwin, AIX)
61 ARM - Linux (System V ABI)
83 First you must configure the distribution for your particular
[all …]
/external/python/cpython3/Modules/_ctypes/libffi_osx/
DREADME7 libffi-2.00 has not been released yet! This is a development snapshot!
9 libffi-1.20 was released on October 5, 1998. Check the libffi web
26 told at run-time about the number and types of arguments used to call
49 SunOS 4.1.3 & Solaris 2.x (SPARC-V8, SPARC-V9)
53 Intel x86 - Linux (System V ABI)
55 Alpha - Linux and OSF/1
57 m68k - Linux (System V ABI)
59 PowerPC - Linux (System V ABI, Darwin, AIX)
61 ARM - Linux (System V ABI)
83 First you must configure the distribution for your particular
[all …]
/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/
Darmnn_network.i3 // SPDX-License-Identifier: MIT
130 Args:
145 Args:
155 Args:
166 bool: True if output tensor info was set, False - otherwise.
176 Args:
192 Args:
223 return $self->GetConnection(index); in __getitem__()
227 return $self->GetNumConnections(); in __len__()
278 Args:
[all …]
/external/clang/tools/scan-build-py/libear/
D__init__.py1 # -*- coding: utf-8 -*-
28 toolset.add_definitions(['-D_GNU_SOURCE'])
30 configure = do_configure(toolset)
31 configure.check_function_exists('execve', 'HAVE_EXECVE')
32 configure.check_function_exists('execv', 'HAVE_EXECV')
33 configure.check_function_exists('execvpe', 'HAVE_EXECVPE')
34 configure.check_function_exists('execvp', 'HAVE_EXECVP')
35 configure.check_function_exists('execvP', 'HAVE_EXECVP2')
36 configure.check_function_exists('exect', 'HAVE_EXECT')
37 configure.check_function_exists('execl', 'HAVE_EXECL')
[all …]
/external/llvm/utils/
Dllvm-compilers-check2 ##===- utils/llvmbuild - Build the LLVM project ----------------*-python-*-===##
9 ##===----------------------------------------------------------------------===##
46 # llvmbuild --src=~/llvm/commit --src=~/llvm/staging --src=~/llvm/official
47 # --build=debug --build=release --build=paranoid
48 # --prefix=/home/greened/install --builddir=/home/greened/build
52 # ~/install. llvm-compilers-check creates separate build and install
58 # The user may control parallelism via the --jobs and --threads
59 # switches. --jobs tells llvm-compilers-checl the maximum total
61 # as equivalent to the GNU make -j switch. --threads tells
62 # llvm-compilers-check how many worker threads to use to accomplish
[all …]

12345678910>>...43