Home
last modified time | relevance | path

Searched refs:make_file (Results 1 – 14 of 14) sorted by relevance

/third_party/ltp/testcases/network/
Dgenerate.sh43 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/
Dtest_cmd.py54 self.assertRaises(TypeError, cmd.make_file,
62 cmd.make_file(infiles='in', outfile='out', func='func', args=())
/third_party/musl/scripts/
Dcompare.py15 c = compare.make_file(a,b)
/third_party/ltp/testcases/kernel/fs/mongo/
Dreiser_fract_tree.c143 void make_file(int size) in make_file() function
287 make_file(size); in fill_this_directory()
/third_party/python/Lib/test/
Dtest_difflib.py208 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(),
Dtest_tempfile.py959 def make_file(): function
964 for i, l in enumerate(make_file()):
/third_party/python/Tools/scripts/
Ddiff.py53 …diff = difflib.HtmlDiff().make_file(fromlines,tolines,fromfile,tofile,context=options.c,numlines=n)
/third_party/python/Lib/
Dcgi.py688 self.file = self.make_file()
718 self.file = self.make_file()
811 def make_file(self): member in FieldStorage
Ddifflib.py1705 def make_file(self, fromlines, tolines, fromdesc='', todesc='', member in HtmlDiff
/third_party/python/Lib/distutils/
Dcmd.py373 def make_file(self, infiles, outfile, func, args, member in Command
/third_party/python/Lib/importlib/metadata/
D__init__.py616 def make_file(name, hash=None, size_str=None): function
623 return file_lines and list(starmap(make_file, csv.reader(file_lines)))
/third_party/python/Misc/NEWS.d/
D3.5.0a3.rst401 Add charset parameter to HtmlDiff.make_file().
/third_party/python/Doc/library/
Ddifflib.rst111 .. method:: make_file(fromlines, tolines, fromdesc='', todesc='', context=False, \
145 The arguments for this method are the same as those for the :meth:`make_file`
/third_party/python/Doc/whatsnew/
D3.5.rst1064 :meth:`HtmlDiff.make_file() <difflib.HtmlDiff.make_file>`