/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_format_pack.py | 150 def native_type(format): function 412 src_native_type = native_type(format) 518 dst_native_type = native_type(format) 683 native_type = 'unsigned' 687 generate_format_unpack(format, channel, native_type, suffix) 688 generate_format_pack(format, channel, native_type, suffix) 689 generate_format_fetch(format, channel, native_type, suffix) 692 native_type = 'int' 694 generate_format_unpack(format, channel, native_type, suffix) 695 generate_format_pack(format, channel, native_type, suffi [all...] |
/external/parameter-framework/asio/include/asio/ |
H A D | basic_stream_socket.hpp | 48 typedef typename StreamSocketService::native_handle_type native_type; typedef in class:asio::basic_stream_socket
|
H A D | basic_socket.hpp | 45 typedef typename SocketService::native_handle_type native_type; typedef in class:asio::basic_socket 389 native_type native()
|
H A D | basic_socket_acceptor.hpp | 58 typedef typename SocketAcceptorService::native_handle_type native_type; typedef in class:asio::basic_socket_acceptor 497 native_type native()
|
H A D | socket_acceptor_service.hpp | 49 typedef typename service_impl_type::native_handle_type native_type; typedef in class:asio::socket_acceptor_service 153 native_type native(implementation_type& impl)
|
H A D | stream_socket_service.hpp | 50 typedef typename service_impl_type::native_handle_type native_type; typedef in class:asio::stream_socket_service 136 native_type native(implementation_type& impl)
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
H A D | basic_stream_socket.hpp | 48 typedef typename StreamSocketService::native_handle_type native_type; typedef in class:asio::basic_stream_socket
|
H A D | basic_socket.hpp | 45 typedef typename SocketService::native_handle_type native_type; typedef in class:asio::basic_socket 389 native_type native()
|
H A D | basic_socket_acceptor.hpp | 58 typedef typename SocketAcceptorService::native_handle_type native_type; typedef in class:asio::basic_socket_acceptor 497 native_type native()
|
H A D | socket_acceptor_service.hpp | 49 typedef typename service_impl_type::native_handle_type native_type; typedef in class:asio::socket_acceptor_service 153 native_type native(implementation_type& impl)
|
H A D | stream_socket_service.hpp | 50 typedef typename service_impl_type::native_handle_type native_type; typedef in class:asio::stream_socket_service 136 native_type native(implementation_type& impl)
|