/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/either/ |
D | .travis.yml | 6 - stable 7 - beta 8 - nightly 12 - master 15 - | 16 cargo build --features "${FEATURES}" && 17 cargo test --features "${FEATURES}" && 18 cargo doc --features "${FEATURES}" 22 - FEATURES="" 23 - FEATURES="serde" [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/paste/.github/workflows/ |
D | ci.yml | 11 runs-on: ubuntu-latest 13 fail-fast: false 17 - uses: actions/checkout@v2 18 - uses: dtolnay/rust-toolchain@master 21 - run: cargo test 25 runs-on: ubuntu-latest 27 - uses: actions/checkout@v2 28 - uses: dtolnay/rust-toolchain@1.31.0 29 - run: cargo test --test test_item 33 runs-on: ubuntu-latest [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/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 | 8 * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al. 118 epoch_offset = time(NULL) - tv.tv_sec; in logmsg() 126 (int)now->tm_hour, (int)now->tm_min, (int)now->tm_sec, in logmsg() 176 logmsg("Error initialising winsock -- aborting"); in win32_init() 184 logmsg("No suitable winsock.dll found -- aborting"); in win32_init() 221 * -1 = system call error, or invalid timeout value 239 return -1; in wait_ms() 257 if(r != -1) in wait_ms() 262 pending_ms = timeout_ms - (int)timediff(tvnow(), initial_tv); in wait_ms() 265 } while(r == -1); in wait_ms() [all …]
|
/external/autotest/tko/ |
D | parse.py | 1 #!/usr/bin/python2 -u 58 parser.add_option("-m", help="Send mail for FAILED tests", 60 parser.add_option("-r", help="Reparse the results of a job", 62 parser.add_option("-o", help="Parse a single results directory", 64 parser.add_option("-l", help=("Levels of subdirectories to include " 67 parser.add_option("-n", help="No blocking on an existing parse", 69 parser.add_option("-s", help="Database server hostname", 71 parser.add_option("-u", help="Database username", dest="db_user", 73 parser.add_option("-p", help="Database password", dest="db_pass", 75 parser.add_option("-d", help="Database name", dest="db_name", [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/llvm-project/polly/lib/External/ppcg/ |
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/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/speex/ |
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/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/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/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/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/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/pcre/dist2/ |
D | ltmain.sh | 2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in 3 ## by inline-source v2018-07-24.06 5 # libtool (GNU libtool) 2.4.6.42-b88ce-dirty 6 # Provide generalized library-building support services. 9 # Copyright (C) 1996-2018 Free Software Foundation, Inc. 34 VERSION=2.4.6.42-b88ce-dirty 38 ## ------ ## 40 ## ------ ## 42 # Run './libtool --help' for help with using this script from the 46 ## ------------------------------- ## [all …]
|
/external/libevent/build-aux/ |
D | ltmain.sh | 2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in 3 ## by inline-source v2018-07-24.06 5 # libtool (GNU libtool) 2.4.6.42-b88ce-dirty 6 # Provide generalized library-building support services. 9 # Copyright (C) 1996-2018 Free Software Foundation, Inc. 34 VERSION=2.4.6.42-b88ce-dirty 38 ## ------ ## 40 ## ------ ## 42 # Run './libtool --help' for help with using this script from the 46 ## ------------------------------- ## [all …]
|
/external/curl/ |
D | ltmain.sh | 2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in 3 ## by inline-source v2014-01-03.01 6 # Provide generalized library-building support services. 9 # Copyright (C) 1996-2015 Free Software Foundation, Inc. 34 VERSION="2.4.6 Debian-2.4.6-14" 38 ## ------ ## 40 ## ------ ## 42 # Run './libtool --help' for help with using this script from the 46 ## ------------------------------- ## 48 ## ------------------------------- ## [all …]
|