Home
last modified time | relevance | path

Searched refs:data2 (Results 1 – 11 of 11) sorted by relevance

/system/utest/fidl/fidl/
A Dmessages.fidl15 …tipleNonnullableHandles(uint32 data0, handle h0, uint64 data1, handle h1, handle h2, uint64 data2);
16 …tipleNullableHandles(uint32 data0, handle? h0, uint64 data1, handle? h1, handle? h2, uint64 data2);
/system/utest/fidl/
A Dfidl_structs.h163 alignas(FIDL_ALIGNMENT) char data2[8];
176 alignas(FIDL_ALIGNMENT) char data2[8];
189 alignas(FIDL_ALIGNMENT) char data2[8];
202 alignas(FIDL_ALIGNMENT) char data2[8];
A Dencoding_tests.cpp570 memcpy(message.data2, "world!!!", 8); in encode_multiple_present_nullable_string()
590 EXPECT_EQ(message.data2[0], 'w'); in encode_multiple_present_nullable_string()
591 EXPECT_EQ(message.data2[1], 'o'); in encode_multiple_present_nullable_string()
592 EXPECT_EQ(message.data2[2], 'r'); in encode_multiple_present_nullable_string()
593 EXPECT_EQ(message.data2[3], 'l'); in encode_multiple_present_nullable_string()
594 EXPECT_EQ(message.data2[4], 'd'); in encode_multiple_present_nullable_string()
595 EXPECT_EQ(message.data2[5], '!'); in encode_multiple_present_nullable_string()
596 EXPECT_EQ(message.data2[6], '!'); in encode_multiple_present_nullable_string()
597 EXPECT_EQ(message.data2[7], '!'); in encode_multiple_present_nullable_string()
734 memcpy(message.data2, "hello!", 6); in encode_present_nonnullable_bounded_string_short_error()
[all …]
A Dvalidating_tests.cpp510 memcpy(message.data2, "world!!! ", 8); in validate_multiple_present_nullable_string()
627 memcpy(message.data2, "world! ", 6); in validate_present_nonnullable_bounded_string_short_error()
646 memcpy(message.data2, "world! ", 6); in validate_present_nullable_bounded_string_short_error()
A Ddecoding_tests.cpp599 memcpy(message.data2, "world!!! ", 8); in decode_multiple_present_nullable_string()
747 memcpy(message.data2, "world! ", 6); in decode_present_nonnullable_bounded_string_short_error()
766 memcpy(message.data2, "world! ", 6); in decode_present_nullable_bounded_string_short_error()
/system/private/efi/
A Dtypes.h72 uint16_t data2; member
/system/dev/block/bootpart/
A Dbootpart.c38 uint16_t data2; member
45 sprintf(dst, "%08X-%04X-%04X-%02X%02X-%02X%02X%02X%02X%02X%02X", guid->data1, guid->data2, in uint8_to_guid_string()
/system/dev/block/gpt/
A Dgpt.cpp37 uint16_t data2; member
60 sprintf(dst, "%08X-%04X-%04X-%02X%02X-%02X%02X%02X%02X%02X%02X", guid->data1, guid->data2, in uint8_to_guid_string()
/system/ulib/gpt/
A Dgpt.cpp44 uint16_t data2; member
621 …sprintf(dst, "%08X-%04X-%04X-%02X%02X-%02X%02X%02X%02X%02X%02X", guid->data1, guid->data2, guid->d… in uint8_to_guid_string()
/system/uapp/gpt/
A Dgpt.cpp72 uint16_t data2; member
79 …sprintf(dst, "%08X-%04X-%04X-%02X%02X-%02X%02X%02X%02X%02X%02X", guid->data1, guid->data2, guid->d… in guid_to_cstring()
/system/utest/async-loop/
A Dloop_tests.cpp827 const zx_packet_user_t data2{.u64 = {21, 22, 23, 24}}; in receiver_test() local
841 EXPECT_EQ(ZX_OK, receiver2.QueuePacket(loop.dispatcher(), &data2), "queue 2"); in receiver_test()
852 EXPECT_EQ(0, memcmp(&data2, receiver2.last_data, sizeof(zx_packet_user_t)), "data 2"); in receiver_test()

Completed in 31 milliseconds