| /external/curl/docs/cmdline-opts/ |
| D | fail.md | 1 --- 3 SPDX-License-Identifier: curl 4 Long: fail 7 Help: Fail fast with no output on HTTP errors 9 Mutexed: fail-with-body 12 See-also: 13 - fail-with-body 14 - fail-early 16 - --fail $URL 17 --- [all …]
|
| /external/zstd/tests/ |
| D | playTests.sh | 3 set -e # exit immediately on error 4 # set -x # print commands before execution (debug) 20 if [ -z "$EXE_PREFIX" ]; then 28 if [ -z "$EXE_PREFIX" ]; then 36 if [ -n "$3" ]; then 43 if [ -n "$4" ]; then 49 rm -f tmp1 tmp2 50 println "roundTripTest: datagen $1 $proba | zstd -v$cLevel | zstd -d$dLevel" 52 datagen $1 $proba | zstd --ultra -v$cLevel | zstd -d$dLevel | $MD5SUM > tmp2 53 $DIFF -q tmp1 tmp2 [all …]
|
| /external/rust/crates/crc32fast/ |
| D | .travis.yml | 4 - cargo 8 - rust: 1.46.0 # MSRV 9 - rust: stable 10 - rust: beta 11 - rust: nightly 12 - os: osx 14 - env: CROSS_TEST=i686-unknown-linux-gnu 16 - env: CROSS_TEST=aarch64-unknown-linux-gnu 17 - env: CROSS_CHECK=wasm32-unknown-unknown 20 - | [all …]
|
| /external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/util/ |
| D | CodePointTrieTest.java | 33 /* Values for setting possibly overlapping, out-of-order ranges of values */ 43 return Utility.hex(start) + ".." + Utility.hex(limit - 1) + ':' + Utility.hex(value); in toString() 79 return "≤" + Utility.hex(limit - 1) + ':' + Utility.hex(value); in toString() 123 fail(String.format( // log_err( in doCheckRange() 130 fail(String.format( in doCheckRange() 136 fail(String.format( in doCheckRange() 146 // Test iteration starting from various UTF-8/16 and trie structure boundaries. 147 // Also test starting partway through lead & trail surrogates for fixed-surrogate-value options, 167 // No need to go from each iteration start to the very end. in testTrieGetRanges() 178 expEnd = checkRanges[i].limit - 1; in testTrieGetRanges() [all …]
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
| D | CodePointTrieTest.java | 36 /* Values for setting possibly overlapping, out-of-order ranges of values */ 46 return Utility.hex(start) + ".." + Utility.hex(limit - 1) + ':' + Utility.hex(value); in toString() 82 return "≤" + Utility.hex(limit - 1) + ':' + Utility.hex(value); in toString() 126 fail(String.format( // log_err( in doCheckRange() 133 fail(String.format( in doCheckRange() 139 fail(String.format( in doCheckRange() 149 // Test iteration starting from various UTF-8/16 and trie structure boundaries. 150 // Also test starting partway through lead & trail surrogates for fixed-surrogate-value options, 170 // No need to go from each iteration start to the very end. in testTrieGetRanges() 181 expEnd = checkRanges[i].limit - 1; in testTrieGetRanges() [all …]
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
| D | UnicodeSetStringSpanTest.java | 6 * Copyright (C) 2009-2014, International Business Machines Corporation and 42 … errln(String.format("FAIL: UnicodeSet(%s).spanBack(%s) returns the wrong value pos %d (!= 1)", in TestSimpleStringSpan() 47 … errln(String.format("FAIL: UnicodeSet(%s).span(%s) returns the wrong value pos %d (!= 3)", in TestSimpleStringSpan() 52 … errln(String.format("FAIL: UnicodeSet(%s).span(%s, 1) returns the wrong value pos %d (!= 3)", in TestSimpleStringSpan() 68 …errln(String.format("FAIL: UnicodeSet(%s) containsSpanBackUTF16(%s) returns the wrong value length… in TestSimpleStringSpanSlow() 73 …errln(String.format("FAIL: UnicodeSet(%s) containsSpanUTF16(%s) returns the wrong value length %d … in TestSimpleStringSpanSlow() 78 …errln(String.format("FAIL: UnicodeSet(%s) containsSpanUTF16(%s) returns the wrong value length %d … in TestSimpleStringSpanSlow() 94 errln("FAIL: UnicodeSet(" + pattern + ").containsAll(" + string + ") should be false"); in TestSimpleStringSpanAndFreeze() 98 String string16 = string.substring(0, string.length() - 4); in TestSimpleStringSpanAndFreeze() 100 … errln("FAIL: UnicodeSet(" + pattern + ").containsAll(" + string + "[:-4]) should be true"); in TestSimpleStringSpanAndFreeze() [all …]
|
| /external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/lang/ |
| D | UnicodeSetStringSpanTest.java | 5 * Copyright (C) 2009-2014, International Business Machines Corporation and 39 … errln(String.format("FAIL: UnicodeSet(%s).spanBack(%s) returns the wrong value pos %d (!= 1)", in TestSimpleStringSpan() 44 … errln(String.format("FAIL: UnicodeSet(%s).span(%s) returns the wrong value pos %d (!= 3)", in TestSimpleStringSpan() 49 … errln(String.format("FAIL: UnicodeSet(%s).span(%s, 1) returns the wrong value pos %d (!= 3)", in TestSimpleStringSpan() 65 …errln(String.format("FAIL: UnicodeSet(%s) containsSpanBackUTF16(%s) returns the wrong value length… in TestSimpleStringSpanSlow() 70 …errln(String.format("FAIL: UnicodeSet(%s) containsSpanUTF16(%s) returns the wrong value length %d … in TestSimpleStringSpanSlow() 75 …errln(String.format("FAIL: UnicodeSet(%s) containsSpanUTF16(%s) returns the wrong value length %d … in TestSimpleStringSpanSlow() 91 errln("FAIL: UnicodeSet(" + pattern + ").containsAll(" + string + ") should be false"); in TestSimpleStringSpanAndFreeze() 95 String string16 = string.substring(0, string.length() - 4); in TestSimpleStringSpanAndFreeze() 97 … errln("FAIL: UnicodeSet(" + pattern + ").containsAll(" + string + "[:-4]) should be true"); in TestSimpleStringSpanAndFreeze() [all …]
|
| /external/rust/crates/maybe-async/.github/workflows/ |
| D | linux.yml | 8 runs-on: ubuntu-latest 11 - uses: actions/checkout@v2 13 - name: rustfmt 14 uses: actions-rs/cargo@v1 17 args: --all -- --check 19 - name: check build (async) 20 uses: actions-rs/cargo@v1 23 args: --all --bins --examples --tests 25 - name: tests (async) 26 uses: actions-rs/cargo@v1 [all …]
|
| /external/lz4/tests/ |
| D | Makefile | 2 # LZ4 programs - Makefile 3 # Copyright (C) Yann Collet 2011-2020 19 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 22 # - LZ4 homepage : http://www.lz4.org 23 # - LZ4 source repository : https://github.com/lz4/lz4 37 DEBUGFLAGS = -g -DLZ4_DEBUG=$(DEBUGLEVEL) 38 CFLAGS ?= -O3 # can select custom optimization flags. Example : CFLAGS=-O2 make 39 CFLAGS += -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow \ 40 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes \ 41 -Wpointer-arith -Wstrict-aliasing=1 [all …]
|
| /external/ruy/ruy/ |
| D | allocator_test.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 29 // If this is bogus memory, ASan will cause this test to fail. in TEST() 41 // fast, since our fast-path allocation logic is very fast. in TEST() 74 // This is a white-box test. in TEST() 79 // into the main bump-ptr allocator's block, which we then expect to be freed in TEST() 82 // We have no test assertions -- we primarily expect that this trigger a leak in TEST() 83 // checker and cause the test to fail. in TEST() 87 // This is a white-box test. in TEST() 92 // We have no test assertions -- we primarily expect that this trigger a leak in TEST() 93 // checker and cause the test to fail. in TEST() [all …]
|
| /external/openthread/.github/workflows/ |
| D | build.yml | 19 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 49 runs-on: ubuntu-22.04 51 - name: Harden Runner 52 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0 54 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs [all …]
|
| /external/sdk-platform-java/.github/workflows/ |
| D | nightly.yaml | 5 - cron: '0 1 * * *' # Nightly at 1am 12 fail-fast: false 14 os: [ macOS-12, ubuntu-22.04, windows-2022 ] 16 runs-on: ${{ matrix.os }} 18 - run: git config --global core.longpaths true 19 - uses: actions/checkout@v3 20 - uses: actions/setup-java@v3 22 java-version: ${{ matrix.java }} 25 - run: mvn -version 26 - name: Unit Tests [all …]
|
| /external/robolectric/.github/workflows/ |
| D | tests.yml | 5 branches: [ master, 'robolectric-*.x', 'google' ] 6 paths-ignore: 7 - '**.md' 11 paths-ignore: 12 - '**.md' 15 group: ${{ github.workflow }}-${{ github.ref }} 16 cancel-in-progress: true 22 cache-version: v1 26 runs-on: ubuntu-22.04 29 - uses: actions/checkout@v4 [all …]
|
| /external/linux-kselftest/tools/testing/selftests/x86/ |
| D | single_step_syscall.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * single_step_syscall.c - single-steps various x86 syscalls 4 * Copyright (c) 2014-2015 Andrew Lutomirski 86 (unsigned long)info->si_addr, in sigtrap() 87 (unsigned long)ctx->uc_mcontext.gregs[REG_IP]); in sigtrap() 103 (unsigned long)ctx->uc_mcontext.gregs[REG_IP], in print_and_longjmp() 104 (unsigned long)ctx->uc_mcontext.gregs[REG_EFL] & X86_EFLAGS_TF); in print_and_longjmp() 106 sig_eflags = (unsigned long)ctx->uc_mcontext.gregs[REG_EFL]; in print_and_longjmp() 116 printf("[FAIL]\tNo SIGTRAP\n"); in check_result() 121 printf("[FAIL]\tTF was cleared\n"); in check_result() [all …]
|
| /external/okio/.github/workflows/ |
| D | build.yml | 8 - 'master' 9 tags-ignore: 10 - '**' 13 GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx2g -Dorg.gradle.daemon=false -Dkotlin.incremental=false" 17 runs-on: ubuntu-latest 20 fail-fast: false 22 java-version: 23 - 8 24 - 11 25 - 17 [all …]
|
| /external/mesa3d/src/freedreno/ci/ |
| D | freedreno-a307-fails.txt | 1 dEQP-GLES2.functional.clipping.line.wide_line_clip_viewport_center,Fail 2 dEQP-GLES2.functional.clipping.line.wide_line_clip_viewport_corner,Fail 3 dEQP-GLES2.functional.clipping.point.wide_point_clip,Fail 4 dEQP-GLES2.functional.clipping.point.wide_point_clip_viewport_center,Fail 5 dEQP-GLES2.functional.clipping.point.wide_point_clip_viewport_corner,Fail 6 dEQP-GLES2.functional.polygon_offset.fixed16_displacement_with_units,Fail 7 dEQP-GLES2.functional.texture.filtering.2d.linear_nearest_clamp_l8_npot,Fail 8 dEQP-GLES2.functional.texture.filtering.2d.linear_nearest_clamp_rgb888_npot,Fail 9 dEQP-GLES2.functional.texture.filtering.2d.linear_nearest_clamp_rgba4444_npot,Fail 10 dEQP-GLES2.functional.texture.filtering.2d.linear_nearest_clamp_rgba8888_npot,Fail [all …]
|
| /external/rust/crates/clap/examples/tutorial_builder/ |
| D | 04_01_enum.rs | 5 Fast, enumerator 11 fn value_variants<'a>() -> &'a [Self] { in value_variants() 12 &[Mode::Fast, Mode::Slow] in value_variants() 15 fn to_possible_value<'a>(&self) -> Option<PossibleValue> { in to_possible_value() 17 Mode::Fast => PossibleValue::new("fast").help("Run swiftly"), in to_possible_value() 24 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { in fmt() 26 .expect("no values are skipped") in fmt() 35 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() 57 .expect("'MODE' is required and parsing will fail if its missing") in main() 59 Mode::Fast => { in main()
|
| /external/rust/crates/clap/3.2.23/examples/tutorial_builder/ |
| D | 04_01_enum.rs | 5 Fast, enumerator 11 fn value_variants<'a>() -> &'a [Self] { in value_variants() 12 &[Mode::Fast, Mode::Slow] in value_variants() 15 fn to_possible_value<'a>(&self) -> Option<PossibleValue<'a>> { in to_possible_value() 17 Mode::Fast => PossibleValue::new("fast"), in to_possible_value() 24 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { in fmt() 26 .expect("no values are skipped") in fmt() 35 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() 57 .expect("'MODE' is required and parsing will fail if its missing") in main() 59 Mode::Fast => { in main()
|
| /external/antlr/runtime/ObjC/Framework/ |
| D | LinkedList.h | 22 - (id) init:(LLNode *)aPrev element:(id)anElement next:(LLNode *)aNext; 23 - (void) dealloc; 37 - (id) init:(LinkedList *)anLL withIndex:(NSInteger)anIndex; 38 - (BOOL) hasNext; 39 - (LLNode *) next; 40 - (BOOL) hasPrevious; 41 - (LLNode *) previous; 42 - (NSInteger) nextIndex; 43 - (NSInteger) previousIndex; 44 - (void) remove; [all …]
|
| D | LinkedHashMap.h | 5 * <tt>HashMap</tt> in that it maintains a doubly-linked list running through 8 * (<i>insertion-order</i>). Note that insertion order is not affected 9 * if a key is <i>re-inserted</i> into the map. (A key <tt>k</tt> is 32 * in which its entries were last accessed, from least-recently accessed to 33 * most-recently (<i>access-order</i>). This kind of map is well-suited to 37 * access for each mapping in the specified map, in the order that key-value 38 * mappings are provided by the specified map's entry set iterator. <i>No 40 * collection-views do <i>not</i> affect the order of iteration of the backing 48 * permits null elements. Like <tt>HashMap</tt>, it provides constant-time 53 * linked list, with one exception: Iteration over the collection-views [all …]
|
| /external/rust/crates/anyhow/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 28 timeout-minutes: 45 30 - uses: actions/checkout@v4 31 - uses: dtolnay/rust-toolchain@master 34 components: rust-src 35 - name: Enable type layout randomization 36 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV 38 - name: Enable nightly-only tests [all …]
|
| /external/rust/crates/hex/.github/workflows/ |
| D | rust.yml | 6 RUSTFLAGS: -D warnings 10 runs-on: ${{ matrix.os }} 12 # We want the tests to run on all configurations, even if jobs (like on nightly), fail. 13 fail-fast: false 15 os: [ubuntu-latest, windows-latest, macos-latest] 19 - uses: actions/checkout@v2 20 - uses: hecrj/setup-rust-action@v1 22 rust-version: ${{ matrix.rust }} 23 - name: Build 24 run: cargo build --verbose [all …]
|
| /external/rust/crates/serde_json/.github/workflows/ |
| D | ci.yml | 12 RUSTFLAGS: -Dwarnings 17 runs-on: ${{matrix.os}}-latest 19 fail-fast: false 22 timeout-minutes: 45 24 - uses: actions/checkout@v3 25 - uses: dtolnay/rust-toolchain@nightly 26 - run: cargo test 27 - run: cargo test --features preserve_order --tests -- --skip ui --exact 28 - run: cargo test --features float_roundtrip --tests -- --skip ui --exact 29 - run: cargo test --features arbitrary_precision --tests -- --skip ui --exact [all …]
|
| /external/zstd/tests/gzip/ |
| D | gzip-env.sh | 4 # Copyright 2015-2016 Free Software Foundation, Inc. 23 #gzip --version 28 fail=0 29 GZIP=-qv gzip -d <in >out 2>err || fail=1 30 compare exp out || fail=1 32 for badopt in -- -c --stdout -d --decompress -f --force -h --help -k --keep \ 33 -l --list -L --license -r --recursive -Sxxx --suffix=xxx '--suffix xxx' \ 34 -t --test -V --version 36 GZIP=$badopt gzip -d <in >out 2>err && fail=1 39 for goodopt in -n --no-name -N --name -q --quiet -v --verbose \ [all …]
|
| /external/OpenCL-CTS/test_conformance/math_brute_force/ |
| D | unary_float.cpp | 8 // http://www.apache.org/licenses/LICENSE-2.0 53 size_t subBufferSize; // Size of the sub-buffer in elements 59 // Thread-specific kernels for each vector size: 71 int ftz; // non-zero if running in flush to zero mode 83 size_t buffer_elements = job->subBufferSize; in Test() 85 cl_uint scale = job->scale; in Test() 86 cl_uint base = job_id * (cl_uint)job->step; in Test() 87 ThreadInfo *tinfo = &(job->tinfo[thread_id]); in Test() 88 fptr func = job->f->func; in Test() 89 const char *fname = job->f->name; in Test() [all …]
|