Searched refs:C_EXTENSION (Results 1 – 13 of 13) sorted by relevance
/third_party/cJSON/tests/unity/examples/example_3/ |
D | rakefile_helper.rb | 8 C_EXTENSION = '.c'.freeze constant 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/examples/example_3/ |
D | rakefile_helper.rb | 7 C_EXTENSION = '.c'.freeze constant 25 path = $cfg['compiler']['unit_tests_path'] + 'Test*' + C_EXTENSION 48 src_file = dir + header.ext(C_EXTENSION) 87 obj_file = "#{File.basename(file, C_EXTENSION)}#{$cfg['compiler']['object_files']['extension']}" 186 test_base = File.basename(test, C_EXTENSION) 228 main_path = $cfg['compiler']['source_path'] + main + C_EXTENSION 238 main_base = File.basename(main_path, C_EXTENSION)
|
/third_party/unity/test/ |
D | rakefile_helper.rb | 14 C_EXTENSION = '.c'.freeze constant 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/cJSON/tests/unity/test/ |
D | rakefile_helper.rb | 14 C_EXTENSION = '.c'.freeze constant 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/ |
D | imp.py | 40 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:
|
D | pkgutil.py | 304 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/ |
D | rakefile_helper.rb | 14 C_EXTENSION = '.c'.freeze constant 70 "#{File.basename(file, C_EXTENSION)}#{$cfg['compiler']['object_files']['extension']}"
|
/third_party/unity/extras/fixture/ |
D | rakefile_helper.rb | 16 C_EXTENSION = '.c'.freeze constant 72 "#{File.basename(file, C_EXTENSION)}#{$cfg['compiler']['object_files']['extension']}"
|
/third_party/unity/extras/memory/ |
D | rakefile_helper.rb | 16 C_EXTENSION = '.c'.freeze constant 77 "#{File.basename(file, C_EXTENSION)}#{$cfg['compiler']['object_files']['extension']}"
|
/third_party/unity/test/tests/ |
D | test_generate_test_runner.rb | 1182 test_base = File.basename(test, C_EXTENSION) 1229 basename = File.basename(testset[:testfile], C_EXTENSION)
|
/third_party/cJSON/tests/unity/test/tests/ |
D | test_generate_test_runner.rb | 1166 test_base = File.basename(test, C_EXTENSION) 1221 basename = File.basename(testset[:testfile], C_EXTENSION)
|
/third_party/python/Lib/test/ |
D | test_imp.py | 274 if found[2][2] != imp.C_EXTENSION:
|
/third_party/python/Doc/library/ |
D | imp.rst | 40 :const:`PY_SOURCE`, :const:`PY_COMPILED`, or :const:`C_EXTENSION`, described 331 .. data:: C_EXTENSION
|