HomeSort by relevance Sort by last modified time
    Searched refs:Message (Results 1 - 25 of 4141) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/os/
Message.aidl 20 parcelable Message;
  /external/tensorflow/tensorflow/contrib/lite/testing/
message.h 25 // A Message is a textual protobuf-like structure that looks like:
32 // This class provides the framework for processing message but does not
35 class Message {
37 // Reads a stream, tokenizes it and create a new message under the given
38 // top-level message. Returns true if the parsing succeeded.
39 static bool Read(std::istream* input, Message* message);
41 Message() {}
42 virtual ~Message() {}
55 // Otherwise, the returned Message will be used to handle new fields and ne
    [all...]
  /external/perfetto/src/protozero/
message_handle_unittest.cc 20 #include "perfetto/protozero/message.h"
27 Message message; local
28 message.Reset(nullptr);
30 MessageHandle<Message> handle_1(&message);
31 handle_1 = MessageHandle<Message>(&message);
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
BlockingRpcChannel.java 46 Message callBlockingMethod(
49 Message request,
50 Message responsePrototype) throws ServiceException;
RpcChannel.java 59 * decides the types of the {@code Message} objects, not the callee. The
68 Message request,
69 Message responsePrototype,
70 RpcCallback<Message> done);
  /external/protobuf/python/google/protobuf/pyext/
python_protobuf.h 44 class Message;
50 const Message* GetCProtoInsidePyProto(PyObject* msg);
51 Message* MutableCProtoInsidePyProto(PyObject* msg);
  /external/autotest/site_utils/lxc/container_pool/
