Home
last modified time | relevance | path

Searched +full:- +full:- +full:output +full:- +full:on +full:- +full:failure (Results 1 – 25 of 1170) sorted by relevance

12345678910>>...47

/external/autotest/client/common_lib/
Dsmogcheck_pca9555.py3 # Use of this source code is governed by a BSD-style license that can be
9 - PCA9555 is one of two modules on TTCI board
10 - This library provides methods to interact with PCA9555 programmatically
13 - This library depends on a new C shared library called "libsmogcheck.so".
14 - In order to run test cases built using this API, one needs a TTCI board
17 - An exception is raised if it doesn't make logical sense to continue program
19 - An exception is caught and then converted to an error code if the caller
34 'OUT0': 2, # Output Port 0
35 'OUT1': 3, # Output Port 1
42 # Each '1' represents turning on corresponding LED via writing to PCA9555
[all …]
/external/googletest/googletest/test/
Dgoogletest-output-test-golden-lin.txt1 The non-test part of the code is expected to have 2 failures.
3 googletest-output-test_.cc:#: Failure
9 googletest-output-test_.cc:#: Failure
16 [----------] Global test environment set-up.
19 [----------] 1 test from ADeathTest
22 [----------] 1 test from ATypedDeathTest/0, where TypeParam = int
25 [----------] 1 test from ATypedDeathTest/1, where TypeParam = double
28 [----------] 1 test from My/ATypeParamDeathTest/0, where TypeParam = int
31 [----------] 1 test from My/ATypeParamDeathTest/1, where TypeParam = double
34 [----------] 2 tests from PassingTest
[all …]
/external/cronet/tot/third_party/googletest/src/googletest/test/
Dgoogletest-output-test-golden-lin.txt1 The non-test part of the code is expected to have 2 failures.
3 googletest-output-test_.cc:#: Failure
9 googletest-output-test_.cc:#: Failure
16 [----------] Global test environment set-up.
19 [----------] 1 test from ADeathTest
22 [----------] 1 test from ATypedDeathTest/0, where TypeParam = int
25 [----------] 1 test from ATypedDeathTest/1, where TypeParam = double
28 [----------] 1 test from My/ATypeParamDeathTest/0, where TypeParam = int
31 [----------] 1 test from My/ATypeParamDeathTest/1, where TypeParam = double
34 [----------] 2 tests from PassingTest
[all …]
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/googletest/test/
Dgoogletest-output-test-golden-lin.txt1 The non-test part of the code is expected to have 2 failures.
3 googletest-output-test_.cc:#: Failure
9 googletest-output-test_.cc:#: Failure
16 [----------] Global test environment set-up.
19 [----------] 1 test from ADeathTest
22 [----------] 1 test from ATypedDeathTest/0, where TypeParam = int
25 [----------] 1 test from ATypedDeathTest/1, where TypeParam = double
28 [----------] 1 test from My/ATypeParamDeathTest/0, where TypeParam = int
31 [----------] 1 test from My/ATypeParamDeathTest/1, where TypeParam = double
34 [----------] 2 tests from PassingTest
[all …]
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/googletest/test/
Dgoogletest-output-test-golden-lin.txt1 The non-test part of the code is expected to have 2 failures.
3 googletest-output-test_.cc:#: Failure
9 googletest-output-test_.cc:#: Failure
16 [----------] Global test environment set-up.
19 [----------] 1 test from ADeathTest
22 [----------] 1 test from ATypedDeathTest/0, where TypeParam = int
25 [----------] 1 test from ATypedDeathTest/1, where TypeParam = double
28 [----------] 1 test from My/ATypeParamDeathTest/0, where TypeParam = int
31 [----------] 1 test from My/ATypeParamDeathTest/1, where TypeParam = double
34 [----------] 2 tests from PassingTest
[all …]
/external/cronet/stable/third_party/googletest/src/googletest/test/
Dgoogletest-output-test-golden-lin.txt1 The non-test part of the code is expected to have 2 failures.
3 googletest-output-test_.cc:#: Failure
9 googletest-output-test_.cc:#: Failure
16 [----------] Global test environment set-up.
19 [----------] 1 test from ADeathTest
22 [----------] 1 test from ATypedDeathTest/0, where TypeParam = int
25 [----------] 1 test from ATypedDeathTest/1, where TypeParam = double
28 [----------] 1 test from My/ATypeParamDeathTest/0, where TypeParam = int
31 [----------] 1 test from My/ATypeParamDeathTest/1, where TypeParam = double
34 [----------] 2 tests from PassingTest
[all …]
/external/tinyxml2/.github/workflows/
Dtest.yml2 on: [ push, pull_request, workflow_dispatch ]
7 fail-fast: false
9 os: [ windows-2019, macos-latest, ubuntu-20.04 ]
12 - os: windows-2019
17 - os: ubuntu-20.04
20 - os: macos-latest
23 - cmake: 3.15
25 - cmake: 3.x
31 runs-on: ${{ matrix.os }}
33 # System set-up
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dplurfmt.h5 * Copyright (C) 2007-2014, International Business Machines Corporation and
40 * messages with plural inflection. It is based on <i>plural
43 * <code>PluralFormat</code> selects the appropriate message based on
73 …* https://unicode-org.github.io/cldr-staging/charts/latest/supplemental/language_plural_rules.…
79 * rather than using a stand-alone <code>PluralFormat</code>.
92 * The pattern text defines the message output for each plural case of the
103 * between the {curly braces} and their sub-message,
107 * There are 6 predefined casekeyword in CLDR/ICU - 'zero', 'one', 'two', 'few', 'many' and
115 * If there is no exact-number match, then a keyword is selected by calling
120 * An unquoted pound sign (<code>#</code>) in the selected sub-message
[all …]
Ddtptngen.h5 * Copyright (C) 2007-2016, International Business Machines Corporation and
45 * This class provides flexible generation of date format patterns, like "yy-MM-dd".
51 * since normally this class is pre-built with data from a particular locale.
62 * @param status Output param set to success/failure code on exit,
63 * which must not indicate a failure before the function call.
71 * @param status Output param set to success/failure code on exit,
72 * which must not indicate a failure before the function call.
90 * @param status Output param set to success/failure code on exit,
91 * which must not indicate a failure before the function call.
129 * both "MMM-dd" and "dd/MMM" produce the skeleton "MMMdd".
[all …]
/external/cronet/tot/third_party/icu/source/i18n/unicode/
Dplurfmt.h5 * Copyright (C) 2007-2014, International Business Machines Corporation and
40 * messages with plural inflection. It is based on <i>plural
43 * <code>PluralFormat</code> selects the appropriate message based on
73 …* https://unicode-org.github.io/cldr-staging/charts/latest/supplemental/language_plural_rules.…
79 * rather than using a stand-alone <code>PluralFormat</code>.
92 * The pattern text defines the message output for each plural case of the
103 * between the {curly braces} and their sub-message,
107 * There are 6 predefined casekeyword in CLDR/ICU - 'zero', 'one', 'two', 'few', 'many' and
115 * If there is no exact-number match, then a keyword is selected by calling
120 * An unquoted pound sign (<code>#</code>) in the selected sub-message
[all …]
Ddtptngen.h5 * Copyright (C) 2007-2016, International Business Machines Corporation and
45 * This class provides flexible generation of date format patterns, like "yy-MM-dd".
51 * since normally this class is pre-built with data from a particular locale.
62 * @param status Output param set to success/failure code on exit,
63 * which must not indicate a failure before the function call.
71 * @param status Output param set to success/failure code on exit,
72 * which must not indicate a failure before the function call.
90 * @param status Output param set to success/failure code on exit,
91 * which must not indicate a failure before the function call.
129 * both "MMM-dd" and "dd/MMM" produce the skeleton "MMMdd".
[all …]
/external/cronet/stable/third_party/icu/source/i18n/unicode/
Dplurfmt.h5 * Copyright (C) 2007-2014, International Business Machines Corporation and
40 * messages with plural inflection. It is based on <i>plural
43 * <code>PluralFormat</code> selects the appropriate message based on
73 …* https://unicode-org.github.io/cldr-staging/charts/latest/supplemental/language_plural_rules.…
79 * rather than using a stand-alone <code>PluralFormat</code>.
92 * The pattern text defines the message output for each plural case of the
103 * between the {curly braces} and their sub-message,
107 * There are 6 predefined casekeyword in CLDR/ICU - 'zero', 'one', 'two', 'few', 'many' and
115 * If there is no exact-number match, then a keyword is selected by calling
120 * An unquoted pound sign (<code>#</code>) in the selected sub-message
[all …]
Ddtptngen.h5 * Copyright (C) 2007-2016, International Business Machines Corporation and
45 * This class provides flexible generation of date format patterns, like "yy-MM-dd".
51 * since normally this class is pre-built with data from a particular locale.
62 * @param status Output param set to success/failure code on exit,
63 * which must not indicate a failure before the function call.
71 * @param status Output param set to success/failure code on exit,
72 * which must not indicate a failure before the function call.
90 * @param status Output param set to success/failure code on exit,
91 * which must not indicate a failure before the function call.
129 * both "MMM-dd" and "dd/MMM" produce the skeleton "MMMdd".
[all …]
/external/icu/libicu/cts_headers/unicode/
Dplurfmt.h5 * Copyright (C) 2007-2014, International Business Machines Corporation and
40 * messages with plural inflection. It is based on <i>plural
43 * <code>PluralFormat</code> selects the appropriate message based on
73 …* https://unicode-org.github.io/cldr-staging/charts/latest/supplemental/language_plural_rules.…
79 * rather than using a stand-alone <code>PluralFormat</code>.
92 * The pattern text defines the message output for each plural case of the
103 * between the {curly braces} and their sub-message,
107 * There are 6 predefined casekeyword in CLDR/ICU - 'zero', 'one', 'two', 'few', 'many' and
115 * If there is no exact-number match, then a keyword is selected by calling
120 * An unquoted pound sign (<code>#</code>) in the selected sub-message
[all …]
Ddtptngen.h5 * Copyright (C) 2007-2016, International Business Machines Corporation and
45 * This class provides flexible generation of date format patterns, like "yy-MM-dd".
51 * since normally this class is pre-built with data from a particular locale.
62 * @param status Output param set to success/failure code on exit,
63 * which must not indicate a failure before the function call.
71 * @param status Output param set to success/failure code on exit,
72 * which must not indicate a failure before the function call.
90 * @param status Output param set to success/failure code on exit,
91 * which must not indicate a failure before the function call.
129 * both "MMM-dd" and "dd/MMM" produce the skeleton "MMMdd".
[all …]
/external/libwebsockets/
D.sai.json2 "schema": "sai-1",
8 "linux-debian-11/x86_64-amd/gcc": {
9-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
11 "linux-debian-buster/x86-amd/gcc": {
12-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
14 "linux-debian-sid/x86_64-amd/gcc": {
15-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
17 "linux-ubuntu-xenial/x86_64-amd/gcc": {
18-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
20 "linux-debian-sid/x86-amd/gcc": {
[all …]
/external/iamf_tools/iamf/cli/
Dobu_sequencer_base.h4 * This source code is subject to the terms of the BSD 3-Clause Clear License
5 * and the Alliance for Open Media Patent License 1.0. If the BSD 3-Clause Clear
7 * can obtain it at www.aomedia.org/license/software-license/bsd-3-c-c. If the
39 * concrete classes are responsible for packing and writing the output to some
40 * output stream.
43 * // Create a concrete sequencer. Interface is dependent on the conreate
48 * RETURN_IF_NOT_OK(sequencer->PushDescriptorObus(...));
52 * RETURN_IF_NOT_OK(sequencer->PushTemporalUnit(...));
55 * // Depending on the context, choose one of the closing functions. Either
57 * RETURN_IF_NOT_OK(sequencer->UpdateDescriptorObusAndClose(...));
[all …]
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dnist_kw.h5 * padding (KWP) as defined in NIST SP 800-38F.
6 * https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-38F.pdf
8 * Key wrapping specifies a deterministic authenticated-encryption mode
9 * of operation, according to <em>NIST SP 800-38F: Recommendation for
20 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
45 * \brief The key wrapping context-type definition. The key wrapping context is passed
49 * Don't make any assumptions on this context!
74 * \param cipher The 128-bit block cipher to use. Only AES is supported.
79 * \return \c 0 on success.
81 * \return \c MBEDTLS_ERR_CIPHER_FEATURE_UNAVAILABLE for 128-bit block ciphers
[all …]
Dmd.h4 * \brief This file contains the generic functions for message-digest
7 * \author Adriaan de Jong <dejong@fox-it.com>
11 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
24 #define MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE -0x5080
26 #define MBEDTLS_ERR_MD_BAD_INPUT_DATA -0x5100
28 #define MBEDTLS_ERR_MD_ALLOC_FAILED -0x5180
30 #define MBEDTLS_ERR_MD_FILE_IO_ERROR -0x5200
39 * \warning MD5 and SHA-1 are considered weak message digests and
50 MBEDTLS_MD_RIPEMD160=0x04, /**< The RIPEMD-160 message digest. */
51 MBEDTLS_MD_SHA1=0x05, /**< The SHA-1 message digest. */
[all …]
Drsa.h4 * \brief This file provides an API for the RSA public-key cryptosystem.
6 * The RSA public-key cryptosystem is defined in <em>Public-Key
8 * and <em>Public-Key Cryptography Standards (PKCS) #1 v2.1:
14 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
33 #define MBEDTLS_ERR_RSA_BAD_INPUT_DATA -0x4080
35 #define MBEDTLS_ERR_RSA_INVALID_PADDING -0x4100
37 #define MBEDTLS_ERR_RSA_KEY_GEN_FAILED -0x4180
39 #define MBEDTLS_ERR_RSA_KEY_CHECK_FAILED -0x4200
41 #define MBEDTLS_ERR_RSA_PUBLIC_FAILED -0x4280
43 #define MBEDTLS_ERR_RSA_PRIVATE_FAILED -0x4300
[all …]
/external/mbedtls/include/mbedtls/
Dnist_kw.h5 * padding (KWP) as defined in NIST SP 800-38F.
6 * https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-38F.pdf
8 * Key wrapping specifies a deterministic authenticated-encryption mode
9 * of operation, according to <em>NIST SP 800-38F: Recommendation for
20 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
45 * \brief The key wrapping context-type definition. The key wrapping context is passed
49 * Don't make any assumptions on this context!
74 * \param cipher The 128-bit block cipher to use. Only AES is supported.
79 * \return \c 0 on success.
81 * \return \c MBEDTLS_ERR_CIPHER_FEATURE_UNAVAILABLE for 128-bit block ciphers
[all …]
/external/cronet/tot/net/base/
Dnet_string_util.h2 // Use of this source code is governed by a BSD-style license that can be
20 // Converts |text| using |charset| to UTF-8, and writes it to |output|.
21 // On failure, returns false and |output| is cleared.
24 std::string* output);
26 // Converts |text| using |charset| to UTF-8, normalizes the result, and writes
27 // it to |output|. On failure, returns false and |output| is cleared.
30 std::string* output);
32 // Converts |text| using |charset| to UTF-16, and writes it to |output|.
33 // On failure, returns false and |output| is cleared.
36 std::u16string* output);
[all …]
/external/cronet/stable/net/base/
Dnet_string_util.h2 // Use of this source code is governed by a BSD-style license that can be
20 // Converts |text| using |charset| to UTF-8, and writes it to |output|.
21 // On failure, returns false and |output| is cleared.
24 std::string* output);
26 // Converts |text| using |charset| to UTF-8, normalizes the result, and writes
27 // it to |output|. On failure, returns false and |output| is cleared.
30 std::string* output);
32 // Converts |text| using |charset| to UTF-16, and writes it to |output|.
33 // On failure, returns false and |output| is cleared.
36 std::u16string* output);
[all …]
/external/iamf_tools/iamf/api/decoder/
Diamf_decoder.h4 * This source code is subject to the terms of the BSD 3-Clause Clear License
5 * and the Alliance for Open Media Patent License 1.0. If the BSD 3-Clause Clear
7 * can obtain it at www.aomedia.org/license/software-license/bsd-3-c-c. If the
72 * \param requested_layout Specifies the desired output layout. This layout
77 * \return IamfDecoder upon success. Other specific statuses on
78 * failure.
88 * \param requested_layout Specifies the desired output layout. This layout
93 * \return IamfDecoder upon success. Other specific statuses on
94 * failure.
103 * \return `absl::OkStatus()` upon success. Other specific statuses on
[all …]
/external/wpa_supplicant_8/src/crypto/
Dtls.h3 * Copyright (c) 2004-2013, Jouni Malinen <j@w1.fi>
125 * struct tls_connection_params - Parameters for TLS connection
138 * must have a full case-insensitive match.
141 * case-insensitive match.
170 * supported, empty string to disable, or a colon-separated curve list.
226 * tls_init - Initialize TLS library
229 * or %NULL on failure.
231 * Called once during program startup and once for each RSN pre-authentication
240 * tls_deinit - Deinitialize TLS library
243 * Called once during program shutdown and once for each RSN pre-authentication
[all …]

12345678910>>...47