/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/ |
D | configure.yml | 1 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 16.04 GCC 17 os: ubuntu-16.04 19 configure-args: --warn [all …]
|
D | pkgcheck.yml | 4 ci-pkgcheck: 6 runs-on: ${{ matrix.os }} 8 fail-fast: false 11 - name: Ubuntu GCC 12 os: ubuntu-latest 15 - name: Ubuntu GCC -m32 16 os: ubuntu-latest 18 packages: gcc-multilib 19 cmake-args: -DCMAKE_C_FLAGS=-m32 20 cflags: -m32 [all …]
|
/external/ComputeLibrary/tests/CL/ |
D | Helper.h | 2 * Copyright (c) 2017-2020 Arm Limited. 4 * SPDX-License-Identifier: MIT 47 /** Configure the kernel. 49 * @param[in] args Configuration arguments. 51 template <typename... Args> 52 void configure(Args &&... args) in configure() argument 55 k->configure(std::forward<Args>(args)...); in configure() 58 /** Configure the kernel setting the GPU target as well 61 * @param[in] args Configuration arguments. 63 template <typename... Args> [all …]
|
/external/ComputeLibrary/tests/NEON/ |
D | Helper.h | 2 * Copyright (c) 2017-2020 Arm Limited. 4 * SPDX-License-Identifier: MIT 51 library->fill(Accessor(*tp), std::forward<D>(dist), vs[k++]); in fill_tensors() 60 /** Configure the kernel. 62 * @param[in] args Configuration arguments. 64 template <typename... Args> 65 void configure(Args &&... args) in configure() argument 68 k->configure(std::forward<Args>(args)...); in configure() 73 * @param[in] args Configuration arguments. 75 template <typename... Args> [all …]
|
/external/kmod/ |
D | autogen.sh | 3 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/ |
D | gen_git_source.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 22 run ./configure again). 32 from builtins import bytes # pylint: disable=redefined-builtin 49 Args: 67 def configure(src_base_path, gen_path, debug=False): function 68 """Configure `src_base_path` to embed git hashes if available.""" 73 # without running ./configure again. 86 raise RuntimeError("Cannot delete non-directory %s, inspect ", 149 <base-tag>-<number of commits since tag>-<shortened sha hash> 151 For example, 'v0.10.0-1585-gbb717a6' means v0.10.0 was the last tag when [all …]
|
/external/python/cpython3/Modules/_decimal/tests/ |
D | runall-memorydebugger.sh | 7 # 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/python/cpython2/Tools/webchecker/ |
D | wsgui.py | 3 """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/libopus/meson/ |
D | get-version.py | 3 # 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/pybind11/.github/workflows/ |
D | ci.yml | 8 - master 9 - stable 10 - v* 17 fail-fast: false 19 runs-on: [ubuntu-latest, windows-latest, macos-latest] 21 - 2.7 22 - 3.5 23 - 3.6 24 - 3.9 25 # - 3.10-dev # Re-enable once 3.10.0a5 is released [all …]
|
/external/ComputeLibrary/scripts/ |
D | enable_tracing.py | 4 # SPDX-License-Identifier: MIT 49 m = re.match("void ([^:]+)::configure\(([^)]*)\)", decl) 53 args = m.group(2) 55 args = re.sub("\/\*.*?\*\/","",args) 57 args = re.sub("<.*?>","",args) 58 logger.debug(args) 60 for arg in args.split(","): 73 assert len(arg_names), "No argument to configure for %s ?" % class_name 75 …fd.write("%s CREATE_TRACEPOINT(%s, \"%s\", this, TracePoint::Args()" % (spaces, source, class_n… 89 parser.add_argument("-D", "--debug", action='store_true', help="Enable script debugging output") [all …]
|
/external/autotest/client/cros/scripts/ |
D | wifi | 4 # Use of this source code is governed by a BSD-style license that can be 47 print cmd, 'configure <ssid> [passphrase] [security]' 53 def configure(ssid, security, passphrase): function 169 def main(args): argument 172 @param args list of arguments to the script, not including script name. 176 if len(args) < 2: 178 command = args[0] 179 ssid = args[1] 182 if command == 'configure': 185 if len(args) > 2: [all …]
|
/external/oss-fuzz/projects/suricata/ |
D | build.sh | 1 #!/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/armnn/python/pyarmnn/src/pyarmnn/swig/modules/ |
D | armnn_network.i | 3 // SPDX-License-Identifier: MIT 107 Args: 122 Args: 132 Args: 143 bool: True if output tensor info was set, False - otherwise. 153 Args: 169 Args: 200 return $self->GetConnection(index); in __getitem__() 204 return $self->GetNumConnections(); in __len__() 255 Args: [all …]
|
/external/freetype/builds/meson/ |
D | extract_libtool_version.py | 3 # Copyright (C) 2020-2021 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/rust/crates/gdbstub/src/target/ext/ |
D | extended_mode.rs | 2 //! functionality when connecting using `target extended-remote`, such as 7 //! While this API has been end-to-end tested and confirmed working with a "toy" 9 //! "battle-tested" with a fully-featured extended-mode capable target. 11 //! If you end up using this API to implement an extended-mode capable target, 36 pub fn into_bool(self) -> bool { in into_bool() 53 pub(crate) fn was_attached(self) -> bool { in was_attached() 61 /// Target Extension - Support 66 /// While extended-mode is primarily intended to be implemented by targets which 68 /// single/multi-threaded target can't implement these extensions as well. 74 /// `args` on its command line. [all …]
|
/external/kotlinx.atomicfu/atomicfu/ |
D | build.gradle | 2 …* 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 -> 21 targets.metaClass.addTarget = { preset -> 25 // JS -- always 32 // JVM -- always 38 implementation 'org.jetbrains.kotlin:kotlin-stdlib-common' 43 implementation 'org.jetbrains.kotlin:kotlin-test-common' 44 implementation 'org.jetbrains.kotlin:kotlin-test-annotations-common' 49 implementation 'org.jetbrains.kotlin:kotlin-stdlib-js' [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/ |
D | README | 7 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/ |
D | README | 7 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/ |
D | README | 7 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/cffi/c/libffi_x86_x64/ |
D | README | 9 libffi-2.00 has not been released yet! This is a development snapshot! 11 libffi-1.20 was released on October 5, 1998. Check the libffi web 28 told at run-time about the number and types of arguments used to call 51 SunOS 4.1.3 & Solaris 2.x (SPARC-V8, SPARC-V9) 55 Intel x86 - Linux (System V ABI) 57 Alpha - Linux and OSF/1 59 m68k - Linux (System V ABI) 61 PowerPC - Linux (System V ABI, Darwin, AIX) 63 ARM - Linux (System V ABI) 85 First you must configure the distribution for your particular [all …]
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 37 # Attempt to configure Tcl/Tk without requiring PATH 55 # These are not always defined, e.g. not on Win32 with Tk 8.0 :-( 80 value = unicode(value, 'utf-8') 132 If cut_minus is True, the supposed '-' prefix will be removed from 145 if cut_minus and key[0] == '-': 157 KeyPress, KeyRelease - for keyboard events 158 ButtonPress, ButtonRelease, Motion, Enter, Leave, MouseWheel - for mouse events 161 Deactivate - for window events. 169 serial - serial number of event 170 num - mouse button pressed (ButtonPress, ButtonRelease) [all …]
|
/external/python/cpython3/Lib/tkinter/ |
D | font.py | 31 font -- font specifier (name, system font, or (family, size, style)-tuple) 32 name -- name to use for this font configuration (defaults to a unique name) 33 exists -- does a named font by this name already exist? 39 family -- font 'family', e.g. Courier, Times, Helvetica 40 size -- font size in points 41 weight -- font thickness: NORMAL, BOLD 42 slant -- font slant: ROMAN, ITALIC 43 underline -- font underlining: false (0), true (1) 44 overstrike -- font strikeout: false (0), true (1) 53 options.append("-"+k) [all …]
|
/external/llvm/utils/ |
D | llvm-compilers-check | 2 ##===- 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 …]
|
/external/python/cpython3/Tools/scripts/ |
D | patchcheck.py | 32 def call_fxn(*args, **kwargs): argument 35 result = fxn(*args, **kwargs) 49 cmd = "git rev-parse --abbrev-ref HEAD".split() 54 encoding='UTF-8') 64 cmd = "git remote get-url upstream".split() 69 encoding='UTF-8') 87 encoding='UTF-8', 126 cmd = 'git diff --name-status ' + base_branch 128 cmd = 'git status --porcelain' 140 if ' -> ' in filename: [all …]
|