Lines Matching refs:map
84 …all_files_used += testfile_includes.map { |filename| "#{filename}.c" } unless testfile_includes.em…
132 ….map { |line| line.gsub(substring_unre, substring_unsubs) } # unhide the problematic characters pr…
154 …an(/(\[|<)\s*(-?\d+.?\d*)\s*,\s*(-?\d+.?\d*)\s*,\s*(-?\d+.?\d*)\s*(\]|>)/m).map do |arg_values_str|
156 arg_values_str[1...-1].map do |arg_value_str|
159 end.map do |arg_values|
162 result.nil? ? arg_range_expanded.map { |a| [a] } : result.product(arg_range_expanded)
163 end.map do |arg_combinations|
172 args += type_and_args[i + 1].scan(args_regex).flatten.map do |arg_values_str|
176 end.map do |arg_combinations|
213 system: source.scan(/^\s*#include\s+<\s*(.+)\s*>/).flatten.map { |inc| "<#{inc}>" },
296 mocks = mock_headers.map { |mock| File.basename(mock, '.*') }