Home
last modified time | relevance | path

Searched defs:Message (Results 1 – 25 of 194) sorted by relevance

12345678

/third_party/skia/modules/androidkit/src/
DSurfaceThread.h30 struct Message { struct
31 MessageType fType = kUndefined; argument
36 Message() {} in Message() argument
37 Message(MessageType t) : fType(t) {} in Message() function
/third_party/skia/m133/modules/jetski/src/
DSurfaceThread.h28 struct Message { struct
29 MessageType fType = kUndefined; argument
34 Message() {} in Message() argument
35 Message(MessageType t) : fType(t) {} in Message() function
/third_party/skia/tools/sk_app/android/
Dsurface_glue_android.h34 struct Message { struct
35 MessageType fType = kUndefined; argument
44 Message() {} in Message() argument
45 Message(MessageType t) : fType(t) {} in Message() function
/third_party/skia/m133/tools/sk_app/android/
Dsurface_glue_android.h34 struct Message { struct
35 MessageType fType = kUndefined; argument
44 Message() {} in Message() function
45 Message(MessageType t) : fType(t) {} in Message() argument
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidRenderActivity.hpp57 struct Message struct
59 MessageType type; //!< Message type.
61 {
65 } payload; //!< Optional data argument.
67 Message (void) in Message() function
72 explicit Message (MessageType type_) in Message() argument
80 Message (MessageType type_, ANativeWindow* window) in Message() function
90 Message (MessageType type_, AInputQueue* inputQueue) in Message() function
99 Message (MessageType type_, de::Semaphore* semaphore) in Message() function
/third_party/typescript/tests/baselines/reference/
DdiscriminatedUnionTypes1.js70 function f1(m: Message) {
82 function f2(m: Message) {
89 function f3(m: Message) {
95 function f4(m: Message, x: "A" | "D") {
101 function f5(m: Message) {
114 function f6(m: Message) {
126 function f7(m: Message) {
135 function f8(m: Message) {
DTypeGuardWithArrayUnion.js2 class Message { class
6 function saySize(message: Message | Message[]) {
15 function Message() { class in Message
/third_party/spirv-tools/test/opt/
Dpass_utils.h31 struct Message { struct
41 MessageConsumer GetTestMessageConsumer(std::vector<Message>& expected_messages); argument
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dpass_utils.h31 struct Message { struct
41 MessageConsumer GetTestMessageConsumer(std::vector<Message>& expected_messages); argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpass_utils.h31 struct Message { struct
41 MessageConsumer GetTestMessageConsumer(std::vector<Message>& expected_messages); argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DErrorMessages.cpp17 struct Message struct
19 GLenum source;
20 GLenum type;
21 GLenum id;
22 GLenum severity;
23 std::string message;
24 const void *userParam;
26 inline bool operator==(Message a) in operator ==()
/third_party/rust/rust/src/tools/clippy/tests/
Dlint_message_convention.rs12 struct Message { struct
17 impl Message { implementation
/third_party/rust/rust/src/tools/rust-analyzer/lib/lsp-server/src/
Dsocket.rs16 ) -> (Sender<Message>, Receiver<Message>, IoThreads) { in socket_transport()
23 fn make_reader(stream: TcpStream) -> (Receiver<Message>, thread::JoinHandle<io::Result<()>>) { in make_reader()
39 fn make_write(mut stream: TcpStream) -> (Sender<Message>, thread::JoinHandle<io::Result<()>>) { in make_write()
Dmsg.rs12 pub enum Message { enum
18 impl From<Request> for Message { implementation
19 fn from(request: Request) -> Message { in from()
24 impl From<Response> for Message { implementation
25 fn from(response: Response) -> Message { in from()
30 impl From<Notification> for Message { implementation
31 fn from(notification: Notification) -> Message { in from()
156 impl Message { implementation
157 pub fn read(r: &mut impl BufRead) -> io::Result<Option<Message>> { in read()
160 fn _read(r: &mut dyn BufRead) -> io::Result<Option<Message>> { in _read()
/third_party/rust/rust/tests/ui/issues/
Dissue-29030.rs4 struct Message<'a, P: 'a = &'a [u8]> { struct
5 header: &'a [u8],
6 payload: P,
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeThreadSafeRingBuffer.cpp38 struct Message struct
40 deUint32 data;
42 Message (deUint16 threadId, deUint16 payload) in Message() function
47 Message (void) in Message() argument
52 deUint16 getThreadId (void) const { return (deUint16)(data >> 16); } in getThreadId()
53 deUint16 getPayload (void) const { return (deUint16)(data & 0xffff); } in getPayload()
DdeBlockBuffer.cpp40 struct Message struct
42 deUint32 data;
44 Message (deUint16 threadId, deUint16 payload) in Message() argument
49 Message (void) in Message() function
54 deUint16 getThreadId (void) const { return (deUint16)(data >> 16); } in getThreadId()
55 deUint16 getPayload (void) const { return (deUint16)(data & 0xffff); } in getPayload()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDebug.h94 struct Message struct
96 GLenum source;
97 GLenum type;
98 GLuint id;
99 GLenum severity;
100 std::string message;
/third_party/rust/rust/src/tools/rustfmt/tests/source/
Dconst_generics.rs1 struct Message { struct
3 "MessageEntity" argument
5 field3: Vec<
8 field4: Vec<
/third_party/rust/rust/src/tools/rustfmt/tests/target/
Dconst_generics.rs1 struct Message { struct
2 field2: Vec<"MessageEntity">, argument
3 field3: Vec<1>,
4 field4: Vec<2, 3>,
/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer.h258 const Message& /* message1 */, const Message& /* message2 */, in ReportMoved()
266 const Message& /* message1 */, const Message& /* message2 */, in ReportMatched()
289 const Message& /* message1 */, const Message& /* message2 */, in ReportIgnored()
296 const Message& /* message1 */, const Message& /* message2 */, in ReportUnknownFieldIgnored()
347 const Message& /* message1 */, const Message& /* message2 */, in IsUnknownFieldIgnored()
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest-message.h105 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT in Message() function
110 explicit Message(const char* str) : ss_(new ::std::stringstream) { in Message() function
/third_party/googletest/googletest/include/gtest/
Dgtest-message.h112 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT in Message() function
117 explicit Message(const char* str) : ss_(new ::std::stringstream) { in Message() function
/third_party/rust/rust/src/tools/rls/src/
Dmain.rs25 struct Message { struct
37 // No response, the LSP specification says that `showMessageRequest` may in run() argument
89 fn read_message<R: BufRead>(reader: &mut R) -> Result<Message, Box<dyn Error>> { in read_message()
/third_party/rust/rust/tests/ui/kindck/
Dkindck-send-object.rs7 trait Message : Send { } trait

12345678