Home
last modified time | relevance | path

Searched +full:fail +full:- +full:fast (Results 1 – 25 of 1005) sorted by relevance

12345678910>>...41

/third_party/node/benchmark/buffers/
Dbuffer-creation.js7 '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/
DCodePointTrieTest.java36 /* 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/grpc/doc/
Dwait-for-ready.md6 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/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java6 * 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/
Dalts_concurrent_connectivity_test.cc9 * 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/cJSON/.github/workflows/
DCI.yml6 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/grpc/examples/python/wait_for_ready/
DREADME.md1 # 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'
16fail 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/boost/libs/beast/example/websocket/server/fast/
Dwebsocket_server_fast.cpp2 // 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/ffmpeg/libavfilter/
Dvf_scale_vaapi.c16 * 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DEpochTracker.h1 //===- 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/
DEpochTracker.h1 //===- 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/
Dglossary.rst7 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/
Dmacos.yml8 - 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/googletest/googletest/test/
Dgoogletest-death-test-test.cc33 #include "gtest/gtest-death-test.h"
35 #include "gtest/internal/gtest-filepath.h"
57 # include "gtest/gtest-spi.h"
58 # include "src/gtest-internal-inl.h"
80 old_factory_ = unit_test_impl_->death_test_factory_.release(); in ReplaceDeathTestFactory()
81 unit_test_impl_->death_test_factory_.reset(new_factory); in ReplaceDeathTestFactory()
85 unit_test_impl_->death_test_factory_.release(); in ~ReplaceDeathTestFactory()
86 unit_test_impl_->death_test_factory_.reset(old_factory_); in ~ReplaceDeathTestFactory()
106 // will invoke user-defined exit-hooks, which may do dangerous in DieWithMessage()
163 // A non-void function that's expected to die.
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Deapol_test.py33 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 …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Deapol_test.py33 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 …]
/third_party/boost/libs/date_time/test/posix_time/
Dtestmicrosec_time_clock.cpp36 } 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/
Dtimeout-test.c1 /* -*- 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/boost/libs/math/doc/overview/
Dcommon_overviews.qbk5 Policies are a powerful fine-grain mechanism that allow you to customise the
16 Policies are a compile-time mechanism that allow you to change
17 error-handling or calculation precision either
30 is used: Should this raise a run-time or compile-time error?
46 * In an ad-hoc manner [link math_toolkit.pol_tutorial.ad_hoc_sf_policies
58 be accurate or fast and by default it chooses accuracy over speed. If
59 you would rather have fast rather than fully accurate routines, then
65 is that this library is implemented in C++ - taking advantage of all
66 the abstraction mechanisms that C++ offers - where as most traditional
71 "abstraction penalty" - if any - of C++ compared to other languages.
[all …]
/third_party/node/tools/gyp/.github/workflows/
Dnode-gyp.yml1 name: node-gyp integration
8 fail-fast: false
10 os: [macos-latest, ubuntu-latest, windows-latest]
11 runs-on: ${{ matrix.os }}
13 - name: Clone gyp-next
16 path: gyp-next
17 - name: Clone nodejs/node-gyp
20 repository: nodejs/node-gyp
21 path: node-gyp
22 - uses: actions/setup-node@v1
[all …]
DPython_tests.yml1 # TODO: Enable os: windows-latest
2 # TODO: Enable python-version: 3.5
3 # TODO: Enable pytest --doctest-modules
9 runs-on: ${{ matrix.os }}
11 fail-fast: false
12 max-parallel: 15
14 os: [macos-latest, ubuntu-latest] # , windows-latest]
15 python-version: [2.7, 3.6, 3.7, 3.8, 3.9]
17 - uses: actions/checkout@v2
18 - name: Set up Python ${{ matrix.python-version }}
[all …]
/third_party/python/Objects/stringlib/
Dcodecs.h10 non-ASCII, UTF8-encoded char. */
36 /* Fast path for runs of ASCII characters. Given that common UTF-8 in STRINGLIB()
49 and do a fast unrolled copy if it only contains ASCII in STRINGLIB()
99 /* \xC2\x80-\xDF\xBF -- 0080-07FF */ in STRINGLIB()
103 \x80-\xBF -- continuation byte in STRINGLIB()
104 \xC0-\xC1 -- fake 0000-007F */ in STRINGLIB()
107 if (end - s < 2) { in STRINGLIB()
116 ch = (ch << 6) + ch2 - in STRINGLIB()
122 /* Out-of-range */ in STRINGLIB()
129 /* \xE0\xA0\x80-\xEF\xBF\xBF -- 0800-FFFF */ in STRINGLIB()
[all …]
/third_party/curl/docs/libcurl/opts/
DCURLOPT_SEEKFUNCTION.38 .\" * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
25 CURLOPT_SEEKFUNCTION \- user callback for seeking in input stream
32 #define CURL_SEEKFUNC_FAIL 1 /* fail the entire transfer */
44 input stream and can be used to fast forward a file in a resumed upload
48 an HTTP PUT or POST with a multi-pass authentication method, or when an
57 \fICURL_SEEKFUNC_FAIL\fP to cause the upload operation to fail or
/third_party/FatFs/source/
D00history.txt1 ----------------------------------------------------------------------------
3 ----------------------------------------------------------------------------
40 Improved cluster scan algorithm to write files fast.
83 Fixed off by one error at FAT sub-type determination.
98 Merged Tiny-FatFs as a configuration option. (_FS_TINY)
101 Added re-entrancy for multitask operation. (_FS_REENTRANT)
129 Fixed f_unlink() fails to remove a sub-directory on _FS_RPATH.
132 Changed f_readdir() to return the SFN with always upper case on non-LFN cfg.
140 Added fast seek feature. (_USE_FASTSEEK)
141 Changed some types on the API, XCHAR->TCHAR.
[all …]
/third_party/boringssl/src/third_party/googletest/test/
Dgoogletest-death-test-test.cc33 #include "gtest/gtest-death-test.h"
36 #include "gtest/internal/gtest-filepath.h"
58 # include "gtest/gtest-spi.h"
59 # include "src/gtest-internal-inl.h"
83 old_factory_ = unit_test_impl_->death_test_factory_.release(); in ReplaceDeathTestFactory()
84 unit_test_impl_->death_test_factory_.reset(new_factory); in ReplaceDeathTestFactory()
88 unit_test_impl_->death_test_factory_.release(); in ~ReplaceDeathTestFactory()
89 unit_test_impl_->death_test_factory_.reset(old_factory_); in ~ReplaceDeathTestFactory()
111 // will invoke user-defined exit-hooks, which may do dangerous in DieWithMessage()
166 // A non-void function that's expected to die.
[all …]

12345678910>>...41