Home
last modified time | relevance | path

Searched refs:test_data (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dmesa-sha1_test.cpp35 static const Params test_data[] = { variable
45 testing::ValuesIn(test_data)
/hardware/libhardware/modules/camera/3_4/metadata/
Dcontrol_test.cpp325 std::vector<uint8_t> test_data = {1, 2, 3}; in TEST_F() local
326 ASSERT_EQ(UpdateMetadata(&metadata, delegate_tag_, test_data), 0); in TEST_F()
335 std::vector<uint8_t> test_data = {1, 2, 3}; in TEST_F() local
336 ASSERT_EQ(UpdateMetadata(&metadata, delegate_tag_, test_data), 0); in TEST_F()
430 std::vector<uint8_t> test_data = {1, 2, 3}; in TEST_F() local
431 ASSERT_EQ(UpdateMetadata(&metadata, delegate_tag_, test_data), 0); in TEST_F()
441 std::vector<uint8_t> test_data = {1, 2, 3}; in TEST_F() local
442 ASSERT_EQ(UpdateMetadata(&metadata, delegate_tag_, test_data), 0); in TEST_F()
/hardware/nxp/nfc/snxxx/halimpl/self-test/
DphNxpNciHal_SelfTest.cc890 nci_test_data_t* test_data = (nci_test_data_t*)p_cb_data->pContext; in hal_read_cb() local
892 if (test_data->exp_rsp.len == 0) { in hal_read_cb()
894 if (test_data->ntf_validator(&(test_data->exp_ntf), pInfo) == 1) { in hal_read_cb()
902 else if (test_data->rsp_validator(&(test_data->exp_rsp), pInfo) == 1) { in hal_read_cb()
908 test_data->exp_rsp.len = 0; in hal_read_cb()
/hardware/nxp/nfc/pn8x/halimpl/self-test/
DphNxpNciHal_SelfTest.cc891 nci_test_data_t* test_data = (nci_test_data_t*)p_cb_data->pContext; in hal_read_cb() local
893 if (test_data->exp_rsp.len == 0) { in hal_read_cb()
895 if (test_data->ntf_validator(&(test_data->exp_ntf), pInfo) == 1) { in hal_read_cb()
903 else if (test_data->rsp_validator(&(test_data->exp_rsp), pInfo) == 1) { in hal_read_cb()
909 test_data->exp_rsp.len = 0; in hal_read_cb()