Searched refs:handle_open (Results 1 – 3 of 3) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | prime_self_import.c | 148 uint32_t handle_import, handle_open, handle_orig, flink_name; in test_with_one_bo_two_files() local 158 handle_open = gem_open(fd2, flink_name); in test_with_one_bo_two_files() 160 dma_buf_fd2 = prime_handle_to_fd(fd2, handle_open); in test_with_one_bo_two_files() 164 igt_assert_eq_u32(handle_import, handle_open); in test_with_one_bo_two_files()
|
/external/python/cpython2/Lib/ |
D | urllib2.py | 343 self.handle_open = {} 374 lookup = self.handle_open 440 result = self._call_chain(self.handle_open, 'default', 446 result = self._call_chain(self.handle_open, protocol, protocol + 451 return self._call_chain(self.handle_open, 'unknown',
|
/external/python/cpython3/Lib/urllib/ |
D | request.py | 431 self.handle_open = {} 462 lookup = self.handle_open 528 result = self._call_chain(self.handle_open, 'default', 534 result = self._call_chain(self.handle_open, protocol, protocol + 539 return self._call_chain(self.handle_open, 'unknown',
|