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

1 2 34 5 6 7 8 910

  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
Test.pm 28 sub write_file { subroutine
69 write_file($grammar_file, $grammar);
73 write_file($test_program_file, $test_program);
  /external/curl/docs/examples/
smooth-gtk-thread.c 61 size_t write_file(void *ptr, size_t size, size_t nmemb, FILE *stream) function
63 /* printf("write_file\n"); */
96 curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, write_file);
  /external/python/cpython2/Lib/distutils/tests/
test_file_util.py 6 from distutils.file_util import move_file, write_file, copy_file
70 write_file(foo, lines)
77 write_file(foo, 'content')
  /device/linaro/bootloader/OpenPlatformPkg/Applications/SpiTool/
SpiFlashCmd.c 79 WRITE_FILE = 16,
323 case WRITE_FILE:
390 if (Flag & (WRITE_FILE | UPDATE_FILE)) {
405 if (Flag & (WRITE_FILE | UPDATE_FILE)) {
431 case WRITE_FILE:
453 case WRITE_FILE:
  /external/autotest/client/cros/faft/utils/
shell_wrapper.py 79 def write_file(self, path, data): member in class:LocalShell
169 def write_file(self, path, data): member in class:AdbShell
172 self._host_shell.write_file(f.name, data)
  /external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c 105 static void write_file(char *filename, char *fmt, ...) function
168 write_file("/proc/self/uid_map", "0 %d 1", uid);
169 write_file("/proc/self/gid_map", "0 %d 1", gid);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_shutil.py 53 def write_file(self, path, content='xxx'): member in class:TestShutil
346 self.write_file([tmpdir, 'file1'], 'xxx')
347 self.write_file([tmpdir, 'file2'], 'xxx')
349 self.write_file([tmpdir, 'sub', 'file3'], 'xxx')
394 self.write_file([dist, 'file1'], 'xxx')
395 self.write_file([dist, 'file2'], 'xxx')
397 self.write_file([dist, 'sub', 'file3'], 'xxx')
463 self.write_file([tmpdir, 'file1'], 'xxx')
464 self.write_file([tmpdir, 'file2'], 'xxx')
  /external/libxcam/xcore/
file_handle.cpp 149 FileHandle::write_file (const void *buf, const size_t &size) function in class:XCam::FileHandle
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_shutil.py 54 def write_file(self, path, content='xxx'): member in class:TestShutil
351 self.write_file(file1, 'xxx')
352 self.write_file(file2, 'xxx')
376 self.write_file([tmpdir, 'file1'], 'xxx')
377 self.write_file([tmpdir, 'file2'], 'xxx')
379 self.write_file([tmpdir, 'sub', 'file3'], 'xxx')
426 self.write_file([dist, 'file1'], 'xxx')
427 self.write_file([dist, 'file2'], 'xxx')
429 self.write_file([dist, 'sub', 'file3'], 'xxx')
495 self.write_file([tmpdir, 'file1'], 'xxx'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_shutil.py 54 def write_file(self, path, content='xxx'): member in class:TestShutil
351 self.write_file(file1, 'xxx')
352 self.write_file(file2, 'xxx')
376 self.write_file([tmpdir, 'file1'], 'xxx')
377 self.write_file([tmpdir, 'file2'], 'xxx')
379 self.write_file([tmpdir, 'sub', 'file3'], 'xxx')
426 self.write_file([dist, 'file1'], 'xxx')
427 self.write_file([dist, 'file2'], 'xxx')
429 self.write_file([dist, 'sub', 'file3'], 'xxx')
495 self.write_file([tmpdir, 'file1'], 'xxx'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py 54 def write_file(self, path, content='xxx'): member in class:TestShutil
351 self.write_file(file1, 'xxx')
352 self.write_file(file2, 'xxx')
376 self.write_file([tmpdir, 'file1'], 'xxx')
377 self.write_file([tmpdir, 'file2'], 'xxx')
379 self.write_file([tmpdir, 'sub', 'file3'], 'xxx')
426 self.write_file([dist, 'file1'], 'xxx')
427 self.write_file([dist, 'file2'], 'xxx')
429 self.write_file([dist, 'sub', 'file3'], 'xxx')
495 self.write_file([tmpdir, 'file1'], 'xxx'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py 54 def write_file(self, path, content='xxx'): member in class:TestShutil
351 self.write_file(file1, 'xxx')
352 self.write_file(file2, 'xxx')
376 self.write_file([tmpdir, 'file1'], 'xxx')
377 self.write_file([tmpdir, 'file2'], 'xxx')
379 self.write_file([tmpdir, 'sub', 'file3'], 'xxx')
426 self.write_file([dist, 'file1'], 'xxx')
427 self.write_file([dist, 'file2'], 'xxx')
429 self.write_file([dist, 'sub', 'file3'], 'xxx')
495 self.write_file([tmpdir, 'file1'], 'xxx'
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
main.py 40 def write_file(self, new_text, filename, old_text, encoding): member in class:StdoutRefactoringTool
54 write = super(StdoutRefactoringTool, self).write_file
  /external/chromium-trace/catapult/common/py_utils/py_utils/
lock_unittest.py 27 def _ReadFileWithSharedLockBlockingThenWrite(read_file, write_file):
31 with open(write_file, 'a') as f2:
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs_test.py 29 def write_file(path, contents, **_kwargs): function in function:MockDeviceWithFiles
37 device.WriteFile = mock.Mock(side_effect=write_file)
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
shared_prefs_test.py 28 def write_file(path, contents, **_kwargs): function in function:MockDeviceWithFiles
36 device.WriteFile = mock.Mock(side_effect=write_file)
  /external/ltp/testcases/kernel/io/writetest/
writetest.c 76 int write_file(off_t num_blocks, const char *filename) function
239 rv = write_file(NumBlocks, Filename);
  /external/python/cpython3/Lib/distutils/tests/
test_build_py.py 95 self.write_file('boiledeggs.py', 'import antigravity')
112 self.write_file('boiledeggs.py', 'import antigravity')
test_cygwinccompiler.py 77 self.write_file(self.python_h, 'xxx')
81 self.write_file(self.python_h, 'xxx __GNUC__ xxx')
  /external/tensorflow/tensorflow/python/kernel_tests/
io_ops_test.py 55 w = io_ops.write_file(temp.name, contents)
69 w = io_ops.write_file(filepath, contents)
  /external/python/cpython3/Lib/test/
test_reprlib.py 219 def write_file(path, text): function
289 write_file(os.path.join(self.subpkgname, 'foo.py'), '''\
306 write_file(os.path.join(self.subpkgname, 'bar.py'), '''\
317 write_file(os.path.join(self.subpkgname, 'baz.py'), '''\
330 write_file(os.path.join(self.subpkgname, 'qux.py'), '''\
  /external/autotest/client/tests/disktest/src/
disktest.c 135 void write_file(unsigned int end_time, int random_access) function
358 write_file(end_time, 0);
362 write_file(end_time, 1);
  /external/boringssl/src/util/bot/go/
bootstrap.py 93 def write_file(path, data): function
170 write_file([path], r"""
201 write_file([toolset_root, 'INSTALLED_TOOLSET'], available)
  /external/linux-kselftest/tools/testing/selftests/capabilities/
test_execve.c 80 static void write_file(char *filename, char *fmt, ...) function
124 write_file("/proc/self/uid_map", "%d %d 1", inner_uid, outer_uid);
125 write_file("/proc/self/gid_map", "0 %d 1", outer_gid);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
support.py 77 def write_file(self, path, content='xxx'): member in class:TempdirManager

Completed in 1900 milliseconds

1 2 34 5 6 7 8 910