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.py526 def write_partial(self, subsection_name, blob=None, write_through=True): argument
589 def set_gbb_flags(self, flags, write_through=False): argument
729 def set_section_body(self, section, blob, write_through=False): argument
734 def set_section_sig(self, section, blob, write_through=False): argument
739 def set_section_fwid(self, section, blob, write_through=False): argument
756 write_through=False): argument
840 def _strip_section_fwid(self, section, write_through=True): argument
/external/python/cpython3/Lib/
D_pyio.py2028 line_buffering=False, write_through=False): argument
2079 line_buffering=False, write_through=False): argument
2144 def write_through(self): member in TextIOWrapper
2153 line_buffering=None, write_through=None): argument
/external/ltp/testcases/kernel/kvm/include/
Dkvm_x86.h98 unsigned int write_through: 1; member
/external/python/cpython3/Modules/_io/clinic/
Dtextio.c.h196 int write_through = 0; in _io_TextIOWrapper___init__() local
/external/python/cpython3/Modules/_io/
Dtextio.c655 char write_through; member
1077 int write_through) in _io_TextIOWrapper___init___impl()
1360 int write_through; in _io_TextIOWrapper_reconfigure_impl() local
/external/linux-kselftest/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c27 uint64_t write_through:1; member
42 uint64_t write_through:1; member
/external/python/cpython3/Python/
Dpylifecycle.c2146 PyObject *line_buffering, *write_through; in create_stdio() local