Home
last modified time | relevance | path

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

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