Searched +full:- +full:- +full:output +full:- +full:on +full:- +full:failure (Results 1 – 25 of 1082) sorted by relevance
12345678910>>...44
/external/icu/libicu/cts_headers/unicode/ |
D | plurfmt.h | 5 * 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 …]
|
D | dtptngen.h | 5 * 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. 97 * @param status Output param set to success/failure code on exit, 98 * which must not indicate a failure before the function call. 136 * both "MMM-dd" and "dd/MMM" produce the skeleton "MMMdd". [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | plurfmt.h | 5 * 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 …]
|
D | dtptngen.h | 5 * 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. 97 * @param status Output param set to success/failure code on exit, 98 * which must not indicate a failure before the function call. 136 * both "MMM-dd" and "dd/MMM" produce the skeleton "MMMdd". [all …]
|
/external/autotest/client/common_lib/ |
D | smogcheck_pca9555.py | 3 # 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/ |
D | googletest-output-test-golden-lin.txt | 1 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 [0;32m[----------] [mGlobal test environment set-up. 19 [0;32m[----------] [m1 test from ADeathTest 22 [0;32m[----------] [m1 test from ATypedDeathTest/0, where TypeParam = int 25 [0;32m[----------] [m1 test from ATypedDeathTest/1, where TypeParam = double 28 [0;32m[----------] [m1 test from My/ATypeParamDeathTest/0, where TypeParam = int 31 [0;32m[----------] [m1 test from My/ATypeParamDeathTest/1, where TypeParam = double 34 [0;32m[----------] [m2 tests from PassingTest [all …]
|
D | BUILD.bazel | 26 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 40 #on windows exclude gtest-tuple.h 46 "gtest-*.cc", 47 "googletest-*.cc", 52 "gtest-unittest-api_test.cc", 53 "googletest/src/gtest-all.cc", 55 "gtest-death-test_ex_test.cc", 56 "gtest-listener_test.cc", 57 "gtest-unittest-api_test.cc", 58 "googletest-param-test-test.cc", [all …]
|
/external/libwebsockets/ |
D | .sai.json | 2 "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/tinyxml2/.github/workflows/ |
D | test.yml | 2 on: [ push, pull_request ] 7 fail-fast: false 9 os: [ windows-2019, macos-10.15, ubuntu-20.04 ] 12 - os: windows-2019 17 - os: ubuntu-20.04 20 - os: macos-10.15 23 - cmake: 3.15 25 - cmake: 3.x 31 runs-on: ${{ matrix.os }} 33 # System set-up [all …]
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls.h | 3 * Copyright (c) 2004-2013, Jouni Malinen <j@w1.fi> 119 * struct tls_connection_params - Parameters for TLS connection 132 * must have a full case-insensitive match. 135 * case-insensitive match. 164 * supported, empty string to disable, or a colon-separated curve list. 220 * tls_init - Initialize TLS library 223 * or %NULL on failure. 225 * Called once during program startup and once for each RSN pre-authentication 234 * tls_deinit - Deinitialize TLS library 237 * Called once during program shutdown and once for each RSN pre-authentication [all …]
|
D | crypto.h | 3 * 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/libcups/locale/ |
D | cups_en.po | 4 # Copyright © 2007-2019 by Apple Inc. 5 # Copyright © 2005-2007 by Easy Software Products. 25 "Project-Id-Version: CUPS 2.3.0\n" 26 "Report-Msgid-Bugs-To: https://github.com/apple/cups/issues\n" 27 "POT-Creation-Date: 2019-12-18 20:19-0500\n" 28 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 29 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 30 "Language-Team: English\n" 32 "MIME-Version: 1.0\n" 33 "Content-Type: text/plain; charset=UTF-8\n" [all …]
|
D | cups.strings | 28 "\tprinter is on device '%s' speed -1" = "\tprinter is on device ‘%s’ speed -1"; 42 " REF: Pages 16-17, section 3.2." = " REF: Pages 16-17, section 3.2."; 43 " REF: Pages 42-45, section 5.2." = " REF: Pages 42-45, section 5.2."; 44 " REF: Pages 45-46, section 5.2." = " REF: Pages 45-46, section 5.2."; 45 " REF: Pages 48-49, section 5.2." = " REF: Pages 48-49, section 5.2."; 46 " REF: Pages 52-54, section 5.2." = " REF: Pages 52-54, section 5.2."; 47 " %-39.39s %.0f bytes" = " %-39.39s %.0f bytes"; 68 … REF: Pages 56-57, section 5.3." = " WARN LanguageEncoding required by PPD 4.3 spe… 70 … REF: Pages 58-59, section 5.3." = " WARN Manufacturer required by PPD 4.3 spec.… 71 " WARN Non-Windows PPD files should use lines ending with only LF, not CR LF." = " … [all …]
|
D | cups_fr.po | 4 # Copyright © 2007-2018 by Apple Inc. 5 # Copyright © 2005-2007 by Easy Software Products. 12 "Project-Id-Version: CUPS 2.3\n" 13 "Report-Msgid-Bugs-To: https://github.com/apple/cups/issues\n" 14 "POT-Creation-Date: 2019-12-18 20:19-0500\n" 15 "PO-Revision-Date: 2012-12-12 11:12+0100\n" 16 "Last-Translator: Stéphane Blondon <stephane.blondon@gmail.com>\n" 17 "Language-Team: French <LL@li.org>\n" 19 "MIME-Version: 1.0\n" 20 "Content-Type: text/plain; charset=UTF-8\n" [all …]
|
D | cups_cs.po | 4 # Copyright © 2007-2018 by Apple Inc. 5 # Copyright © 2005-2007 by Easy Software Products. 12 "Project-Id-Version: CUPS 2.3\n" 13 "Report-Msgid-Bugs-To: https://github.com/apple/cups/issues\n" 14 "POT-Creation-Date: 2019-12-18 20:19-0500\n" 15 "PO-Revision-Date: 2012-09-14 10:26+0100\n" 16 "Last-Translator: Jan Bartos <jan.bartos@madeta.cz>\n" 17 "Language-Team: Czech\n" 19 "MIME-Version: 1.0\n" 20 "Content-Type: text/plain; charset=UTF-8\n" [all …]
|
D | ipp-strings.c | 2 _("accuracy-units"); 4 _("accuracy-units.mm"); 6 _("accuracy-units.nm"); 8 _("accuracy-units.um"); 9 /* TRANSLATORS: Bale Output */ 12 _("baling-type"); 14 _("baling-type.band"); 16 _("baling-type.shrink-wrap"); 18 _("baling-type.wrap"); 20 _("baling-when"); [all …]
|
D | cups_zh_CN.po | 4 # Copyright © 2007-2018 by Apple Inc. 5 # Copyright © 2005-2007 by Easy Software Products. 13 "Project-Id-Version: CUPS 2.3\n" 14 "Report-Msgid-Bugs-To: https://github.com/apple/cups/issues\n" 15 "POT-Creation-Date: 2019-12-18 20:19-0500\n" 16 "PO-Revision-Date: 2018-10-09 00:21-0500\n" 17 "Last-Translator: Mingcong Bai <jeffbai@aosc.io>\n" 18 "Language-Team: Chinese (Simplified)\n" 20 "MIME-Version: 1.0\n" 21 "Content-Type: text/plain; charset=UTF-8\n" [all …]
|
D | cups_ja.po | 4 # Copyright © 2007-2018 by Apple Inc. 5 # Copyright © 2005-2007 by Easy Software Products. 12 "Project-Id-Version: CUPS 2.3\n" 13 "Report-Msgid-Bugs-To: https://github.com/apple/cups/issues\n" 14 "POT-Creation-Date: 2019-12-18 20:19-0500\n" 15 "PO-Revision-Date: 2014-11-15 19:27+0900\n" 16 "Last-Translator: OPFC TRANSCUPS <opfc-transcups@sourceforge.jp>\n" 17 "Language-Team: Japanese - OPFC TRANSCUPS <opfc-transcups@sourceforge.jp>\n" 19 "MIME-Version: 1.0\n" 20 "Content-Type: text/plain; charset=UTF-8\n" [all …]
|
D | cups_de.po | 4 # Copyright © 2007-2018 by Apple Inc. 5 # Copyright © 2005-2007 by Easy Software Products. 23 "Project-Id-Version: CUPS 2.3\n" 24 "Report-Msgid-Bugs-To: https://github.com/apple/cups/issues\n" 25 "POT-Creation-Date: 2019-12-18 20:19-0500\n" 26 "PO-Revision-Date: 2017-10-25 14:57+0200\n" 27 "Last-Translator: Joachim Schwender <joachim.schwender@web.de>\n" 28 "Language-Team: German <LL@li.org>\n" 30 "MIME-Version: 1.0\n" 31 "Content-Type: text/plain; charset=UTF-8\n" [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | fpga-dfl.h | 1 /* 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 …]
|
D | nitro_enclaves.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 3 * Copyright 2020-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. 16 * NE_CREATE_VM - The command is used to create a slot that is associated with 18 * The generated unique slot id is an output parameter. 19 * The ioctl can be invoked on the /dev/nitro_enclaves fd, before 25 * Its format is the detailed in the cpu-lists section: 26 * https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html 34 * * Enclave file descriptor - Enclave file descriptor used with 37 * * -1 - There was a failure in the ioctl logic. 38 * On failure, errno is set to: [all …]
|
/external/tensorflow/tensorflow/lite/delegates/hexagon/ |
D | hexagon_implementation.h | 7 http://www.apache.org/licenses/LICENSE-2.0 10 distributed under the License is distributed on an "AS IS" BASIS, 23 // Call this function before creating a graph. It allows the environment on 42 // Returns 0 on success, otherwise failure. 57 // Returns 0 on success, otherwise failure. 60 // Adds an ordinary (non-constant) node to the graph. 61 // Non-constant nodes can have zero or more inputs and zero or more outputs. 62 // An input is described as a source node ID as well as an output index to 64 // An output is described with a maximum size. The true size of an output can 66 // data storage required by the output during node creation. [all …]
|
/external/curl/src/ |
D | tool_cb_wrt.c | 8 * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al. 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 51 /* create a local file for writing, return TRUE on success */ 59 global = config->global; in tool_create_output_file() 60 if(!outs->filename || !*outs->filename) { in tool_create_output_file() 65 if(outs->is_cd_filename) { in tool_create_output_file() 68 char *name = outs->filename; in tool_create_output_file() 70 if(config->output_dir) { in tool_create_output_file() 71 aname = aprintf("%s/%s", config->output_dir, name); in tool_create_output_file() 79 if(fd != -1) { in tool_create_output_file() [all …]
|
/external/autotest/client/cros/graphics/ |
D | graphics_utils.py | 2 # 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 107 """Record the failure of an operation to self._failures_by_description. 110 If the operation taken inside raise unexpected failure, failure named 115 # Record failure of doSomething 130 """Record the failure if the function failed to finish. 179 name: failure name. 180 subtest: subtest which will appears in cros-perf. If None is [all …]
|
/external/google-breakpad/android/ |
D | common-functions.sh | 25 # 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 …]
|
12345678910>>...44