/external/pytorch/.github/workflows/ |
D | generated-windows-binary-conda-nightly.yml | 5 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 …]
|
D | generated-windows-binary-wheel-nightly.yml | 5 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 …]
|
D | generated-windows-binary-libtorch-debug-nightly.yml | 5 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 …]
|
D | generated-windows-binary-libtorch-release-nightly.yml | 5 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 …]
|
D | target_determination.yml | 1 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.yml | 1 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/ |
D | test-debugger-aarch64.cc | 23 // 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/ |
D | action.yml | 6 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/ |
D | test482 | 5 --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/ |
D | c_dblat3.f | 6 * 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 …]
|
D | c_sblat3.f | 6 * 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 …]
|
D | c_dblat2.f | 6 * 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 …]
|
D | c_sblat2.f | 6 * 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 …]
|
D | c_zblat2.f | 6 * 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 …]
|
D | c_cblat2.f | 6 * 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 …]
|
D | c_cblat3.f | 6 * 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/ |
D | TokenMgrError.java | 9 * 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/ |
D | test__locale.py | 1 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/ |
D | eeh-functions.sh | 2 # 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/ |
D | dblat2.f | 6 * 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 …]
|
D | sblat2.f | 6 * 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 …]
|
D | cblat2.f | 6 * 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/ |
D | DynamicBackendUtils.cpp | 3 // 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/ |
D | windows-sockets.c | 2 * 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/ |
D | firmware_CompareChipFwToShellBall.py | 2 # 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 …]
|