Home
last modified time | relevance | path

Searched defs:write_through (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/cros/faft/utils/
Dflashrom_handler.py395 def write_partial(self, subsection_name, blob=None, write_through=True): argument
455 def set_gbb_flags(self, flags, write_through=False): argument
521 def set_section_body(self, section, blob, write_through=False): argument
526 def set_section_sig(self, section, blob, write_through=False): argument
531 def set_section_fwid(self, section, blob, write_through=False): argument
548 write_through=False): argument
/external/linux-kselftest/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c24 uint64_t write_through:1; member
39 uint64_t write_through:1; member
54 uint64_t write_through:1; member
69 uint64_t write_through:1; member
/external/python/cpython3/Lib/
D_pyio.py1940 line_buffering=False, write_through=False): argument
1986 line_buffering=False, write_through=False): argument
2051 def write_through(self): member in TextIOWrapper
2060 line_buffering=None, write_through=None): argument
/external/python/cpython3/Modules/_io/clinic/
Dtextio.c.h167 int write_through = 0; in _io_TextIOWrapper___init__() local
/external/python/cpython3/Modules/_io/
Dtextio.c652 char write_through; member
1025 int write_through) in _io_TextIOWrapper___init___impl()
1310 int write_through; in _io_TextIOWrapper_reconfigure_impl() local
/external/python/cpython3/Python/
Dpylifecycle.c1707 PyObject *line_buffering, *write_through; in create_stdio() local
/external/u-boot/fs/yaffs2/
Dyaffs_guts.c3492 int n_bytes, int write_through) in yaffs_do_file_wr()
3663 int n_bytes, int write_through) in yaffs_wr_file()