Home
last modified time | relevance | path

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

/external/autotest/client/cros/faft/utils/
Dflashrom_handler.py554 def write_partial(self, subsection_name, blob=None, write_through=True): argument
617 def set_gbb_flags(self, flags, write_through=False): argument
757 def set_section_body(self, section, blob, write_through=False): argument
762 def set_section_sig(self, section, blob, write_through=False): argument
767 def set_section_fwid(self, section, blob, write_through=False): argument
784 write_through=False): argument
865 def _strip_section_fwid(self, section, write_through=True): argument
/external/linux-kselftest/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c23 uint64_t write_through:1; member
38 uint64_t write_through:1; member
53 uint64_t write_through:1; member
68 uint64_t write_through:1; member
/external/python/cpython3/Lib/
D_pyio.py2005 line_buffering=False, write_through=False): argument
2053 line_buffering=False, write_through=False): argument
2118 def write_through(self): member in TextIOWrapper
2127 line_buffering=None, write_through=None): argument
/external/python/cpython3/Modules/_io/clinic/
Dtextio.c.h206 int write_through = 0; in _io_TextIOWrapper___init__() local
/external/python/cpython3/Modules/_io/
Dtextio.c654 char write_through; member
1076 int write_through) in _io_TextIOWrapper___init___impl()
1364 int write_through; in _io_TextIOWrapper_reconfigure_impl() local
/external/python/cpython3/Python/
Dpylifecycle.c1781 PyObject *line_buffering, *write_through; in create_stdio() local