Home
last modified time | relevance | path

Searched full:messages (Results 1 – 25 of 3647) sorted by relevance

12345678910>>...146

/third_party/skia/tests/
DMessageBusTest.cpp34 // Send two messages. in DECLARE_SKMESSAGEBUS_MESSAGE()
41 SkTArray<TestMessage> messages; in DECLARE_SKMESSAGEBUS_MESSAGE() local
42 inbox1.poll(&messages); in DECLARE_SKMESSAGEBUS_MESSAGE()
43 REPORTER_ASSERT(r, 2 == messages.count()); in DECLARE_SKMESSAGEBUS_MESSAGE()
44 REPORTER_ASSERT(r, 5 == messages[0].x); in DECLARE_SKMESSAGEBUS_MESSAGE()
45 REPORTER_ASSERT(r, 6 == messages[1].x); in DECLARE_SKMESSAGEBUS_MESSAGE()
50 inbox1.poll(&messages); in DECLARE_SKMESSAGEBUS_MESSAGE()
51 REPORTER_ASSERT(r, 1 == messages.count()); in DECLARE_SKMESSAGEBUS_MESSAGE()
52 REPORTER_ASSERT(r, 1 == messages[0].x); in DECLARE_SKMESSAGEBUS_MESSAGE()
55 inbox1.poll(&messages); in DECLARE_SKMESSAGEBUS_MESSAGE()
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_debug_output.txt49 These events are represented in the form of enumerable messages with an
56 used to organize large groups of similar messages together. Examples of
60 other messages across all categories. For example, notification of a GL
64 Messages are communicated to the application through an application-defined
70 to react to messages as they occur. In order to support indirect rendering,
71 a message log is also provided that stores copies of recent messages until
74 To control the volume of debug output, messages can be disabled either
75 individually by ID, or entire groups of messages can be turned off based
78 The only requirement on the minimum quantity and type of messages that
81 messages are left to the implementation. Implementations do not have
[all …]
/third_party/openGLES/extensions/AMD/
DAMD_debug_output.txt49 These events are represented in the form of enumerable messages with an
56 used to organize large groups of similar messages together. Examples of
60 other messages across all categories. For example, notification of a GL
64 Messages are communicated to the application through an application-defined
70 to react to messages as they occur. In order to support indirect rendering,
71 a message log is also provided that stores copies of recent messages until
74 To control the volume of debug output, messages can be disabled either
75 individually by ID, or entire groups of messages can be turned off based
78 The only requirement on the minimum quantity and type of messages that
81 messages are left to the implementation. Implementations do not have
[all …]
/third_party/vk-gl-cts/scripts/verify/
Dverify.py55 messages = []
63messages.append(error(filename, "Wrong number of test results, expected %d, found %d" % (len(mustp…
71 messages.append(error(filename, "Multiple results for " + result.name))
85 messages.append(error(filename, result.name + ": " + result.statusCode))
87 messages.append(error(filename, "Missing result for " + caseName))
90 messages.append(error(filename, "Results are not in the expected order"))
92 return messages
98 messages = []
111 messages.append(error(statementPath, "Multiple CONFORM_VERSIONs"))
120 messages.append(error(statementPath, "Multiple PRODUCTs"))
[all …]
/third_party/protobuf/objectivec/Tests/
DGPBConcurrencyTests.m81 - (void)readForeignMessage:(NSArray *)messages {
83 for (TestAllTypes *message in messages) {
90 NSArray *messages = [self createMessagesWithType:[TestAllTypes class]];
93 object:messages];
96 for (TestAllTypes *message in messages) {
101 - (void)readRepeatedInt32:(NSArray *)messages {
103 for (TestAllTypes *message in messages) {
110 NSArray *messages = [self createMessagesWithType:[TestAllTypes class]];
113 object:messages];
116 for (TestAllTypes *message in messages) {
[all …]
/third_party/openGLES/extensions/ARB/
DARB_debug_output.txt73 These events are represented in the form of enumerable messages with
91 distinguishes messages within those groups. For example, an error
98 messages across all sources and types. For example, notification
105 Messages are communicated to the application through an application-
111 code free of debug checks, and only have to react to messages as
113 a message log is also provided that stores copies of recent messages
116 To control the volume of debug output, messages can be disabled
117 either individually by ID, or entire groups of messages can be
120 The only requirement on the minimum quantity and type of messages
123 GL error occurs. Any further messages are left to the
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_debug_output.txt63 These events are represented in the form of enumerable messages with
81 distinguishes messages within those groups. For example, an error
88 messages across all sources and types. For example, notification
95 Messages are communicated to the application through an application-
101 code free of debug checks, and only have to react to messages as
103 a message log is also provided that stores copies of recent messages
106 To control the volume of debug output, messages can be disabled
107 either individually by ID, or entire groups of messages can be
110 The only requirement on the minimum quantity and type of messages
113 GL error occurs. Any further messages are left to the
[all …]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DRepeatedFieldBuilder.java43 * repeated field of other protocol messages. It supports the classical use case of adding immutable
50 * Logically, one can think of a tree of builders as converting the entire tree to messages when
53 * RepeatedFieldBuilder} classes cache messages that were created so that messages only need to be
70 // List of messages. Never null. It may be immutable, in which case
72 private List<MType> messages; field in RepeatedFieldBuilder
74 // Whether messages is an mutable array that can be modified.
81 // Here are the invariants for messages and builders:
82 // 1. messages is never null and its count corresponds to the number of items
84 // 2. If builders is non-null, messages and builders MUST always
87 // either a Message in messages or a builder in builders.
[all …]
DRepeatedFieldBuilderV3.java43 * repeated field of other protocol messages. It supports the classical use case of adding immutable
50 * Logically, one can think of a tree of builders as converting the entire tree to messages when
53 * RepeatedFieldBuilderV3} classes cache messages that were created so that messages only need to be
70 // List of messages. Never null. It may be immutable, in which case
72 private List<MType> messages; field in RepeatedFieldBuilderV3
74 // Whether messages is an mutable array that can be modified.
81 // Here are the invariants for messages and builders:
82 // 1. messages is never null and its count corresponds to the number of items
84 // 2. If builders is non-null, messages and builders MUST always
87 // either a Message in messages or a builder in builders.
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dtest_check_spec_links.py46 # Dump messages
59 assert(len(file_checker.messages) > which)
60 msg = file_checker.messages[which]
70 assert(len(file_checker.messages) == 1)
76 assert(len(file_checker.messages) > which)
77 return "\n".join(file_checker.messages[which].message)
82 return ['\n'.join(msg.message) for msg in file_checker.messages]
94 assert(not ckr.check('<<%s' % PROTO).messages)
96 assert(not ckr.check('%s>>' % PROTO).messages)
98 '%s asdf>> table' % PROTO).messages)
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/
DKHR_debug.txt67 These events are represented in the form of enumerable messages with a
84 A message's ID for a given source and type further distinguishes messages
90 "important" that message is in comparison to other messages across all
98 Messages are communicated to the application through an application-
105 to messages as they occur. In situations where using a callback is not
107 messages until they are actively queried.
109 To control the volume of debug output, messages can be disabled either
110 individually by ID, or entire sets of messages can be turned off based on
139 implementations to always have an empty message log. The specific messages
142 there to be zero messages generated, even when a GL error occurs, which is
[all …]
/third_party/openGLES/extensions/KHR/
DKHR_debug.txt77 These events are represented in the form of enumerable messages with a
94 A message's ID for a given source and type further distinguishes messages
100 "important" that message is in comparison to other messages across all
108 Messages are communicated to the application through an application-
115 to messages as they occur. In situations where using a callback is not
117 messages until they are actively queried.
119 To control the volume of debug output, messages can be disabled either
120 individually by ID, or entire sets of messages can be turned off based on
149 implementations to always have an empty message log. The specific messages
152 there to be zero messages generated, even when a GL error occurs, which is
[all …]
/third_party/node/test/fixtures/wpt/webmessaging/broadcastchannel/
Dordering.html25 const messages = [];
28 messages.push({'target': targetname, 'data': e.data});
39 // Expected flow of messages between the BroadcastChannel objects (based on
40 // the requirement that messages get delivered to BroadcastChannel objects
44 // -> BC0 sends two messages, BC1 and BC2 are connected to the channel
50 // -> BC2 sends two messages
52 // BC3 isn't expected to receive the messages sent before it was created, so
53 // no corresponding entries here for messages from BC0.
91 assert_equals(messages.length, EXPECTED_RESULTS.length);
92 for(var i = 0; i < messages.length; i++) {
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUShaderModule.cpp66 using Messages = std::vector<interop::Interface<interop::GPUCompilationMessage>>; in compilationInfo() typedef
69 std::vector<Napi::ObjectReference> messages; in compilationInfo() member
71 GPUCompilationInfo(Napi::Env env, Messages msgs) { in compilationInfo()
72 messages.reserve(msgs.size()); in compilationInfo()
74 messages.emplace_back(Napi::Persistent(Napi::Object(env, msg))); in compilationInfo()
77 Messages getMessages(Napi::Env) override { in compilationInfo()
78 Messages out; in compilationInfo()
79 out.reserve(messages.size()); in compilationInfo()
80 for (auto& msg : messages) { in compilationInfo()
102 Messages messages(compilationInfo->messageCount); in compilationInfo() local
[all …]
/third_party/libwebsockets/lib/system/smd/
DREADME.md7 These messages are local to inside a system, although they may be triggered by
15 large enough to carry JSON usefully. Messages are typically low duty cycle.
19 Messages may be sent by any registered participant, they are allocated on heap
24 Messages are passed to all other registered participants before being destroyed.
26 Messages are delivered to all particpants on the same lws_context by default.
34 SMD messages can also broadcast between particpants in different lws_contexts in
37 smd messages they are interested in.
41 Registering as a participant and sending messages are threadsafe APIs.
45 Message class is a bitfield messages use to indicate their general type, eg,
47 filter what kind of messages they care about, classes that are 0 in the peer's
[all …]
/third_party/typescript/src/testRunner/unittests/services/extract/
Dranges.ts210 … [refactor.extractSymbol.Messages.cannotExtractRangeContainingConditionalReturnStatement.message]);
227 …[refactor.extractSymbol.Messages.cannotExtractRangeContainingConditionalBreakOrContinueStatements.…
244 …[refactor.extractSymbol.Messages.cannotExtractRangeContainingConditionalBreakOrContinueStatements.…
261 …[refactor.extractSymbol.Messages.cannotExtractRangeContainingLabeledBreakOrContinueStatementWithTa…
280 … [refactor.extractSymbol.Messages.cannotExtractRangeContainingConditionalReturnStatement.message]);
299 … [refactor.extractSymbol.Messages.cannotExtractRangeContainingConditionalReturnStatement.message]);
310 …[refactor.extractSymbol.Messages.cannotExtractRangeContainingConditionalBreakOrContinueStatements.…
321 …[refactor.extractSymbol.Messages.cannotExtractRangeContainingConditionalBreakOrContinueStatements.…
325 [refactor.extractSymbol.Messages.cannotExtractEmpty.message]);
334 [refactor.extractSymbol.Messages.cannotExtractRange.message]);
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/
Ddiagnostic_test.cpp87 std::ostringstream messages; in TEST() local
89 auto consumer = [&messages, &message_count](spv_message_level_t, const char*, in TEST()
93 messages << msg; in TEST()
104 EXPECT_THAT(messages.str(), Eq("FirstSecond")); in TEST()
108 std::ostringstream messages; in TEST() local
110 auto consumer = [&messages, &message_count](spv_message_level_t, const char*, in TEST()
114 messages << msg; in TEST()
124 EXPECT_THAT(messages.str(), Eq("FirstSecond")); in TEST()
128 std::ostringstream messages; in TEST() local
130 auto consumer = [&messages, &message_count](spv_message_level_t, const char*, in TEST()
[all …]
/third_party/spirv-tools/test/
Ddiagnostic_test.cpp87 std::ostringstream messages; in TEST() local
89 auto consumer = [&messages, &message_count](spv_message_level_t, const char*, in TEST()
93 messages << msg; in TEST()
104 EXPECT_THAT(messages.str(), Eq("FirstSecond")); in TEST()
108 std::ostringstream messages; in TEST() local
110 auto consumer = [&messages, &message_count](spv_message_level_t, const char*, in TEST()
114 messages << msg; in TEST()
124 EXPECT_THAT(messages.str(), Eq("FirstSecond")); in TEST()
128 std::ostringstream messages; in TEST() local
130 auto consumer = [&messages, &message_count](spv_message_level_t, const char*, in TEST()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Ddiagnostic_test.cpp87 std::ostringstream messages; in TEST() local
89 auto consumer = [&messages, &message_count](spv_message_level_t, const char*, in TEST()
93 messages << msg; in TEST()
104 EXPECT_THAT(messages.str(), Eq("FirstSecond")); in TEST()
108 std::ostringstream messages; in TEST() local
110 auto consumer = [&messages, &message_count](spv_message_level_t, const char*, in TEST()
114 messages << msg; in TEST()
124 EXPECT_THAT(messages.str(), Eq("FirstSecond")); in TEST()
128 std::ostringstream messages; in TEST() local
130 auto consumer = [&messages, &message_count](spv_message_level_t, const char*, in TEST()
[all …]
/third_party/typescript/tests/baselines/reference/
DtypeFromPropertyAssignment6.types7 >Outer.Inner = class I { messages() { return [] }} : typeof I
11 >class I { messages() { return [] }} : typeof I
14 messages() { return [] }
15 >messages : () => any[]
25 var msgs = Outer.i.messages()
27 >Outer.i.messages() : any[]
28 >Outer.i.messages : () => any[]
32 >messages : () => any[]
DtypeFromPropertyAssignment6.symbols12 messages() { return [] }
13 >messages : Symbol(I.messages, Decl(a.js, 0, 23))
22 var msgs = Outer.i.messages()
24 >Outer.i.messages : Symbol(I.messages, Decl(a.js, 0, 23))
28 >messages : Symbol(I.messages, Decl(a.js, 0, 23))
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DDebugTest.cpp211 std::vector<Message> *messages = in Callback() local
213 messages->push_back(m); in Callback()
236 std::vector<Message> messages; in TEST_P() local
237 glDebugMessageCallbackKHR(Callback, &messages); in TEST_P()
240 ASSERT_EQ(0u, messages.size()); in TEST_P()
287 // Test inserting multiple messages
350 std::vector<Message> messages; in TEST_P() local
352 glDebugMessageCallbackKHR(Callback, &messages); in TEST_P()
367 ASSERT_EQ(1u, messages.size()); in TEST_P()
369 const Message &m = messages.front(); in TEST_P()
[all …]
/third_party/rust/crates/syn/src/
Derror.rs101 messages: Vec<ErrorMessage>, field
163 messages: vec![ErrorMessage { in new()
197 messages: vec![ErrorMessage { in new_spanned()
211 let SpanRange { start, end } = match self.messages[0].span.get() { in span()
226 self.messages in to_compile_error()
271 self.messages.extend(another.messages); in combine()
342 messages: vec![ErrorMessage { in new2()
352 if self.messages.len() == 1 { in fmt()
355 .field(&self.messages[0]) in fmt()
360 .field(&self.messages) in fmt()
[all …]
/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer.h36 // Messages.
38 // Aug. 2008: Added Unknown Fields Comparison for messages.
82 // the differences between two specified Protocol Messages. If any differences
89 // MessageDifferencer REQUIRES that compared messages be the same type, defined
90 // as messages that share the same descriptor. If not, the behavior of this
94 // messages with different descriptors. Some people think it should always
105 // Downside: false negatives (there are messages that are the same but their
113 // Messages encoded in a repeated Any cannot be compared using TreatAsMap.
122 // Determines whether the supplied messages are equal. Equality is defined as
123 // all fields within the two messages being set to the same value. Primitive
[all …]
/third_party/protobuf/python/google/protobuf/
Dmessage_factory.py31 """Provides a factory class for generating dynamic messages.
34 protos containing the messages you want to create you can just do the following:
57 """Factory for creating Proto2 messages from descriptors in a pool."""
101 """Gets all the messages from a specified file.
107 files: The file names to extract messages from.
111 any dependent messages as well as any messages defined in the same file as
141 """Builds a dictionary of all the messages available in a set of files.
144 file_protos: Iterable of FileDescriptorProto to build messages out of.
148 any dependent messages as well as any messages defined in the same file as

12345678910>>...146