Searched refs:buffer_type (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-buffer.c | 184 buffer_type_t buffer_type = GPOINTER_TO_INT (user_data); in test_buffer_contents() local 187 if (buffer_type == BUFFER_EMPTY) { in test_buffer_contents() 208 if (buffer_type == BUFFER_UTF16) in test_buffer_contents() 210 else if (buffer_type == BUFFER_UTF8) in test_buffer_contents() 867 const void *buffer_type = GINT_TO_POINTER (i); in main() local 870 hb_test_add_fixture_flavor (fixture, buffer_type, buffer_name, test_buffer_properties); in main() 871 hb_test_add_fixture_flavor (fixture, buffer_type, buffer_name, test_buffer_contents); in main() 872 hb_test_add_fixture_flavor (fixture, buffer_type, buffer_name, test_buffer_positions); in main()
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | buffer.hpp | 741 typedef mutable_buffer buffer_type; typedef 748 typedef const_buffer buffer_type; typedef 764 typedef typename asio::detail::buffer_types<PodType>::buffer_type in buffer() 765 buffer_type; in buffer() typedef 769 buffer_type(data.c_array(), data.size() * sizeof(PodType))); in buffer() 776 typedef typename asio::detail::buffer_types<PodType>::buffer_type in buffer() 777 buffer_type; in buffer() typedef 781 buffer_type(data.c_array(), in buffer()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 290 LLVMTypeRef texture_type, context_type, buffer_type, vb_type; in create_jit_types() local 297 buffer_type = LLVMPointerType(LLVMIntTypeInContext(gallivm->context, 8), 0); in create_jit_types() 298 variant->buffer_ptr_type = LLVMPointerType(buffer_type, 0); in create_jit_types()
|
/external/v8/src/ |
D | typing-asm.cc | 1510 Type* buffer_type = Type::Any(); in InitializeStdlib() local 1513 Type::Function(cache_.k##TypeName##Array, buffer_type, zone())); in InitializeStdlib() 1519 Type::Function(cache_.k##TypeName##Array, buffer_type, zone())); in InitializeStdlib()
|