/third_party/unity/test/ |
D | rakefile_helper.rb | 191 def save_test_results(test_base, output) argument 192 test_results = File.join('build',test_base) 217 test_base = File.basename('framework_test', C_EXTENSION) 218 link_it(test_base, obj_list) 221 output = runtest(test_base + " -v -r") 222 save_test_results(test_base, output) 242 test_base = File.basename("memory_test_#{name}", C_EXTENSION) 243 link_it(test_base, obj_list) 246 output = runtest(test_base) 247 save_test_results(test_base, output) [all …]
|
/third_party/boost/libs/random/test/ |
D | statistic_tests.cpp | 40 class test_base class 43 explicit test_base(test_environment & env) : environment(env) { } in test_base() function in test_base 49 class equidistribution_test : test_base 54 : test_base(env), classes(classes), in equidistribution_test() 86 class ks_distribution_test : test_base 90 : test_base(env), in ks_distribution_test() 117 class runs_test : test_base 122 : test_base(env), classes(classes), in runs_test() 152 class gap_test : test_base 157 : test_base(env), classes(classes), in gap_test() [all …]
|
/third_party/e2fsprogs/tests/ |
D | test_one.in | 70 test_base=`echo $test_name | sed -e 's/_.*//'` 71 default_script=$SRCDIR/defaults/${test_base}_script 73 . $SRCDIR/defaults/${test_base}_script
|
/third_party/cJSON/tests/unity/test/ |
D | rakefile_helper.rb | 220 test_base = File.basename(test, C_EXTENSION) 222 runner_name = test_base + '_Runner.c' 239 link_it(test_base, obj_list) 243 …executable = $cfg['linker']['bin_files']['destination'] + test_base + $cfg['linker']['bin_files'][… 250 test_results = $cfg['compiler']['build_path'] + test_base
|
/third_party/cJSON/tests/unity/examples/example_3/ |
D | rakefile_helper.rb | 184 test_base = File.basename(test, C_EXTENSION) 185 runner_name = test_base + '_Runner.c' 200 link_it(test_base, obj_list) 204 …executable = $cfg['linker']['bin_files']['destination'] + test_base + $cfg['linker']['bin_files'][… 211 test_results = $cfg['compiler']['build_path'] + test_base
|
/third_party/unity/examples/example_3/ |
D | rakefile_helper.rb | 186 test_base = File.basename(test, C_EXTENSION) 187 runner_name = test_base + '_Runner.c' 202 link_it(test_base, obj_list) 206 …executable = $cfg['linker']['bin_files']['destination'] + test_base + $cfg['linker']['bin_files'][… 213 test_results = $cfg['compiler']['build_path'] + test_base
|
/third_party/unity/extras/fixture/ |
D | rakefile_helper.rb | 164 test_base = 'framework_test' 165 link_it(test_base, obj_list) 169 …executable = $cfg['linker']['bin_files']['destination'] + test_base + $cfg['linker']['bin_files'][… 176 test_results = $cfg['compiler']['build_path'] + test_base
|
/third_party/unity/extras/memory/ |
D | rakefile_helper.rb | 168 test_base = 'framework_test' 169 link_it(test_base, obj_list) 173 …executable = $cfg['linker']['bin_files']['destination'] + test_base + $cfg['linker']['bin_files'][… 180 test_results = $cfg['compiler']['build_path'] + test_base
|
/third_party/cJSON/tests/unity/extras/fixture/ |
D | rakefile_helper.rb | 158 test_base = 'framework_test' 159 link_it(test_base, obj_list) 163 …executable = $cfg['linker']['bin_files']['destination'] + test_base + $cfg['linker']['bin_files'][… 170 test_results = $cfg['compiler']['build_path'] + test_base
|
/third_party/ltp/testcases/kernel/device-drivers/base/user_base/ |
D | Makefile | 5 test_base: $(OBJS) target 9 rm -f $(OBJS) test_base
|
/third_party/e2fsprogs/misc/ |
D | badblocks.c | 746 unsigned char *test_base, *save_base, *read_base; in test_nd() local 783 test_base = blkbuf + (blocks_at_once * block_size); in test_nd() 826 pattern_fill(test_base, pattern[pat_idx], in test_nd() 832 test_ptr = test_base; in test_nd() 931 test_ptr = test_base; in test_nd() 973 test_ptr = test_base; in test_nd()
|
/third_party/unity/test/tests/ |
D | test_generate_test_runner.rb | 1182 test_base = File.basename(test, C_EXTENSION) 1183 link_it(test_base, obj_list) 1186 output = runtest(test_base, true, cmdline_args)
|
/third_party/cJSON/tests/unity/test/tests/ |
D | test_generate_test_runner.rb | 1166 test_base = File.basename(test, C_EXTENSION) 1167 link_it(test_base, obj_list) 1172 …executable = $cfg['linker']['bin_files']['destination'] + test_base + $cfg['linker']['bin_files'][…
|
/third_party/protobuf/php/tests/ |
D | compatibility_test.sh | 119 sed -i.bak 's/PHPUnit_Framework_TestCase/\\PHPUnit\\Framework\\TestCase/g' tests/test_base.php
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_grep.py | 67 def test_base(self): member in FindfilesTest
|
/third_party/boost/libs/convert/test/ |
D | strtol_converter.cpp | 204 test_base() in test_base() function 395 test_base(); in main()
|
/third_party/python/Lib/unittest/test/ |
D | test_async_case.py | 258 async def test_base(self): member in TestAsyncCase.test_base_exception_from_async_method.Test
|
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/ |
D | ipcpipeline.c | 739 #define TEST_BASE(...) test_base(__FUNCTION__,##__VA_ARGS__) 772 test_base (const char *name, TestFeatures features, in test_base() function
|
/third_party/python/Lib/test/ |
D | test_dataclasses.py | 3168 def test_base(self): member in TestMakeDataclass
|
/third_party/protobuf/ |
D | Makefile.am | 955 php/tests/test_base.php \
|