Home
last modified time | relevance | path

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

12345678910>>...59

/external/pytorch/.github/workflows/
Dgenerated-windows-binary-conda-nightly.yml5 name: windows-binary-conda
7 on:
11 - nightly
13 # NOTE: Binary build pipelines should only get triggered on release candidate builds
14 # Release candidate tags look like: v1.11.0-rc1
15 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
16 - 'ciflow/binaries/*'
17 - 'ciflow/binaries_conda/*'
22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
24 AWS_DEFAULT_REGION: us-east-1
[all …]
Dgenerated-windows-binary-wheel-nightly.yml5 name: windows-binary-wheel
7 on:
11 - nightly
13 # NOTE: Binary build pipelines should only get triggered on release candidate builds
14 # Release candidate tags look like: v1.11.0-rc1
15 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
16 - 'ciflow/binaries/*'
17 - 'ciflow/binaries_wheel/*'
22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
24 AWS_DEFAULT_REGION: us-east-1
[all …]
Dgenerated-windows-binary-libtorch-debug-nightly.yml5 name: windows-binary-libtorch-debug
7 on:
11 - nightly
13 # NOTE: Binary build pipelines should only get triggered on release candidate builds
14 # Release candidate tags look like: v1.11.0-rc1
15 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
16 - 'ciflow/binaries/*'
17 - 'ciflow/binaries_libtorch/*'
22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
24 AWS_DEFAULT_REGION: us-east-1
[all …]
Dgenerated-windows-binary-libtorch-release-nightly.yml5 name: windows-binary-libtorch-release
7 on:
11 - nightly
13 # NOTE: Binary build pipelines should only get triggered on release candidate builds
14 # Release candidate tags look like: v1.11.0-rc1
15 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
16 - 'ciflow/binaries/*'
17 - 'ciflow/binaries_libtorch/*'
22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
24 AWS_DEFAULT_REGION: us-east-1
[all …]
Dtarget_determination.yml1 name: target-determination
3 on:
7 target-determination:
8 # Don't run on forked repos
10 runs-on: linux.2xlarge
16 - name: Checkout PyTorch
17 uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.4
21 - name: Setup Linux
22 uses: ./.github/actions/setup-linux
24 - name: Get workflow job id
[all …]
D_mac-test.yml1 name: mac-test
3 on:
6 build-environment:
9 description: Top-level label for what's being built/tested.
10 test-matrix:
14 sync-tag:
20 job with the same `sync-tag` is identical.
21 python-version:
27 timeout-minutes:
36 # Don't run on forked repos or empty test matrix
[all …]
/external/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 …]
/external/pytorch/.github/actions/upload-test-artifacts/
Daction.yml6 use-gha:
9 file-suffix:
14 s3-bucket:
17 default: "gha-artifacts"
23 - name: Zip JSONs for upload
24 if: runner.os != 'Windows' && !inputs.use-gha
27 FILE_SUFFIX: ${{ inputs.file-suffix }}
30 rm -f test-jsons-*.zip
31 zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json'
33 - name: Zip test reports for upload
[all …]
/external/curl/tests/data/
Dtest4825 --remove-on-error
6 --continue-at
11 # Server-side
16 # Client-side
22 --remove-on-error with --continue-at
24 <command option="no-output,no-include">
25 http://non-existing-host.haxx.se. --remove-on-error -C 1 -o "%LOGDIR/%TESTNUMBER"
36 curl: --continue-at is mutually exclusive with --remove-on-error
37 curl: option -C: is badly used here
39 curl: try 'curl --help' or 'curl --manual' for more information
[all …]
/external/cblas/testing/
Dc_dblat3.f6 * of the file are read using list-directed input, the last 6 records
11 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
13 * F LOGICAL FLAG, T TO STOP ON FAILURES.
14 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
15 * 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
39 * -- Written on 8-February-1989.
111 * Read the flag that directs stopping on any failure.
113 * Read the flag that indicates whether error exits are to be tested.
115 * Read the flag that indicates whether row-major data layout to be tested.
134 10 CONTINUE
[all …]
Dc_sblat3.f6 * of the file are read using list-directed input, the last 6 records
11 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
13 * F LOGICAL FLAG, T TO STOP ON FAILURES.
14 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
15 * 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
39 * -- Written on 8-February-1989.
110 * Read the flag that directs stopping on any failure.
112 * Read the flag that indicates whether error exits are to be tested.
114 * Read the flag that indicates whether row-major data layout to be tested.
133 10 CONTINUE
[all …]
Dc_dblat2.f6 * of the file are read using list-directed input, the last 16 records
11 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
13 * F LOGICAL FLAG, T TO STOP ON FAILURES.
14 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
15 * 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
22 * 1 2 -1 -2 VALUES OF INCX AND INCY
58 * Street, Suite 100, Downers Grove, Illinois 60515-1263, USA.
61 * -- Written on 10-August-1987.
134 * Read the flag that directs stopping on any failure.
136 * Read the flag that indicates whether error exits are to be tested.
[all …]
Dc_sblat2.f6 * of the file are read using list-directed input, the last 16 records
11 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
13 * F LOGICAL FLAG, T TO STOP ON FAILURES.
14 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
15 * 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
22 * 1 2 -1 -2 VALUES OF INCX AND INCY
58 * Street, Suite 100, Downers Grove, Illinois 60515-1263, USA.
61 * -- Written on 10-August-1987.
134 * Read the flag that directs stopping on any failure.
136 * Read the flag that indicates whether error exits are to be tested.
[all …]
Dc_zblat2.f6 * of the file are read using list-directed input, the last 17 records
11 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
13 * F LOGICAL FLAG, T TO STOP ON FAILURES.
14 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
15 * 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
22 * 1 2 -1 -2 VALUES OF INCX AND INCY
24 * (0.0,0.0) (1.0,0.0) (0.7,-0.9) VALUES OF ALPHA
26 * (0.0,0.0) (1.0,0.0) (1.3,-1.1) VALUES OF BETA
59 * Street, Suite 100, Downers Grove, Illinois 60515-1263, USA.
62 * -- Written on 10-August-1987.
[all …]
Dc_cblat2.f6 * of the file are read using list-directed input, the last 17 records
11 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
13 * F LOGICAL FLAG, T TO STOP ON FAILURES.
14 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
15 * 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
22 * 1 2 -1 -2 VALUES OF INCX AND INCY
24 * (0.0,0.0) (1.0,0.0) (0.7,-0.9) VALUES OF ALPHA
26 * (0.0,0.0) (1.0,0.0) (1.3,-1.1) VALUES OF BETA
59 * Street, Suite 100, Downers Grove, Illinois 60515-1263, USA.
62 * -- Written on 10-August-1987.
[all …]
Dc_cblat3.f6 * of the file are read using list-directed input, the last 9 records
11 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
13 * F LOGICAL FLAG, T TO STOP ON FAILURES.
14 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
15 * 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
20 * (0.0,0.0) (1.0,0.0) (0.7,-0.9) VALUES OF ALPHA
22 * (0.0,0.0) (1.0,0.0) (1.3,-1.1) VALUES OF BETA
42 * -- Written on 8-February-1989.
116 * Read the flag that directs stopping on any failure.
118 * Read the flag that indicates whether error exits are to be tested.
[all …]
/external/apache-commons-bcel/src/examples/Mini/
DTokenMgrError.java9 * http://www.apache.org/licenses/LICENSE-2.0
12 * distributed under the License is distributed on an "AS IS" BASIS,
21 public class TokenMgrError extends Error
24 * Ordinals for various reasons why an Error of this type can be thrown.
28 * Lexical error occured.
64 continue; in addEscapes()
67 continue; in addEscapes()
70 continue; in addEscapes()
73 continue; in addEscapes()
76 continue; in addEscapes()
[all …]
/external/python/cpython3/Lib/test/
Dtest__locale.py1 from _locale import (setlocale, LC_ALL, LC_CTYPE, LC_NUMERIC, LC_TIME, localeconv, Error)
28 'fr_FR.ISO8859-1', 'fr_FR.UTF-8', 'fr_FR.ISO8859-15@euro',
29 'ru_RU.KOI8-R', 'ko_KR.eucKR',
30 'ja_JP.UTF-8', 'lzh_TW.UTF-8', 'my_MM.UTF-8', 'or_IN.UTF-8', 'shn_MM.UTF-8',
31 'ar_AE.UTF-8', 'bn_IN.UTF-8', 'mr_IN.UTF-8', 'th_TH.TIS620',
36 # Issue #13441: Skip some locales (e.g. cs_CZ and hu_HU) on Solaris to
37 # workaround a mbstowcs() bug. For example, on Solaris, the hu_HU locale uses
38 # the locale encoding ISO-8859-2, the thousands separator is b'\xA0' and it is
47 except Error:
48 continue
[all …]
/external/linux-kselftest/tools/testing/selftests/powerpc/eeh/
Deeh-functions.sh2 # SPDX-License-Identifier: GPL-2.0-only
14 # if a driver doesn't support the error handling callbacks then the
15 # device is recovered by removing and re-probing it. This causes the
17 # any potential error messages
19 if [ -z "$eeh_state" ]; then
23 local fw_state="$(echo $eeh_state | cut -d' ' -f1)"
24 local sw_state="$(echo $eeh_state | cut -d' ' -f2)"
27 # error state or being recovered. Either way, not ok.
28 if [ "$((sw_state & 0x3))" -ne 0 ] ; then
36 if [ "$((fw_state & 0x18))" -ne "$((0x18))" ] ; then
[all …]
/external/eigen/blas/testing/
Ddblat2.f6 * http://www.netlib.org/lapack/explore-html/
22 *> of the file are read using list-directed input, the last 16 records
29 *> -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
31 *> F LOGICAL FLAG, T TO STOP ON FAILURES.
32 *> T LOGICAL FLAG, T TO TEST ERROR EXITS.
39 *> 1 2 -1 -2 VALUES OF INCX AND INCY
78 *> Street, Suite 100, Downers Grove, Illinois 60515-1263, USA.
81 *> -- Written on 10-August-1987.
85 *> 10-9-00: Change STATUS='NEW' to 'UNKNOWN' so that the testers
105 * -- Reference BLAS test routine (version 3.4.1) --
[all …]
Dsblat2.f6 * http://www.netlib.org/lapack/explore-html/
22 *> of the file are read using list-directed input, the last 16 records
29 *> -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
31 *> F LOGICAL FLAG, T TO STOP ON FAILURES.
32 *> T LOGICAL FLAG, T TO TEST ERROR EXITS.
39 *> 1 2 -1 -2 VALUES OF INCX AND INCY
78 *> Street, Suite 100, Downers Grove, Illinois 60515-1263, USA.
81 *> -- Written on 10-August-1987.
85 *> 10-9-00: Change STATUS='NEW' to 'UNKNOWN' so that the testers
105 * -- Reference BLAS test routine (version 3.4.1) --
[all …]
Dcblat2.f6 * http://www.netlib.org/lapack/explore-html/
22 *> of the file are read using list-directed input, the last 17 records
29 *> -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
31 *> F LOGICAL FLAG, T TO STOP ON FAILURES.
32 *> T LOGICAL FLAG, T TO TEST ERROR EXITS.
39 *> 1 2 -1 -2 VALUES OF INCX AND INCY
41 *> (0.0,0.0) (1.0,0.0) (0.7,-0.9) VALUES OF ALPHA
43 *> (0.0,0.0) (1.0,0.0) (1.3,-1.1) VALUES OF BETA
79 *> Street, Suite 100, Downers Grove, Illinois 60515-1263, USA.
82 *> -- Written on 10-August-1987.
[all …]
/external/armnn/src/backends/backendsCommon/
DDynamicBackendUtils.cpp3 // SPDX-License-Identifier: MIT
21 throw RuntimeException("OpenHandle error: shared object path must not be empty"); in OpenHandle()
27 throw RuntimeException(fmt::format("OpenHandle error: {}", GetDlError())); in OpenHandle()
33 throw RuntimeException("Dynamic backends not supported on this platform"); in OpenHandle()
48 throw RuntimeException("Dynamic backends not supported on this platform"); in CloseHandle()
77 throw RuntimeException("Dynamic backends not supported on this platform"); in GetDlError()
97 // Expects a colon-separated list: DYNAMIC_BACKEND_PATHS="PATH_1:PATH_2:...:PATH_N" in GetBackendPaths()
124 continue; in GetBackendPathsImpl()
132 continue; in GetBackendPathsImpl()
188 // Check if the path is valid. In case of error, IsValidPath will log an error message in GetSharedObjects()
[all …]
/external/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 …]
/external/autotest/server/site_tests/firmware_CompareChipFwToShellBall/
Dfirmware_CompareChipFwToShellBall.py2 # Use of this source code is governed by a BSD-style license that can be
5 """This is a FAFT test to check if TCPCs are up-to-date.
7 This test figures out which TCPCs exist on a DUT and matches
11 The test can optionally be invoked with --args bios=... to
18 from autotest_lib.client.common_lib import error
29 firmware based on the system shellball or a specified
50 logging.error("Caught exception: %s", str(e))
57 port: TCPC port number on DUT
63 cmd = 'mosys -s product_id pd chip %d' % port
75 cmd = 'mosys -s fw_version pd chip %d' % port
[all …]

12345678910>>...59