Searched defs:func_names (Results 1 – 4 of 4) sorted by relevance
/third_party/vulkan-loader/tests/ |
D | loader_unknown_ext_tests.cpp | 137 void add_function_names(std::vector<std::string>& func_names, uint32_t function_count, uint32_t fun… in add_function_names() 150 …ntation_functions(std::vector<VulkanFunction>& function_list, std::vector<std::string>& func_names, in fill_implementation_functions() 164 void fill_device_intercept_functions(TestLayer& layer, std::vector<std::string>& func_names, Functi… in fill_device_intercept_functions() 177 void fill_phys_dev_intercept_functions(TestLayer& layer, std::vector<std::string>& func_names, Func… in fill_phys_dev_intercept_functions() 190 … std::vector<std::string>& func_names, uint32_t function_count, uint32_t function_start = 0) { in check_custom_functions() 221 … FunctionStruct const& s, std::vector<std::string>& func_names, uint32_t function_count, in check_layer_custom_functions() 261 … TestLayer& layer, FunctionStruct const& s, std::vector<std::string>& func_names, in check_layer_custom_functions_no_implementation() 299 … TestLayer& layer, FunctionStruct const& s, std::vector<std::string>& func_names, in check_layer_custom_functions_no_interception()
|
/third_party/python/Lib/test/ |
D | test_heapq.py | 17 func_names = ['heapify', 'heappop', 'heappush', 'heappushpop', 'heapreplace', variable
|
D | test_statistics.py | 189 func_names = ['_normal_dist_inv_cdf'] variable in TestModules
|
/third_party/ffmpeg/libavfilter/ |
D | avf_showcqt.c | 230 const char *func_names[] = { "a_weighting", "b_weighting", "c_weighting", NULL }; in init_volume() local 461 const char *func_names[] = { "midi", "r", "g", "b", NULL }; in init_axis_color() local
|