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

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/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/tools/linux-x86_64/protoc/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...]
  /system/tpm/attestation/common/
proto_print.py 21 Normally printing a protobuf would be done with Message::DebugString(). However,
23 emulate Message::DebugString() without using reflection. The input must be a
42 # Holds information about a protobuf message field.
51 class Message(object):
52 """Holds information about a protobuf message.
55 name: The name of the message.
60 """Initializes a Message instance.
63 name: The protobuf message name.
69 """Adds a new field to the message.
116 messages: A list of Message objects; one for each message in the proto
    [all...]
  /external/clang/lib/Basic/
SourceLocation.cpp 31 OS << Message << '\n';
  /external/clang/lib/Frontend/
TestModuleFileExtension.cpp 30 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob)); // message
33 // Write a message into the extension block.
34 SmallString<64> Message;
37 raw_svector_ostream OS(Message);
41 uint64_t Record[] = {FIRST_EXTENSION_RECORD_ID, Message.size()};
42 Stream.EmitRecordWithBlob(Abbrev, Record, Message);
68 StringRef Message = Blob.substr(0, Record[0]);
69 fprintf(stderr, "Read extension block message: %s\n",
70 Message.str().c_str());
  /frameworks/native/vulkan/libvulkan/
debug_report.cpp 56 void DebugReportCallbackList::Message(VkDebugReportFlagsEXT flags,
62 const char* message) const {
68 layer_prefix, message, node->user_data);
73 void DebugReportLogger::Message(VkDebugReportFlagsEXT flags,
79 const char* message) const {
88 message_code, layer_prefix, message,
97 callbacks_->Message(flags, object_type, object, location, message_code,
98 layer_prefix, message);
110 // message truncated
114 Message(flags, object_type, object, 0, 0, LOG_TAG, buf)
    [all...]
  /packages/services/Telephony/tests/src/com/android/phone/tests/
SendInstantTextTestService.java 23 import android.os.Message;
28 * Service which receives instant text responses from in-call UI and shows the message using
36 public void handleMessage(Message msg) {
49 String message = intent.getStringExtra(Intent.EXTRA_TEXT); local
50 Log.i(TAG, "Received instant response message. action=" + action
51 + ", uri=" + uri + ", message=\"" + message + "\"");
52 // Phone app uses Toast to show confirmation, which overlaps with this message.
54 mHandler.sendMessageDelayed(Message.obtain(mHandler, 0, intent), 5 * 1000);
59 String message = intent.getStringExtra(Intent.EXTRA_TEXT) local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Core/
Diagnostic.h 30 /// \brief Represents the diagnostic message with the error message associated
33 DiagnosticMessage(llvm::StringRef Message = "");
35 /// \brief Constructs a diagnostic message with anoffset to the diagnostic
41 DiagnosticMessage(llvm::StringRef Message, const SourceManager &Sources,
43 std::string Message;
61 Diagnostic(llvm::StringRef DiagnosticName, DiagnosticMessage &Message,
69 /// \brief Message associated to the diagnostic.
70 DiagnosticMessage Message;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Tooling/Core/
Diagnostic.h 30 /// \brief Represents the diagnostic message with the error message associated
33 DiagnosticMessage(llvm::StringRef Message = "");
35 /// \brief Constructs a diagnostic message with anoffset to the diagnostic
41 DiagnosticMessage(llvm::StringRef Message, const SourceManager &Sources,
43 std::string Message;
61 Diagnostic(llvm::StringRef DiagnosticName, DiagnosticMessage &Message,
69 /// \brief Message associated to the diagnostic.
70 DiagnosticMessage Message;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Tooling/Core/
Diagnostic.h 30 /// \brief Represents the diagnostic message with the error message associated
33 DiagnosticMessage(llvm::StringRef Message = "");
35 /// \brief Constructs a diagnostic message with anoffset to the diagnostic
41 DiagnosticMessage(llvm::StringRef Message, const SourceManager &Sources,
43 std::string Message;
61 Diagnostic(llvm::StringRef DiagnosticName, DiagnosticMessage &Message,
69 /// \brief Message associated to the diagnostic.
70 DiagnosticMessage Message;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/Core/
Diagnostic.h 30 /// \brief Represents the diagnostic message with the error message associated
33 DiagnosticMessage(llvm::StringRef Message = "");
35 /// \brief Constructs a diagnostic message with anoffset to the diagnostic
41 DiagnosticMessage(llvm::StringRef Message, const SourceManager &Sources,
43 std::string Message;
61 Diagnostic(llvm::StringRef DiagnosticName, const DiagnosticMessage &Message,
69 /// \brief Message associated to the diagnostic.
70 DiagnosticMessage Message;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/Core/
Diagnostic.h 30 /// \brief Represents the diagnostic message with the error message associated
33 DiagnosticMessage(llvm::StringRef Message = "");
35 /// \brief Constructs a diagnostic message with anoffset to the diagnostic
41 DiagnosticMessage(llvm::StringRef Message, const SourceManager &Sources,
43 std::string Message;
61 Diagnostic(llvm::StringRef DiagnosticName, const DiagnosticMessage &Message,
69 /// \brief Message associated to the diagnostic.
70 DiagnosticMessage Message;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/Core/
Diagnostic.h 30 /// \brief Represents the diagnostic message with the error message associated
33 DiagnosticMessage(llvm::StringRef Message = "");
35 /// \brief Constructs a diagnostic message with anoffset to the diagnostic
41 DiagnosticMessage(llvm::StringRef Message, const SourceManager &Sources,
43 std::string Message;
61 Diagnostic(llvm::StringRef DiagnosticName, const DiagnosticMessage &Message,
69 /// \brief Message associated to the diagnostic.
70 DiagnosticMessage Message;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Core/
Diagnostic.h 30 /// \brief Represents the diagnostic message with the error message associated
33 DiagnosticMessage(llvm::StringRef Message = "");
35 /// \brief Constructs a diagnostic message with anoffset to the diagnostic
41 DiagnosticMessage(llvm::StringRef Message, const SourceManager &Sources,
43 std::string Message;
61 Diagnostic(llvm::StringRef DiagnosticName, const DiagnosticMessage &Message,
69 /// \brief Message associated to the diagnostic.
70 DiagnosticMessage Message;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Core/
Diagnostic.h 30 /// \brief Represents the diagnostic message with the error message associated
33 DiagnosticMessage(llvm::StringRef Message = "");
35 /// \brief Constructs a diagnostic message with anoffset to the diagnostic
41 DiagnosticMessage(llvm::StringRef Message, const SourceManager &Sources,
43 std::string Message;
61 Diagnostic(llvm::StringRef DiagnosticName, DiagnosticMessage &Message,
69 /// \brief Message associated to the diagnostic.
70 DiagnosticMessage Message;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Tooling/Core/
Diagnostic.h 30 /// \brief Represents the diagnostic message with the error message associated
33 DiagnosticMessage(llvm::StringRef Message = "");
35 /// \brief Constructs a diagnostic message with anoffset to the diagnostic
41 DiagnosticMessage(llvm::StringRef Message, const SourceManager &Sources,
43 std::string Message;
61 Diagnostic(llvm::StringRef DiagnosticName, DiagnosticMessage &Message,
69 /// \brief Message associated to the diagnostic.
70 DiagnosticMessage Message;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Tooling/Core/
Diagnostic.h 30 /// \brief Represents the diagnostic message with the error message associated
33 DiagnosticMessage(llvm::StringRef Message = "");
35 /// \brief Constructs a diagnostic message with anoffset to the diagnostic
41 DiagnosticMessage(llvm::StringRef Message, const SourceManager &Sources,
43 std::string Message;
61 Diagnostic(llvm::StringRef DiagnosticName, DiagnosticMessage &Message,
69 /// \brief Message associated to the diagnostic.
70 DiagnosticMessage Message;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/Core/
Diagnostic.h 30 /// \brief Represents the diagnostic message with the error message associated
33 DiagnosticMessage(llvm::StringRef Message = "");
35 /// \brief Constructs a diagnostic message with anoffset to the diagnostic
41 DiagnosticMessage(llvm::StringRef Message, const SourceManager &Sources,
43 std::string Message;
61 Diagnostic(llvm::StringRef DiagnosticName, const DiagnosticMessage &Message,
69 /// \brief Message associated to the diagnostic.
70 DiagnosticMessage Message;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/Core/
Diagnostic.h 30 /// \brief Represents the diagnostic message with the error message associated
33 DiagnosticMessage(llvm::StringRef Message = "");
35 /// \brief Constructs a diagnostic message with anoffset to the diagnostic
41 DiagnosticMessage(llvm::StringRef Message, const SourceManager &Sources,
43 std::string Message;
61 Diagnostic(llvm::StringRef DiagnosticName, const DiagnosticMessage &Message,
69 /// \brief Message associated to the diagnostic.
70 DiagnosticMessage Message;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/Core/
Diagnostic.h 30 /// \brief Represents the diagnostic message with the error message associated
33 DiagnosticMessage(llvm::StringRef Message = "");
35 /// \brief Constructs a diagnostic message with anoffset to the diagnostic
41 DiagnosticMessage(llvm::StringRef Message, const SourceManager &Sources,
43 std::string Message;
61 Diagnostic(llvm::StringRef DiagnosticName, const DiagnosticMessage &Message,
69 /// \brief Message associated to the diagnostic.
70 DiagnosticMessage Message;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/Core/
Diagnostic.h 30 /// \brief Represents the diagnostic message with the error message associated
33 DiagnosticMessage(llvm::StringRef Message = "");
35 /// \brief Constructs a diagnostic message with anoffset to the diagnostic
41 DiagnosticMessage(llvm::StringRef Message, const SourceManager &Sources,
43 std::string Message;
61 Diagnostic(llvm::StringRef DiagnosticName, const DiagnosticMessage &Message,
69 /// \brief Message associated to the diagnostic.
70 DiagnosticMessage Message;
  /system/connectivity/wifilogd/tests/
memory_reader_unittest.cpp 76 constexpr struct Message {
82 .CopyOutOrDie<Message>();
166 constexpr struct Message {
170 EXPECT_DEATH(MemoryReader(nullptr, sizeof(original)).CopyOutOrDie<Message>(),
175 constexpr struct Message {
180 MemoryReader(&original, sizeof(original) - 1).CopyOutOrDie<Message>(),
185 constexpr struct Message {
188 } message{5, 'c'}; struct
189 MemoryReader memory_reader(&message, sizeof(message));
    [all...]
  /cts/hostsidetests/devicepolicy/app/MeteredDataTestApp/src/com/android/cts/devicepolicy/metereddatatestapp/
MainActivity.java 24 import android.os.Message;
53 callbackMessenger.send(Message.obtain(null,
  /cts/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityRecordTest.java 19 import android.os.Message;
110 record.setParcelableData(Message.obtain(null, 1, 2, 3));
162 ((Message) expectedRecord.getParcelableData()).what,
163 ((Message) receivedRecord.getParcelableData()).what);
173 String message = "text has incorrect value"; local
175 TestCase.assertEquals(message, expectedText.size(), receivedText.size());
182 TestCase.assertEquals(message, expectedTextIterator.next().toString(),
  /cts/tests/tests/webkit/src/android/webkit/cts/
TestProcessService.java 25 import android.os.Message;
52 public void handleMessage(Message msg) {
59 throw new AssertionFailedError("Unknown service message " + msg.what);
69 Message m = Message.obtain(null, REPLY_EXCEPTION);
79 msg.replyTo.send(Message.obtain(null, REPLY_OK));

Completed in 858 milliseconds

1 2 3 45 6 7 8 91011>>