Home
last modified time | relevance | path

Searched defs:Message (Results 251 – 275 of 2183) sorted by relevance

1...<<11121314151617181920>>...88

/aosp_15_r20/external/golang-protobuf/internal/testprotos/nullable/
H A Dnullable_test.go69 func testEmptyMessage(t *testing.T, m protoreflect.Message, wantValid bool) {
140 func testPopulateMessage(t *testing.T, m protoreflect.Message, depth int) bool {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/
D_adapters.py8 class Message(email.message.Message): class
30 def __new__(cls, orig: email.message.Message):
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/importlib/metadata/
D_adapters.py8 class Message(email.message.Message): class
30 def __new__(cls, orig: email.message.Message):
/aosp_15_r20/external/python/cpython3/Lib/importlib/metadata/
D_adapters.py8 class Message(email.message.Message): class
30 def __new__(cls, orig: email.message.Message):
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/
DSymbolRemappingReader.h72 SymbolRemappingParseError(StringRef File, int64_t Line, const Twine &Message) in SymbolRemappingParseError()
91 std::string Message; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DSymbolRemappingReader.h72 SymbolRemappingParseError(StringRef File, int64_t Line, const Twine &Message) in SymbolRemappingParseError()
91 std::string Message; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/
DSymbolRemappingReader.h72 SymbolRemappingParseError(StringRef File, int64_t Line, const Twine &Message) in SymbolRemappingParseError()
91 std::string Message; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/
DSymbolRemappingReader.h72 SymbolRemappingParseError(StringRef File, int64_t Line, const Twine &Message) in SymbolRemappingParseError()
91 std::string Message; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/
DSymbolRemappingReader.h72 SymbolRemappingParseError(StringRef File, int64_t Line, const Twine &Message) in SymbolRemappingParseError()
91 std::string Message; variable
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/
Dtcp_socket.h30 using Message = std::vector<std::uint8_t>; variable
92 inline void AppendToMessage(Message*) {} in AppendToMessage() argument
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/shared/model/
H A DBouncerMessageModel.kt34 data class Message( class
/aosp_15_r20/external/aws-sdk-java-v2/services/backupstorage/src/main/resources/codegen-resources/
H A Dservice-2.json198 "Message":{"shape":"ServiceErrorMessage"} object
280 "Message":{"shape":"string"}, object
432 "Message":{"shape":"string"} object
441 "Message":{"shape":"string"} object
568 "Message":{"shape":"string"} object
834 "Message":{"shape":"string"} object
843 "Message":{"shape":"string"} object
853 "Message":{"shape":"string"} object
863 "Message":{"shape":"string"} object
912 "Message":{"shape":"string"} object
/aosp_15_r20/external/aws-sdk-java-v2/services/pinpointsmsvoice/src/main/resources/codegen-resources/
H A Dapi-2.json186 "Message" : { object
198 "Message" : { object
374 "Message" : { object
399 "Message" : { object
414 "Message" : { object
487 "Message" : { object
/aosp_15_r20/external/aws-sdk-java-v2/services/sagemakera2iruntime/src/main/resources/codegen-resources/
H A Dservice-2.json100 "Message":{"shape":"FailureReason"} object
291 "Message":{"shape":"FailureReason"} object
367 "Message":{"shape":"FailureReason"} object
376 "Message":{"shape":"FailureReason"} object
443 "Message":{"shape":"FailureReason"} object
456 "Message":{"shape":"FailureReason"} object
/aosp_15_r20/external/aws-sdk-java-v2/services/sagemakerfeaturestoreruntime/src/main/resources/codegen-resources/
H A Dservice-2.json83 "Message":{"shape":"Message"} object
359 "Message":{"shape":"Message"} object
367 "Message":{ object
412 "Message":{"shape":"Message"} object
421 "Message":{"shape":"Message"} object
482 "Message":{"shape":"Message"} object
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/error/
Dmod.rs1065 pub(crate) enum Message { enum
1070 impl Message { impl
1101 impl From<String> for Message { implementation
1107 impl From<Colorizer> for Message { implementation
/aosp_15_r20/trusty/user/app/sample/hwwsk/
Dmain.rs27 type Message = HwWskReq; typedef
45 msg: Self::Message, in on_message()
/aosp_15_r20/external/aws-sdk-java-v2/services/kinesisvideosignaling/src/main/resources/codegen-resources/
H A Dservice-2.json64 "Message":{"shape":"ErrorMessage"} object
131 "Message":{"shape":"ErrorMessage"} object
155 "Message":{"shape":"ErrorMessage"} object
176 "Message":{"shape":"ErrorMessage"} object
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/
Drequest.rs93 type Message; typedef
372 type Message = T::Item; typedef
384 type Message = T::Item; typedef
/aosp_15_r20/external/kotlinx.serialization/guide/example/
H A Dexample-json-11.kt15 data class Message(val message: Base, val error: ErrorClass?) class
/aosp_15_r20/external/tink/go/keyset/
H A Dbinary_io.go57 func read(r io.Reader, msg proto.Message) error {
86 func write(w io.Writer, msg proto.Message) error {
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/well_known_types_util/
Dany.rs59 message: &dyn Message, in pack_with_type_url_prefix()
104 ) -> ProtobufResult<Option<Box<dyn Message>>> { in unpack_dyn()
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Dany.rs60 message: &dyn Message, in pack_with_type_url_prefix()
105 ) -> ProtobufResult<Option<Box<dyn Message>>> { in unpack_dyn()
/aosp_15_r20/external/clang/test/CodeGenObjC/
H A Dobjc-asm-attribute-test.m21 @interface Message <Protocol, Protocol2> { interface
31 @implementation Message implementation
/aosp_15_r20/external/golang-protobuf/encoding/protodelim/
H A Dprotodelim.go45 func MarshalTo(w io.Writer, m proto.Message) (int, error) {
138 func UnmarshalFrom(r Reader, m proto.Message) error {

1...<<11121314151617181920>>...88