/external/ltp/testcases/misc/math/float/trigo/ |
D | gentrigo.c | 52 int create_file(char *func_name, int NbVal) in create_file() function 81 child = create_file(funct, 0); in main() 85 child = create_file(funct, 0); in main() 89 child = create_file(funct, 0); in main() 93 child = create_file(funct, 0); in main() 97 child = create_file(funct, 0); in main() 101 child = create_file(funct, 0); in main() 105 child = create_file(funct, 0); in main()
|
/external/ltp/testcases/misc/math/float/exp_log/ |
D | genexp_log.c | 51 int create_file(char *func_name, int NbVal) in create_file() function 80 child = create_file(funct, 0); in main() 84 child = create_file(funct, 0); in main() 88 child = create_file(funct, 0); in main() 92 child = create_file(funct, 0); in main() 96 child = create_file(funct, 0); in main() 100 child = create_file(funct, 0); in main() 104 child = create_file(funct, 0); in main()
|
/external/ltp/testcases/misc/math/float/power/ |
D | genpower.c | 51 int create_file(char *func_name, int NbVal) in create_file() function 80 child = create_file(funct, 0); in main() 84 child = create_file(funct, 0); in main() 88 child = create_file(funct, 0); in main() 92 child = create_file(funct, 0); in main() 96 child = create_file(funct, 0); in main() 100 child = create_file(funct, 0); in main()
|
/external/ltp/testcases/misc/math/float/bessel/ |
D | genbessel.c | 51 int create_file(char *func_name, int NbVal) in create_file() function 83 child = create_file(funct, 0); in main() 87 child = create_file(funct, 0); in main() 91 child = create_file(funct, 0); in main() 95 child = create_file(funct, 0); in main() 99 child = create_file(funct, 0); in main()
|
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy_file/ |
D | copy_file.pass.cpp | 71 const path file = env.create_file("file1", 42); in TEST_CASE() 72 const path file2 = env.create_file("file2", 55); in TEST_CASE() 91 const path file = env.create_file("file1", 42); in TEST_CASE() 101 const path dest = env.create_file("dest2", 55); in TEST_CASE() 110 const path older = env.create_file("older_file", 1); in TEST_CASE() 113 const path from = env.create_file("update_from", 55); in TEST_CASE() 116 const path newer = env.create_file("newer_file", 2); in TEST_CASE() 128 const path file2 = env.create_file("file2", 55); in TEST_CASE() 139 const path file = env.create_file("file1", 42); in TEST_CASE() 154 const path file = env.create_file("file1", 42); in TEST_CASE() [all …]
|
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.remove_all/ |
D | remove_all.pass.cpp | 59 env.create_file(non_empty_dir / "file1", 42); in TEST_CASE() 61 const path file_in_bad_dir = env.create_file(bad_perms_dir / "file", 42); in TEST_CASE() 63 const path bad_perms_file = env.create_file("file2", 42); in TEST_CASE() 87 env.create_file("file", 42), in TEST_CASE() 104 const path file = env.create_file(dir / "file", 42); in TEST_CASE() 123 const path out_of_dir_file = env.create_file("file1", 42); in TEST_CASE() 126 env.create_file(dir / "file1", 42), in TEST_CASE() 128 env.create_file(dir1 / "file2", 42), in TEST_CASE()
|
/external/autotest/cli/ |
D | topic_common_unittest.py | 100 flist_obj = cli_mock.create_file('') 107 flist_obj = cli_mock.create_file('a\nb\nc\n') 114 flist_obj = cli_mock.create_file('a b c\nd e\nf\n') 121 flist_obj = cli_mock.create_file('a,b,c\nd,e\nf\n') 128 flist_obj = cli_mock.create_file('a,b c\nd,e\nf\ng h,i') 136 flist_obj = cli_mock.create_file('a, b c\nd,e\nf\ng h,i') 144 flist_obj = cli_mock.create_file('a, b c\nd,e, \nf,\ng h,i ,') 152 flist_obj = cli_mock.create_file('a\nb\nc') 159 flist_obj = cli_mock.create_file('\na\nb\n\nc\n') 166 flist_obj = cli_mock.create_file('a\nb\\,c\\,d\nef\\,g') [all …]
|
D | job_unittest.py | 739 file_temp = cli_mock.create_file(self.ctrl_file) 751 file_temp = cli_mock.create_file(self.ctrl_file) 763 file_temp = cli_mock.create_file(self.ctrl_file) 775 file_temp = cli_mock.create_file(self.ctrl_file) 788 file_temp = cli_mock.create_file(self.ctrl_file) 845 file_temp = cli_mock.create_file(self.ctrl_file) 894 ctemp = cli_mock.create_file(self.ctrl_file) 895 file_temp = cli_mock.create_file('host0\nhost1\nhost2\nhost3') 907 file_temp = cli_mock.create_file(self.ctrl_file) 918 file_temp = cli_mock.create_file(self.ctrl_file) [all …]
|
D | user_unittest.py | 24 ufile = cli_mock.create_file('user0\nuser3\nuser4\n') 51 ufile = cli_mock.create_file('user0\nuser3\nuser4\n') 130 ufile = cli_mock.create_file('user0 user1\n')
|
/external/autotest/client/bin/result_tools/ |
D | utils_unittest.py | 171 unittest_lib.create_file(file1) 175 unittest_lib.create_file(file2) 177 unittest_lib.create_file(file3) 182 unittest_lib.create_file(file4) 205 unittest_lib.create_file(file1) 207 unittest_lib.create_file(file2, 2*SIZE) 209 unittest_lib.create_file(file3, SIZE) 213 unittest_lib.create_file(file4, SIZE) 217 unittest_lib.create_file(server_file, 10*SIZE) 222 unittest_lib.create_file(file1) [all …]
|
/external/ltp/testcases/misc/math/float/iperb/ |
D | geniperb.c | 51 int create_file(char *func_name, int NbVal) in create_file() function 82 child = create_file(funct, 0); in main() 86 child = create_file(funct, 0); in main() 90 child = create_file(funct, 0); in main()
|
/external/ltp/testcases/kernel/syscalls/unlink/ |
D | unlink05.c | 121 void create_file(); 163 create_file(); in main() 183 create_file(); in setup() 197 void create_file(void) in create_file() function
|
D | unlink06.c | 122 void create_file(); 154 create_file(); in main() 211 void create_file(void) in create_file() function
|
/external/python/cpython2/Lib/test/ |
D | audiotests.py | 71 def create_file(self, testfile): member in AudioWriteTests 91 f = self.create_file(TESTFN) 99 f = self.create_file(TESTFN) 109 f = self.create_file(testfile) 121 f = self.create_file(testfile) 135 f = self.create_file(testfile) 145 f = self.create_file(TESTFN) 155 f = self.create_file(testfile) 166 f = self.create_file(testfile) 184 f = self.create_file(testfile)
|
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_hard_link/ |
D | create_hard_link.pass.cpp | 40 const path file = env.create_file("file1", 42); in TEST_CASE() 41 const path file2 = env.create_file("file2", 55); in TEST_CASE() 53 const path file = env.create_file("file"); in TEST_CASE()
|
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_symlink/ |
D | create_symlink.pass.cpp | 41 const path file = env.create_file("file1", 42); in TEST_CASE() 42 const path file2 = env.create_file("file2", 55); in TEST_CASE() 54 const path file = env.create_file("file", 42); in TEST_CASE()
|
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.last_write_time/ |
D | last_write_time.pass.cpp | 82 const path file = env.create_file("file", 42); in TestSupportsNegativeTimes() 100 const path file = env.create_file("file", 42); in TestSupportsMaxTime() 179 const path file = env.create_file("file", 42); in TEST_CASE() 201 env.create_file("dir/file1", 1); in TEST_CASE() 223 const path file = env.create_file("file", 42); in TEST_CASE() 287 const path file = env.create_file("file", 42); in TEST_CASE() 318 const path p = env.create_file("file", 42); in TEST_CASE() 356 const path p = env.create_file("file", 42); in TEST_CASE() 385 const path file = env.create_file("dir/file", 42); in TEST_CASE()
|
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.rename/ |
D | rename.pass.cpp | 59 const path file = env.create_file("file1", 42); in TEST_CASE() 86 const path file = env.create_file("file1", 42); in TEST_CASE() 103 const path file2 = env.create_file("file2", 42); in TEST_CASE() 104 const path file3 = env.create_file("file3", 100); in TEST_CASE()
|
/external/ltp/testcases/kernel/fs/fs-bench/ |
D | create-files.c | 20 void create_file(char *filename); 65 create_file(filename); in main() 100 void create_file(char *filename) in create_file() function
|
D | random-access-del-create.c | 24 int create_file(char *filename); 80 create_file(fname); in create_or_delete() 94 int create_file(char *filename) in create_file() function
|
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy/ |
D | copy.pass.cpp | 69 const path file = env.create_file("file1", 42); in TEST_CASE() 119 const path file = env.create_file("file", 42); in TEST_CASE() 154 const path file = env.create_file("file", 42); in TEST_CASE() 214 env.create_file(dir / FI.filename, FI.size); in TEST_CASE() 215 env.create_file(nested_dir / FI.filename, FI.size); in TEST_CASE() 265 const path file1 = env.create_file("file1", 42); in TEST_CASE() 266 const path file2 = env.create_file("file2", 101); in TEST_CASE()
|
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.remove/ |
D | remove.pass.cpp | 59 env.create_file(non_empty_dir / "file1", 42); in TEST_CASE() 61 const path file_in_bad_dir = env.create_file(bad_perms_dir / "file", 42); in TEST_CASE() 85 env.create_file("file", 42), in TEST_CASE()
|
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy_symlink/ |
D | copy_symlink.pass.cpp | 59 const path file = env.create_file("file1", 42); in TEST_CASE() 60 const path file2 = env.create_file("file2", 55); in TEST_CASE() 88 const path file = env.create_file("file", 42); in TEST_CASE()
|
/external/autotest/client/site_tests/platform_FileSize/ |
D | platform_FileSize.py | 27 def create_file(self, size, fname): member in platform_FileSize 56 filesize = self.create_file(reqsize[i], reqname[i])
|
/external/ltp/testcases/network/stress/ftp/ |
D | ftp-download-stress | 69 create_file $FTP_DOWNLOAD_DIR/ftp_file $DOWNLOAD_BIGFILESIZE || \ 83 create_file $FTP_DOWNLOAD_DIR/ftp_reg_file $DOWNLOAD_REGFILESIZE || \
|