/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/ |
D | script | 32 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/ |
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/ |
D | script | 32 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/e2fsprogs/tests/d_punch_bigalloc/ |
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 | 202 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(),
|
D | test_tempfile.py | 882 def make_file(): function 887 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 | 45 …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 | 692 self.file = self.make_file() 722 self.file = self.make_file() 814 def make_file(self): member in FieldStorage
|
D | difflib.py | 1746 def make_file(self, fromlines, tolines, fromdesc='', todesc='', member in HtmlDiff
|
/external/python/cpython3/Lib/distutils/ |
D | cmd.py | 373 def make_file(self, infiles, outfile, func, args, member in Command
|
/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/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` 771 diff = difflib.HtmlDiff().make_file(fromlines, tolines, fromfile,
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0a3.rst | 401 Add charset parameter to HtmlDiff.make_file().
|
/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>`
|