/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | GrallocAndroid.cpp | 121 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in release() local 122 return m_gralloc4_mapper->freeBuffer(native_handle).isOk() ? 0 : 1; in release() 129 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in release() local 130 return m_gralloc3_mapper->freeBuffer(native_handle).isOk() ? 0 : 1; in release() 142 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock() local 153 auto ret = m_gralloc4_mapper->lock(native_handle, usage, rect, empty_fence_handle, in lock() 168 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock() local 179 auto ret = m_gralloc3_mapper->lock(native_handle, usage, rect, empty_fence_handle, in lock() 224 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in unlock() local 227 auto ret = m_gralloc4_mapper->unlock(native_handle, in unlock() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | GrallocAndroid.cpp | 121 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in release() local 122 return m_gralloc4_mapper->freeBuffer(native_handle).isOk() ? 0 : 1; in release() 129 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in release() local 130 return m_gralloc3_mapper->freeBuffer(native_handle).isOk() ? 0 : 1; in release() 142 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock() local 153 auto ret = m_gralloc4_mapper->lock(native_handle, usage, rect, empty_fence_handle, in lock() 168 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock() local 179 auto ret = m_gralloc3_mapper->lock(native_handle, usage, rect, empty_fence_handle, in lock() 224 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in unlock() local 227 auto ret = m_gralloc4_mapper->unlock(native_handle, in unlock() [all …]
|
/third_party/boost/libs/thread/doc/ |
D | mutexes.qbk | 27 native_handle_type native_handle(); 36 [section:nativehandle Member function `native_handle()`] 39 native_handle_type native_handle(); 44 implementation. If no such instance exists, `native_handle()` and `native_handle_type` are not pres… 86 native_handle_type native_handle(); 104 [section:nativehandle Member function `native_handle()`] 107 native_handle_type native_handle(); 112 implementation. If no such instance exists, `native_handle()` and `native_handle_type` are not pres… 138 native_handle_type native_handle(); 150 [section:nativehandle Member function `native_handle()`] [all …]
|
/third_party/boost/boost/process/detail/windows/ |
D | async_pipe.hpp | 168 …_source() const {return const_cast<boost::asio::windows::stream_handle&>(_source).native_handle();} in native_source() 169 …_sink () const {return const_cast<boost::asio::windows::stream_handle&>(_sink ).native_handle();} in native_sink() 201 ::boost::asio::windows::stream_handle stolen(ios.get_executor(), _source.native_handle()); in source() 208 ::boost::asio::windows::stream_handle stolen(ios.get_executor(), _sink.native_handle()); in sink() 219 auto source_in = const_cast<handle_type&>(_source).native_handle(); in source() 235 auto sink_in = const_cast<handle_type&>(_sink).native_handle(); in sink() 259 auto source_in = const_cast<handle_type&>(p._source).native_handle(); in async_pipe() 260 auto sink_in = const_cast<handle_type&>(p._sink).native_handle(); in async_pipe() 339 proc, source_in.native_handle(), proc, &source, 0, in operator =() 347 proc, sink_in.native_handle(), proc, &sink, 0, in operator =() [all …]
|
/third_party/boost/boost/process/detail/posix/ |
D | async_pipe.hpp | 140 …ource() const {return const_cast<boost::asio::posix::stream_descriptor&>(_source).native_handle();} in native_source() 141 …ink () const {return const_cast<boost::asio::posix::stream_descriptor&>(_sink ).native_handle();} in native_sink() 185 … auto source_in = const_cast<::boost::asio::posix::stream_descriptor &>(_source).native_handle(); in source() 190 auto sink_in = const_cast<::boost::asio::posix::stream_descriptor &>(_sink).native_handle(); in sink() 226 auto source_in = const_cast<::boost::asio::posix::stream_descriptor &>(_source).native_handle(); in async_pipe() 227 auto sink_in = const_cast<::boost::asio::posix::stream_descriptor &>(_sink).native_handle(); in async_pipe() 233 if (_source.native_handle()== -1) in async_pipe() 242 if (_sink.native_handle() == -1) in async_pipe() 253 … auto source_in = const_cast<::boost::asio::posix::stream_descriptor &>(p._source).native_handle(); in operator =() 254 auto sink_in = const_cast<::boost::asio::posix::stream_descriptor &>(p._sink).native_handle(); in operator =() [all …]
|
/third_party/boost/libs/asio/include/boost/asio/windows/ |
D | basic_overlapped_handle.hpp | 125 const native_handle_type& native_handle) in basic_overlapped_handle() argument 129 impl_.get_service().assign(impl_.get_implementation(), native_handle, ec); in basic_overlapped_handle() 148 const native_handle_type& native_handle, in basic_overlapped_handle() argument 155 impl_.get_service().assign(impl_.get_implementation(), native_handle, ec); in basic_overlapped_handle() 299 native_handle_type native_handle() in native_handle() function in boost::asio::windows::basic_overlapped_handle 301 return impl_.get_service().native_handle(impl_.get_implementation()); in native_handle()
|
D | basic_object_handle.hpp | 122 const native_handle_type& native_handle) in basic_object_handle() argument 126 impl_.get_service().assign(impl_.get_implementation(), native_handle, ec); in basic_object_handle() 145 const native_handle_type& native_handle, in basic_object_handle() argument 152 impl_.get_service().assign(impl_.get_implementation(), native_handle, ec); in basic_object_handle() 296 native_handle_type native_handle() in native_handle() function in boost::asio::windows::basic_object_handle 298 return impl_.get_service().native_handle(impl_.get_implementation()); in native_handle()
|
/third_party/boost/boost/asio/windows/ |
D | basic_overlapped_handle.hpp | 125 const native_handle_type& native_handle) in basic_overlapped_handle() argument 129 impl_.get_service().assign(impl_.get_implementation(), native_handle, ec); in basic_overlapped_handle() 148 const native_handle_type& native_handle, in basic_overlapped_handle() argument 155 impl_.get_service().assign(impl_.get_implementation(), native_handle, ec); in basic_overlapped_handle() 299 native_handle_type native_handle() in native_handle() function in boost::asio::windows::basic_overlapped_handle 301 return impl_.get_service().native_handle(impl_.get_implementation()); in native_handle()
|
D | basic_object_handle.hpp | 122 const native_handle_type& native_handle) in basic_object_handle() argument 126 impl_.get_service().assign(impl_.get_implementation(), native_handle, ec); in basic_object_handle() 145 const native_handle_type& native_handle, in basic_object_handle() argument 152 impl_.get_service().assign(impl_.get_implementation(), native_handle, ec); in basic_object_handle() 296 native_handle_type native_handle() in native_handle() function in boost::asio::windows::basic_object_handle 298 return impl_.get_service().native_handle(impl_.get_implementation()); in native_handle()
|
/third_party/boost/doc/html/boost_asio/example/cpp11/handler_tracking/ |
D | custom_tracking.hpp | 87 std::uintmax_t native_handle, const char* op_name) in creation() 99 h.native_handle_ = native_handle; in creation() 162 uintmax_t native_handle, uintmax_t registration) in reactor_registration() 165 ", registration = %" PRIuMAX "\n", native_handle, registration); in reactor_registration() 170 uintmax_t native_handle, uintmax_t registration) in reactor_deregistration() 173 ", registration = %" PRIuMAX "\n", native_handle, registration); in reactor_deregistration()
|
/third_party/boost/libs/asio/example/cpp11/handler_tracking/ |
D | custom_tracking.hpp | 87 std::uintmax_t native_handle, const char* op_name) in creation() 99 h.native_handle_ = native_handle; in creation() 162 uintmax_t native_handle, uintmax_t registration) in reactor_registration() 165 ", registration = %" PRIuMAX "\n", native_handle, registration); in reactor_registration() 170 uintmax_t native_handle, uintmax_t registration) in reactor_deregistration() 173 ", registration = %" PRIuMAX "\n", native_handle, registration); in reactor_deregistration()
|
/third_party/boost/libs/asio/test/ |
D | serial_port.cpp | 74 serial_port::native_handle_type native_port1 = port1.native_handle(); in test() 83 serial_port::native_handle_type native_port2 = port1.native_handle(); in test() 114 serial_port::native_handle_type native_port3 = port1.native_handle(); in test() 116 serial_port::native_handle_type native_port4 = port1.native_handle(); in test() 125 serial_port::native_handle_type native_port5 = port1.native_handle(); in test()
|
/third_party/boost/boost/process/ |
D | group.hpp | 113 native_handle_t native_handle() const { return _group_handle.handle(); } in native_handle() function in boost::process::group 176 _group_handle.add(c.native_handle()); in add() 181 _group_handle.add(c.native_handle(), ec); in add() 187 return _group_handle.has(c.native_handle()); in has() 192 return _group_handle.has(c.native_handle(), ec); in has()
|
/third_party/benchmark/src/ |
D | mutex.h | 81 std::mutex& native_handle() { return mut_; } in native_handle() function 91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock() 93 MutexLockImp& native_handle() { return ml_; } in native_handle() function 142 phase_condition_.wait(ml.native_handle(), cb); in createBarrier()
|
/third_party/json/benchmarks/thirdparty/benchmark/src/ |
D | mutex.h | 81 std::mutex& native_handle() { return mut_; } in native_handle() function 91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock() 93 MutexLockImp& native_handle() { return ml_; } in native_handle() function 142 phase_condition_.wait(ml.native_handle(), cb); in createBarrier()
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | handler_tracking.hpp | 119 uintmax_t native_handle, const char* op_name); 162 uintmax_t native_handle, const char* op_name); 166 uintmax_t native_handle, uintmax_t registration); 170 uintmax_t native_handle, uintmax_t registration);
|
/third_party/boost/boost/asio/detail/ |
D | handler_tracking.hpp | 119 uintmax_t native_handle, const char* op_name); 162 uintmax_t native_handle, const char* op_name); 166 uintmax_t native_handle, uintmax_t registration); 170 uintmax_t native_handle, uintmax_t registration);
|
/third_party/gn/src/util/ |
D | semaphore.h | 45 NativeHandle& native_handle() { return native_handle_; } in native_handle() function 46 const NativeHandle& native_handle() const { return native_handle_; } in native_handle() function
|
/third_party/boost/boost/asio/ |
D | basic_socket_streambuf.hpp | 439 socket().native_handle(), bufs.buffers(), bufs.count(), 0, ec_); in underflow() 463 socket().native_handle(), 0, timeout(), ec_) < 0) in underflow() 506 socket().native_handle(), bufs.buffers(), bufs.count(), 0, ec_); in overflow() 522 socket().native_handle(), 0, timeout(), ec_) < 0) in overflow() 626 detail::socket_ops::connect(socket().native_handle(), in connect_to_endpoints() 640 socket().native_handle(), timeout(), ec_) < 0) in connect_to_endpoints() 646 if (detail::socket_ops::getsockopt(socket().native_handle(), 0, in connect_to_endpoints()
|
/third_party/boost/libs/asio/include/boost/asio/ |
D | basic_socket_streambuf.hpp | 439 socket().native_handle(), bufs.buffers(), bufs.count(), 0, ec_); in underflow() 463 socket().native_handle(), 0, timeout(), ec_) < 0) in underflow() 506 socket().native_handle(), bufs.buffers(), bufs.count(), 0, ec_); in overflow() 522 socket().native_handle(), 0, timeout(), ec_) < 0) in overflow() 626 detail::socket_ops::connect(socket().native_handle(), in connect_to_endpoints() 640 socket().native_handle(), timeout(), ec_) < 0) in connect_to_endpoints() 646 if (detail::socket_ops::getsockopt(socket().native_handle(), 0, in connect_to_endpoints()
|
/third_party/boost/libs/process/test/ |
D | limit_fd.cpp | 90 …BOOST_CHECK(!bt::is_stream_handle(thr.native_handle(), ec)); BOOST_CHECK_MESSAGE(!ec, ec.message()… 114 …BOOST_CHECK(bt::is_stream_handle(socket_to_handle(tcp_socket.native_handle()), ec)); BOOST_CHECK_M… 115 …BOOST_CHECK(bt::is_stream_handle(socket_to_handle(udp_socket.native_handle()), ec)); BOOST_CHECK_M… 116 …BOOST_CHECK(bt::is_stream_handle(std::move(ap).sink(). native_handle(), ec)); BOOST_CHECK_MESSAGE… 117 …BOOST_CHECK(bt::is_stream_handle(std::move(ap).source().native_handle(), ec)); BOOST_CHECK_MESSAGE…
|
/third_party/boost/libs/beast/include/boost/beast/core/ |
D | file_stdio.hpp | 67 native_handle() const in native_handle() function in boost::beast::file_stdio 80 native_handle(std::FILE* f);
|
D | file_posix.hpp | 87 native_handle() const in native_handle() function in boost::beast::file_posix 100 native_handle(native_handle_type fd);
|
/third_party/boost/boost/beast/core/ |
D | file_stdio.hpp | 67 native_handle() const in native_handle() function in boost::beast::file_stdio 80 native_handle(std::FILE* f);
|
D | file_posix.hpp | 87 native_handle() const in native_handle() function in boost::beast::file_posix 100 native_handle(native_handle_type fd);
|