HomeSort by relevance Sort by last modified time
    Searched full:write_file (Results 26 - 50 of 237) sorted by null

12 3 4 5 6 7 8 910

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_headers.py 21 self.write_file(header1)
22 self.write_file(header2)
test_file_util.py 6 from distutils.file_util import move_file, write_file, copy_file
65 write_file(foo, lines)
72 write_file(foo, 'content')
test_install_data.py 25 self.write_file(one, 'xxx')
28 self.write_file(two, 'xxx')
61 self.write_file(three, 'xx')
test_bdist_dumb.py 52 self.write_file((pkg_dir, 'setup.py'), SETUP_PY)
53 self.write_file((pkg_dir, 'foo.py'), '#')
54 self.write_file((pkg_dir, 'MANIFEST.in'), 'include foo.py')
55 self.write_file((pkg_dir, 'README'), '')
test_upload.py 75 self.write_file(self.rc, PYPIRC)
86 self.write_file(self.rc, PYPIRC_NOPASSWORD)
104 self.write_file(path)
107 self.write_file(self.rc, PYPIRC_LONG_PASSWORD)
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_inherit_test/
cpuset_inherit_testset.sh 46 local write_file="$1"
51 mkdir -p "$(dirname $write_file)" || {
52 tst_brkm TFAIL "Failed to mkdir -p $(basename $write_file)"
57 /bin/echo "$write_string" > "$write_file" 2> $CPUSET_TMP/stderr
58 mkdir $(dirname $write_file)/2 2> $CPUSET_TMP/stderr
60 write_result="$(cat "$(dirname $write_file)/2/$(basename $write_file)")"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_file_util.py 6 from distutils.file_util import move_file, write_file, copy_file
65 write_file(foo, lines)
72 write_file(foo, 'content')
test_install_data.py 25 self.write_file(one, 'xxx')
28 self.write_file(two, 'xxx')
61 self.write_file(three, 'xx')
test_bdist_dumb.py 52 self.write_file((pkg_dir, 'setup.py'), SETUP_PY)
53 self.write_file((pkg_dir, 'foo.py'), '#')
54 self.write_file((pkg_dir, 'MANIFEST.in'), 'include foo.py')
55 self.write_file((pkg_dir, 'README'), '')
test_sdist.py 70 self.write_file((self.tmp_dir, 'README'), 'xxx')
71 self.write_file((self.tmp_dir, 'somecode', '__init__.py'), '#')
72 self.write_file((self.tmp_dir, 'setup.py'), SETUP_PY)
105 self.write_file((self.tmp_dir, 'somecode', '.svn', 'ok.py'), 'xxx')
108 self.write_file((self.tmp_dir, 'somecode', '.hg',
112 self.write_file((self.tmp_dir, 'somecode', '.git',
187 self.write_file((self.tmp_dir, 'somecode', 'doc.txt'), '#')
188 self.write_file((self.tmp_dir, 'somecode', 'doc.dat'), '#')
193 self.write_file((data_dir, 'data.dt'), '#')
196 self.write_file((self.tmp_dir, 'inroot.txt'), '#')
    [all...]
test_upload.py 75 self.write_file(self.rc, PYPIRC)
86 self.write_file(self.rc, PYPIRC_NOPASSWORD)
104 self.write_file(path)
107 self.write_file(self.rc, PYPIRC_LONG_PASSWORD)
test_archive_util.py 45 self.write_file([tmpdir, 'file1'], 'xxx')
46 self.write_file([tmpdir, 'file2'], 'xxx')
48 self.write_file([tmpdir, 'sub', 'file3'], 'xxx')
93 self.write_file([dist, 'file1'], 'xxx')
94 self.write_file([dist, 'file2'], 'xxx')
96 self.write_file([dist, 'sub', 'file3'], 'xxx')
193 self.write_file([tmpdir, 'file1'], 'xxx')
194 self.write_file([tmpdir, 'file2'], 'xxx')
test_install_lib.py 41 self.write_file(f, '# python file')
61 self.write_file(f, '# python file')
78 self.write_file(f, '# python file')
  /external/python/cpython2/Lib/distutils/tests/
test_install_data.py 25 self.write_file(one, 'xxx')
28 self.write_file(two, 'xxx')
61 self.write_file(three, 'xx')
test_bdist_dumb.py 52 self.write_file((pkg_dir, 'setup.py'), SETUP_PY)
53 self.write_file((pkg_dir, 'foo.py'), '#')
54 self.write_file((pkg_dir, 'MANIFEST.in'), 'include foo.py')
55 self.write_file((pkg_dir, 'README'), '')
test_upload.py 79 self.write_file(self.rc, PYPIRC)
90 self.write_file(self.rc, PYPIRC_NOPASSWORD)
108 self.write_file(path)
111 self.write_file(self.rc, PYPIRC_LONG_PASSWORD)
test_install_lib.py 41 self.write_file(f, '# python file')
61 self.write_file(f, '# python file')
78 self.write_file(f, '# python file')
  /external/python/cpython3/Lib/distutils/tests/
test_install_data.py 23 self.write_file(one, 'xxx')
26 self.write_file(two, 'xxx')
59 self.write_file(three, 'xx')
test_upload.py 90 self.write_file(self.rc, PYPIRC)
101 self.write_file(self.rc, PYPIRC_NOPASSWORD)
119 self.write_file(path)
122 self.write_file(self.rc, PYPIRC_LONG_PASSWORD)
154 self.write_file(path)
156 self.write_file(self.rc, PYPIRC_LONG_PASSWORD)
test_config.py 90 self.write_file(self.rc, PYPIRC)
101 self.write_file(self.rc, PYPIRC_OLD)
124 self.write_file(self.rc, PYPIRC)
test_install_lib.py 45 self.write_file(f, '# python file')
63 self.write_file(f, '# python package')
83 self.write_file(f, '# python package')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_file_util.py 6 from distutils.file_util import move_file, write_file, copy_file
65 write_file(foo, lines)
72 write_file(foo, 'content')
test_install_data.py 25 self.write_file(one, 'xxx')
28 self.write_file(two, 'xxx')
61 self.write_file(three, 'xx')
test_bdist_dumb.py 52 self.write_file((pkg_dir, 'setup.py'), SETUP_PY)
53 self.write_file((pkg_dir, 'foo.py'), '#')
54 self.write_file((pkg_dir, 'MANIFEST.in'), 'include foo.py')
55 self.write_file((pkg_dir, 'README'), '')
test_upload.py 75 self.write_file(self.rc, PYPIRC)
86 self.write_file(self.rc, PYPIRC_NOPASSWORD)
104 self.write_file(path)
107 self.write_file(self.rc, PYPIRC_LONG_PASSWORD)

Completed in 441 milliseconds

12 3 4 5 6 7 8 910