Searched defs:write_through (Results 1 – 6 of 6) sorted by relevance
/external/autotest/client/cros/faft/utils/ |
D | flashrom_handler.py | 554 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/ |
D | processor.c | 23 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.py | 2005 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/ |
D | textio.c.h | 206 int write_through = 0; in _io_TextIOWrapper___init__() local
|
/external/python/cpython3/Modules/_io/ |
D | textio.c | 654 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/ |
D | pylifecycle.c | 1781 PyObject *line_buffering, *write_through; in create_stdio() local
|