Home
last modified time | relevance | path

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

1234567

/third_party/skia/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/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/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() argument
72 explicit Message (MessageType type_) in Message() function
80 Message (MessageType type_, ANativeWindow* window) in Message() argument
90 Message (MessageType type_, AInputQueue* inputQueue) in Message() argument
99 Message (MessageType type_, de::Semaphore* semaphore) in Message() argument
/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
DcollectionPatternNoError.js5 class Message { class
42 function Message() { class
/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 ==()
DDebugTest.cpp192 struct Message struct
194 GLenum source;
195 GLenum type;
196 GLuint id;
197 GLenum severity;
198 std::string message;
199 const void *userParam;
/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer.h266 const Message& /* message1 */, const Message& /* message2 */, in ReportMoved()
274 const Message& /* message1 */, const Message& /* message2 */, in ReportMatched()
297 const Message& /* message1 */, const Message& /* message2 */, in ReportIgnored()
304 const Message& /* message1 */, const Message& /* message2 */, in ReportUnknownFieldIgnored()
319 const Message& /* message1 */, const Message& /* message2 */, in IsMatch()
350 const Message& /* message1 */, const Message& /* message2 */, in IsUnknownFieldIgnored()
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeThreadSafeRingBuffer.cpp38 struct Message struct
40 deUint32 data;
42 Message (deUint16 threadId, deUint16 payload) in Message() argument
47 Message (void) in Message() function
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/protobuf/php/ext/google/protobuf/
Dmessage.c57 } Message; typedef
449 PHP_METHOD(Message, __construct) { in PHP_METHOD() argument
474 PHP_METHOD(Message, discardUnknownFields) { in PHP_METHOD() argument
484 PHP_METHOD(Message, clear) { in PHP_METHOD() argument
495 PHP_METHOD(Message, mergeFrom) { in PHP_METHOD() argument
535 PHP_METHOD(Message, mergeFromString) { in PHP_METHOD() argument
564 PHP_METHOD(Message, serializeToString) { in PHP_METHOD() argument
589 PHP_METHOD(Message, mergeFromJsonString) { in PHP_METHOD() argument
629 PHP_METHOD(Message, serializeToJsonString) { in PHP_METHOD() argument
683 PHP_METHOD(Message, readWrapperValue) { in PHP_METHOD() argument
[all …]
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest-message.h101 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT in Message() function
106 explicit Message(const char* str) : ss_(new ::std::stringstream) { in Message() function
/third_party/googletest/googletest/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/node/deps/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/python/Lib/importlib/metadata/
D_adapters.py8 class Message(email.message.Message): class
30 def __new__(cls, orig: email.message.Message):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSymbolRemappingReader.h71 SymbolRemappingParseError(StringRef File, int64_t Line, Twine Message) in SymbolRemappingParseError()
90 std::string Message; variable
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
Dmain.cc160 struct Message { struct
162 enum class Type {
169 explicit Message(Type ty) : type(ty) {} in Message() function
171 const Type type;
/third_party/protobuf/python/google/protobuf/
Dpython_protobuf.h44 class Message; variable
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Dstatus.cc12 std::string Status::Message() const { in Message() function in v8_crdtp::Status
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DTypeGuardWithArrayUnion.ts1 class Message { class

1234567