Home
last modified time | relevance | path

Searched refs:cmd_str (Results 1 - 8 of 8) sorted by relevance

/third_party/unity/examples/example_3/
H A Drakefile_helper.rb89 cmd_str = "#{compiler[:command]}#{compiler[:defines]}#{compiler[:options]}#{compiler[:includes]} #{file} " \
92 execute(cmd_str + obj_file)
114 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]}"
115 cmd_str += " #{(obj_list.map { |obj| "#{$cfg['linker']['object_files']['path']}#{obj}" }).join(' ')}"
116 cmd_str += " #{$cfg['linker']['bin_files']['prefix']} "
117 cmd_str += $cfg['linker']['bin_files']['destination']
118 cmd_str += exe_name + $cfg['linker']['bin_files']['extension']
119 execute(cmd_str)
211 cmd_str = if simulator.nil?
216 output = execute(cmd_str, tru
[all...]
/third_party/unity/test/
H A Drakefile_helper.rb139 cmd_str = build_command_string( $cfg[:tools][:test_compiler], [ file, out_file ], defines )
140 execute(cmd_str)
146 cmd_str = build_command_string( $cfg[:tools][:test_linker], [ obj_list, exe_name ] )
147 execute(cmd_str)
154 cmd_str = build_command_string( $cfg[:tools][:test_fixture], [ bin_name, extra_args ] )
156 cmd_str = bin_name + extra_args
158 execute(cmd_str, ok_to_fail)
/third_party/vixl/test/aarch64/
H A Dtest-debugger-aarch64.h102 std::string cmd_str(cmd); \
103 cmd_str += "\n"; \
105 input_stream.str(input_stream.str() + cmd_str); \
106 command_map.insert({cmd_str, exp_out}); \
/third_party/cJSON/tests/unity/extras/fixture/
H A Drakefile_helper.rb68 cmd_str = "#{compiler[:command]}#{compiler[:defines]}#{compiler[:options]}#{compiler[:includes]} #{unity_include} #{file} " \
72 execute(cmd_str)
93 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " +
98 execute(cmd_str)
164 cmd_str = if simulator.nil?
169 output = execute(cmd_str)
/third_party/cJSON/tests/unity/test/
H A Drakefile_helper.rb105 cmd_str = "#{compiler[:command]}#{compiler[:defines]}#{compiler[:options]}#{compiler[:includes]} #{file} " \
108 execute(cmd_str + obj_file)
131 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " +
136 execute(cmd_str)
244 cmd_str = if simulator.nil?
249 output = execute(cmd_str)
/third_party/cJSON/tests/unity/examples/example_3/
H A Drakefile_helper.rb86 cmd_str = "#{compiler[:command]}#{compiler[:defines]}#{compiler[:options]}#{compiler[:includes]} #{file} " \
89 execute(cmd_str + obj_file)
111 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " +
116 execute(cmd_str)
205 cmd_str = if simulator.nil?
210 output = execute(cmd_str, true, false)
/third_party/cJSON/tests/unity/test/tests/
H A Dtest_generate_test_runner.rb1173 cmd_str = if simulator.nil?
1178 output = execute(cmd_str, true)
/third_party/vulkan-loader/scripts/
H A Dupdate_deps.py432 def CustomPreProcess(self, cmd_str, repo_dict):
433 return cmd_str.format(repo_dict, self._args, CONFIG_MAP[self._args.config])

Completed in 5 milliseconds