HomeSort by relevance Sort by last modified time
    Searched defs:Message (Results 76 - 100 of 709) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
Message.java 14 * A raw message to be sent/received from a {@link MessagePipeHandle}. Note that this can contain
15 * any data, not necessarily a Mojo message with a proper header. See also {@link ServiceMessage}.
17 public class Message {
20 * The data of the message.
25 * The handles of the message.
30 * This message interpreted as a message for a mojo service with an appropriate header.
40 public Message(ByteBuffer buffer, List<? extends Handle> handles) {
47 * The data of the message.
54 * The handles of the message
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-message.h 34 // This header file defines the Message class.
54 // See Message& operator<<(...) below for why.
59 // The Message class works like an ostream repeater.
63 // 1. You stream a bunch of values to a Message object.
65 // 2. Then you stream the Message object to an ostream.
66 // This causes the text in the Message to be streamed
71 // testing::Message foo;
77 // Message is not intended to be inherited from. In particular, its
82 // latter (it causes an access violation if you do). The Message
85 class GTEST_API_ Message {
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitReader.cpp 25 Optionally returns a human-readable error message via OutMessage. */
38 auto *Message = reinterpret_cast<std::string *>(C);
39 raw_string_ostream Stream(*Message);
54 std::string Message;
55 Ctx.setDiagnosticHandler(diagnosticHandler, &Message, true);
63 *OutMessage = strdup(Message.c_str());
90 Optionally returns a human-readable error message via OutMessage. */
99 std::string Message;
100 Ctx.setDiagnosticHandler(diagnosticHandler, &Message, true);
111 *OutMessage = strdup(Message.c_str())
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest-message.h 34 // This header file defines the Message class.
54 // See Message& operator<<(...) below for why.
59 // The Message class works like an ostream repeater.
63 // 1. You stream a bunch of values to a Message object.
65 // 2. Then you stream the Message object to an ostream.
66 // This causes the text in the Message to be streamed
71 // testing::Message foo;
77 // Message is not intended to be inherited from. In particular, its
82 // latter (it causes an access violation if you do). The Message
85 class GTEST_API_ Message {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
LeaksContext.h 65 bool hasGarbage(const std::string& Message) {
71 errs() << "Leaked " << Name << " objects found: " << Message << ":\n";
  /external/v8/testing/gtest/include/gtest/
gtest-message.h 34 // This header file defines the Message class.
54 // See Message& operator<<(...) below for why.
59 // The Message class works like an ostream repeater.
63 // 1. You stream a bunch of values to a Message object.
65 // 2. Then you stream the Message object to an ostream.
66 // This causes the text in the Message to be streamed
71 // testing::Message foo;
77 // Message is not intended to be inherited from. In particular, its
82 // latter (it causes an access violation if you do). The Message
85 class GTEST_API_ Message {
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-message.h 34 // This header file defines the Message class.
54 // See Message& operator<<(...) below for why.
59 // The Message class works like an ostream repeater.
63 // 1. You stream a bunch of values to a Message object.
65 // 2. Then you stream the Message object to an ostream.
66 // This causes the text in the Message to be streamed
71 // testing::Message foo;
77 // Message is not intended to be inherited from. In particular, its
82 // latter (it causes an access violation if you do). The Message
85 class GTEST_API_ Message {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
DiagnosticsYaml.h 38 : DiagnosticName(D.DiagnosticName), Message(D.Message), Fix(D.Fix),
43 return clang::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
48 clang::tooling::DiagnosticMessage Message;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Tooling/
DiagnosticsYaml.h 38 : DiagnosticName(D.DiagnosticName), Message(D.Message), Fix(D.Fix),
43 return clang::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
48 clang::tooling::DiagnosticMessage Message;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Tooling/
DiagnosticsYaml.h 38 : DiagnosticName(D.DiagnosticName), Message(D.Message), Fix(D.Fix),
43 return clang::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
48 clang::tooling::DiagnosticMessage Message;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/
DiagnosticsYaml.h 38 : DiagnosticName(D.DiagnosticName), Message(D.Message), Fix(D.Fix),
43 return clang::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
48 clang::tooling::DiagnosticMessage Message;
59 Io.mapRequired("Message", Keys->Message.Message);
60 Io.mapRequired("FileOffset", Keys->Message.FileOffset);
61 Io.mapRequired("FilePath", Keys->Message.FilePath);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/
DiagnosticsYaml.h 38 : DiagnosticName(D.DiagnosticName), Message(D.Message), Fix(D.Fix),
43 return clang::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
48 clang::tooling::DiagnosticMessage Message;
59 Io.mapRequired("Message", Keys->Message.Message);
60 Io.mapRequired("FileOffset", Keys->Message.FileOffset);
61 Io.mapRequired("FilePath", Keys->Message.FilePath);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/
DiagnosticsYaml.h 38 : DiagnosticName(D.DiagnosticName), Message(D.Message), Fix(D.Fix),
43 return clang::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
48 clang::tooling::DiagnosticMessage Message;
59 Io.mapRequired("Message", Keys->Message.Message);
60 Io.mapRequired("FileOffset", Keys->Message.FileOffset);
61 Io.mapRequired("FilePath", Keys->Message.FilePath);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/
DiagnosticsYaml.h 38 : DiagnosticName(D.DiagnosticName), Message(D.Message), Fix(D.Fix),
43 return clang::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
48 clang::tooling::DiagnosticMessage Message;
59 Io.mapRequired("Message", Keys->Message.Message);
60 Io.mapRequired("FileOffset", Keys->Message.FileOffset);
61 Io.mapRequired("FilePath", Keys->Message.FilePath);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
DiagnosticsYaml.h 38 : DiagnosticName(D.DiagnosticName), Message(D.Message), Fix(D.Fix),
43 return clang::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
48 clang::tooling::DiagnosticMessage Message;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Tooling/
DiagnosticsYaml.h 38 : DiagnosticName(D.DiagnosticName), Message(D.Message), Fix(D.Fix),
43 return clang::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
48 clang::tooling::DiagnosticMessage Message;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Tooling/
DiagnosticsYaml.h 38 : DiagnosticName(D.DiagnosticName), Message(D.Message), Fix(D.Fix),
43 return clang::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
48 clang::tooling::DiagnosticMessage Message;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/
DiagnosticsYaml.h 38 : DiagnosticName(D.DiagnosticName), Message(D.Message), Fix(D.Fix),
43 return clang::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
48 clang::tooling::DiagnosticMessage Message;
59 Io.mapRequired("Message", Keys->Message.Message);
60 Io.mapRequired("FileOffset", Keys->Message.FileOffset);
61 Io.mapRequired("FilePath", Keys->Message.FilePath);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/
DiagnosticsYaml.h 38 : DiagnosticName(D.DiagnosticName), Message(D.Message), Fix(D.Fix),
43 return clang::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
48 clang::tooling::DiagnosticMessage Message;
59 Io.mapRequired("Message", Keys->Message.Message);
60 Io.mapRequired("FileOffset", Keys->Message.FileOffset);
61 Io.mapRequired("FilePath", Keys->Message.FilePath);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/
DiagnosticsYaml.h 38 : DiagnosticName(D.DiagnosticName), Message(D.Message), Fix(D.Fix),
43 return clang::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
48 clang::tooling::DiagnosticMessage Message;
59 Io.mapRequired("Message", Keys->Message.Message);
60 Io.mapRequired("FileOffset", Keys->Message.FileOffset);
61 Io.mapRequired("FilePath", Keys->Message.FilePath);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/
DiagnosticsYaml.h 38 : DiagnosticName(D.DiagnosticName), Message(D.Message), Fix(D.Fix),
43 return clang::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
48 clang::tooling::DiagnosticMessage Message;
59 Io.mapRequired("Message", Keys->Message.Message);
60 Io.mapRequired("FileOffset", Keys->Message.FileOffset);
61 Io.mapRequired("FilePath", Keys->Message.FilePath);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
message.h 35 // Defines Message, the abstract interface implemented by non-lite
36 // protocol message objects. Although it's possible to implement this
42 // Say you have a message defined as:
44 // message Foo {
52 // string data; // Will store a serialized version of the message.
55 // // Create a message and serialize it.
66 // // Parse the serialized message and check that it contains the
79 // // Same as the last block, but do it dynamically via the Message
81 // Message* foo = new Foo;
96 // // Parse the message
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
message.h 35 // Defines Message, the abstract interface implemented by non-lite
36 // protocol message objects. Although it's possible to implement this
42 // Say you have a message defined as:
44 // message Foo {
52 // string data; // Will store a serialized version of the message.
55 // // Create a message and serialize it.
66 // // Parse the serialized message and check that it contains the
79 // // Same as the last block, but do it dynamically via the Message
81 // Message* foo = new Foo;
96 // // Parse the message
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
message.h 35 // Defines Message, the abstract interface implemented by non-lite
36 // protocol message objects. Although it's possible to implement this
42 // Say you have a message defined as:
44 // message Foo {
52 // string data; // Will store a serialized version of the message.
55 // // Create a message and serialize it.
66 // // Parse the serialized message and check that it contains the
79 // // Same as the last block, but do it dynamically via the Message
81 // Message* foo = new Foo;
96 // // Parse the message
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/
gtest-message.h 34 // This header file defines the Message class.
54 // See Message& operator<<(...) below for why.
59 // The Message class works like an ostream repeater.
63 // 1. You stream a bunch of values to a Message object.
65 // 2. Then you stream the Message object to an ostream.
66 // This causes the text in the Message to be streamed
71 // testing::Message foo;
77 // Message is not intended to be inherited from. In particular, its
82 // latter (it causes an access violation if you do). The Message
85 class GTEST_API_ Message {
    [all...]

Completed in 1635 milliseconds

1 2 34 5 6 7 8 91011>>