/external/ltp/testcases/network/ |
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
|
/external/e2fsprogs/tests/d_fallocate_bigalloc/ |
D | script | 34 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/ |
D | script | 33 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/ |
D | script | 34 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/ |
D | script | 33 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/ |
D | test_cmd.py | 54 self.assertRaises(TypeError, cmd.make_file, 62 cmd.make_file(infiles='in', outfile='out', func='func', args=())
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_cmd.py | 54 self.assertRaises(TypeError, cmd.make_file, 62 cmd.make_file(infiles='in', outfile='out', func='func', args=())
|
/external/python/cpython3/Lib/test/ |
D | test_difflib.py | 194 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(),
|
D | test_tempfile.py | 877 def make_file(): function 882 for i, l in enumerate(make_file()):
|
/external/ltp/testcases/kernel/fs/mongo/ |
D | reiser_fract_tree.c | 143 void make_file(int size) in make_file() function 287 make_file(size); in fill_this_directory()
|
/external/python/cpython2/Tools/scripts/ |
D | diff.py | 43 …diff = difflib.HtmlDiff().make_file(fromlines,tolines,fromfile,tofile,context=options.c,numlines=n)
|
/external/python/cpython3/Tools/scripts/ |
D | diff.py | 53 …diff = difflib.HtmlDiff().make_file(fromlines,tolines,fromfile,tofile,context=options.c,numlines=n)
|
/external/python/cpython2/Lib/ |
D | cgi.py | 653 self.file = self.make_file('b') 675 self.file = self.make_file('') 751 def make_file(self, binary=None): member in FieldStorage
|
D | difflib.py | 1709 def make_file(self,fromlines,tolines,fromdesc='',todesc='',context=False, member in HtmlDiff
|
/external/python/cpython3/Lib/ |
D | cgi.py | 750 self.file = self.make_file() 780 self.file = self.make_file() 872 def make_file(self): member in FieldStorage
|
D | difflib.py | 1742 def make_file(self, fromlines, tolines, fromdesc='', todesc='', member in HtmlDiff
|
/external/python/cpython2/Lib/test/ |
D | test_difflib.py | 163 full = i.make_file(f1a,t1a,'from','to',context=False,numlines=5)
|
/external/python/cpython2/Lib/distutils/ |
D | cmd.py | 394 def make_file(self, infiles, outfile, func, args, member in Command
|
/external/python/cpython3/Lib/distutils/ |
D | cmd.py | 373 def make_file(self, infiles, outfile, func, args, member in Command
|
/external/python/cpython2/Doc/library/ |
D | difflib.rst | 104 .. 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/ |
D | difflib.rst | 110 .. 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/ |
D | 3.5.rst | 1064 :meth:`HtmlDiff.make_file() <difflib.HtmlDiff.make_file>`
|
/external/python/cpython3/Misc/ |
D | NEWS | 6512 - Issue #2052: Add charset parameter to HtmlDiff.make_file().
|