/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | string_ngrams_op_test.cc | 54 void assert_string_equal(const std::vector<tstring> &expected, in assert_string_equal() function in tensorflow::text::NgramKernelTest 86 assert_string_equal(expected_values, *GetOutput(0)); in TEST_F() 105 assert_string_equal(expected_values, *GetOutput(0)); in TEST_F() 123 assert_string_equal(expected_values, *GetOutput(0)); in TEST_F() 141 assert_string_equal(expected_values, *GetOutput(0)); in TEST_F() 159 assert_string_equal(expected_values, *GetOutput(0)); in TEST_F() 181 assert_string_equal(expected_values, *GetOutput(0)); in TEST_F() 202 assert_string_equal(expected_values, *GetOutput(0)); in TEST_F() 221 assert_string_equal(expected_values, *GetOutput(0)); in TEST_F() 237 assert_string_equal(expected_values, *GetOutput(0)); in TEST_F() [all …]
|
/aosp_15_r20/external/tpm2-tss/test/unit/ |
H A D | test_tss2_rc.c | 64 assert_string_equal(m, "tpm:error(2.0): improper use of a sequence" in test_tpm_format_0_version2_0_error() 73 assert_string_equal(m, in test_tpm_format_0_version2_0_warn() 84 assert_string_equal(m, "tpm:parameter(1):unknown error num: 0x3F"); in test_tpm2_format_0_unknown() 93 assert_string_equal(m, in test_tpm_format_1_unk_handle() 103 assert_string_equal(m, in test_tpm_format_1_unk_parameter() 113 assert_string_equal(m, in test_tpm_format_1_unk_session() 123 assert_string_equal(m, in test_tpm_format_1_5_handle() 133 assert_string_equal(m, "tpm:parameter(1):unknown error num: 0x3F"); in test_tpm2_format_1_unknown() 142 assert_string_equal(m, "tpm:success"); in test_tpm2_format_1_success() 180 assert_string_equal(e, buf); in test_custom_handler() [all …]
|
H A D | key-value-parse.c | 34 assert_string_equal (key_value.key, "key"); in parse_key_value_simple_test() 35 assert_string_equal (key_value.value, "value"); in parse_key_value_simple_test() 129 assert_string_equal (key_value.key, "key"); in parse_key_value_alt_seps_test() 130 assert_string_equal (key_value.value, "value"); in parse_key_value_alt_seps_test() 176 assert_string_equal (test_data.value0, "value0"); in parse_key_value_string_good_test() 177 assert_string_equal (test_data.value1, "value1"); in parse_key_value_string_good_test()
|
H A D | fapi-json.c | 150 assert_string_equal(string1, string2); \ 194 assert_string_equal(jso_string1, jso_string2); \ 427 assert_string_equal(jso_string1, jso_string2); in check_policy_bin() 498 assert_string_equal(jso_string1, jso_string2); in check_policy_bin() 1079 assert_string_equal(string1, string2); in check_json_policy() 1190 assert_string_equal(string1, string2); in check_json_policy()
|
H A D | tcti-mssim.c | 51 assert_string_equal (mssim_conf.host, "127.0.0.1"); in conf_str_to_host_port_success_test() 73 assert_string_equal (mssim_conf.host, "127.0.0.1"); in conf_str_to_host_port_no_port_test() 93 assert_string_equal (mssim_conf.host, "::1"); in conf_str_to_host_ipv6_port_success_test() 112 assert_string_equal (mssim_conf.host, "::1"); in conf_str_to_host_ipv6_port_no_port_test()
|
H A D | tctildr-getinfo.c | 149 assert_string_equal (info_dst.name, name_dup); in copyinfo_success() 150 assert_string_equal (info_dst.description, description_dup); in copyinfo_success() 151 assert_string_equal (info_dst.config_help, config_help_dup); in copyinfo_success()
|
H A D | tctildr.c | 205 assert_string_equal (name_buf, "foo"); in test_conf_parse_name_colon() 213 assert_string_equal (name_buf, "foo"); in test_conf_parse_name_colon_conf() 214 assert_string_equal (conf_buf, "bar"); in test_conf_parse_name_colon_conf()
|
/aosp_15_r20/external/flashrom/tests/ |
H A D | helpers.c | 51 assert_string_equal("hello world", dest); in strcat_realloc_test_success() 59 assert_string_equal("HELLO AGAIN", str); in tolower_string_test_success() 61 assert_string_equal("hello again", str); in tolower_string_test_success()
|
H A D | flashrom.c | 23 assert_string_equal(text, expected); \
|
H A D | tests.c | 93 assert_string_equal(pathname, io_state->paths[io_state->noc]); in mock_open()
|
/aosp_15_r20/external/coreboot/tests/lib/ |
H A D | ux_locales-test.c | 124 assert_string_equal(ret, s->expect); in test_ux_locales_get_text() 155 assert_string_equal(ret, "translation_15_60"); in test_ux_locales_two_calls() 161 assert_string_equal(ret, "translation_1_0"); in test_ux_locales_two_calls()
|
H A D | edid-test.c | 284 assert_string_equal(out.manufacturer_name, EDID_MANUFACTURER_NAME); in test_decode_edid_basic_frame() 731 assert_string_equal(out.manufacturer_name, EDID_MANUFACTURER_NAME); in test_decode_edid_dtv_frame_with_extension() 1227 assert_string_equal(out.manufacturer_name, EDID_MANUFACTURER_NAME); in test_decode_edid_it_dtv_frame_with_extension()
|
H A D | b64_decode-test.c | 38 assert_string_equal((const char *)decoded, messages[i].dec); in test_b64_decode()
|
H A D | fmap-test.c | 198 assert_string_equal(area_name, found_area_name); in test_fmap_find_region_name()
|
/aosp_15_r20/external/coreboot/tests/drivers/ |
H A D | efivars.c | 122 assert_string_equal((const char *)buf, "is great"); in efi_test_header() 188 assert_string_equal((const char *)buf, "is awesome"); in efi_test_new_write()
|
/aosp_15_r20/external/coreboot/tests/commonlib/ |
H A D | device_tree-test.c | 98 assert_string_equal("fixed-clock", (char *)fdt_prop.data); in test_fdt_find_prop_in_node()
|
/aosp_15_r20/external/pytorch/torch/_numpy/testing/ |
H A D | utils.py | 1044 def assert_string_equal(actual, desired): function
|