message.py 8 # Message types.
15 # Message type for container pool communication.
16 Message = collections.namedtuple('Message', ['type', 'args'])
20 """Creates a message of type ACK.
25 return Message(ACK, {})
29 """Creates an echo message.
34 @param msg: An optional string that can be attached to the message.
36 return Message(ECHO, {'msg': msg})
40 """Creates a service shutdown message
    [all...]
  /external/libmojo/mojo/edk/system/ports/
message_filter.h 12 class Message;
20 // Returns true of |message| should be accepted by whomever is applying this
22 virtual bool Match(const Message& message) = 0;
  /external/libmojo/mojo/public/cpp/bindings/
interface_endpoint_controller.h 10 class Message;
18 virtual bool SendMessage(Message* message) = 0;
  /external/protobuf/src/google/protobuf/
reflection_ops.h 42 #include <google/protobuf/message.h>
50 // methods of the Message interface, though they are likely to be
51 // slower than implementations tailored for the specific message type.
54 // the Message interface.
59 static void Copy(const Message& from, Message* to);
60 static void Merge(const Message& from, Message* to);
61 static void Clear(Message* message);
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
reflection_ops.h 42 #include <google/protobuf/message.h>
50 // methods of the Message interface, though they are likely to be
51 // slower than implementations tailored for the specific message type.
54 // the Message interface.
59 static void Copy(const Message& from, Message* to);
60 static void Merge(const Message& from, Message* to);
61 static void Clear(Message* message);
    [all...]
generated_message_reflection.h 47 #include <google/protobuf/message.h>
85 // - Singular Message fields are stored as a pointer to a Message. These
99 // descriptor: The descriptor for the message type being implemented.
100 // default_instance: The default instance of the message. This is only
103 // sub-message has not been initialized yet. (Thus, all
104 // embedded message fields *must* have non-NULL pointers
107 // the start of the message object, of each field. These can
111 // has_bits_offset: Offset in the message of an array of uint32s of size
114 // corresponding field of the message has been initialized
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
reflection_ops.h 42 #include <google/protobuf/message.h>
50 // methods of the Message interface, though they are likely to be
51 // slower than implementations tailored for the specific message type.
54 // the Message interface.
59 static void Copy(const Message& from, Message* to);
60 static void Merge(const Message& from, Message* to);
61 static void Clear(Message* message);
    [all...]
generated_message_reflection.h 47 #include <google/protobuf/message.h>
85 // - Singular Message fields are stored as a pointer to a Message. These
99 // descriptor: The descriptor for the message type being implemented.
100 // default_instance: The default instance of the message. This is only
103 // sub-message has not been initialized yet. (Thus, all
104 // embedded message fields *must* have non-NULL pointers
107 // the start of the message object, of each field. These can
111 // has_bits_offset: Offset in the message of an array of uint32s of size
114 // corresponding field of the message has been initialized
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
reflection_ops.h 42 #include <google/protobuf/message.h>
50 // methods of the Message interface, though they are likely to be
51 // slower than implementations tailored for the specific message type.
54 // the Message interface.
59 static void Copy(const Message& from, Message* to);
60 static void Merge(const Message& from, Message* to);
61 static void Clear(Message* message);
    [all...]
generated_message_reflection.h 47 #include <google/protobuf/message.h>
85 // - Singular Message fields are stored as a pointer to a Message. These
99 // descriptor: The descriptor for the message type being implemented.
100 // default_instance: The default instance of the message. This is only
103 // sub-message has not been initialized yet. (Thus, all
104 // embedded message fields *must* have non-NULL pointers
107 // the start of the message object, of each field. These can
111 // has_bits_offset: Offset in the message of an array of uint32s of size
114 // corresponding field of the message has been initialized
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
reflection_ops.h 42 #include <google/protobuf/message.h>
50 // methods of the Message interface, though they are likely to be
51 // slower than implementations tailored for the specific message type.
54 // the Message interface.
59 static void Copy(const Message& from, Message* to);
60 static void Merge(const Message& from, Message* to);
61 static void Clear(Message* message);
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
reflection_ops.h 42 #include <google/protobuf/message.h>
50 // methods of the Message interface, though they are likely to be
51 // slower than implementations tailored for the specific message type.
54 // the Message interface.
59 static void Copy(const Message& from, Message* to);
60 static void Merge(const Message& from, Message* to);
61 static void Clear(Message* message);
    [all...]
generated_message_reflection.h 47 #include <google/protobuf/message.h>
85 // - Singular Message fields are stored as a pointer to a Message. These
99 // descriptor: The descriptor for the message type being implemented.
100 // default_instance: The default instance of the message. This is only
103 // sub-message has not been initialized yet. (Thus, all
104 // embedded message fields *must* have non-NULL pointers
107 // the start of the message object, of each field. These can
111 // has_bits_offset: Offset in the message of an array of uint32s of size
114 // corresponding field of the message has been initialized
    [all...]
  /external/skia/include/private/
SkMessageBus.h 17 template <typename Message>
20 // Post a message to be received by Inboxes for this Message type. Threadsafe.
23 static void Post(const Message& m, uint32_t destID = SK_InvalidUniqueID);
31 void poll(SkTArray<Message>* out);
34 SkTArray<Message> fMessages;
39 void receive(const Message& m); // SkMessageBus is a friend only to call this.
52 #define DECLARE_SKMESSAGEBUS_MESSAGE(Message) \
54 SkMessageBus<Message>* SkMessageBus<Message>::Get() {
    [all...]
  /external/skqp/include/private/
SkMessageBus.h 17 template <typename Message>
20 // Post a message to be received by Inboxes for this Message type. Threadsafe.
23 static void Post(const Message& m, uint32_t destID = SK_InvalidUniqueID);
31 void poll(SkTArray<Message>* out);
34 SkTArray<Message> fMessages;
39 void receive(const Message& m); // SkMessageBus is a friend only to call this.
52 #define DECLARE_SKMESSAGEBUS_MESSAGE(Message) \
54 SkMessageBus<Message>* SkMessageBus<Message>::Get() {
    [all...]
  /frameworks/base/telephony/java/com/android/ims/
ImsUtInterface.java 20 import android.os.Message;
112 public void queryCallBarring(int cbType, Message result);
118 public void queryCallBarring(int cbType, Message result, int serviceClass);
124 public void queryCallForward(int condition, String number, Message result);
130 public void queryCallWaiting(Message result);
135 public void queryCLIR(Message result);
140 public void queryCLIP(Message result);
145 public void queryCOLR(Message result);
150 public void queryCOLP(Message result);
156 Message result, String[] barrList)
    [all...]
  /external/clang/test/CodeGen/
available-externally-hidden.cpp 11 class Message{};
14 virtual bool Send(Message* msg) = 0;
23 bool Send(Message* message) override;
31 f->Send(new Message);
  /external/libmojo/mojo/public/cpp/bindings/tests/
message_queue.h 13 class Message;
17 // A queue for Message objects.
25 // This method copies the message data and steals ownership of its handles.
26 void Push(Message* message);
28 // Removes the next message from the queue, copying its data and transferring
29 // ownership of its handles to the given |message|.
30 void Pop(Message* message);
37 std::queue<Message*> queue_
    [all...]
  /external/llvm/bindings/ocaml/irreader/
irreader_ocaml.c 21 void llvm_raise(value Prototype, char *Message);
29 char *Message;
31 if (LLVMParseIRInContext(C, MemBuf, &M, &Message))
32 llvm_raise(*caml_named_value("Llvm_irreader.Error"), Message);

Completed in 1073 milliseconds

1 2 3 4 5 6 7 8 91011>>