| /external/rust/crates/fallible-iterator/.circleci/ |
| D | config.yml | 6 key: registry-{{ .BuildNum }} 8 - /usr/local/cargo/registry/index 10 key: deps-{{ checksum "~/rust-version" }}-{{ checksum "Cargo.lock" }} 18 - target 19 - /usr/local/cargo/registry/cache 25 - image: rust:1.33.0 27 RUSTFLAGS: -D warnings 30 - checkout 31 - *RESTORE_REGISTRY 32 - run: cargo generate-lockfile [all …]
|
| /external/rust/crates/fallible-streaming-iterator/.circleci/ |
| D | config.yml | 6 key: registry-{{ .BuildNum }} 8 - /usr/local/cargo/registry/index 10 key: deps-{{ checksum "~/rust-version" }}-{{ checksum "Cargo.lock" }} 18 - target 19 - /usr/local/cargo/registry/cache 26 - image: rust:1.19.0 28 RUSTFLAGS: -D warnings 30 - checkout 31 - *RESTORE_REGISTRY 32 - run: cargo generate-lockfile [all …]
|
| /external/rust/crates/hashlink/.circleci/ |
| D | config.yml | 6 - image: circleci/rust:latest 8 - checkout 9 - run: 13 rustup toolchain install nightly -c miri rust-src rustfmt 14 - run: 17 rustc --version 18 cargo --version 19 rustc +nightly --version 20 cargo +nightly --version 21 rustup --version [all …]
|
| /external/rust/crates/walkdir/.github/workflows/ |
| D | ci.yml | 6 - master 8 - cron: '00 01 * * *' 12 runs-on: ${{ matrix.os }} 16 - pinned 17 - pinned-win 18 - stable 19 - beta 20 - nightly 21 - macos 22 - win-msvc [all …]
|
| /external/rust/crates/paste/.github/workflows/ |
| D | ci.yml | 12 RUSTFLAGS: -Dwarnings 17 runs-on: ubuntu-latest 19 fail-fast: false 22 timeout-minutes: 45 24 - uses: actions/checkout@v3 25 - uses: dtolnay/rust-toolchain@master 28 - run: cargo test 32 runs-on: ubuntu-latest 33 timeout-minutes: 45 35 - uses: actions/checkout@v3 [all …]
|
| /external/rust/crates/libm/.github/workflows/ |
| D | main.yml | 7 runs-on: ubuntu-latest 11 - aarch64-unknown-linux-gnu 12 - arm-unknown-linux-gnueabi 13 - arm-unknown-linux-gnueabihf 14 - armv7-unknown-linux-gnueabihf 15 # - i686-unknown-linux-gnu 16 - mips-unknown-linux-gnu 17 - mips64-unknown-linux-gnuabi64 18 - mips64el-unknown-linux-gnuabi64 19 - powerpc-unknown-linux-gnu [all …]
|
| /external/curl/tests/server/ |
| D | util.c | 21 * SPDX-License-Identifier: curl 120 epoch_offset = time(NULL) - tv.tv_sec; in logmsg() 128 (int)now->tm_hour, (int)now->tm_min, (int)now->tm_sec, in logmsg() 177 logmsg("Error initialising winsock -- aborting"); in win32_init() 185 logmsg("No suitable winsock.dll found -- aborting"); in win32_init() 228 * -1 = system call error, or invalid timeout value 246 return -1; in wait_ms() 264 if(r != -1) in wait_ms() 269 pending_ms = timeout_ms - (int)timediff(tvnow(), initial_tv); in wait_ms() 272 } while(r == -1); in wait_ms() [all …]
|
| /external/AFLplusplus/src/ |
| D | afl-fuzz-init.c | 2 american fuzzy lop++ - initialization related routines 3 ------------------------------------------------------ 7 Now maintained by Marc Heuse <mh@mh-sec.de>, 12 Copyright 2019-2022 AFLplusplus Project. All rights reserved. 18 https://www.apache.org/licenses/LICENSE-2.0 26 #include "afl-fuzz.h" 44 afl->cpu_aff = cpuid; in bind_cpu() 107 /* Build a list of processes bound to specific cores. Returns -1 if nothing 113 u8 lockfile[PATH_MAX] = ""; local 116 if (afl->afl_env.afl_no_affinity && !afl->afl_env.afl_try_affinity) { [all …]
|
| /external/autotest/client/common_lib/ |
| D | packages.py | 8 #pylint: disable=missing-docstring 88 repo_run_command(repo, 'mkdir -p %s' % remote_path, cd=False) 99 'df -PB %d . | tail -1' % 10 ** 9).stdout.split() 124 cmd = 'find . -type f -atime +%s -exec rm -f {} \;' % older_than_days 144 curl_cmd_pattern = 'curl --connect-timeout 15 -s %s -o %s' 164 test_cmd = 'test -d %s' 166 test_cmd = 'test -e %s' 179 mktemp = 'mktemp -u /tmp/tmp.XXXXXX' 191 self.run_command('rm -rf %s' % dest_file_path) 216 self.run_command('rm -f %s' % dest_path) [all …]
|
| /external/ltp/testcases/kernel/fs/doio/ |
| D | growfiles.c | 21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 37 * To just verify file contents: growfiles -g 0 -c 1 filename 45 * return control to user (if wanted - default action) 47 * re-exec self (if wanted) 54 * fstat file - to determine if file if a fifo 163 int io_type = 0; /* I/O type -sync */ 172 #define MAX_FC_READ 196608 /* 4096 * 48 - 48 blocks */ 190 #define PATTERN_CNTING 6 /* counting pattern (i.e. 0 - 07, 0 - 07, ...) */ 193 #define PATTERN_RANDOM 9 /* random integers - can not be checked */ 207 int bytes_to_consume = 0; /* non-zero if -B was specified, total bytes */ [all …]
|
| /external/libnfnetlink/build-aux/ |
| D | ltmain.sh | 29 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 31 # Usage: $progname [OPTION]... [MODE-ARG]... 33 # Provide generalized library-building support services. 35 # --config show all configuration variables 36 # --debug enable verbose shell tracing 37 # -n, --dry-run display commands without modifying any files 38 # --features display basic configuration information and exit 39 # --mode=MODE use operation mode MODE 40 # --preserve-dup-deps don't remove duplicate dependency libraries 41 # --quiet, --silent don't print informational messages [all …]
|
| /external/libnetfilter_conntrack/build-aux/ |
| D | ltmain.sh | 29 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 31 # Usage: $progname [OPTION]... [MODE-ARG]... 33 # Provide generalized library-building support services. 35 # --config show all configuration variables 36 # --debug enable verbose shell tracing 37 # -n, --dry-run display commands without modifying any files 38 # --features display basic configuration information and exit 39 # --mode=MODE use operation mode MODE 40 # --preserve-dup-deps don't remove duplicate dependency libraries 41 # --quiet, --silent don't print informational messages [all …]
|
| /external/lmfit/build-aux/ |
| D | ltmain.sh | 29 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 31 # Usage: $progname [OPTION]... [MODE-ARG]... 33 # Provide generalized library-building support services. 35 # --config show all configuration variables 36 # --debug enable verbose shell tracing 37 # -n, --dry-run display commands without modifying any files 38 # --features display basic configuration information and exit 39 # --mode=MODE use operation mode MODE 40 # --preserve-dup-deps don't remove duplicate dependency libraries 41 # --quiet, --silent don't print informational messages [all …]
|
| /external/libcap-ng/libcap-ng-0.7/ |
| D | ltmain.sh | 29 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 31 # Usage: $progname [OPTION]... [MODE-ARG]... 33 # Provide generalized library-building support services. 35 # --config show all configuration variables 36 # --debug enable verbose shell tracing 37 # -n, --dry-run display commands without modifying any files 38 # --features display basic configuration information and exit 39 # --mode=MODE use operation mode MODE 40 # --preserve-dup-deps don't remove duplicate dependency libraries 41 # --quiet, --silent don't print informational messages [all …]
|
| /external/libconfig/aux-build/ |
| D | ltmain.sh | 29 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 31 # Usage: $progname [OPTION]... [MODE-ARG]... 33 # Provide generalized library-building support services. 35 # --config show all configuration variables 36 # --debug enable verbose shell tracing 37 # -n, --dry-run display commands without modifying any files 38 # --features display basic configuration information and exit 39 # --mode=MODE use operation mode MODE 40 # --preserve-dup-deps don't remove duplicate dependency libraries 41 # --quiet, --silent don't print informational messages [all …]
|
| /external/libexif/ |
| D | ltmain.sh | 29 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 31 # Usage: $progname [OPTION]... [MODE-ARG]... 33 # Provide generalized library-building support services. 35 # --config show all configuration variables 36 # --debug enable verbose shell tracing 37 # -n, --dry-run display commands without modifying any files 38 # --features display basic configuration information and exit 39 # --mode=MODE use operation mode MODE 40 # --preserve-dup-deps don't remove duplicate dependency libraries 41 # --quiet, --silent don't print informational messages [all …]
|
| /external/python/cpython2/Modules/_ctypes/libffi/ |
| D | ltmain.sh | 4 # Provide generalized library-building support services. 7 # Copyright (C) 1996-2013 Free Software Foundation, Inc. 36 ## ------ ## 38 ## ------ ## 40 # Run './libtool --help' for help with using this script from the 44 ## ------------------------------- ## 46 ## ------------------------------- ## 50 # with bootstrap, so set those here where they can still be over- 57 ## -------------------------- ## 59 ## -------------------------- ## [all …]
|
| /external/libnetfilter_conntrack/ |
| D | ltmain.sh | 29 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 31 # Usage: $progname [OPTION]... [MODE-ARG]... 33 # Provide generalized library-building support services. 35 # --config show all configuration variables 36 # --debug enable verbose shell tracing 37 # -n, --dry-run display commands without modifying any files 38 # --features display basic configuration information and exit 39 # --mode=MODE use operation mode MODE 40 # --preserve-dup-deps don't remove duplicate dependency libraries 41 # --quiet, --silent don't print informational messages [all …]
|
| /external/libogg/ |
| D | ltmain.sh | 29 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 31 # Usage: $progname [OPTION]... [MODE-ARG]... 33 # Provide generalized library-building support services. 35 # --config show all configuration variables 36 # --debug enable verbose shell tracing 37 # -n, --dry-run display commands without modifying any files 38 # --features display basic configuration information and exit 39 # --mode=MODE use operation mode MODE 40 # --preserve-dup-deps don't remove duplicate dependency libraries 41 # --quiet, --silent don't print informational messages [all …]
|
| /external/libnfnetlink/ |
| D | ltmain.sh | 29 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 31 # Usage: $progname [OPTION]... [MODE-ARG]... 33 # Provide generalized library-building support services. 35 # --config show all configuration variables 36 # --debug enable verbose shell tracing 37 # -n, --dry-run display commands without modifying any files 38 # --features display basic configuration information and exit 39 # --mode=MODE use operation mode MODE 40 # --preserve-dup-deps don't remove duplicate dependency libraries 41 # --quiet, --silent don't print informational messages [all …]
|
| /external/google-breakpad/autotools/ |
| D | ltmain.sh | 29 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 31 # Usage: $progname [OPTION]... [MODE-ARG]... 33 # Provide generalized library-building support services. 35 # --config show all configuration variables 36 # --debug enable verbose shell tracing 37 # -n, --dry-run display commands without modifying any files 38 # --features display basic configuration information and exit 39 # --mode=MODE use operation mode MODE 40 # --preserve-dup-deps don't remove duplicate dependency libraries 41 # --quiet, --silent don't print informational messages [all …]
|
| /external/curl/ |
| D | ltmain.sh | 2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in 3 ## by inline-source v2019-02-19.15 6 # Provide generalized library-building support services. 9 # Copyright (C) 1996-2019, 2021-2022 Free Software Foundation, Inc. 34 VERSION="2.4.7 Debian-2.4.7-5" 38 ## ------ ## 40 ## ------ ## 42 # Run './libtool --help' for help with using this script from the 46 ## ------------------------------- ## 48 ## ------------------------------- ## [all …]
|
| /external/sg3_utils/ |
| D | ltmain.sh | 2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in 3 ## by inline-source v2019-02-19.15 6 # Provide generalized library-building support services. 9 # Copyright (C) 1996-2019, 2021-2022 Free Software Foundation, Inc. 34 VERSION="2.4.7 Debian-2.4.7-4" 38 ## ------ ## 40 ## ------ ## 42 # Run './libtool --help' for help with using this script from the 46 ## ------------------------------- ## 48 ## ------------------------------- ## [all …]
|
| /external/speex/ |
| D | ltmain.sh | 2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in 3 ## by inline-source v2019-02-19.15 6 # Provide generalized library-building support services. 9 # Copyright (C) 1996-2019, 2021-2022 Free Software Foundation, Inc. 34 VERSION="2.4.7 Debian-2.4.7-5" 38 ## ------ ## 40 ## ------ ## 42 # Run './libtool --help' for help with using this script from the 46 ## ------------------------------- ## 48 ## ------------------------------- ## [all …]
|
| /external/pcre/ |
| D | ltmain.sh | 2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in 3 ## by inline-source v2019-02-19.15 5 # libtool (GNU libtool) 2.4.6.59-b55b-dirty 6 # Provide generalized library-building support services. 9 # Copyright (C) 1996-2019, 2021 Free Software Foundation, Inc. 34 VERSION=2.4.6.59-b55b-dirty 38 ## ------ ## 40 ## ------ ## 42 # Run './libtool --help' for help with using this script from the 46 ## ------------------------------- ## [all …]
|