/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/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/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, 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/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/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/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/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/ImageMagick/.github/workflows/ |
D | daily.yml | 4 - cron: 0 6 * * * 9 name: 'Linux Q${{matrix.quantum}}-x64 hdri=${{matrix.hdri}} (${{matrix.modules}})' 12 runs-on: ubuntu-latest 15 fail-fast: false 18 hdri: [ yes, no ] 19 modules: [ 'with-modules', 'without-modules' ] 21 - quantum: 8 23 - quantum: 32 24 hdri: no 25 - quantum: 64 [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 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/autotest/client/site_tests/firmware_LockedME/ |
D | firmware_LockedME.py | 2 # Use of this source code is governed by a BSD-style license that can be 25 """Run flashrom, expect it to work. Fail if it doesn't""" 26 extra = ['-p', 'host'] + list(args) 30 """Determine the AP SPI-ROM's write-protection status.""" 31 flashrom_result = self.flashrom(args=('--wp-status',)) 44 @return: md5sum of the file as a 32-character hex string 53 step will fail. Unfortunately, we don't know of a simple and reliable 57 r = self.flashrom(args=('-V',)) 66 self.flashrom(args=('-V', '-w', self.BIOS_FILE, 67 '-i' , '%s:%s' % (sectname, self.RANDOM_FILE), [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/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/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/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 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 …]
|
D | binary_float.cpp | 8 // http://www.apache.org/licenses/LICENSE-2.0 23 const float twoToMinus126 = MAKE_HEX_FLOAT(0x1p-126f, 1, -126); 103 snprintf(testName, sizeof(testName) - 1, "math_kernel%s", in BuildKernel() 117 bool relaxedMode; // Whether to build with -cl-fast-relaxed-math. 123 cl_uint i = info->offset + job_id; in BuildKernelFn() 124 return BuildKernel(info->nameInCode, i, info->kernel_count, in BuildKernelFn() 125 info->kernels[i], info->programs + i, info->relaxedMode); in BuildKernelFn() 145 size_t subBufferSize; // Size of the sub-buffer in elements 149 *k[VECTOR_SIZE_COUNT]; // arrays of thread-specific kernels for each 158 int ftz; // non-zero if running in flush to zero mode [all …]
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 1 //=- WebAssemblyISelLowering.cpp - WebAssembly DAG Lowering Implementation -==// 8 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 35 #define DEBUG_TYPE "wasm-lower" 40 auto MVTPtr = Subtarget->hasAddr64() ? MVT::i64 : MVT::i32; in WebAssemblyTargetLowering() 44 // WebAssembly does not produce floating-point exceptions on normal floating in WebAssemblyTargetLowering() 51 Subtarget->hasAddr64() ? WebAssembly::SP64 : WebAssembly::SP32); in WebAssemblyTargetLowering() 58 computeRegisterProperties(Subtarget->getRegisterInfo()); in WebAssemblyTargetLowering() 66 // Take the default expansion for va_arg, va_copy, and va_end. There is no in WebAssemblyTargetLowering() 74 // Don't expand the floating-point types to constant pools. in WebAssemblyTargetLowering() [all …]
|
/external/googletest/googletest/test/ |
D | googletest-failfast-unittest.py | 22 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 35 --gtest_fail_fast flag. The default value of the flag can also be changed 36 by Bazel fail fast environment variable TESTBRIDGE_TEST_RUNNER_FAIL_FAST. 38 This script tests such functionality by invoking googletest-failfast-unittest_ 48 # Bazel testbridge environment variable for fail fast 51 # The environment variable for specifying fail fast. 54 # The command line flag for specifying fail fast. 63 # Command to run the googletest-failfast-unittest_ program. 65 'googletest-failfast-unittest_') 69 LIST_TESTS_FLAG = '--gtest_list_tests' [all …]
|
D | googletest-death-test-test.cc | 21 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 33 #include "gtest/gtest-death-test.h" 36 #include "gtest/internal/gtest-filepath.h" 60 # include "gtest/gtest-spi.h" 61 # include "src/gtest-internal-inl.h" 85 old_factory_ = unit_test_impl_->death_test_factory_.release(); in ReplaceDeathTestFactory() 86 unit_test_impl_->death_test_factory_.reset(new_factory); in ReplaceDeathTestFactory() 90 unit_test_impl_->death_test_factory_.release(); in ~ReplaceDeathTestFactory() 91 unit_test_impl_->death_test_factory_.reset(old_factory_); in ~ReplaceDeathTestFactory() 113 // will invoke user-defined exit-hooks, which may do dangerous in DieWithMessage() [all …]
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_clear.c | 17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 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() [all …]
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | fast-isel-load-store-verify.ll | 1 …UN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort=1 -relocation-model=dynamic-no-pic -mtripl… 2 …: llc < %s -O0 -verify-machineinstrs -fast-isel-abort=1 -relocation-model=dynamic-no-pic -mtriple=… 4 ; FIXME Add tests for thumbv7, they currently fail MI verification because 8 ; and that they pass MI verification (wasn't the case until 2013-06-08).
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-load-store-verify.ll | 1 …UN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort=1 -relocation-model=dynamic-no-pic -mtripl… 2 …: llc < %s -O0 -verify-machineinstrs -fast-isel-abort=1 -relocation-model=dynamic-no-pic -mtriple=… 4 ; FIXME Add tests for thumbv7, they currently fail MI verification because 8 ; and that they pass MI verification (wasn't the case until 2013-06-08).
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | fdiv.ll | 2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -enable-unsafe-fp-math | FileCheck %s 6 ; CHECK-LABEL: exact: 8 ; CHECK-NEXT: mulsd {{.*}}(%rip), %xmm0 9 ; CHECK-NEXT: retq 16 ; CHECK-LABEL: inexact: 18 ; CHECK-NEXT: mulsd {{.*}}(%rip), %xmm0 19 ; CHECK-NEXT: retq 25 ; No conversion to multiplication if too funky. 26 ; CHECK-LABEL: funky: 28 ; CHECK-NEXT: xorpd %xmm1, %xmm1 [all …]
|
/external/testng/ |
D | TODO.txt | 4 * Allow a testng.xml file to be passed when -testjar is used 12 * Add time-outs at the testng.xml. Also: test and suite time-outs? http://tinyurl.com/kbwxq 15 * Make it possible to add listeners from the Eclipse plug-in 26 * Multi-threading for invocationCount and maybe for <test> too 32 * testng-dist.zip should contain a top-level directory 39 * Improve the plug-in API so people can add listeners without having to 83 * testng-failed.xml should contain the parameters of testng.xml (if any) 84 * Create a testng-failed.xml that includes dependent methods 86 easier reporter for "slowest method first" or generate testng-failed.xml 89 - build.xml should issue a clear error message if trying to build with JDK1.4 [all …]
|