Searched defs:write_through (Results  1 – 7 of 7) sorted by relevance
| /external/autotest/client/cros/faft/utils/ | 
| D | flashrom_handler.py | 526     def write_partial(self, subsection_name, blob=None, write_through=True):  argument589     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.py | 2028                  line_buffering=False, write_through=False):  argument2079                    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/ | 
| D | kvm_x86.h | 98 	unsigned int write_through: 1;  member
 | 
| /external/python/cpython3/Modules/_io/clinic/ | 
| D | textio.c.h | 196     int write_through = 0;  in _io_TextIOWrapper___init__()  local
 | 
| /external/python/cpython3/Modules/_io/ | 
| D | textio.c | 655     char write_through;  member1077                                 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/ | 
| D | processor.c | 27 	uint64_t write_through:1;  member42 	uint64_t write_through:1;  member
 
 | 
| /external/python/cpython3/Python/ | 
| D | pylifecycle.c | 2146     PyObject *line_buffering, *write_through;  in create_stdio()  local
 |