Home
last modified time | relevance | path

Searched refs:C_EXTENSION (Results 1 - 10 of 10) sorted by relevance

/third_party/cJSON/tests/unity/examples/example_3/
H A Drakefile_helper.rb8 C_EXTENSION = '.c'.freeze
26 path = $cfg['compiler']['unit_tests_path'] + 'Test*' + C_EXTENSION
49 src_file = dir + header.ext(C_EXTENSION)
88 obj_file = "#{File.basename(file, C_EXTENSION)}#{$cfg['compiler']['object_files']['extension']}"
184 test_base = File.basename(test, C_EXTENSION)
226 main_path = $cfg['compiler']['source_path'] + main + C_EXTENSION
236 main_base = File.basename(main_path, C_EXTENSION)
/third_party/unity/test/
H A Drakefile_helper.rb14 C_EXTENSION = '.c'.freeze
36 path = 'tests/test*' + C_EXTENSION
62 src_file = dir + header.ext(C_EXTENSION)
138 out_file = File.join('build', File.basename(file, C_EXTENSION)) + $cfg[:extension][:object]
217 test_base = File.basename('framework_test', C_EXTENSION)
242 test_base = File.basename("memory_test_#{name}", C_EXTENSION)
280 test_base = File.basename(test, C_EXTENSION)
/third_party/unity/examples/example_3/
H A Drakefile_helper.rb12 C_EXTENSION = '.c'.freeze
30 path = "#{$cfg['compiler']['unit_tests_path']}Test*#{C_EXTENSION}"
53 src_file = dir + header.ext(C_EXTENSION)
91 obj_file = "#{File.basename(file, C_EXTENSION)}#{$cfg['compiler']['object_files']['extension']}"
190 test_base = File.basename(test, C_EXTENSION)
232 main_path = $cfg['compiler']['source_path'] + main + C_EXTENSION
242 main_base = File.basename(main_path, C_EXTENSION)
/third_party/cJSON/tests/unity/test/
H A Drakefile_helper.rb14 C_EXTENSION = '.c'.freeze
36 path = $cfg['compiler']['unit_tests_path'] + 'test*' + C_EXTENSION
59 src_file = dir + header.ext(C_EXTENSION)
107 obj_file = "#{File.basename(file, C_EXTENSION)}#{$cfg['compiler']['object_files']['extension']}"
220 test_base = File.basename(test, C_EXTENSION)
/third_party/python/Lib/
H A Dimp.py40 C_EXTENSION = 3 variable
108 extensions = [(s, 'rb', C_EXTENSION) for s in machinery.EXTENSION_SUFFIXES]
238 elif type_ == C_EXTENSION and load_dynamic is not None:
H A Dpkgutil.py304 elif mod_type in (imp.PY_COMPILED, imp.C_EXTENSION):
364 elif mod_type in (imp.PY_SOURCE, imp.PY_COMPILED, imp.C_EXTENSION):
/third_party/cJSON/tests/unity/extras/fixture/
H A Drakefile_helper.rb14 C_EXTENSION = '.c'.freeze
70 "#{File.basename(file, C_EXTENSION)}#{$cfg['compiler']['object_files']['extension']}"
/third_party/cJSON/tests/unity/test/tests/
H A Dtest_generate_test_runner.rb1166 test_base = File.basename(test, C_EXTENSION)
1221 basename = File.basename(testset[:testfile], C_EXTENSION)
/third_party/unity/test/tests/
H A Dtest_generate_test_runner.rb1220 test_base = File.basename(test, C_EXTENSION)
1267 basename = File.basename(testset[:testfile], C_EXTENSION)
/third_party/python/Lib/test/
H A Dtest_imp.py279 if found[2][2] != imp.C_EXTENSION:

Completed in 7 milliseconds