| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
| 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')
|
| test_archive_util.py | 62 self.write_file([tmpdir, 'file1'], 'xxx') 63 self.write_file([tmpdir, 'file2'], 'xxx') 65 self.write_file([tmpdir, 'sub', 'file3'], 'xxx') 110 self.write_file([dist, 'file1'], 'xxx') 111 self.write_file([dist, 'file2'], 'xxx') 113 self.write_file([dist, 'sub', 'file3'], 'xxx') 210 self.write_file([tmpdir, 'file1'], 'xxx') 211 self.write_file([tmpdir, 'file2'], 'xxx')
|
| test_config.py | 85 self.write_file(self.rc, PYPIRC) 97 self.write_file(self.rc, PYPIRC_OLD)
|
| test_config_cmd.py | 74 self.write_file(f1, 'xxx') 75 self.write_file(f2, 'xxx')
|
| test_clean.py | 30 self.write_file(os.path.join(path, f))
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
| 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')
|
| test_archive_util.py | 62 self.write_file([tmpdir, 'file1'], 'xxx') 63 self.write_file([tmpdir, 'file2'], 'xxx') 65 self.write_file([tmpdir, 'sub', 'file3'], 'xxx') 110 self.write_file([dist, 'file1'], 'xxx') 111 self.write_file([dist, 'file2'], 'xxx') 113 self.write_file([dist, 'sub', 'file3'], 'xxx') 210 self.write_file([tmpdir, 'file1'], 'xxx') 211 self.write_file([tmpdir, 'file2'], 'xxx')
|
| test_config.py | 85 self.write_file(self.rc, PYPIRC) 97 self.write_file(self.rc, PYPIRC_OLD)
|
| test_config_cmd.py | 74 self.write_file(f1, 'xxx') 75 self.write_file(f2, 'xxx')
|
| test_clean.py | 30 self.write_file(os.path.join(path, f))
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
| test_config.py | 85 self.write_file(self.rc, PYPIRC)
97 self.write_file(self.rc, PYPIRC_OLD)
|
| test_config_cmd.py | 73 self.write_file(f1, 'xxx')
74 self.write_file(f2, 'xxx')
|
| test_clean.py | 30 self.write_file(os.path.join(path, f))
|
| /external/python/cpython2/Lib/distutils/tests/ |
| test_archive_util.py | 62 self.write_file([tmpdir, 'file1'], 'xxx') 63 self.write_file([tmpdir, 'file2'], 'xxx') 65 self.write_file([tmpdir, 'sub', 'file3'], 'xxx') 110 self.write_file([dist, 'file1'], 'xxx') 111 self.write_file([dist, 'file2'], 'xxx') 113 self.write_file([dist, 'sub', 'file3'], 'xxx') 210 self.write_file([tmpdir, 'file1'], 'xxx') 211 self.write_file([tmpdir, 'file2'], 'xxx')
|
| test_config.py | 85 self.write_file(self.rc, PYPIRC) 97 self.write_file(self.rc, PYPIRC_OLD)
|
| test_config_cmd.py | 72 self.write_file(f1, 'xxx') 73 self.write_file(f2, 'xxx')
|
| test_clean.py | 30 self.write_file(os.path.join(path, f))
|
| /external/python/cpython3/Lib/distutils/tests/ |
| test_config_cmd.py | 75 self.write_file(f1, 'xxx') 76 self.write_file(f2, 'xxx')
|
| test_clean.py | 28 self.write_file(os.path.join(path, f))
|
| /external/libxcam/xcore/ |
| file_handle.h | 47 XCamReturn write_file (const void *buf, const size_t &size);
|
| /external/ltp/testcases/kernel/syscalls/open/ |
| open14.c | 64 static void write_file(int fd) function 81 write_file(fd); 152 write_file(fd[i]); 198 write_file(fd[i]);
|
| /external/ltp/testcases/kernel/syscalls/openat/ |
| openat03.c | 75 static void write_file(int fd) function 92 write_file(fd); 163 write_file(fd[i]); 209 write_file(fd[i]);
|
| /external/ltp/testcases/kernel/controllers/cpuset/cpuset_base_ops_test/ |
| cpuset_base_ops_testset.sh | 46 local write_file="$1" 52 mkdir -p "$(dirname $write_file)" || { 53 tst_brkm TFAIL "Failed to mkdir -p $(basename $write_file)" 58 /bin/echo "$write_string" > "$write_file" 2> $CPUSET_TMP/stderr 60 write_result="$(cat "$write_file")"
|
| /external/python/cpython3/Lib/test/ |
| test_shutil.py | 53 def write_file(path, content, binary=False): function 116 write_file(os.path.join(victim, 'somefile'), 'foo') 149 write_file(file1, 'foo') 171 write_file((tmpdir, "tstfile"), "") 268 write_file((TESTFN, 'foo'), 'foo') 281 write_file(src, 'foo') 282 write_file(dst, 'foo') 314 write_file(src, 'foo') 315 write_file(dst, 'foo') 344 write_file(src, 'foo' [all...] |
| /frameworks/base/tools/streaming_proto/java/ |
| main.cpp | 157 write_file(CodeGeneratorResponse* response, const FileDescriptorProto& file_descriptor, function 224 write_file(response, file_descriptor, 237 write_file(response, file_descriptor, 260 write_file(response, file_descriptor,
|