/aosp_15_r20/external/aws-sdk-java-v2/services/sagemakerruntime/src/main/resources/codegen-resources/ |
H A D | api-2.json | 54 "Message":{"shape":"Message"} object 116 "Message":{ object 123 "Message":{"shape":"Message"}, object 134 "Message":{"shape":"Message"} object 145 "Message":{"shape":"Message"} object
|
H A D | service-2.json | 117 "Message":{"shape":"Message"} object 128 "Message":{"shape":"Message"} object 139 "Message":{"shape":"Message"} object 421 "Message":{ object 428 "Message":{"shape":"Message"}, object 449 "Message":{"shape":"Message"} object 459 "Message":{"shape":"Message"}, object 512 "Message":{"shape":"Message"} object 540 "Message":{"shape":"Message"} object
|
/aosp_15_r20/external/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | Diagnostics.h | 152 struct Message { struct 153 SourceRange Range; 154 ErrorType Type; 155 std::vector<std::string> Args;
|
/aosp_15_r20/external/llvm/tools/bugpoint/ |
H A D | ToolRunner.cpp | 252 std::string &Message, in createLLI() 391 static void lexCommand(std::string &Message, const std::string &CommandLine, in lexCommand() 427 std::string &Message, in createCustomCompiler() 442 std::string &Message, in createCustomExecutor() 536 std::string &Message, in createLLC() 628 std::string &Message, const std::vector<std::string> *Args) { in createJIT() 890 CC *CC::create(std::string &Message, in create()
|
/aosp_15_r20/external/llvm/utils/unittest/googletest/include/gtest/ |
H A D | gtest-message.h | 94 Message() : ss_(new ::std::stringstream) { in Message() function 101 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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ASTMatchers/Dynamic/ |
D | Diagnostics.h | 156 struct Message { struct 157 SourceRange Range; 158 ErrorType Type; 159 std::vector<std::string> Args;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ASTMatchers/Dynamic/ |
D | Diagnostics.h | 156 struct Message { struct 157 SourceRange Range; 158 ErrorType Type; 159 std::vector<std::string> Args;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ASTMatchers/Dynamic/ |
D | Diagnostics.h | 156 struct Message { struct 157 SourceRange Range; 158 ErrorType Type; 159 std::vector<std::string> Args;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ASTMatchers/Dynamic/ |
D | Diagnostics.h | 156 struct Message { struct 157 SourceRange Range; 158 ErrorType Type; 159 std::vector<std::string> Args;
|
/aosp_15_r20/external/golang-protobuf/internal/impl/ |
H A D | codec_field.go | 265 func sizeMessage(m proto.Message, tagsize int, _ marshalOptions) int { 269 func appendMessage(b []byte, m proto.Message, wiretag uint64, opts marshalOptions) ([]byte, error) { 275 func consumeMessage(b []byte, m proto.Message, wtyp protowire.Type, opts unmarshalOptions) (out unm… 408 func sizeGroup(m proto.Message, tagsize int, _ marshalOptions) int { 412 func appendGroup(b []byte, m proto.Message, wiretag uint64, opts marshalOptions) ([]byte, error) { 419 func consumeGroup(b []byte, m proto.Message, num protowire.Number, wtyp protowire.Type, opts unmars…
|
/aosp_15_r20/external/golang-protobuf/runtime/protoiface/ |
H A D | methods.go | 59 Message protoreflect.Message member 74 Message protoreflect.Message member 99 Message protoreflect.Message member 162 Message protoreflect.Message member
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/executors/ |
D | actor.cpp | 53 mf_message_handler(void (Actor::* mf)(Message, actor_address), Actor* a) in mf_message_handler() 71 bool is_function(void (Actor::* mf)(Message, actor_address)) const in is_function() 116 void register_handler(void (Actor::* mf)(Message, actor_address)) in register_handler() 125 void deregister_handler(void (Actor::* mf)(Message, actor_address)) in deregister_handler()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp14/executors/ |
D | actor.cpp | 53 mf_message_handler(void (Actor::* mf)(Message, actor_address), Actor* a) in mf_message_handler() 71 bool is_function(void (Actor::* mf)(Message, actor_address)) const in is_function() 116 void register_handler(void (Actor::* mf)(Message, actor_address)) in register_handler() 125 void deregister_handler(void (Actor::* mf)(Message, actor_address)) in deregister_handler()
|
/aosp_15_r20/external/llvm/tools/llvm-cov/ |
H A D | CodeCoverage.cpp | 114 static std::string getErrorString(const Twine &Message, StringRef Whence, in getErrorString() 124 void CodeCoverageTool::error(const Twine &Message, StringRef Whence) { in error() 128 void CodeCoverageTool::deferError(const Twine &Message, StringRef Whence) { in deferError() 133 void CodeCoverageTool::deferWarning(const Twine &Message, StringRef Whence) { in deferWarning() 140 for (const std::string &Message : DeferredMessages) in consumeDeferredMessages() local
|
/aosp_15_r20/external/aws-sdk-java-v2/services/s3outposts/src/main/resources/codegen-resources/ |
H A D | service-2.json | 107 "Message":{"shape":"ErrorMessage"} object 122 "Message":{"shape":"ErrorMessage"} object 285 "Message":{ object 295 "Message":{"shape":"ErrorMessage"} object 404 "Message":{"type":"string"}, object 463 "Message":{"shape":"ErrorMessage"} object 476 "Message":{"shape":"ErrorMessage"} object 497 "Message":{"shape":"ErrorMessage"} object 506 "Message":{"shape":"ErrorMessage"} object
|
/aosp_15_r20/external/golang-protobuf/internal/msgfmt/ |
H A D | format.go | 29 func Format(m proto.Message) string { 70 func appendMessage(b []byte, m protoreflect.Message) []byte { 91 func appendKnownMessage(b []byte, m protoreflect.Message) []byte {
|
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test/ |
H A D | Assert.cs | 36 public override string Message property in FlatBuffers.Test.AssertFailedException 55 public override string Message property in FlatBuffers.Test.AssertArrayFailedException 70 public override string Message property in FlatBuffers.Test.AssertUnexpectedThrowException
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/ |
D | diagnostic.go | 22 Message string member 61 Message string member 74 Message string member
|
/aosp_15_r20/build/soong/cmd/release_config/release_config_lib/ |
H A D | util.go | 63 func WriteMessage(path string, message proto.Message) (err error) { 86 func WriteFormattedMessage(path, format string, message proto.Message) (err error) { 121 func LoadMessage(path string, message proto.Message) error {
|
/aosp_15_r20/external/webrtc/test/network/ |
H A D | cross_traffic.h | 97 struct Message { struct 102 struct MessageFragment { argument
|
/aosp_15_r20/cts/tests/process/src/android/os/cts/process/common/ |
H A D | Message.java | 34 public class Message implements Parcelable { class 35 public Message() { in Message() method in Message 140 protected Message(@android.annotation.NonNull android.os.Parcel in) { in Message() method in Message
|
/aosp_15_r20/external/aws-sdk-java-v2/services/cloudfront/src/main/resources/codegen-resources/ |
H A D | service-2.json | 2217 "Message":{"shape":"string"} object 2360 "Message":{"shape":"string"} object 2369 "Message":{"shape":"string"} object 2511 "Message":{"shape":"string"} object 2594 "Message":{"shape":"string"} object 2703 "Message":{"shape":"string"} object 2712 "Message":{"shape":"string"} object 2751 "Message":{"shape":"string"} object 2778 "Message":{"shape":"string"} object 2983 "Message":{"shape":"string"} object [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/efs/src/main/resources/codegen-resources/ |
H A D | service-2.json | 573 "Message":{"shape":"ErrorMessage"}, object 645 "Message":{"shape":"ErrorMessage"} object 656 "Message":{"shape":"ErrorMessage"} object 673 "Message":{"shape":"ErrorMessage"} object 710 "Message":{"shape":"ErrorMessage"} object 727 "Message":{"shape":"ErrorMessage"} object 987 "Message":{"shape":"ErrorMessage"} object 1376 "Message":{"shape":"ErrorMessage"}, object 1487 "Message":{"shape":"ErrorMessage"} object 1498 "Message":{"shape":"ErrorMessage"} object [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/bouncer/shared/model/ |
D | Message.java | 10 public final class Message { class 29 public Message(@org.jetbrains.annotations.Nullable() in Message() method in Message 80 public Message() { in Message() method in Message
|
/aosp_15_r20/external/golang-protobuf/proto/ |
H A D | testmessages_test.go | 34 func makeMessages(in protobuild.Message, messages ...proto.Message) []proto.Message { 48 func templateMessages(messages ...proto.Message) []protoreflect.MessageType {
|