Home
last modified time | relevance | path

Searched refs:test_payload (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/
H A Ddevice_class_test.cc31 auto* test_payload = reinterpret_cast<TestPayload*>(bytes.data()); in TEST() local
32 EXPECT_EQ(10, test_payload->arg0); in TEST()
34 test_payload->class_of_device.major_class()); in TEST()
37 EXPECT_EQ(srvs_expected, test_payload->class_of_device.GetServiceClasses()); in TEST()
43 test_payload = reinterpret_cast<TestPayload*>(no_srv_bytes.data()); in TEST()
44 EXPECT_EQ(0xBA, test_payload->arg0); in TEST()
46 test_payload->class_of_device.major_class()); in TEST()
48 EXPECT_EQ(srvs_expected, test_payload->class_of_device.GetServiceClasses()); in TEST()
54 test_payload = reinterpret_cast<TestPayload*>(two_srv_bytes.data()); in TEST()
55 EXPECT_EQ(0xA0, test_payload->arg0); in TEST()
[all …]
H A Ddevice_address_test.cc57 auto* test_payload = reinterpret_cast<TestPayload*>(bytes.data()); in TEST() local
58 EXPECT_EQ(10, test_payload->arg0); in TEST()
59 EXPECT_EQ("03:7F:FF:02:0F:01", test_payload->bdaddr.ToString()); in TEST()
/aosp_15_r20/external/python/google-auth-library-python/tests/
Dtest_jwt.py58 test_payload = {"test": "value"}
59 encoded = jwt.encode(signer, test_payload)
61 assert payload == test_payload
88 test_payload = {"test": "value"}
89 encoded = jwt.encode(es256_signer, test_payload)
91 assert payload == test_payload
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/
H A Dpsock_tpacket.c127 static void test_payload(void *pay, size_t len) in test_payload() function
248 test_payload((uint8_t *) ppd.raw + ppd.v1->tp_h.tp_mac, in walk_v1_v2_rx()
254 test_payload((uint8_t *) ppd.raw + ppd.v2->tp_h.tp_mac, in walk_v1_v2_rx()
487 test_payload(packet, ret); in walk_tx()
566 test_payload((uint8_t *) ppd + ppd->tp_mac, ppd->tp_snaplen); in __v3_walk_block()
/aosp_15_r20/external/ltp/testcases/network/can/cve/
H A Dcan_bcm01.c32 struct test_payload { struct
65 struct test_payload data = { in thread_run()
/aosp_15_r20/external/libchrome/mojo/core/
H A Dmessage_unittest.cc706 std::vector<uint8_t> test_payload(kTestMessagePayloadSize); in TEST_F() local
707 base::RandBytes(test_payload.data(), kTestMessagePayloadSize); in TEST_F()
726 &test_payload[previous_payload_size], current_chunk_size); in TEST_F()
749 test_payload.data(), kTestMessagePayloadSize)); in TEST_F()
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/responses/
H A Dtest_responses.proto17 import "tests/protoc_plugin/protos/payload/test_payload.proto";
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/requests/r/
H A Dtest_requests.proto17 import "tests/protoc_plugin/protos/payload/test_payload.proto";
/aosp_15_r20/external/tink/python/tink/jwt/
H A D_raw_jwt_test.py235 def test_payload(self): member in RawJwtTest
/aosp_15_r20/external/python/cpython2/Lib/email/test/
Dtest_email_renamed.py1045 def test_payload(self): member in TestMIMEText
Dtest_email.py1085 def test_payload(self): member in TestMIMEText
/aosp_15_r20/external/python/cpython3/Lib/test/test_email/
Dtest_email.py1734 def test_payload(self): member in TestMIMEText