Home
last modified time | relevance | path

Searched +full:continue +full:- +full:on +full:- +full:error (Results 1 – 25 of 1087) sorted by relevance

12345678910>>...44

/third_party/typescript/tests/baselines/reference/
DinvalidWhileContinueStatements.errors.txt1 …ents/continueStatements/invalidWhileContinueStatements.ts(4,1): error TS1104: A 'continue' stateme…
2 …nts/continueStatements/invalidWhileContinueStatements.ts(8,14): error TS1115: A 'continue' stateme…
3 …ce/statements/continueStatements/invalidWhileContinueStatements.ts(14,9): error TS1107: Jump targe…
4 …ce/statements/continueStatements/invalidWhileContinueStatements.ts(21,9): error TS1107: Jump targe…
5 …nts/continueStatements/invalidWhileContinueStatements.ts(27,5): error TS1115: A 'continue' stateme…
6 …nts/continueStatements/invalidWhileContinueStatements.ts(37,5): error TS1115: A 'continue' stateme…
12 // naked continue not allowed
13 continue;
15 !!! error TS1104: A 'continue' statement can only be used within an enclosing iteration statement.
17 // non-existent label
[all …]
DinvalidDoWhileContinueStatements.errors.txt1 …ts/continueStatements/invalidDoWhileContinueStatements.ts(4,1): error TS1104: A 'continue' stateme…
2 …ts/continueStatements/invalidDoWhileContinueStatements.ts(8,4): error TS1115: A 'continue' stateme…
3 …/statements/continueStatements/invalidDoWhileContinueStatements.ts(14,9): error TS1107: Jump targe…
4 …/statements/continueStatements/invalidDoWhileContinueStatements.ts(21,9): error TS1107: Jump targe…
5 …s/continueStatements/invalidDoWhileContinueStatements.ts(27,5): error TS1115: A 'continue' stateme…
6 …s/continueStatements/invalidDoWhileContinueStatements.ts(37,5): error TS1115: A 'continue' stateme…
12 // naked continue not allowed
13 continue;
15 !!! error TS1104: A 'continue' statement can only be used within an enclosing iteration statement.
17 // non-existent label
[all …]
DinvalidForInContinueStatements.errors.txt1 …ents/continueStatements/invalidForInContinueStatements.ts(4,1): error TS1104: A 'continue' stateme…
2 …nts/continueStatements/invalidForInContinueStatements.ts(8,19): error TS1115: A 'continue' stateme…
3 …ce/statements/continueStatements/invalidForInContinueStatements.ts(14,9): error TS1107: Jump targe…
4 …ce/statements/continueStatements/invalidForInContinueStatements.ts(21,9): error TS1107: Jump targe…
5 …nts/continueStatements/invalidForInContinueStatements.ts(27,5): error TS1115: A 'continue' stateme…
6 …nts/continueStatements/invalidForInContinueStatements.ts(37,5): error TS1115: A 'continue' stateme…
12 // naked continue not allowed
13 continue;
15 !!! error TS1104: A 'continue' statement can only be used within an enclosing iteration statement.
17 // non-existent label
[all …]
DinvalidForContinueStatements.errors.txt1 …ements/continueStatements/invalidForContinueStatements.ts(4,1): error TS1104: A 'continue' stateme…
2 …ements/continueStatements/invalidForContinueStatements.ts(8,9): error TS1115: A 'continue' stateme…
3 tests/cases/conformance/statements/continueStatements/invalidForContinueStatements.ts(14,9): error
4 tests/cases/conformance/statements/continueStatements/invalidForContinueStatements.ts(21,9): error
5 …ments/continueStatements/invalidForContinueStatements.ts(27,5): error TS1115: A 'continue' stateme…
6 …ments/continueStatements/invalidForContinueStatements.ts(36,5): error TS1115: A 'continue' stateme…
12 // naked continue not allowed
13 continue;
15 !!! error TS1104: A 'continue' statement can only be used within an enclosing iteration statement.
17 // non-existent label
[all …]
DplainJSGrammarErrors.errors.txt1error TS1451: Private identifiers are only allowed in class bodies and may only be used as part of…
2error TS1451: Private identifiers are only allowed in class bodies and may only be used as part of…
3 tests/cases/conformance/salsa/plainJSGrammarErrors.js(10,15): error TS2803: Cannot assign to privat…
4 tests/cases/conformance/salsa/plainJSGrammarErrors.js(14,13): error TS18038: 'For await' loops cann…
5 tests/cases/conformance/salsa/plainJSGrammarErrors.js(17,9): error TS18041: A 'return' statement ca…
6 …es/conformance/salsa/plainJSGrammarErrors.js(20,5): error TS1089: 'static' modifier cannot appear
7 …ses/conformance/salsa/plainJSGrammarErrors.js(21,5): error TS1089: 'async' modifier cannot appear
8 tests/cases/conformance/salsa/plainJSGrammarErrors.js(22,5): error TS8009: The 'const' modifier can…
9 tests/cases/conformance/salsa/plainJSGrammarErrors.js(22,11): error TS1248: A class member cannot h…
10 tests/cases/conformance/salsa/plainJSGrammarErrors.js(23,5): error TS8009: The 'const' modifier can…
[all …]
/third_party/python/Lib/test/
Dtest__locale.py1 from _locale import (setlocale, LC_ALL, LC_CTYPE, LC_NUMERIC, localeconv, Error)
28 'fr_FR.ISO8859-1', 'fr_FR.UTF-8', 'fr_FR.ISO8859-15@euro',
29 'ru_RU.KOI8-R', 'ko_KR.eucKR']
33 # Issue #13441: Skip some locales (e.g. cs_CZ and hu_HU) on Solaris to
34 # workaround a mbstowcs() bug. For example, on Solaris, the hu_HU locale uses
35 # the locale encoding ISO-8859-2, the thousands separator is b'\xA0' and it is
44 except Error:
45 continue
62 return not(len(a) == 2 and len(a[-1]) >= 9)
71 # The French thousands separator may be a breaking or non-breaking space
[all …]
/third_party/rust/rust/src/tools/rustfmt/.github/workflows/
Dintegration.yml2 on:
5 - master
9 integration-tests:
10 runs-on: ubuntu-latest
13 …# https://help.github.com/en/actions/getting-started-with-github-actions/about-github-actions#usag…
14 # There's a limit of 60 concurrent jobs across all repos in the rust-lang organization.
17 max-parallel: 4
18 fail-fast: false
22 error-chain,
26 rust-semverver,
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSyncVk.cpp3 // Use of this source code is governed by a BSD-style license that can be
36 // If timeoutNs was non-zero but less than one millisecond, make it a millisecond. in SyncWaitFd()
62 } while (ret == -1 && (errno == EINTR || errno == EAGAIN)); in SyncWaitFd()
89 // - This breaks the current render pass to ensure the proper ordering of the sync object in the in initialize()
91 // - The sync object has a valid serial when it's waited on later, in initialize()
92 // - After waiting on the sync object, every resource that's used so far (and is being synced) in initialize()
93 // will also be aware that it's finished (based on the serial) and won't incur a further wait in initialize()
96 retain(&contextVk->getResourceUseList()); in initialize()
97 return contextVk->flushImpl(nullptr, RenderPassClosureReason::SyncObjectInit); in initialize()
106 RendererVk *renderer = context->getRenderer(); in clientWait()
[all …]
/third_party/rust/rust/tests/ui/try-trait/
Dbad-interconversion.rs5 fn result_to_result() -> Result<u64, u8> { in result_to_result()
7 //~^ ERROR `?` couldn't convert the error to `u8` in result_to_result()
10 fn option_to_result() -> Result<u64, String> { in option_to_result()
12 …//~^ ERROR the `?` operator can only be used on `Result`s, not `Option`s, in a function that retur… in option_to_result()
16 fn control_flow_to_result() -> Result<u64, String> { in control_flow_to_result()
18 //~^ ERROR the `?` operator can only be used on `Result`s in a function that returns `Result` in control_flow_to_result()
21 fn result_to_option() -> Option<u16> { in result_to_option()
23 …//~^ ERROR the `?` operator can only be used on `Option`s, not `Result`s, in a function that retur… in result_to_option()
26 fn control_flow_to_option() -> Option<u64> { in control_flow_to_option()
28 //~^ ERROR the `?` operator can only be used on `Option`s in a function that returns `Option` in control_flow_to_option()
[all …]
/third_party/libwebsockets/lib/plat/windows/
Dwindows-sockets.c2 * libwebsockets - small server side websockets and web server implementation
4 * Copyright (C) 2010 - 2021 Andy Green <andy@warmcat.com>
29 #include "private-lib-core.h"
48 /* the fact we checked implies we avoided back-to-back writes */ in lws_send_pipe_choked()
49 wsi_eff->could_have_pending = 0; in lws_send_pipe_choked()
54 ||wsi->http.comp_ctx.buflist_comp || in lws_send_pipe_choked()
55 wsi->http.comp_ctx.may_have_more in lws_send_pipe_choked()
60 return (int)wsi_eff->sock_send_blocking; in lws_send_pipe_choked()
69 assert((fd->events & LWS_POLLIN) == LWS_POLLIN); in lws_poll_listen_fd()
72 FD_SET(fd->fd, &readfds); in lws_poll_listen_fd()
[all …]
/third_party/libuv/src/unix/
Dprocess.c63 # include "zos-base.h"
80 uv__wait_children(handle->loop); in uv__chld()
87 err = uv_signal_init(loop, &loop->child_watcher); in uv__process_init()
90 uv__handle_unref(&loop->child_watcher); in uv__process_init()
91 loop->child_watcher.flags |= UV_HANDLE_INTERNAL; in uv__process_init()
98 memset(&loop->child_watcher, 0, sizeof(loop->child_watcher)); in uv__process_init()
117 h = &loop->process_handles; in uv__wait_children()
124 if ((process->flags & UV_HANDLE_REAP) == 0) in uv__wait_children()
125 continue; in uv__wait_children()
127 process->flags &= ~UV_HANDLE_REAP; in uv__wait_children()
[all …]
/third_party/rust/crates/clap/.github/workflows/
Drust-next.yml1 name: rust-next
2 on:
4 - cron: '3 3 3 * *'
15 - build: stable
16 os: ubuntu-latest
19 - build: linux
20 os: ubuntu-latest
23 - build: windows
24 os: windows-latest
27 - build: mac
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/pass/format_pass/
Deliminate_transpose.cc8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
27 auto in_tensor = trans_kernel0->in_tensors().at(0); in TransFullyFusion()
29 auto out_tensor = trans_kernel1->out_tensors().at(0); in TransFullyFusion()
32 subgraph->UpdateInOutKernels(in_kernel, out_kernels, trans_kernel0, trans_kernel1); in TransFullyFusion()
33 auto ret = subgraph->UpdateInOutTensors(in_kernel, out_kernels, in_tensor, out_tensor, true); in TransFullyFusion()
35 MS_LOG(ERROR) << "Update tensor failed when fusing kernel " << trans_kernel0->name() << " and " in TransFullyFusion()
36 << trans_kernel1->name(); in TransFullyFusion()
39 subgraph->DropNode(trans_kernel1); in TransFullyFusion()
41 …if (trans_kernel0->out_kernels().empty() && !IsContain(subgraph->out_tensors(), trans_kernel0->out… in TransFullyFusion()
[all …]
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/
Dstructural_match.rs9 /// the structural-match traits, or a generic type parameter
10 /// (which cannot be determined to be structural-match).
13 /// considered when doing a pattern match on a constant of that
25 /// structural-match traits, which essentially say that
29 /// For more background on why Rust has this requirement, and issues
31 /// Rust RFC 1445, rust-lang/rust#61188, and rust-lang/rust#62307.
36 ) -> Option<Ty<'tcx>> { in search_for_structural_match_violation()
42 /// the structural-match traits (`StructuralPartialEq` and `StructuralEq`).
49 /// we will not recur on them again.
54 fn type_marked_structural(&self, adt_ty: Ty<'tcx>) -> bool { in type_marked_structural()
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/graph/
Dmul_constant_pass.cc8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
36 auto node_list = TopoSort(func_graph->get_return()); in Run()
39 MS_LOG(ERROR) << "manager is nullptr."; in Run()
46 continue; in Run()
49 continue; in Run()
51 auto cnode = node->cast<CNodePtr>(); in Run()
53 MS_LOG(ERROR) << "cnode is nullptr!"; in Run()
54 continue; in Run()
56 auto primitive_c = ops::GetOperator<mindspore::ops::MulFusion>(cnode->input(0)); in Run()
[all …]
/third_party/rust/crates/unicode-ident/.github/workflows/
Dci.yml3 on:
13 RUSTFLAGS: -Dwarnings
21 runs-on: ubuntu-latest
23 timeout-minutes: 45
25 - uses: actions/checkout@v4
26 - uses: dtolnay/rust-toolchain@stable
27 - id: ucd-generate
28 …run: echo "version=$(grep 'ucd-generate [0-9]\+\.[0-9]\+\.[0-9]\+' tests/tables/tables.rs --only-m…
29 - run: cargo install ucd-generate
30- run: curl https://www.unicode.org/Public/zipped/latest/UCD.zip --location --remote-name --silent…
[all …]
/third_party/vixl/test/aarch64/
Dtest-debugger-aarch64.cc23 // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
27 #include "test-debugger-aarch64.h"
39 SETUP_CMD("break a", "Error: Use `break <address>` to set a breakpoint"); in TEST()
40 SETUP_CMD("break abcdef", "Error: Use `break <address>` to set a breakpoint"); in TEST()
41 SETUP_CMD("break A", "Error: Use `break <address>` to set a breakpoint"); in TEST()
42 SETUP_CMD("break ABCDEF", "Error: Use `break <address>` to set a breakpoint"); in TEST()
43 SETUP_CMD("break 0x", "Error: Use `break <address>` to set a breakpoint"); in TEST()
44 SETUP_CMD("break 0xg", "Error: Use `break <address>` to set a breakpoint"); in TEST()
47 SETUP_CMD("break", "Error: Use `break <address>` to set a breakpoint"); in TEST()
48 SETUP_CMD("break 42 52", "Error: Use `break <address>` to set a breakpoint"); in TEST()
[all …]
/third_party/selinux/libselinux/src/
Dselinux_restorecon.c52 /* Information on excluded fs and directories. */
68 /* Store information on directories with xattr's. */
116 * remove_exclude() - This removes any conflicting entries as there could be
117 * a case where a non-seclabel fs is mounted on /foo and
118 * then a seclabel fs is mounted on top of it.
122 * add_exclude() - Add a directory/fs to be excluded from labeling. If it
125 * check_excluded() - Check if directory/fs is to be excluded when relabeling.
127 * file_system_count() - Calculates the number of files to be processed.
131 * exclude_non_seclabel_mounts() - Reads /proc/mounts to determine what
132 * non-seclabel mounts to exclude from
[all …]
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dconnection.c3 Copyright (C) 2007-2015 Daniel Pittman and Christian Grothoff
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
51 #define HTTP_100_CONTINUE "HTTP/1.1 100 Continue\r\n\r\n"
93 * Response text used when there is an internal server error.
99 #define INTERNAL_ERROR "<html><head><title>Internal server error</title></head><body>Some programme…
106 * (non-error reasons).
121 * @param iterator callback to call on each header;
136 return -1; in MHD_get_connection_values()
138 for (pos = connection->headers_received; NULL != pos; pos = pos->next) in MHD_get_connection_values()
139 if (0 != (pos->kind & kind)) in MHD_get_connection_values()
[all …]
/third_party/cups/cups/
Dgetputfile.c4 * Copyright © 2020-2024 by OpenPrinting.
5 * Copyright © 2007-2018 by Apple Inc.
6 * Copyright © 1997-2006 by Easy Software Products.
16 #include "cups-private.h"
17 #include "debug-internal.h"
28 * 'cupsGetFd()' - Get a file from the server.
35 http_status_t /* O - HTTP status */
36 cupsGetFd(http_t *http, /* I - Connection to server or @code CUPS_HTTP_DEFAULT@ */ in cupsGetFd()
37 const char *resource, /* I - Resource name */ in cupsGetFd()
38 int fd) /* I - File descriptor */ in cupsGetFd()
[all …]
/third_party/ninja/src/
Dlexer.in.cc7 // http://www.apache.org/licenses/LICENSE-2.0
10 // distributed under the License is distributed on an "AS IS" BASIS,
24 bool Lexer::Error(const string& message, string* err) { in Error() function in Lexer
34 int col = last_token_ ? (int)(last_token_ - line_start) : 0; in Error()
76 case ERROR: return "lexing error"; in TokenName()
112 return "lexing error"; in DescribeLastError()
133 simple_varname = [a-zA-Z0-9_-]+; in ReadToken()
134 varname = [a-zA-Z0-9_.-]+; in ReadToken()
136 [ ]*"#"[^\000\n]*"\n" { continue; } in ReadToken()
153 [^] { token = ERROR; break; } in ReadToken()
[all …]
/third_party/lz4/programs/
Dlz4cli.c2 LZ4cli - LZ4 Command Line Interface
3 Copyright (C) Yann Collet 2011-2023
19 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22 - LZ4 source repository : https://github.com/lz4/lz4
23 - LZ4 public forum : https://groups.google.com/forum/#!forum/lz4c
26 Note : this is stand-alone program.
34 /*-************************************
50 #include "lz4conf.h" /* compile-time constants */
63 # define IO_MT "single-thread"
67 #define WELCOME_MESSAGE "*** %s v%s %i-bit %s, by %s ***\n", COMPRESSOR_NAME, LZ4_versionString(), …
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleSampleMaskiTests.cpp1 /*-------------------------------------------------------------------------
3 * -----------------------------
5 * Copyright (c) 2014-2016 The Khronos Group Inc.
11 * http://www.apache.org/licenses/LICENSE-2.0
14 * distributed under the License is distributed on an "AS IS" BASIS,
22 */ /*-------------------------------------------------------------------*/
28 */ /*-------------------------------------------------------------------*/
50 …"Verifies glSampleMaski() correctly accepts index arguments up to GL_MAX_SAMPLE_MASK_WORDS-1 value… in MultisampleTextureSampleMaskiIndexLowerThanGLMaxSampleMaskWordsTest()
52 /* Left blank on purpose */ in MultisampleTextureSampleMaskiIndexLowerThanGLMaxSampleMaskWordsTest()
57 * @return Returns STOP when test has finished executing, CONTINUE if more iterations are needed.
[all …]
/third_party/libuv/src/win/
Dtty.c34 #include "handle-inl.h"
35 #include "stream-inl.h"
36 #include "req-inl.h"
102 * mean that it would extend beyond the bottom of the screen buffer - in that
109 * Since all tty i/o happens on the same console, this window is shared
113 static int uv_tty_virtual_offset = -1;
114 static int uv_tty_virtual_height = -1;
115 static int uv_tty_virtual_width = -1;
123 static int uv__tty_console_height = -1;
124 static int uv__tty_console_width = -1;
[all …]
/third_party/grpc/tools/dockerfile/
Dpush_testing_images.sh8 # http://www.apache.org/licenses/LICENSE-2.0
11 # distributed under the License is distributed on an "AS IS" BASIS,
21 set -ex
25 cd -
29 # CHECK_MODE: if set, the script will check that all the .current_version files are up-to-date (us…
35 # $ gcloud auth configure-docker us-docker.pkg.dev
40 # The environment checks are skipped when running as a sanity check on CI.
44 docker run --rm -it debian:11 bash -c 'echo "sudoless docker run works!"' || \
45 (echo "Error: docker not installed or sudoless docker doesn't work?" && exit 1)
48 # way of allowing them to build locally on x64 machine is to use
[all …]

12345678910>>...44