Home
last modified time | relevance | path

Searched defs:msg1 (Results 1 – 25 of 91) sorted by relevance

1234

/external/cronet/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer_unittest.cc82 const Message& msg1, const Message& msg2) { in ExpectEqualsWithDifferencer()
92 unittest::TestAllTypes msg1; in TEST() local
104 unittest::TestAllTypes msg1; in TEST() local
118 unittest::TestAllTypes msg1; in TEST() local
132 protobuf_unittest::TestDiffMessage msg1; in TEST() local
153 unittest::TestMap msg1; in TEST() local
190 unittest::TestAllTypes msg1; in TEST() local
204 unittest::TestAllTypes msg1; in TEST() local
220 unittest::TestRequired msg1; in TEST() local
235 unittest::TestAllTypes msg1; in TEST() local
[all …]
/external/protobuf/src/google/protobuf/util/
Dmessage_differencer_unittest.cc82 const Message& msg1, const Message& msg2) { in ExpectEqualsWithDifferencer()
92 unittest::TestAllTypes msg1; in TEST() local
104 unittest::TestAllTypes msg1; in TEST() local
118 unittest::TestAllTypes msg1; in TEST() local
132 protobuf_unittest::TestDiffMessage msg1; in TEST() local
153 unittest::TestMap msg1; in TEST() local
190 unittest::TestAllTypes msg1; in TEST() local
204 unittest::TestAllTypes msg1; in TEST() local
220 unittest::TestRequired msg1; in TEST() local
235 unittest::TestAllTypes msg1; in TEST() local
[all …]
/external/linux-kselftest/tools/testing/selftests/ipc/
Dmsgque.c14 struct msg1 { struct
32 struct msg1 *messages; argument
/external/nanopb-c/tests/inline/
Dinline_unittests.c15 Message1 msg1 = Message1_init_zero; in main() local
20 Message1 msg1 = Message1_init_zero; in main() local
/external/cronet/net/spdy/
Dspdy_proxy_client_socket_unittest.cc706 spdy::SpdySerializedFrame msg1(ConstructBodyFrame(kMsg1, kLen1)); in TEST_P() local
765 spdy::SpdySerializedFrame msg1(ConstructBodyFrame(kMsg1, kLen1)); in TEST_P() local
787 spdy::SpdySerializedFrame msg1(ConstructBodyFrame(kMsg1, kLen1)); in TEST_P() local
814 spdy::SpdySerializedFrame msg1(ConstructBodyFrame(kMsg1, kLen1)); in TEST_P() local
842 spdy::SpdySerializedFrame msg1(ConstructBodyFrame(kMsg1, kLen1)); in TEST_P() local
871 spdy::SpdySerializedFrame msg1(ConstructBodyFrame(kMsg1, kLen1)); in TEST_P() local
905 spdy::SpdySerializedFrame msg1(ConstructBodyFrame(kMsg1, kLen1)); in TEST_P() local
967 spdy::SpdySerializedFrame msg1(ConstructBodyFrame(kMsg1, kLen1)); in TEST_P() local
995 spdy::SpdySerializedFrame msg1(ConstructBodyFrame(kMsg1, kLen1)); in TEST_P() local
1012 spdy::SpdySerializedFrame msg1(ConstructBodyFrame(kMsg1, kLen1)); in TEST_P() local
[all …]
/external/nanopb-c/tests/regression/issue_166/
Denum_encoded_size.c12 SignedMsg msg1; in main() local
/external/nanopb-c/tests/fuzztest/
Dfuzzstub.c73 alltypes_static_AllTypes *msg1 = malloc_with_check(sizeof(alltypes_static_AllTypes)); in do_static_roundtrip() local
120 alltypes_pointer_AllTypes *msg1 = malloc_with_check(sizeof(alltypes_pointer_AllTypes)); in do_pointer_roundtrip() local
Dfuzztest.c311 alltypes_static_AllTypes *msg1 = malloc_with_check(sizeof(alltypes_static_AllTypes)); in do_static_roundtrip() local
360 alltypes_pointer_AllTypes *msg1 = malloc_with_check(sizeof(alltypes_pointer_AllTypes)); in do_pointer_roundtrip() local
/external/nanopb-c/tests/enum_sizes/
Denumsizes_unittests.c12 UnpackedEnums msg1 = { in main() local
/external/nanopb-c/examples/using_union_messages/
Dunionproto.proto28 optional MsgType1 msg1 = 1; field
/external/grpc-grpc/third_party/upb/upb/message/
Dcompare.c20 bool upb_Message_IsExactlyEqual(const upb_Message* msg1, in upb_Message_IsExactlyEqual()
/external/perfetto/src/protozero/
Dmessage_arena_unittest.cc31 Message* msg1 = arena.NewMessage(); in TEST() local
/external/nanopb-c/tests/mem_release/
Dmem_release.proto31 TestMessage msg1 = 2; field
/external/grpc-grpc/test/core/tsi/alts/crypt/
Dgsec_test_util.cc79 const char* msg1, in gsec_test_expect_compare_code_and_substr()
/external/javassist/src/main/javassist/tools/web/
DWebserver.java162 public void logging(String msg1, String msg2) { in logging()
171 public void logging(String msg1, String msg2, String msg3) { in logging()
/external/rust/crates/hyper/src/proto/h1/
Dencode.rs374 let msg1 = b"foo bar".as_ref(); in chunked() localVariable
400 let msg1 = b"foo bar".as_ref(); in length() localVariable
423 let msg1 = b"foo bar".as_ref(); in eof() localVariable
/external/icu/icu4j/main/collate/src/test/java/com/ibm/icu/dev/test/collator/
DCollationCurrencyTest.java127 String msg1 = ok1? "Ok: compare(\"" : "FAIL: compare(\""; in reportCResult() local
DLotusCollationKoreanTest.java89 String msg1 = ok1? "Ok: compare(\"" : "FAIL: compare(\""; in reportCResult() local
DCollationTurkishTest.java130 String msg1 = ok1? "Ok: compare(\"" : "FAIL: compare(\""; in reportCResult() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationCurrencyTest.java130 String msg1 = ok1? "Ok: compare(\"" : "FAIL: compare(\""; in reportCResult() local
DLotusCollationKoreanTest.java92 String msg1 = ok1? "Ok: compare(\"" : "FAIL: compare(\""; in reportCResult() local
DCollationSpanishTest.java126 String msg1 = ok1? "Ok: compare(\"" : "FAIL: compare(\""; in reportCResult() local
/external/nanopb-c/tests/regression/issue_141/
Dtestproto.proto25 MyMessage1 msg1 = 2; field
/external/ltp/testcases/kernel/controllers/libcontrollers/
Dlibcontrollers.c174 static inline void error_function(char *msg1, char *msg2) in error_function()
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowPausedMessageQueueTest.java97 Message msg1 = Message.obtain(new Handler(), 1); in drainQueue_withMultipleMsg() local

1234