Searched refs:make_file (Results 1 - 11 of 11) sorted by relevance
/third_party/ltp/testcases/network/ |
H A D | generate.sh | 43 make_file="$abs_top_srcdir/tools/make-file.sh" 44 if [ ! -x "$make_file" ] ; then 45 echo "$make_file isn't an executable file" >&2 50 "$make_file" "$small_file" $small_size 51 "$make_file" "$medium_file" $medium_size 52 "$make_file" "$large_file" $large_size 53 "$make_file" "$jumbo_file" $jumbo_size
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_cmd.py | 54 self.assertRaises(TypeError, cmd.make_file, 62 cmd.make_file(infiles='in', outfile='out', func='func', args=())
|
/third_party/musl/scripts/ |
H A D | compare.py | 15 c = compare.make_file(a,b)
|
/third_party/ltp/testcases/kernel/fs/mongo/ |
H A D | reiser_fract_tree.c | 143 void make_file(int size) in make_file() function 287 make_file(size); in fill_this_directory()
|
/third_party/python/Lib/test/ |
H A D | test_difflib.py | 208 full = i.make_file(f1a,t1a,'from','to',context=False,numlines=5) 256 output = html_diff.make_file(patch914575_from1.splitlines(), 262 output = html_diff.make_file(patch914575_from1.splitlines(), 269 output = html_diff.make_file(patch914575_nonascii_from1.splitlines(),
|
H A D | test_tempfile.py | 983 def make_file(): function 988 for i, l in enumerate(make_file()):
|
/third_party/python/Tools/scripts/ |
H A D | diff.py | 53 diff = difflib.HtmlDiff().make_file(fromlines,tolines,fromfile,tofile,context=options.c,numlines=n)
|
/third_party/python/Lib/ |
H A D | cgi.py | 324 the make_file() method, which is called internally to come up with 696 self.file = self.make_file() 726 self.file = self.make_file() 819 def make_file(self): member in FieldStorage
|
H A D | difflib.py | 1677 make_file -- generates complete HTML file with a single side by side table 1705 def make_file(self, fromlines, tolines, fromdesc='', todesc='', member in HtmlDiff
|
/third_party/python/Lib/importlib/metadata/ |
H A D | __init__.py | 650 def make_file(name, hash=None, size_str=None): function 659 return list(starmap(make_file, csv.reader(lines)))
|
/third_party/python/Lib/distutils/ |
H A D | cmd.py | 373 def make_file(self, infiles, outfile, func, args, member in Command
|
Completed in 13 milliseconds