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_bigalloc/
Dscript34 make_file() {
76 make_file sample $base --uninit >> $TMPFILE.cmd
81 make_file b$i $(($base + (40 * ($i - 8)))) --uninit >> $TMPFILE.cmd
87 make_file c$i $(($base + 320 + (40 * ($i - 24)))) --uninit >> $TMPFILE.cmd
92 make_file d $(($base + 640)) --uninit >> $TMPFILE.cmd
96 make_file e $(($base + 680)) --uninit >> $TMPFILE.cmd
115 make_file g$i $(($base + (40 * ($i - 8)))) >> $TMPFILE.cmd
121 make_file h$i $(($base + 320 + (40 * ($i - 24)))) >> $TMPFILE.cmd
126 make_file i $(($base + 640)) >> $TMPFILE.cmd
130 make_file j $(($base + 680)) >> $TMPFILE.cmd
/external/e2fsprogs/tests/d_fallocate/
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/
Dscript34 make_file() {
64 make_file sample $base --uninit >> $TMPFILE.cmd
69 make_file b$i $(($base + (40 * ($i - 8)))) --uninit >> $TMPFILE.cmd
75 make_file c$i $(($base + 320 + (40 * ($i - 24)))) --uninit >> $TMPFILE.cmd
80 make_file d $(($base + 640)) --uninit >> $TMPFILE.cmd
84 make_file e $(($base + 680)) --uninit >> $TMPFILE.cmd
/external/e2fsprogs/tests/d_punch/
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/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/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.py194 full = i.make_file(f1a,t1a,'from','to',context=False,numlines=5)
242 output = html_diff.make_file(patch914575_from1.splitlines(),
248 output = html_diff.make_file(patch914575_from1.splitlines(),
255 output = html_diff.make_file(patch914575_nonascii_from1.splitlines(),
Dtest_tempfile.py877 def make_file(): function
882 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/cpython2/Tools/scripts/
Ddiff.py43 …diff = difflib.HtmlDiff().make_file(fromlines,tolines,fromfile,tofile,context=options.c,numlines=n)
/external/python/cpython3/Tools/scripts/
Ddiff.py53 …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.py750 self.file = self.make_file()
780 self.file = self.make_file()
872 def make_file(self): member in FieldStorage
Ddifflib.py1742 def make_file(self, fromlines, tolines, fromdesc='', todesc='', member in HtmlDiff
/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/cpython3/Lib/distutils/
Dcmd.py373 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`
769 diff = difflib.HtmlDiff().make_file(fromlines, tolines, fromfile,
/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>`
/external/python/cpython3/Misc/
DNEWS6512 - Issue #2052: Add charset parameter to HtmlDiff.make_file().