Home
last modified time | relevance | path

Searched defs:TestMessage (Results 1 – 25 of 103) sorted by relevance

12345

/aosp_15_r20/external/skia/tests/
H A DMessageBusTest.cpp22 struct TestMessage { struct
23 TestMessage(int i, float f) : x(i), y(f) {} in TestMessage() function
25 int x;
26 float y;
29 static inline bool SkShouldPostMessageToBus(const TestMessage&, uint32_t) { in SkShouldPostMessageToBus()
35 DECLARE_SKMESSAGEBUS_MESSAGE(TestMessage, uint32_t, true) in DECLARE_SKMESSAGEBUS_MESSAGE() argument
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DOldExtensions1.cs43 public sealed partial class TestMessage : pb::IMessage<TestMessage> { class
60 public TestMessage() { in TestMessage() method in Google.Protobuf.TestProtos.OldGenerator.TestMessage
67 public TestMessage(TestMessage other) : this() { in TestMessage() method in Google.Protobuf.TestProtos.OldGenerator.TestMessage
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DOldExtensions1.cs43 public sealed partial class TestMessage : pb::IMessage<TestMessage> { class
60 public TestMessage() { in TestMessage() method in Google.Protobuf.TestProtos.OldGenerator.TestMessage
67 public TestMessage(TestMessage other) : this() { in TestMessage() method in Google.Protobuf.TestProtos.OldGenerator.TestMessage
/aosp_15_r20/external/testng/src/main/java/org/testng/remote/strprotocol/
H A DTestMessage.java11 public class TestMessage implements IStringMessage { class
22 public TestMessage(final boolean isTestStart, in TestMessage() method in TestMessage
40 public TestMessage(final ITestContext testContext, final boolean isTestStart) { in TestMessage() method in TestMessage
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/
H A Dmessage_test.cc28 class TestMessage : public Message { class
30 TestMessage() {} in TestMessage() function in tflite::testing::__anond5ddf46d0111::TestMessage
31 explicit TestMessage(const std::string& text_to_parse) { in TestMessage() function in tflite::testing::__anond5ddf46d0111::TestMessage
/aosp_15_r20/external/slf4j/jcl-over-slf4j/src/test/java/org/apache/commons/logging/test/
H A DInvokeJCLTest.java130 static class TestMessage { class in InvokeJCLTest
135 TestMessage(String msg) { in TestMessage() method in InvokeJCLTest.TestMessage
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/midilib/
H A DJavaMidiTestModule.java345 private class TestMessage { class in JavaMidiTestModule
348 TestMessage(byte[] msgBytes) { in TestMessage() method in JavaMidiTestModule.TestMessage
/aosp_15_r20/external/perfetto/src/ipc/
H A Ddeferred_unittest.cc102 [num_callbacks](AsyncResult<TestMessage>) { (*num_callbacks)++; }); in TEST()
110 deferred.Bind([](AsyncResult<TestMessage>) {}); in TEST()
/aosp_15_r20/cts/apps/CtsVerifier/jni/midi/
H A DMidiTestManager.cpp69 class TestMessage { class
74 TestMessage() in TestMessage() function in TestMessage
/aosp_15_r20/trusty/user/base/lib/unittest-rust/src/
Dlib.rs104 enum TestMessage<'m> { enum
110 impl<'m, 's> Serialize<'s> for TestMessage<'m> { implementation
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/protos/
H A Dold_extensions1.proto51 message TestMessage { message
/aosp_15_r20/external/protobuf/csharp/protos/
H A Dold_extensions1.proto51 message TestMessage { message
/aosp_15_r20/external/cldr/common/testData/messageFormat/
H A Dtest-core.json.d.ts5 export type TestMessage = { alias
/aosp_15_r20/external/nanopb-c/tests/regression/issue_253/
H A Dshort_array.proto4 message TestMessage { message
/aosp_15_r20/external/cronet/base/test/
H A Dtest.proto10 message TestMessage { message
/aosp_15_r20/external/bazelbuild-rules_go/tests/legacy/examples/bindata/
H A Dbindata_test.go22 func TestMessage(t *testing.T) { func
/aosp_15_r20/external/nanopb-c/tests/regression/issue_256/
H A Dsubmsg_array.proto8 message TestMessage { message
/aosp_15_r20/external/bazelbuild-rules_python/examples/py_proto_library/example.com/another_proto/
H A Dmessage.proto7 message TestMessage { message
/aosp_15_r20/external/perfetto/src/ipc/test/
H A Ddeferred_unittest_messages.proto21 message TestMessage { message
/aosp_15_r20/external/bazelbuild-rules_python/examples/bzlmod/py_proto_library/example.com/another_proto/
H A Dmessage.proto7 message TestMessage { message
/aosp_15_r20/external/libbrillo/brillo/dbus/
H A Dtest.proto11 message TestMessage { message
/aosp_15_r20/external/grpc-grpc/src/objective-c/tests/PluginTest/
H A Dtest-dash-filename.proto22 message TestMessage { message
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generated_code_proto2_pb.rb75TestMessage = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("A.B.C.TestMessage").msgcla… constant
/aosp_15_r20/external/nanopb-c/tests/regression/issue_247/
H A Dpadding.proto9 message TestMessage { message
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generated_code_pb.rb74TestMessage = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("A.B.C.TestMessage").msgcla… constant

12345