Home
last modified time | relevance | path

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

12345678910>>...45

/external/icu/icu4c/source/i18n/unicode/
Dplurfmt.h5 * Copyright (C) 2007-2014, International Business Machines Corporation and
38 * messages with plural inflection. It is based on <i>plural
41 * <code>PluralFormat</code> selects the appropriate message based on
71 * http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html
77 * rather than using a stand-alone <code>PluralFormat</code>.
90 * The pattern text defines the message output for each plural case of the
101 * between the {curly braces} and their sub-message,
105 * There are 6 predefined casekeyword in CLDR/ICU - 'zero', 'one', 'two', 'few', 'many' and
113 * If there is no exact-number match, then a keyword is selected by calling
118 * An unquoted pound sign (<code>#</code>) in the selected sub-message
[all …]
Ddtptngen.h5 * Copyright (C) 2007-2016, International Business Machines Corporation and
41 * This class provides flexible generation of date format patterns, like "yy-MM-dd".
47 * since normally this class is pre-built with data from a particular locale.
58 * @param status Output param set to success/failure code on exit,
59 * which must not indicate a failure before the function call.
67 * @param status Output param set to success/failure code on exit,
68 * which must not indicate a failure before the function call.
86 * @param status Output param set to success/failure code on exit,
87 * which must not indicate a failure before the function call.
125 * both "MMM-dd" and "dd/MMM" produce the skeleton "MMMdd".
[all …]
Dnumfmt.h5 * Copyright (C) 1997-2016, International Business Machines Corporation and others.
69 * for decimal points, thousands-separators, or even the particular
86 * nf->format(myNumber, myString);
101 * for (int32_t number: {123, 3333, -1234567}) {
102 * nf->format(number, myString);
115 * Formattable result(-999); // initialized with error code
116 * nf->parse(myString, result, success);
155 * \c UNUM_INTEGER_FIELD. On output, \c getEndIndex will be set to the offset
157 * (desiredSpaceCount - getEndIndex) spaces at the front of the
162 * getEndIndex. Then move the pen by (desiredPixelWidth -
[all …]
Dcurrpinf.h5 * Copyright (C) 2009-2015, International Business Machines Corporation and *
51 * @param status output param set to success/failure code on exit
59 * @param status output param set to success/failure code on exit
125 * @param result output param to receive the pattern
126 * @return a currency plural pattern based on plural count
148 * @param status output param set to success/failure code on exit
164 * @param status output param set to success/failure code on exit
175 * @param status output param set to success/failure code on exit
213 * @param status output param set to success/failure code on exit
229 //-------------------- private data member ---------------------
Ddtitvinf.h5 * Copyright (C) 2008-2016, International Business Machines Corporation and
45 * or want to re-set date interval patterns, they could do so by
64 * For those non-digit calendar fields, the pattern letter length is
76 * year, month, date, day-of-week, am-pm, hour, hour-of-day, and minute.
78 * year > month > date > am-pm > hour > minute
87 * There is a set of pre-defined static skeleton strings.
88 * There are pre-defined interval patterns for those pre-defined skeletons
92 * is &quot;year&quot;, the date interval pattern is &quot;MMM d, yyyy - MMM d, yyyy&quot;,
93 * such as &quot;Jan 10, 2007 - Jan 10, 2008&quot;.
95 * the date interval pattern is &quot;MMM d - MMM d, yyyy&quot;,
[all …]
Ddtitvfmt.h4 * Copyright (C) 2008-2016, International Business Machines Corporation and
21 * \brief C++ API: Format and parse date interval in a language-independent manner.
38 * intervals in a language-independent manner.
52 * is "Jan 11-18, 2008" for English.
60 * Without such information, so, it is difficult to generate a sub-pattern
61 * (or super-pattern) by algorithm.
62 * So, formatting a DateInterval is pattern-driven. It is very
87 * For those non-digit calendar fields, the pattern letter length is
98 * year, month, date, day-of-week, am-pm, hour, hour-of-day, minute, and second
112 * supported. And the interval format will be fall back to fall-back
[all …]
Dmsgfmt.h4 * Copyright (C) 2007-2013, International Business Machines Corporation and
26 * \brief C++ API: Formats messages in a language-neutral way.
63 * itself doesn't implement locale-specific behavior. Any locale-specific
67 * <p>Arguments can be named (using identifiers) or numbered (using small ASCII-digit integers).
79 * <p>An argument might have a "complex" type with nested MessageFormat sub-patterns.
80 * During formatting, one of these sub-messages is selected according to the argument value
84 * a top-level argument, overriding the default formatting and parsing behavior
91 * and writes an output string.
101 * as an ASCII-decimal-digit string (without leading zero).
146 * human-readable text, and use the ASCII apostrophe ' (U+0027)
[all …]
/external/autotest/client/common_lib/
Dsmogcheck_pca9555.py2 # Use of this source code is governed by a BSD-style license that can be
8 - PCA9555 is one of two modules on TTCI board
9 - This library provides methods to interact with PCA9555 programmatically
12 - This library depends on a new C shared library called "libsmogcheck.so".
13 - In order to run test cases built using this API, one needs a TTCI board
16 - An exception is raised if it doesn't make logical sense to continue program
18 - An exception is caught and then converted to an error code if the caller
33 'OUT0': 2, # Output Port 0
34 'OUT1': 3, # Output Port 1
41 # 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 …]
DBUILD.bazel26 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
37 #on windows exclude gtest-tuple.h
43 "gtest-*.cc",
44 "googletest-*.cc",
49 "gtest-unittest-api_test.cc",
50 "googletest/src/gtest-all.cc",
52 "gtest-death-test_ex_test.cc",
53 "gtest-listener_test.cc",
54 "gtest-unittest-api_test.cc",
55 "googletest-param-test-test.cc",
[all …]
Dgoogletest-output-test_.cc25 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
30 // The purpose of this file is to generate Google Test output under
31 // various conditions. The output will then be verified by
32 // googletest-output-test.py to ensure that Google Test generates the
36 #include "gtest/gtest-spi.h"
38 #include "src/gtest-internal-inl.h"
63 // This function calls a test subroutine, catches the fatal failure it
66 // Calls a subrountine that yields a fatal failure. in TryTestSubroutine()
69 // Catches the fatal failure and aborts the test. in TryTestSubroutine()
110 std::string golden_str(kGoldenString, sizeof(kGoldenString) - 1); in TEST()
[all …]
/external/wpa_supplicant_8/src/crypto/
Dtls.h3 * Copyright (c) 2004-2013, Jouni Malinen <j@w1.fi>
113 * struct tls_connection_params - Parameters for TLS connection
126 * must have a full case-insensitive match.
129 * case-insensitive match.
160 * supported, empty string to disable, or a colon-separated curve list.
215 * tls_init - Initialize TLS library
218 * or %NULL on failure.
220 * Called once during program startup and once for each RSN pre-authentication
229 * tls_deinit - Deinitialize TLS library
232 * Called once during program shutdown and once for each RSN pre-authentication
[all …]
Dcrypto.h3 * Copyright (c) 2004-2017, Jouni Malinen <j@w1.fi>
11 * required. When TLS is enabled (e.g., by enabling EAP-TLS or EAP-PEAP), the
13 * non-TLS needs, too, in order to save space by not implementing these
25 * md4_vector - MD4 hash for data vector
30 * Returns: 0 on success, -1 on failure
35 * md5_vector - MD5 hash for data vector
40 * Returns: 0 on success, -1 on failure
46 * sha1_vector - SHA-1 hash for data vector
51 * Returns: 0 on success, -1 on failure
57 * fips186_2-prf - NIST FIPS Publication 186-2 change notice 1 PRF
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/
Dshtest-format.py3 # RUN: rm -f %t.xml
4 # RUN: not %{lit} -j 1 -v %{inputs}/shtest-format --xunit-xml-output %t.xml > %t.out
6 # RUN: FileCheck --check-prefix=XUNIT < %t.xml %s
10 # CHECK: -- Testing:
12 # CHECK: PASS: shtest-format :: argv0.txt
13 # CHECK: FAIL: shtest-format :: external_shell/fail.txt
14 # CHECK-NEXT: *** TEST 'shtest-format :: external_shell/fail.txt' FAILED ***
15 # CHECK: Command Output (stdout):
16 # CHECK-NEXT: --
17 # CHECK-NEXT: line 1: failed test output on stdout
[all …]
/external/curl/src/
Dtool_cb_wrt.c8 * Copyright (C) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al.
18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
34 /* create a local file for writing, return TRUE on success */
37 struct GlobalConfig *global = outs->config->global; in tool_create_output_file()
40 if(!outs->filename || !*outs->filename) { in tool_create_output_file()
45 if(outs->is_cd_filename) { in tool_create_output_file()
47 file = fopen(outs->filename, "rb"); in tool_create_output_file()
50 warnf(global, "Refusing to overwrite %s: %s\n", outs->filename, in tool_create_output_file()
57 file = fopen(outs->filename, "wb"); in tool_create_output_file()
59 warnf(global, "Failed to create the file %s: %s\n", outs->filename, in tool_create_output_file()
[all …]
/external/kernel-headers/original/uapi/linux/
Dfpga-dfl.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
5 * Copyright (C) 2017-2018 Intel Corporation, Inc.
38 * DFL_FPGA_GET_API_VERSION - _IO(DFL_FPGA_MAGIC, DFL_FPGA_BASE + 0)
47 * DFL_FPGA_CHECK_EXTENSION - _IO(DFL_FPGA_MAGIC, DFL_FPGA_BASE + 1)
58 * DFL_FPGA_PORT_RESET - _IO(DFL_FPGA_MAGIC, DFL_PORT_BASE + 0)
62 * it should never cause any system level issue, only functional failure
63 * (e.g. DMA or PR operation failure) and be recoverable from the failure.
64 * Return: 0 on success, -errno of failure
70 * DFL_FPGA_PORT_GET_INFO - _IOR(DFL_FPGA_MAGIC, DFL_PORT_BASE + 1,
75 * Return: 0 on success, -errno on failure.
[all …]
/external/autotest/client/cros/graphics/
Dgraphics_utils.py2 # Use of this source code is governed by a BSD-style license that can be
6 Provides graphics related utils, like capturing screenshots or checking on
44 _test_failure_description(str): Failure name reported to chrome perf
50 subtests failure to chrome perf
105 """Record the failure of an operation to self._failures_by_description.
108 If the operation taken inside raise unexpected failure, failure named
113 # Record failure of doSomething
124 """Record the failure if the function failed to finish.
174 name: failure name.
175 subtest: subtest which will appears in cros-perf. If None is
[all …]
/external/google-breakpad/android/
Dcommon-functions.sh25 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
30 # Collection of common shell functions for 'run-checks.sh' et 'test-shell.sh'
40 set -o posix
48 # Ctrl-C, logout, etc.
51 if [ -z "$_ALL_CLEANUPS" ]; then
54 # - Exiting normally (EXIT)
55 # - Interrupted by Ctrl-C (INT)
56 # - Interrupted by log out (HUP)
57 # - Being asked to quit nicely (TERM)
58 # - Being asked to quit and dump core (QUIT)
[all …]
/external/adhd/cras/src/server/
Dcras_iodev_list.h2 * Use of this source code is governed by a BSD-style license that can be
35 /* Adds an output to the output list.
37 * output - the output to add.
39 * 0 on success, negative error on failure.
41 int cras_iodev_list_add_output(struct cras_iodev *output);
45 * input - the input to add.
47 * 0 on success, negative error on failure.
51 /* Removes an output from the output list.
53 * output - the output to remove.
55 * 0 on success, negative error on failure.
[all …]
/external/icu/icu4c/source/tools/toolutil/
Ducbuf.h6 * Copyright (C) 1998-2016, International Business Machines
52 * If *codepoge is NULL on input the API will try to autodetect
58 * indicates a failure on entry, the function will immediately return.
59 * On exit the value will indicate the success of the operation.
66 * Gets a UTF-16 code unit at the current position from the converted buffer
70 * indicates a failure on entry, the function will immediately return.
71 * On exit the value will indicate the success of the operation.
77 * Gets a UTF-32 code point at the current position from the converted buffer
81 * indicates a failure on entry, the function will immediately return.
82 * On exit the value will indicate the success of the operation.
[all …]
/external/selinux/libsepol/tests/
Dtest-downgrade.c4 * Copyright (C) 2007-2008 Tresys Technology, LLC
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21 #include "test-downgrade.h"
34 #define POLICY_BIN_HI "policies/test-downgrade/policy.hi"
35 #define POLICY_BIN_LO "policies/test-downgrade/policy.lo"
44 * Output: None
53 return -1; in downgrade_test_init()
64 * Output: None
80 * Output: Returns 0 upon success. Returns a CUnit error value on failure.
97 * Output: None
[all …]
Dtest-downgrade.h4 * Copyright (C) 2007-2008 Tresys Technology, LLC
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
32 * Output: None
43 * Output: None
54 * Output: Returns 0 upon success. Upon failure, a CUnit testing error
66 * Output: None
68 * Description: Tests the backward compatability of MLS and Non-MLS binary
76 * Input: int that represents a 0 for Non-MLS policy and a
79 * Output: (int) 0 on success, negative number upon failure
94 * Output: Returns 0 upon success. Upon failure, -1 is returned.
[all …]
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_cmds_basic.h5 * Copyright (c) 2004-2017 Douglas Gilbert.
7 * Use of this source code is governed by a BSD-style
12 * Error, warning and verbose output is sent to the file pointed to by
17 * not output anything to sg_warnings_strm. If 'noisy' is true and
19 * errors (sense keys) send output to sg_warnings_strm. Increasing values
20 * of 'verbose' send increasing amounts of (debug) output to
33 * Returns 0 when successful, SG_LIB_CAT_INVALID_OP -> not supported,
34 * SG_LIB_CAT_ILLEGAL_REQ -> bad field in cdb,
35 * SG_LIB_CAT_ABORTED_COMMAND, -1 -> other errors */
40 * successful, various SG_LIB_CAT_* positive values or -1 -> other errors.
[all …]
/external/tensorflow/tensorflow/python/client/
Dtf_session_helper.h7 http://www.apache.org/licenses/LICENSE-2.0
10 distributed under the License is distributed on an "AS IS" BASIS,
47 // supplied inputs[]. Regardless of success or failure, inputs[] are
49 // eventually call Py_DECREF on each array input).
54 // On success, the tensors corresponding to output_names[0,noutputs-1]
56 // of the caller (the caller must eventually call Py_DECREF on them).
58 // On failure, out_status contains a tensorflow::Status with an error
93 // On success, returns a handle that is used for subsequent PRun calls.
95 // On failure, out_status contains a tensorflow::Status with an error
109 // On success, the tensors corresponding to output_names[0,noutputs-1]
[all …]
/external/catch2/projects/SelfTest/UsageTests/
DMessage.tests.cpp2 * Created by Phil on 09/11/2010.
13 INFO( "this is a " << "message" ); // This should output the message if a failure occurs
14 WARN( "this is a " << "warning" ); // This should always output the message but then continue
21 TEST_CASE( "INFO gets logged on failure", "[failing][messages][.]" ) {
28 TEST_CASE( "INFO gets logged on failure, even if captured before successful assertions", "[failing]…
47 FAIL( "This is a " << "failure" ); // This should output the message and abort
52 FAIL_CHECK( "This is a " << "failure" ); // This should output the message then continue
53 WARN( "This message appears in the output");
64 TEST_CASE( "Output from all sections is reported", "[failing][messages][.]" ) {
74 TEST_CASE( "Standard output from all sections is reported", "[messages][.]" ) {
[all …]

12345678910>>...45