Home
last modified time | relevance | path

Searched +full:- +full:- +full:message +full:- +full:format (Results 1 – 25 of 1133) sorted by relevance

12345678910>>...46

/third_party/rust/rust/tests/ui/
Dnon-fmt-panic.stderr1 warning: panic message contains a brace
2 --> $DIR/non-fmt-panic.rs:13:29
7 = note: this message is not used as a format string, but will be in Rust 2021
9 help: add a "{}" format string to use the message literally
14 warning: panic message contains a brace
15 --> $DIR/non-fmt-panic.rs:14:35
20 = note: this message is not used as a format string, but will be in Rust 2021
21 help: add a "{}" format string to use the message literally
26 warning: panic message contains a brace
27 --> $DIR/non-fmt-panic.rs:15:31
[all …]
/third_party/spirv-tools/source/opt/
Dlog.h7 // http://www.apache.org/licenses/LICENSE-2.0
23 #include "spirv-tools/libspirv.hpp"
25 // Asserts the given condition is true. Otherwise, sends a message to the
29 // SPIRV_ASSERT(<message-consumer>, <condition-expression>);
30 // SPIRV_ASSERT(<message-consumer>, <condition-expression>, <message>);
31 // SPIRV_ASSERT(<message-consumer>, <condition-expression>,
32 // <message-format>, <variable-arguments>);
34 // In the third format, the number of <variable-arguments> cannot exceed (5 -
44 // Logs a debug message to the consumer. Accepts the following formats:
46 // SPIRV_DEBUG(<message-consumer>, <message>);
[all …]
/third_party/protobuf/python/google/protobuf/
Djson_format.py1 # Protocol Buffers - Google's data interchange format
4 # Use of this source code is governed by a BSD-style
6 # https://developers.google.com/open-source/licenses/bsd
8 """Contains routines for printing protocol messages in JSON format.
12 # Create a proto object and serialize it to a json format string.
13 message = my_proto_pb2.MyMessage(foo='bar')
14 json_string = json_format.MessageToJson(message)
16 # Parse a json format string to proto object.
17 message = json_format.Parse(json_string, my_proto_pb2.MyMessage())
51 _NEG_INFINITY = '-Infinity'
[all …]
Dtext_format.py1 # Protocol Buffers - Google's data interchange format
4 # Use of this source code is governed by a BSD-style
6 # https://developers.google.com/open-source/licenses/bsd
8 """Contains routines for printing protocol messages in text format.
13 message = my_proto_pb2.MyMessage(foo='bar')
14 text_proto = text_format.MessageToString(message)
17 message = text_format.Parse(text_proto, my_proto_pb2.MyMessage())
23 import encodings.raw_unicode_escape # pylint: disable=unused-import
24 import encodings.unicode_escape # pylint: disable=unused-import
35 # pylint: disable=g-import-not-at-top
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dlog.h7 // http://www.apache.org/licenses/LICENSE-2.0
23 #include "spirv-tools/libspirv.hpp"
25 // Asserts the given condition is true. Otherwise, sends a message to the
29 // SPIRV_ASSERT(<message-consumer>, <condition-expression>);
30 // SPIRV_ASSERT(<message-consumer>, <condition-expression>, <message>);
31 // SPIRV_ASSERT(<message-consumer>, <condition-expression>,
32 // <message-format>, <variable-arguments>);
34 // In the third format, the number of <variable-arguments> cannot exceed (5 -
42 // Logs a debug message to the consumer. Accepts the following formats:
44 // SPIRV_DEBUG(<message-consumer>, <message>);
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dlog.h7 // http://www.apache.org/licenses/LICENSE-2.0
23 #include "spirv-tools/libspirv.hpp"
25 // Asserts the given condition is true. Otherwise, sends a message to the
29 // SPIRV_ASSERT(<message-consumer>, <condition-expression>);
30 // SPIRV_ASSERT(<message-consumer>, <condition-expression>, <message>);
31 // SPIRV_ASSERT(<message-consumer>, <condition-expression>,
32 // <message-format>, <variable-arguments>);
34 // In the third format, the number of <variable-arguments> cannot exceed (5 -
42 // Logs a debug message to the consumer. Accepts the following formats:
44 // SPIRV_DEBUG(<message-consumer>, <message>);
[all …]
/third_party/vk-gl-cts/framework/common/
DtcuDefs.cpp1 /*-------------------------------------------------------------------------
3 * ----------------------------------------
11 * http://www.apache.org/licenses/LICENSE-2.0
22 *//*--------------------------------------------------------------------*/
34 void die (const char* format, ...) in die() argument
37 va_start(args, format); in die()
38 qpDiev(format, args); in die()
42 void print (const char* format, ...) in print() argument
45 va_start(args, format); in print()
46 qpPrintv(format, args); in print()
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs2 // Protocol Buffers - Google's data interchange format
5 // Use of this source code is governed by a BSD-style
7 // https://developers.google.com/open-source/licenses/bsd
35 AssertJson("{ }", formatter.Format(new ForeignMessage())); in DefaultValues_WhenOmitted()
36 AssertJson("{ }", formatter.Format(new TestAllTypes())); in DefaultValues_WhenOmitted()
37 AssertJson("{ }", formatter.Format(new TestMap())); in DefaultValues_WhenOmitted()
44 AssertJson("{ 'c': 0 }", formatter.Format(new ForeignMessage())); in DefaultValues_WhenIncluded()
50 var message = new TestEnumAllowAlias in EnumAllowAlias()
54 var actualText = JsonFormatter.Default.Format(message); in EnumAllowAlias()
62 var message = new TestAllTypes in EnumAsInt()
[all …]
/third_party/openssl/doc/man1/
Dopenssl-smime.pod.in2 {- OpenSSL::safe::output_do_not_edit_headers(); -}
6 openssl-smime - S/MIME command
11 [B<-help>]
12 [B<-encrypt>]
13 [B<-decrypt>]
14 [B<-sign>]
15 [B<-resign>]
16 [B<-verify>]
17 [B<-pk7out>]
18 [B<-binary>]
[all …]
Dopenssl-cms.pod.in2 {- OpenSSL::safe::output_do_not_edit_headers(); -}
6 openssl-cms - CMS command
11 [B<-help>]
15 [B<-in> I<filename>]
16 [B<-out> I<filename>]
17 {- $OpenSSL::safe::opt_config_synopsis -}
21 [B<-encrypt>]
22 [B<-decrypt>]
23 [B<-sign>]
24 [B<-verify>]
[all …]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageLite.java1 // Protocol Buffers - Google's data interchange format
4 // Use of this source code is governed by a BSD-style
6 // https://developers.google.com/open-source/licenses/bsd
15 * Abstract interface implemented by Protocol Message objects.
17 * <p>This interface is implemented by all protocol message objects. Non-lite messages additionally
18 * implement the Message interface, which is a subclass of MessageLite. Use MessageLite instead when
19 * you only need the subset of features which it supports -- namely, nothing that uses descriptors
21 * MessageLite, not the full Message interface, by adding the follow line to the .proto file:
27 * <p>This is particularly useful on resource-constrained systems where the full protocol buffers
30 * <p>Note that on non-constrained systems (e.g. servers) when you need to link in lots of protocol
[all …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDebugReportUtil.cpp1 /*-------------------------------------------------------------------------
3 * --------------------
11 * http://www.apache.org/licenses/LICENSE-2.0
22 *//*--------------------------------------------------------------------*/
38 tcu::Format::Bitfield<32> shortDebugFlagsStr (VkDebugReportFlagsEXT flags) in shortDebugFlagsStr()
40 static const tcu::Format::BitDesc s_bits[] = in shortDebugFlagsStr()
42 tcu::Format::BitDesc(VK_DEBUG_REPORT_INFORMATION_BIT_EXT, "INFO"), in shortDebugFlagsStr()
43 tcu::Format::BitDesc(VK_DEBUG_REPORT_WARNING_BIT_EXT, "WARNING"), in shortDebugFlagsStr()
44 tcu::Format::BitDesc(VK_DEBUG_REPORT_PERFORMANCE_WARNING_BIT_EXT, "PERFORMANCE"), in shortDebugFlagsStr()
45 tcu::Format::BitDesc(VK_DEBUG_REPORT_ERROR_BIT_EXT, "ERROR"), in shortDebugFlagsStr()
[all …]
/third_party/skia/m133/third_party/externals/icu/source/i18n/unicode/
Dumsg.h5 * Copyright (c) 1997-2011, International Business Machines Corporation and
11 * encoding: UTF-8
89 * Typically, the message format will come from resources, and the
140 * log_verbose("Testing message format with Select test #1\n:");
164 * Format a message for a locale.
165 * This function may perform re-ordering of the arguments depending on the
167 * explicitly integer. All choice format arguments must be of type double.
168 * @param locale The locale for which the message will be formatted
169 * @param pattern The pattern specifying the message's format
171 * @param result A pointer to a buffer to receive the formatted message.
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dumsg.h5 * Copyright (c) 1997-2011, International Business Machines Corporation and
11 * encoding: UTF-8
89 * Typically, the message format will come from resources, and the
140 * log_verbose("Testing message format with Select test #1\n:");
164 * Format a message for a locale.
165 * This function may perform re-ordering of the arguments depending on the
167 * explicitly integer. All choice format arguments must be of type double.
168 * @param locale The locale for which the message will be formatted
169 * @param pattern The pattern specifying the message's format
171 * @param result A pointer to a buffer to receive the formatted message.
[all …]
/third_party/icu/icu4c/source/i18n/unicode/
Dumsg.h5 * Copyright (c) 1997-2011, International Business Machines Corporation and
11 * encoding: UTF-8
89 * Typically, the message format will come from resources, and the
140 * log_verbose("Testing message format with Select test #1\n:");
164 * Format a message for a locale.
165 * This function may perform re-ordering of the arguments depending on the
167 * explicitly integer. All choice format arguments must be of type double.
168 * @param locale The locale for which the message will be formatted
169 * @param pattern The pattern specifying the message's format
171 * @param result A pointer to a buffer to receive the formatted message.
[all …]
/third_party/cups/scheduler/
Dlog.c4 * Copyright © 2020-2024 by OpenPrinting.
5 * Copyright © 2007-2018 by Apple Inc.
6 * Copyright © 1997-2007 by Easy Software Products, all rights reserved.
22 # include <systemd/sd-journal.h>
31 * Constants for log keys from PWG 5110.3 (PWG Common Log Format)...
102 static int format_log_line(const char *message, va_list ap);
106 * 'cupsdCheckLogFile()' - Open/rotate a log file if it needs it.
109 int /* O - 1 if log file open */
110 cupsdCheckLogFile(cups_file_t **lf, /* IO - Log file */ in cupsdCheckLogFile()
111 const char *logname) /* I - Log filename */ in cupsdCheckLogFile()
[all …]
/third_party/vk-gl-cts/framework/qphelper/
DqpDebugOut.c1 /*-------------------------------------------------------------------------
3 * -------------------------------------------
11 * http://www.apache.org/licenses/LICENSE-2.0
22 *//*--------------------------------------------------------------------*/
53 void qpPrint (const char* message) in qpPrint() argument
55 printRaw(MESSAGETYPE_INFO, message); in qpPrint()
58 void qpPrintf (const char* format, ...) in qpPrintf() argument
61 va_start(args, format); in qpPrintf()
62 printFmt(MESSAGETYPE_INFO, format, args); in qpPrintf()
66 void qpPrintErrorf (const char* format, ...) in qpPrintErrorf() argument
[all …]
/third_party/python/Doc/library/
Dmailbox.rst1 :mod:`mailbox` --- Manipulate mailboxes in various formats
12 --------------
14 This module defines two classes, :class:`Mailbox` and :class:`Message`, for
15 accessing and manipulating on-disk mailboxes and the messages they contain.
16 :class:`Mailbox` offers a dictionary-like mapping from keys to messages.
17 :class:`Message` extends the :mod:`email.message` module's
18 :class:`~email.message.Message` class with format-specific state and behavior.
28 .. _mailbox-objects:
31 ------------------------
38 instantiated. Instead, format-specific subclasses should inherit from
[all …]
/third_party/libwebsockets/include/libwebsockets/
Dlws-smd.h2 * lws System Message Distribution
4 * Copyright (C) 2010 - 2020 Andy Green <andy@warmcat.com>
37 * Well-known device classes
52 * Something happened on the network, eg, link-up or DHCP, or captive
65 * lws_smd_msg_alloc() - allocate a message of length len
68 * \param _class: the smd message class, recipients filter on this
78 * you request to allocate for a message class that the system has no
82 * This is useful if you have a message you know the length of. For text-based
89 * lws_smd_msg_free() - abandon a previously allocated message before sending
91 * \param payload: pointer the previously-allocated message payload
[all …]
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/
Ddb4-upgrade.xsl6 exclude-result-prefixes="exsl db"
9 <!--
17 # Release: $Id: db4-upgrade.xsl 9828 2013-11-03 21:45:22Z tom_schr $
28 # to the docbook@lists.oasis-open.org mailing list. For more
29 # information, see http://www.oasis-open.org/docbook/.
32 -->
34 …ram name="db5.version" select="'5.0'"/> <!-- DocBook version for the output 5.0 and 5.1 only curre…
35 …name="db5.version.string" select="$db5.version"/> <!-- Set this if you want a local version number…
36 …keep.numbered.sections" select="'0'"/> <!-- Set to 1 to keep numbered sections, default changes to…
38 <xsl:variable name="version" select="'1.1'"/> <!-- version of this transform -->
[all …]
/third_party/EGL/sdk/docs/man/
Ddb4-upgrade.xsl6 exclude-result-prefixes="exsl db"
9 <!--
17 # Release: $Id: db4-upgrade.xsl 9828 2013-11-03 21:45:22Z tom_schr $
28 # to the docbook@lists.oasis-open.org mailing list. For more
29 # information, see http://www.oasis-open.org/docbook/.
32 -->
34 …ram name="db5.version" select="'5.0'"/> <!-- DocBook version for the output 5.0 and 5.1 only curre…
35 …name="db5.version.string" select="$db5.version"/> <!-- Set this if you want a local version number…
36 …keep.numbered.sections" select="'0'"/> <!-- Set to 1 to keep numbered sections, default changes to…
38 <xsl:variable name="version" select="'1.1'"/> <!-- version of this transform -->
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralFormat.java5 * Copyright (C) 2007-2016, International Business Machines Corporation and
33 * <code>PluralFormat</code> selects the appropriate message based on
43 * each message and selects the message whose interval contains a
63 …* https://unicode-org.github.io/cldr-staging/charts/latest/supplemental/language_plural_rules.…
69 * rather than using a stand-alone <code>PluralFormat</code>.
74 * specify the message pattern, you can either pass it to the
76 * <code>applyPattern()</code> method. The <code>format()</code>
77 * method takes a number object and selects the message of the
78 * matching plural case. This message will be returned.
82 * The pattern text defines the message output for each plural case of the
[all …]
/third_party/mbedtls/tests/suites/
Dtest_suite_lms.data1 LMS sign-verify test
2 # This test uses a fixed message, and then generates a private key, signs the
3 # message, and verifies the signature.
6 LMS NULL-message sign-verify test
7 # This test uses a NULL zero-length message, and then generates a private key,
8 # signs the message, and verifies the signature.
16 # signature is to be reproduced. Message data is random. Note that pyhsslms
17 # stores public keys and signatures in HSS form, which appends a 4-byte "levels"
21 # To produce another signature with this message and key (note that the actual
23 # * pip3 install --user pyhsslms
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DPluralFormat.java6 * Copyright (C) 2007-2016, International Business Machines Corporation and
34 * <code>PluralFormat</code> selects the appropriate message based on
44 * each message and selects the message whose interval contains a
64 * http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html
70 * rather than using a stand-alone <code>PluralFormat</code>.
75 * specify the message pattern, you can either pass it to the
77 * <code>applyPattern()</code> method. The <code>format()</code>
78 * method takes a number object and selects the message of the
79 * matching plural case. This message will be returned.
83 * The pattern text defines the message output for each plural case of the
[all …]
/third_party/rust/rust/src/tools/compiletest/src/header/
Dcfg.rs7 pub(super) fn handle_ignore(config: &Config, line: &str) -> IgnoreDecision { in handle_ignore()
13 Some(comment) => format!("ignored {} ({comment})", parsed.pretty_reason.unwrap()), in handle_ignore()
14 None => format!("ignored {}", parsed.pretty_reason.unwrap()), in handle_ignore()
17 MatchOutcome::Invalid => IgnoreDecision::Error { message: format!("invalid line: {line}") }, in handle_ignore()
23 pub(super) fn handle_only(config: &Config, line: &str) -> IgnoreDecision { in handle_only()
30 format!("only executed {} ({comment})", parsed.pretty_reason.unwrap()) in handle_only()
32 None => format!("only executed {}", parsed.pretty_reason.unwrap()), in handle_only()
35 MatchOutcome::Invalid => IgnoreDecision::Error { message: format!("invalid line: {line}") }, in handle_only()
41 /// Parses a name-value directive which contains config-specific information, e.g., `ignore-x86`
42 /// or `normalize-stderr-32bit`.
[all …]

12345678910>>...46