Home
last modified time | relevance | path

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

/third_party/python/Lib/
D_pyio.py2020 line_buffering=False, write_through=False): argument
2059 line_buffering=False, write_through=False): argument
2124 def write_through(self): member in TextIOWrapper
2133 line_buffering=None, write_through=None): argument
/third_party/python/Modules/_io/clinic/
Dtextio.c.h196 int write_through = 0; in _io_TextIOWrapper___init__() local
/third_party/python/Modules/_io/
Dtextio.c645 char write_through; member
1067 int write_through) in _io_TextIOWrapper___init___impl()
1327 int write_through; in _io_TextIOWrapper_reconfigure_impl() local
/third_party/ltp/testcases/kernel/kvm/include/
Dkvm_x86.h149 unsigned int write_through: 1; member
/third_party/python/Python/
Dpylifecycle.c2224 PyObject *line_buffering, *write_through; in create_stdio() local
/third_party/mesa3d/src/imagination/vulkan/pds/
Dpvr_pds.c126 bool write_through, in pvr_pds_encode_st_src0()