Searched refs:native_type (Results 1 - 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_pack.py147 def native_type(format): function
444 src_native_type = native_type(format)
547 dst_native_type = native_type(format)
711 native_type = 'unsigned'
715 generate_format_unpack(format, channel, native_type, suffix)
716 generate_format_pack(format, channel, native_type, suffix)
717 generate_format_fetch(format, channel, native_type, suffix)
720 native_type = 'int'
722 generate_format_unpack(format, channel, native_type, suffix)
723 generate_format_pack(format, channel, native_type, suffi
[all...]
/external/libmojo/mojo/public/tools/bindings/
H A Dgenerate_type_mappings.py99 native_type = match_result.group(2)
106 (result[mojom_type]['typename'], native_type, mojom_type))
109 'typename': native_type,
/external/v8/tools/
H A Djs2c.py393 def PrepareSources(source_files, native_type, emit_js):
399 native_type: String corresponding to a NativeType enum value, allowing us
422 if native_type in ("EXTRAS", "EXPERIMENTAL_EXTRAS"):
459 def BuildMetadata(sources, source_bytes, native_type):
466 native_type: The parameter for the NativesCollection template.
506 "type": native_type,
559 def JS2C(sources, target, native_type, raw_file, startup_blob, emit_js):
560 prepared_sources = PrepareSources(sources, native_type, emit_js)
562 metadata = BuildMetadata(prepared_sources, sources_output, native_type)
/external/parameter-framework/asio/include/asio/
H A Dsocket_acceptor_service.hpp49 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 Dstream_socket_service.hpp50 typedef typename service_impl_type::native_handle_type native_type; typedef in class:asio::stream_socket_service
136 native_type native(implementation_type& impl)
H A Dbasic_socket.hpp45 typedef typename SocketService::native_handle_type native_type; typedef in class:asio::basic_socket
389 native_type native()
H A Dbasic_socket_acceptor.hpp58 typedef typename SocketAcceptorService::native_handle_type native_type; typedef in class:asio::basic_socket_acceptor
497 native_type native()
H A Dbasic_stream_socket.hpp48 typedef typename StreamSocketService::native_handle_type native_type; typedef in class:asio::basic_stream_socket
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dsocket_acceptor_service.hpp49 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 Dstream_socket_service.hpp50 typedef typename service_impl_type::native_handle_type native_type; typedef in class:asio::stream_socket_service
136 native_type native(implementation_type& impl)
H A Dbasic_socket.hpp45 typedef typename SocketService::native_handle_type native_type; typedef in class:asio::basic_socket
389 native_type native()
H A Dbasic_socket_acceptor.hpp58 typedef typename SocketAcceptorService::native_handle_type native_type; typedef in class:asio::basic_socket_acceptor
497 native_type native()
H A Dbasic_stream_socket.hpp48 typedef typename StreamSocketService::native_handle_type native_type; typedef in class:asio::basic_stream_socket
/external/flatbuffers/src/
H A Didl_gen_cpp.cpp491 auto native_type = type.struct_def->attributes.Lookup("native_type"); local
492 if (native_type) {
493 type_name = native_type->constant;
554 bool native_type = false) {
562 ? (native_type ? "std::string" : "flatbuffers::String")
964 const auto native_type = variable
967 code_.SetValue("NATIVE_TYPE", native_type);
1880 auto native_type = type.struct_def->attributes.Lookup("native_type"); local
2031 auto native_type = local
2101 auto native_type = local
2213 auto native_type = local
[all...]
/external/libmojo/mojo/public/tools/chrome_ipc/
H A Dgenerate_mojom.py102 for native_type, typename in self._new_custom_mappings.iteritems():
103 if native_type in self._enums:

Completed in 1092 milliseconds