Home
last modified time | relevance | path

Searched defs:mock_close (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/build/util/lib/results/
H A Dresult_sink_test.py57 def testCloseClient(self, mock_close): argument
63 def testClientAsContextManager(self, mock_close): argument
/aosp_15_r20/external/cronet/build/util/lib/results/
H A Dresult_sink_test.py57 def testCloseClient(self, mock_close): argument
63 def testClientAsContextManager(self, mock_close): argument
/aosp_15_r20/external/pigweed/pw_digital_io_linux/
H A Dmock_vfs.cc86 int MockVfs::mock_close(int fd) { in mock_close() function in pw::digital_io::MockVfs
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_urllib.py66 def fakehttp(fakedata, mock_close=False): argument
114 def fakehttp(self, fakedata, mock_close=False): argument