Home
last modified time | relevance | path

Searched refs:C_EXTENSION (Results 1 – 13 of 13) sorted by relevance

/third_party/cJSON/tests/unity/examples/example_3/
Drakefile_helper.rb8 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/
Drakefile_helper.rb7 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/
Drakefile_helper.rb14 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/
Drakefile_helper.rb14 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/
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:
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/
Drakefile_helper.rb14 C_EXTENSION = '.c'.freeze constant
70 "#{File.basename(file, C_EXTENSION)}#{$cfg['compiler']['object_files']['extension']}"
/third_party/unity/extras/fixture/
Drakefile_helper.rb16 C_EXTENSION = '.c'.freeze constant
72 "#{File.basename(file, C_EXTENSION)}#{$cfg['compiler']['object_files']['extension']}"
/third_party/unity/extras/memory/
Drakefile_helper.rb16 C_EXTENSION = '.c'.freeze constant
77 "#{File.basename(file, C_EXTENSION)}#{$cfg['compiler']['object_files']['extension']}"
/third_party/unity/test/tests/
Dtest_generate_test_runner.rb1182 test_base = File.basename(test, C_EXTENSION)
1229 basename = File.basename(testset[:testfile], C_EXTENSION)
/third_party/cJSON/tests/unity/test/tests/
Dtest_generate_test_runner.rb1166 test_base = File.basename(test, C_EXTENSION)
1221 basename = File.basename(testset[:testfile], C_EXTENSION)
/third_party/python/Lib/test/
Dtest_imp.py274 if found[2][2] != imp.C_EXTENSION:
/third_party/python/Doc/library/
Dimp.rst40 :const:`PY_SOURCE`, :const:`PY_COMPILED`, or :const:`C_EXTENSION`, described
331 .. data:: C_EXTENSION