Home
last modified time | relevance | path

Searched refs:create_file (Results 1 – 25 of 77) sorted by relevance

1234

/external/ltp/testcases/misc/math/float/trigo/
Dgentrigo.c52 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/
Dgenexp_log.c51 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/
Dgenpower.c51 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/
Dgenbessel.c51 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/autotest/client/bin/result_tools/
Ddelete_file_throttler_unittest.py68 unittest_lib.create_file(file1, LARGE_SIZE_BYTE)
72 unittest_lib.create_file(file2, LARGE_SIZE_BYTE)
76 unittest_lib.create_file(file_to_keep, MEDIUM_SIZE_BYTE)
80 unittest_lib.create_file(file3, SMALL_SIZE_BYTE)
86 unittest_lib.create_file(file4, LARGE_SIZE_BYTE)
90 unittest_lib.create_file(protected_file, LARGE_SIZE_BYTE)
96 unittest_lib.create_file(file5, LARGE_SIZE_BYTE)
100 unittest_lib.create_file(test_run, LARGE_SIZE_BYTE)
104 unittest_lib.create_file(perf_data, LARGE_SIZE_BYTE)
Dutils_unittest.py200 unittest_lib.create_file(file1)
204 unittest_lib.create_file(file2)
206 unittest_lib.create_file(file3)
211 unittest_lib.create_file(file4)
233 unittest_lib.create_file(file1)
235 unittest_lib.create_file(file2, 2*SIZE)
237 unittest_lib.create_file(file3, SIZE)
239 unittest_lib.create_file(file4, SIZE)
243 unittest_lib.create_file(file4, SIZE)
251 unittest_lib.create_file(file10, SIZE)
[all …]
Dshrink_file_throttler_unittest.py56 unittest_lib.create_file(build_info, ORIGINAL_SIZE_BYTE)
60 unittest_lib.create_file(file1, ORIGINAL_SIZE_BYTE)
64 unittest_lib.create_file(file2, ORIGINAL_SIZE_BYTE)
68 unittest_lib.create_file(file3, ORIGINAL_SIZE_BYTE)
73 unittest_lib.create_file(file4, ORIGINAL_SIZE_BYTE)
79 unittest_lib.create_file(file4, ORIGINAL_SIZE_BYTE)
120 unittest_lib.create_file(self.file_to_shrink, LARGE_SIZE_BYTE)
Dzip_file_throttler_unittest.py55 unittest_lib.create_file(build_info, ORIGINAL_SIZE_BYTE)
59 unittest_lib.create_file(file1, ORIGINAL_SIZE_BYTE)
63 unittest_lib.create_file(file2, ORIGINAL_SIZE_BYTE)
67 unittest_lib.create_file(file3, ORIGINAL_SIZE_BYTE)
73 unittest_lib.create_file(file4, ORIGINAL_SIZE_BYTE)
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy_file/
Dcopy_file.pass.cpp71 const path file = env.create_file("file1", 42); in TEST_CASE()
72 const path file2 = env.create_file("file2", 55); in TEST_CASE()
95 const path file = env.create_file("file1", 42); in TEST_CASE()
105 const path dest = env.create_file("dest2", 55); in TEST_CASE()
114 const path older = env.create_file("older_file", 1); in TEST_CASE()
117 const path from = env.create_file("update_from", 55); in TEST_CASE()
120 const path newer = env.create_file("newer_file", 2); in TEST_CASE()
132 const path file2 = env.create_file("file2", 55); in TEST_CASE()
143 const path file = env.create_file("file1", 42); in TEST_CASE()
158 const path file = env.create_file("file1", 42); in TEST_CASE()
[all …]
/external/autotest/cli/
Dtopic_common_unittest.py100 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 …]
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.remove_all/
Dremove_all.pass.cpp59 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()
99 env.create_file("file", 42), in TEST_CASE()
116 const path file = env.create_file(dir / "file", 42); in TEST_CASE()
135 const path out_of_dir_file = env.create_file("file1", 42); in TEST_CASE()
138 env.create_file(dir / "file1", 42), in TEST_CASE()
140 env.create_file(dir1 / "file2", 42), in TEST_CASE()
/external/ltp/testcases/misc/math/float/iperb/
Dgeniperb.c51 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/
Dunlink05.c121 void create_file();
163 create_file(); in main()
183 create_file(); in setup()
197 void create_file(void) in create_file() function
Dunlink06.c123 void create_file();
155 create_file(); in main()
212 void create_file(void) in create_file() function
/external/python/cpython3/Lib/test/
Dtest_genericpath.py14 def create_file(filename, data=b'foo'): function
102 create_file(filename, b'Hello')
106 create_file(filename, b'Hello World!')
113 create_file(filename, b'foo')
156 create_file(filename)
172 create_file(filename)
189 create_file(file1)
192 create_file(file2)
203 create_file(test_fn1)
209 create_file(test_fn2)
[all …]
Daudiotests.py54 def create_file(self, testfile): member in AudioWriteTests
71 f = self.create_file(TESTFN)
126 f = self.create_file(TESTFN)
134 f = self.create_file(TESTFN)
142 f = self.create_file(TESTFN)
150 f = self.create_file(TESTFN)
160 f = self.create_file(testfile)
172 f = self.create_file(testfile)
186 f = self.create_file(testfile)
196 with self.create_file(TESTFN) as f:
[all …]
/external/python/cpython2/Lib/test/
Daudiotests.py71 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.last_write_time/
Dlast_write_time.pass.cpp82 const path file = env.create_file("file", 42); in TestSupportsNegativeTimes()
110 const path file = env.create_file("file", 42); in TestSupportsMaxTime()
207 const path file = env.create_file("file", 42); in TEST_CASE()
229 env.create_file("dir/file1", 1); in TEST_CASE()
251 const path file = env.create_file("file", 42); in TEST_CASE()
315 const path file = env.create_file("file", 42); in TEST_CASE()
346 const path p = env.create_file("file", 42); in TEST_CASE()
384 const path p = env.create_file("file", 42); in TEST_CASE()
413 const path file = env.create_file("dir/file", 42); in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_hard_link/
Dcreate_hard_link.pass.cpp40 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.rename/
Drename.pass.cpp59 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/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_symlink/
Dcreate_symlink.pass.cpp41 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.copy/
Dcopy.pass.cpp69 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/ltp/testcases/kernel/fs/fs-bench/
Dcreate-files.c20 void create_file(char *filename);
65 create_file(filename); in main()
100 void create_file(char *filename) in create_file() function
Drandom-access-del-create.c24 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.remove/
Dremove.pass.cpp59 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()
97 env.create_file("file", 42), in TEST_CASE()

1234