Home
last modified time | relevance | path

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

/external/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
/external/e2fsprogs/tests/d_fallocate/
Dscript32 make_file() {
74 make_file sample $base --uninit >> $TMPFILE.cmd
79 make_file b$i $(($base + (40 * ($i - 8)))) --uninit >> $TMPFILE.cmd
85 make_file c$i $(($base + 320 + (40 * ($i - 24)))) --uninit >> $TMPFILE.cmd
90 make_file d $(($base + 640)) --uninit >> $TMPFILE.cmd
94 make_file e $(($base + 680)) --uninit >> $TMPFILE.cmd
113 make_file g$i $(($base + (40 * ($i - 8)))) >> $TMPFILE.cmd
119 make_file h$i $(($base + 320 + (40 * ($i - 24)))) >> $TMPFILE.cmd
124 make_file i $(($base + 640)) >> $TMPFILE.cmd
128 make_file j $(($base + 680)) >> $TMPFILE.cmd
/external/e2fsprogs/tests/d_fallocate_bigalloc/
Dscript33 make_file() {
75 make_file sample $base --uninit >> $TMPFILE.cmd
80 make_file b$i $(($base + (40 * ($i - 8)))) --uninit >> $TMPFILE.cmd
86 make_file c$i $(($base + 320 + (40 * ($i - 24)))) --uninit >> $TMPFILE.cmd
91 make_file d $(($base + 640)) --uninit >> $TMPFILE.cmd
95 make_file e $(($base + 680)) --uninit >> $TMPFILE.cmd
114 make_file g$i $(($base + (40 * ($i - 8)))) >> $TMPFILE.cmd
120 make_file h$i $(($base + 320 + (40 * ($i - 24)))) >> $TMPFILE.cmd
125 make_file i $(($base + 640)) >> $TMPFILE.cmd
129 make_file j $(($base + 680)) >> $TMPFILE.cmd
/external/e2fsprogs/tests/d_punch_bigalloc/
Dscript33 make_file() {
63 make_file sample $base --uninit >> $TMPFILE.cmd
68 make_file b$i $(($base + (40 * ($i - 8)))) --uninit >> $TMPFILE.cmd
74 make_file c$i $(($base + 320 + (40 * ($i - 24)))) --uninit >> $TMPFILE.cmd
79 make_file d $(($base + 640)) --uninit >> $TMPFILE.cmd
83 make_file e $(($base + 680)) --uninit >> $TMPFILE.cmd
/external/e2fsprogs/tests/d_punch/
Dscript32 make_file() {
62 make_file sample $base --uninit >> $TMPFILE.cmd
67 make_file b$i $(($base + (40 * ($i - 8)))) --uninit >> $TMPFILE.cmd
73 make_file c$i $(($base + 320 + (40 * ($i - 24)))) --uninit >> $TMPFILE.cmd
78 make_file d $(($base + 640)) --uninit >> $TMPFILE.cmd
82 make_file e $(($base + 680)) --uninit >> $TMPFILE.cmd
/external/python/cpython3/Lib/distutils/tests/
Dtest_cmd.py54 self.assertRaises(TypeError, cmd.make_file,
62 cmd.make_file(infiles='in', outfile='out', func='func', args=())
/external/python/cpython2/Lib/distutils/tests/
Dtest_cmd.py54 self.assertRaises(TypeError, cmd.make_file,
62 cmd.make_file(infiles='in', outfile='out', func='func', args=())
/external/python/cpython3/Lib/test/
Dtest_difflib.py202 full = i.make_file(f1a,t1a,'from','to',context=False,numlines=5)
250 output = html_diff.make_file(patch914575_from1.splitlines(),
256 output = html_diff.make_file(patch914575_from1.splitlines(),
263 output = html_diff.make_file(patch914575_nonascii_from1.splitlines(),
Dtest_tempfile.py882 def make_file(): function
887 for i, l in enumerate(make_file()):
/external/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()
/external/python/cpython3/Tools/scripts/
Ddiff.py53 …diff = difflib.HtmlDiff().make_file(fromlines,tolines,fromfile,tofile,context=options.c,numlines=n)
/external/python/cpython2/Tools/scripts/
Ddiff.py45 …diff = difflib.HtmlDiff().make_file(fromlines,tolines,fromfile,tofile,context=options.c,numlines=n)
/external/python/cpython2/Lib/
Dcgi.py653 self.file = self.make_file('b')
675 self.file = self.make_file('')
751 def make_file(self, binary=None): member in FieldStorage
Ddifflib.py1709 def make_file(self,fromlines,tolines,fromdesc='',todesc='',context=False, member in HtmlDiff
/external/python/cpython3/Lib/
Dcgi.py692 self.file = self.make_file()
722 self.file = self.make_file()
814 def make_file(self): member in FieldStorage
Ddifflib.py1746 def make_file(self, fromlines, tolines, fromdesc='', todesc='', member in HtmlDiff
/external/python/cpython3/Lib/distutils/
Dcmd.py373 def make_file(self, infiles, outfile, func, args, member in Command
/external/python/cpython2/Lib/test/
Dtest_difflib.py163 full = i.make_file(f1a,t1a,'from','to',context=False,numlines=5)
/external/python/cpython2/Lib/distutils/
Dcmd.py394 def make_file(self, infiles, outfile, func, args, member in Command
/external/python/cpython2/Doc/library/
Ddifflib.rst104 .. function:: make_file(fromlines, tolines [, fromdesc][, todesc][, context][, numlines])
130 The arguments for this method are the same as those for the :meth:`make_file`
771 diff = difflib.HtmlDiff().make_file(fromlines, tolines, fromfile,
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a3.rst401 Add charset parameter to HtmlDiff.make_file().
/external/python/cpython3/Doc/library/
Ddifflib.rst110 .. method:: make_file(fromlines, tolines, fromdesc='', todesc='', context=False, \
140 The arguments for this method are the same as those for the :meth:`make_file`
/external/python/cpython3/Doc/whatsnew/
D3.5.rst1064 :meth:`HtmlDiff.make_file() <difflib.HtmlDiff.make_file>`