/external/ComputeLibrary/tests/CL/ |
D | Helper.h | 2 * 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/ |
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 18.04 GCC 17 os: ubuntu-18.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 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/ |
D | cmw500.py | 2 # 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/ |
D | Helper.h | 2 * 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/ |
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 | 7 # 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/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/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/autotest/client/cros/scripts/ |
D | wifi | 4 # 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/cronet/third_party/libxml/chromium/ |
D | roll.py | 4 # 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 69 'libxml2-2.9.4-security-xpath-nodetab-uaf.patch', 70 'undo-sax-deprecation.patch', 74 # See libxml2 configure.ac and win32/configure.js to learn what 84 ('--with-html', 'html=yes'), [all …]
|
/external/freetype/builds/meson/ |
D | extract_libtool_version.py | 3 # 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/armnn/python/pyarmnn/src/pyarmnn/swig/modules/ |
D | armnn_network.i | 3 // 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/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 -> 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/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/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/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/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/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/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 …]
|