/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 100 (unsigned long)info->si_addr, in sigtrap() 101 (unsigned long)ctx->uc_mcontext.gregs[REG_IP]); in sigtrap() 117 (unsigned long)ctx->uc_mcontext.gregs[REG_IP], in print_and_longjmp() 118 (unsigned long)ctx->uc_mcontext.gregs[REG_EFL] & X86_EFLAGS_TF); in print_and_longjmp() 120 sig_eflags = (unsigned long)ctx->uc_mcontext.gregs[REG_EFL]; in print_and_longjmp() 130 printf("[FAIL]\tNo SIGTRAP\n"); in check_result() 135 printf("[FAIL]\tTF was cleared\n"); in check_result() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | fast-isel-branch_weights.ll | 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin10 | FileCheck %s 2 ; RUN: llc < %s -fast-isel -fast-isel-abort=1 -mtriple=x86_64-apple-darwin10 | FileCheck %s 6 ; CHECK-LABEL: branch_weights_test 7 ; CHECK-LABEL: success 8 ; CHECK-LABEL: fail 10 br i1 %1, label %fail, label %success, !prof !0 12 fail: 13 ret i64 -1
|
D | fast-isel-double-half-convertion.ll | 1 ; RUN: llc -fast-isel -fast-isel-abort=1 -mtriple=x86_64-unknown-unknown -mattr=+f16c < %s 5 ; In the future, we might want to teach fast-isel how to expand a double-to-half 6 ; conversion into a double-to-float conversion immediately followed by a 7 ; float-to-half conversion. For now, fast-isel is expected to fail.
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | fast-isel-branch_weights.ll | 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin10 | FileCheck %s 2 ; RUN: llc < %s -fast-isel -fast-isel-abort=1 -mtriple=x86_64-apple-darwin10 | FileCheck %s 6 ; CHECK-LABEL: branch_weights_test 7 ; CHECK-LABEL: success 8 ; CHECK-LABEL: fail 10 br i1 %1, label %fail, label %success, !prof !0 12 fail: 13 ret i64 -1
|
D | fast-isel-double-half-convertion.ll | 1 ; RUN: llc -fast-isel -fast-isel-abort=1 -mtriple=x86_64-unknown-unknown -mattr=+f16c < %s 5 ; In the future, we might want to teach fast-isel how to expand a double-to-half 6 ; conversion into a double-to-float conversion immediately followed by a 7 ; float-to-half conversion. For now, fast-isel is expected to fail.
|
/external/rust/crates/libloading/.github/workflows/ |
D | libloading.yml | 5 paths-ignore: 6 - '*.mkd' 7 - 'LICENSE' 12 native-test: 13 runs-on: ${{ matrix.os }} 15 fail-fast: false 18 os: [ubuntu-latest, windows-latest, macOS-latest] 19 timeout-minutes: 20 21 - uses: actions/checkout@v2 22 - name: Install Rust ${{ matrix.rust_toolchain }} [all …]
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | fast-isel-branch_weights.ll | 1 ; RUN: llc -mtriple=arm64-apple-darwin -aarch64-enable-atomic-cfg-tidy=0 … 2 ; RUN: llc -mtriple=arm64-apple-darwin -aarch64-enable-atomic-cfg-tidy=0 -fast-isel -fast-isel-abor… 6 ; CHECK-LABEL: branch_weights_test 7 ; CHECK-LABEL: success 8 ; CHECK-LABEL: fail 10 br i1 %1, label %fail, label %success, !prof !0 12 fail: 13 ret i64 -1
|
/external/llvm/test/CodeGen/AArch64/ |
D | fast-isel-branch_weights.ll | 1 ; RUN: llc -mtriple=arm64-apple-darwin -aarch64-atomic-cfg-tidy=0 -veri… 2 ; RUN: llc -mtriple=arm64-apple-darwin -aarch64-atomic-cfg-tidy=0 -fast-isel -fast-isel-abort=1 -ve… 6 ; CHECK-LABEL: branch_weights_test 7 ; CHECK-LABEL: success 8 ; CHECK-LABEL: fail 10 br i1 %1, label %fail, label %success, !prof !0 12 fail: 13 ret i64 -1
|
/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, 181 expEnd = checkRanges[i].limit - 1; in testTrieGetRanges() 184 expEnd = -1; in testTrieGetRanges() [all …]
|
/external/icu/icu4j/main/tests/core/src/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, 178 expEnd = checkRanges[i].limit - 1; in testTrieGetRanges() 181 expEnd = -1; in testTrieGetRanges() [all …]
|
/external/rust/crates/libz-sys/.github/workflows/ |
D | ci.yml | 10 install-cross: 11 runs-on: ubuntu-latest 13 - uses: XAMPPRocky/get-github-release@v1 16 owner: rust-embedded 20 - uses: actions/upload-artifact@v2 22 name: cross-${{ matrix.platform }} 26 platform: [linux-musl] 29 runs-on: windows-latest 32 # one of the install-cross jobs has started, so this makes sure all 34 needs: install-cross [all …]
|
/external/icu/icu4j/main/tests/core/src/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/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/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 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 79 * mappings or, in the case of access-ordered linked hash maps, affects [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/python/cpython2/Lib/test/ |
D | test_bigaddrspace.py | 20 x = x + '?' # this statement uses a fast path in ceval.c 24 self.fail("should have raised OverflowError") 26 x += '?' # this statement uses a fast path in ceval.c 30 self.fail("should have raised OverflowError") 34 # (http://mail.python.org/pipermail/python-dev/2006-July/067774.html)
|
/external/rust/crates/crc32fast/ |
D | .travis.yml | 4 - cargo 8 - rust: 1.34.0 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/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/kotlinx.coroutines/integration/kotlinx-coroutines-jdk8/test/future/ |
D | FutureTest.kt | 2 …* Copyright 2016-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen… in <lambda>() 23 ignoreLostThreads("ForkJoinPool.commonPool-worker-") in <lambda>() 95 // Test fast-path of CompletionStage.await() extension in <lambda>() 111 // Test slow-path of CompletionStage.await() extension in <lambda>() 154 "fail" in <lambda>() 158 fail("'get' should've throw an exception") in <lambda>() 180 toAwait.complete("fail") // too late, the waiting job was already cancelled in <lambda>() 247 fail("deferred.await() should throw an exception") in <lambda>() 266 fail("deferred.await() should throw an exception") in <lambda>() 331 throw TestException("FAIL") in <lambda>() [all …]
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | unary_float.cpp | 8 // http://www.apache.org/licenses/LICENSE-2.0 95 snprintf(testName, sizeof(testName) - 1, "math_kernel%s", in BuildKernel() 109 bool relaxedMode; // Whether to build with -cl-fast-relaxed-math. 115 cl_uint i = info->offset + job_id; in BuildKernelFn() 116 return BuildKernel(info->nameInCode, i, info->kernel_count, in BuildKernelFn() 117 info->kernels[i], info->programs + i, info->relaxedMode); in BuildKernelFn() 132 size_t subBufferSize; // Size of the sub-buffer in elements 136 *k[VECTOR_SIZE_COUNT]; // arrays of thread-specific kernels for each 145 int ftz; // non-zero if running in flush to zero mode 162 int skipTestingRelaxed = (relaxedMode && strcmp(f->name, "tan") == 0); in TestFunc_Float_Float() [all …]
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_clear.c | 49 vs_b.shader->info.name = ralloc_strdup(vs_b.shader, "meta_clear_color_vs"); in build_color_shaders() 50 fs_b.shader->info.name = ralloc_strdup(fs_b.shader, "meta_clear_color_fs"); in build_color_shaders() 58 vs_out_pos->data.location = VARYING_SLOT_POS; in build_color_shaders() 63 in_color_load->src[0] = nir_src_for_ssa(nir_imm_int(&fs_b, 0)); in build_color_shaders() 64 in_color_load->num_components = 4; in build_color_shaders() 65 nir_ssa_dest_init(&in_color_load->instr, &in_color_load->dest, 4, 32, "clear color"); in build_color_shaders() 66 nir_builder_instr_insert(&fs_b, &in_color_load->instr); in build_color_shaders() 71 fs_out_color->data.location = FRAG_RESULT_DATA0 + frag_output; in build_color_shaders() 73 nir_store_var(&fs_b, fs_out_color, &in_color_load->dest.ssa, 0xf); in build_color_shaders() 82 vs_out_layer->data.location = VARYING_SLOT_LAYER; in build_color_shaders() [all …]
|
/external/zstd/tests/ |
D | playTests.sh | 3 set -e 15 if [ -z "$EXEC_PREFIX" ]; then 23 if [ -z "$EXEC_PREFIX" ]; then 31 if [ -n "$3" ]; then 38 if [ -n "$4" ]; then 44 rm -f tmp1 tmp2 45 println "roundTripTest: datagen $1 $proba | zstd -v$cLevel | zstd -d$dLevel" 47 datagen $1 $proba | zstd --ultra -v$cLevel | zstd -d$dLevel | $MD5SUM > tmp2 48 $DIFF -q tmp1 tmp2 52 if [ -n "$3" ]; then [all …]
|
/external/lz4/tests/ |
D | Makefile | 2 # LZ4 programs - Makefile 3 # Copyright (C) Yann Collet 2011-present 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. For 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/grpc-grpc/doc/ |
D | wait-for-ready.md | 6 implementations SHOULD fail such RPCs immediately. This is known as "fail fast," 7 but usage of the term is historical. RPCs SHOULD NOT fail as a result of the 10 gRPC implementations MAY provide a per-RPC option to not fail RPCs as a result 13 The RPCs SHOULD still fail before `READY` if there are unrelated reasons, such
|