| /third_party/node/benchmark/buffers/ |
| D | buffer-creation.js | 7 'fast-alloc', 8 'fast-alloc-fill', 9 'fast-allocUnsafe', 10 'slow-allocUnsafe', 19 case 'fast-alloc': 22 case 'fast-alloc-fill': 29 case 'fast-allocUnsafe': 32 case 'slow-allocUnsafe': 36 assert.fail('Should not get here');
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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 …]
|
| /third_party/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 …]
|
| /third_party/benchmark/.github/workflows/ |
| D | build-and-test.yml | 1 name: build-and-test 8 # TODO: add 32-bit builds (g++ and clang++) for ubuntu 9 # (requires g++-multilib and libc6:i386) 14 runs-on: ${{ matrix.os }} 16 fail-fast: false 18 os: [ubuntu-latest, ubuntu-20.04, macos-latest] 22 - displayTargetName: windows-latest-release 23 os: windows-latest 25 - displayTargetName: windows-latest-debug 26 os: windows-latest [all …]
|
| D | build-and-test-perfcounters.yml | 1 name: build-and-test-perfcounters 13 runs-on: ${{ matrix.os }} 15 fail-fast: false 17 os: [ubuntu-latest, ubuntu-20.04] 20 - uses: actions/checkout@v2 22 - name: install libpfm 23 run: sudo apt -y install libpfm4-dev 25 - name: setup cmake 26 uses: jwlawson/actions-setup-cmake@v1.9 28 cmake-version: '3.5.1' [all …]
|
| /third_party/glslang/.github/workflows/ |
| D | continuous_integration.yml | 13 - master 17 runs-on: ${{matrix.os}} 19 fail-fast: false 21 os: [ubuntu-20.04] 25 - uses: actions/checkout@v2 26 - uses: actions/setup-python@v2 28 python-version: '3.7' 29 - name: Install Ubuntu Package Dependencies 31 sudo apt-get -qq update 32 sudo apt-get install -y clang-6.0 [all …]
|
| /third_party/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 …]
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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 …]
|
| /third_party/grpc/test/core/tsi/alts/handshaker/ |
| D | alts_concurrent_connectivity_test.cc | 9 * http://www.apache.org/licenses/LICENSE-2.0 128 server_->Shutdown(grpc_timeout_milliseconds_to_deadline(0)); in ~FakeHandshakeServer() 168 server_thd_->join(); in ~TestServer() 179 self->server_cq_, gpr_inf_future(GPR_CLOCK_REALTIME), nullptr); in PollUntilShutdown() 218 ~ConnectLoopRunner() { thd_->join(); } in ~ConnectLoopRunner() 221 for (size_t i = 0; i < self->loops_; i++) { in ConnectLoop() 226 self->server_address_.get(), self->fake_handshake_server_addr_.get(), in ConnectLoop() 227 self->reconnect_backoff_ms_); in ConnectLoop() 230 grpc_timeout_seconds_to_deadline(self->per_connect_deadline_seconds_); in ConnectLoop() 234 while (state != self->expected_connectivity_states_) { in ConnectLoop() [all …]
|
| /third_party/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
|
| /third_party/cJSON/.github/workflows/ |
| D | CI.yml | 6 paths-ignore: 7 - '**.md' 8 - 'LICENSE' 11 paths-ignore: 12 - '**.md' 13 - 'LICENSE' 17 runs-on: ubuntu-latest 20 fail-fast: false 23 - ENABLE_VALGRIND 24 - ENABLE_SANITIZERS [all …]
|
| /third_party/boost/libs/beast/example/websocket/server/fast/ |
| D | websocket_server_fast.cpp | 2 // Copyright (c) 2016-2019 Vinnie Falco (vinnie dot falco at gmail dot com) 10 //------------------------------------------------------------------------------ 12 // Example: WebSocket server, fast 14 //------------------------------------------------------------------------------ 26 https://github.com/crossbario/autobahn-testsuite 50 //------------------------------------------------------------------------------ 54 fail(beast::error_code ec, char const* what) in fail() function 79 //------------------------------------------------------------------------------ 93 BOOST_BEAST_VERSION_STRING) + "-Sync"); in do_sync_session() 98 return fail(ec, "accept"); in do_sync_session() [all …]
|
| /third_party/grpc/examples/python/wait_for_ready/ |
| D | README.md | 1 # gRPC Python Example for Wait-for-ready 3 The default behavior of an RPC is to fail instantly if the server is not ready yet. This example de… 6 ### Definition of 'wait-for-ready' semantics 7 …entations SHOULD fail such RPCs immediately. This is known as "fail fast," but the usage of the te… 9 …-RPC option to not fail RPCs as a result of the channel being in TRANSIENT_FAILURE state. Instead,… 11 > From https://github.com/grpc/grpc/blob/master/doc/wait-for-ready.md 14 ### Use cases for 'wait-for-ready' 16 …fail first couple RPC calls due to unavailability of the server. If developers failed to prepare f… 18 …failure may result in a temporary unavailability of the server. With 'wait-for-ready' semantics, t…
|
| /third_party/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. 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 …]
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_scale_vaapi.c | 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 63 D(FAST); in scale_vaapi_mode_name() 75 AVFilterLink *inlink = outlink->src->inputs[0]; in scale_vaapi_config_output() 76 AVFilterContext *avctx = outlink->src; in scale_vaapi_config_output() 77 VAAPIVPPContext *vpp_ctx = avctx->priv; in scale_vaapi_config_output() 78 ScaleVAAPIContext *ctx = avctx->priv; in scale_vaapi_config_output() 82 ctx->w_expr, ctx->h_expr, in scale_vaapi_config_output() 84 &vpp_ctx->output_width, &vpp_ctx->output_height)) < 0) in scale_vaapi_config_output() 87 ff_scale_adjust_dimensions(inlink, &vpp_ctx->output_width, &vpp_ctx->output_height, in scale_vaapi_config_output() 88 ctx->force_original_aspect_ratio, ctx->force_divisible_by); in scale_vaapi_config_output() [all …]
|
| /third_party/googletest/googletest/test/ |
| D | googletest-failfast-unittest.py | 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' 95 args += ['--gtest_output=xml:' + xml_path] [all …]
|
| /third_party/mesa3d/src/amd/vulkan/ |
| D | radv_meta_clear.c | 47 vs_out_pos->data.location = VARYING_SLOT_POS; in build_color_shaders() 54 fs_out_color->data.location = FRAG_RESULT_DATA0 + frag_output; in build_color_shaders() 64 vs_out_layer->data.location = VARYING_SLOT_LAYER; in build_color_shaders() 65 vs_out_layer->data.interpolation = INTERP_MODE_FLAT; in build_color_shaders() 89 device_h, radv_pipeline_cache_to_handle(&device->meta_state.cache), in create_pipeline() 180 mtx_lock(&device->meta_state.mtx); in create_color_renderpass() 182 mtx_unlock(&device->meta_state.mtx); in create_color_renderpass() 243 &device->meta_state.alloc, pass); in create_color_renderpass() 244 mtx_unlock(&device->meta_state.mtx); in create_color_renderpass() 256 mtx_lock(&device->meta_state.mtx); in create_color_pipeline() [all …]
|
| D | radv_meta_fast_clear.c | 46 b.shader->info.workgroup_size[0] = 16; in build_dcc_decompress_compute_shader() 47 b.shader->info.workgroup_size[1] = 16; in build_dcc_decompress_compute_shader() 48 b.shader->info.workgroup_size[2] = 1; in build_dcc_decompress_compute_shader() 50 input_img->data.descriptor_set = 0; in build_dcc_decompress_compute_shader() 51 input_img->data.binding = 0; in build_dcc_decompress_compute_shader() 54 output_img->data.descriptor_set = 0; in build_dcc_decompress_compute_shader() 55 output_img->data.binding = 1; in build_dcc_decompress_compute_shader() 64 &b, 4, 32, &nir_build_deref_var(&b, input_img)->dest.ssa, img_coord, nir_ssa_undef(&b, 1, 32), in build_dcc_decompress_compute_shader() 69 * operations in-order for the same workgroup. The vmcnt(0) seems in build_dcc_decompress_compute_shader() 74 nir_image_deref_store(&b, &nir_build_deref_var(&b, output_img)->dest.ssa, img_coord, in build_dcc_decompress_compute_shader() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | EpochTracker.h | 1 //===- llvm/ADT/EpochTracker.h - ADT epoch tracking --------------*- C++ -*-==// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // These can be used to write iterators that are fail-fast when LLVM is built 13 //===----------------------------------------------------------------------===// 18 #include "llvm/Config/abi-breaking.h" 27 /// ("handles") pointing into themselves fail-fast. When building without 45 /// The destructor calls incrementEpoch to make use-after-free bugs 55 /// make an iterator-invalidating modification. 65 : EpochAddress(&Parent->Epoch), EpochAtCreation(Parent->Epoch) {} in HandleBase()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| D | EpochTracker.h | 1 //===- llvm/ADT/EpochTracker.h - ADT epoch tracking --------------*- C++ -*-==// 8 //===----------------------------------------------------------------------===// 11 // These can be used to write iterators that are fail-fast when LLVM is built 14 //===----------------------------------------------------------------------===// 19 #include "llvm/Config/abi-breaking.h" 20 #include "llvm/Config/llvm-config.h" 29 /// ("handles") pointing into themselves fail-fast. When building without 47 /// \brief The destructor calls incrementEpoch to make use-after-free bugs 57 /// make an iterator-invalidating modification. 67 : EpochAddress(&Parent->Epoch), EpochAtCreation(Parent->Epoch) {} in HandleBase()
|
| /third_party/grpc/doc/python/sphinx/ |
| D | glossary.rst | 7 A key-value pair included in the HTTP header. It is a 8 2-tuple where the first entry is the key and the 12 the key must end with '-bin', i.e. 13 ``('binary-metadata-bin', b'\\x00\\xFF')`` 21 for the input object (i.e. even ``None``). On the server-side, the 23 client-side, the serializer is invoked with outbound message objects. 29 and the client-side. 34 gRPC library will fail such RPCs immediately. This is known as "fail fast." 35 RPCs will not fail as a result of the channel being in other states 39 until the channel is READY. Any submitted RPCs may still fail before the [all …]
|
| /third_party/curl/.github/workflows/ |
| D | macos.yml | 8 - master 9 - '*/ci' 12 - master 17 runs-on: 'macos-latest' 18 timeout-minutes: 90 20 fail-fast: false 23 - name: normal 25 configure: --without-ssl 26 macosx-version-min: 10.9 27 - name: debug [all …]
|
| /third_party/boost/libs/date_time/test/posix_time/ |
| D | testmicrosec_time_clock.cpp | 36 } while (t_now - t_prev < milliseconds(300)); in sync_to_next_second() 54 // Some systems loop too fast so "last is less" tests fail due to in main() 97 // Some systems loop too fast so "last is less" tests fail due to in main()
|
| /third_party/libsoup/tests/ |
| D | timeout-test.c | 1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ 3 #include "test-utils.h" 40 if (SOUP_STATUS_IS_SUCCESSFUL (msg->status_code)) in do_message_to_session() 61 g_signal_connect (idle_session, "request-started", in do_msg_tests_for_session() 63 do_message_to_session (idle_session, fast_uri, "fast to idle", SOUP_STATUS_OK); in do_msg_tests_for_session() 68 g_signal_connect (plain_session, "request-started", in do_msg_tests_for_session() 70 do_message_to_session (plain_session, fast_uri, "fast to plain", SOUP_STATUS_OK); in do_msg_tests_for_session() 74 do_message_to_session (timeout_session, fast_uri, "fast to timeout", SOUP_STATUS_OK); in do_msg_tests_for_session() 78 do_message_to_session (idle_session, fast_uri, "fast to idle", SOUP_STATUS_OK); in do_msg_tests_for_session() 90 do_message_to_session (plain_session, fast_uri, "fast to plain", SOUP_STATUS_OK); in do_msg_tests_for_session() [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| D | eapol_test.py | 33 if "FAIL" in id: 39 if "FAIL" in id: 45 if "FAIL" in res: 51 if "FAIL" in res: 68 remaining = start + timeout - now 94 fail = False 97 ev = et.wait_event(["CTRL-EVENT-CONNECTED", "CTRL-EVENT-EAP-FAILURE"]) 98 if ev is None or "CTRL-EVENT-CONNECTED" not in ev: 99 fail = True 104 if fail: [all …]
|