Home
last modified time | relevance | path

Searched refs:data_name (Results 1 – 8 of 8) sorted by relevance

/third_party/mbedtls/tests/
DCMakeLists.txt68 set(data_name ${ARGV1}) variable
70 set(data_name ${suite_name}) variable
86 if(";${generated_data_names};" MATCHES ";${data_name};")
88 ${CMAKE_CURRENT_BINARY_DIR}/suites/test_suite_${data_name}.data)
91 ${CMAKE_CURRENT_SOURCE_DIR}/suites/test_suite_${data_name}.data)
98 test_suite_${data_name}.c
118 test_suite_${data_name}.datax
121 add_executable(test_suite_${data_name} test_suite_${data_name}.c $<TARGET_OBJECTS:mbedtls_test>)
122 target_link_libraries(test_suite_${data_name} ${libs})
127 target_include_directories(test_suite_${data_name}
[all …]
/third_party/ffmpeg/libavcodec/tests/
Davpacket.c30 const uint8_t *data_name = NULL; in setup_side_data_entry() local
36 data_name = av_packet_side_data_name(AV_PKT_DATA_NEW_EXTRADATA); in setup_side_data_entry()
39 bytes = strlen(data_name); in setup_side_data_entry()
47 memcpy(extra_data, data_name, bytes); in setup_side_data_entry()
/third_party/alsa-utils/topology/
Dpre-process-object.c476 snd_config_t *attr, char *data_name, in tplg_pp_add_object_tuple_section() argument
485 tplg_pp_debug("Building vendor tuples section: '%s' ...", data_name); in tplg_pp_add_object_tuple_section()
517 tuple_cfg = tplg_find_config(top, data_name); in tplg_pp_add_object_tuple_section()
520 ret = tplg_config_make_add(&tuple_cfg, data_name, SND_CONFIG_TYPE_COMPOUND, top); in tplg_pp_add_object_tuple_section()
522 SNDERR("Error creating new vendor tuples config %s\n", data_name); in tplg_pp_add_object_tuple_section()
529 SNDERR("Error creating tokens config for '%s'\n", data_name); in tplg_pp_add_object_tuple_section()
535 SNDERR("Error setting tokens config for '%s'\n", data_name); in tplg_pp_add_object_tuple_section()
542 SNDERR("Error creating tuples config for '%s'\n", data_name); in tplg_pp_add_object_tuple_section()
549 SNDERR("Error creating tuples type config for '%s'\n", data_name); in tplg_pp_add_object_tuple_section()
557 SNDERR("can't find tuples config in %s\n", data_name); in tplg_pp_add_object_tuple_section()
[all …]
/third_party/boost/libs/math/reporting/performance/
Dtest_gcd.cpp63 const char* data_name; member
65 …nction_template(vector<pair<T, T> > const &data, const char* name) : data(data), data_name(name) {} in test_function_template()
75 string(data_name), in operator ()()
433 void test_n_bits(unsigned n, std::string data_name, const std::vector<pair<boost::multiprecision::c…
446 …st_functions), test_function_template<int_type>(p_data ? *p_data : data, data_name.c_str(), true));
/third_party/mbedtls/tests/scripts/
Dgenerate_test_code.py1122 data_name = os.path.splitext(data_file_name)[0]
1124 out_c_file = os.path.join(args.out_dir, data_name + '.c')
1125 out_data_file = os.path.join(args.out_dir, data_name + '.datax')
/third_party/e2fsprogs/util/
Dmkutf8data.c44 const char *data_name = DATA_NAME; variable
2107 printf("Parsing %s\n", data_name); in nfkdi_init()
2108 file = fopen(data_name, "r"); in nfkdi_init()
2110 open_fail(data_name, errno); in nfkdi_init()
2119 line_fail(data_name, line); in nfkdi_init()
2131 line_fail(data_name, line); in nfkdi_init()
2148 file_fail(data_name); in nfkdi_init()
3336 data_name = optarg; in main()
/third_party/lwip/src/netif/ppp/
Dutils.c468 if (protp != 0 && protp->data_name != 0) { in ppp_format_packet()
469 printer(arg, "[%s data]", protp->data_name); in ppp_format_packet()
/third_party/lwip/src/include/netif/ppp/
Dppp_impl.h309 const char *data_name; /* Text name of corresponding data protocol */ member