/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
task_io_service_operation.hpp | 43 typedef void (*func_type)(task_io_service*, typedef in class:asio::detail::ASIO_INHERIT_TRACKED_HANDLER 47 task_io_service_operation(func_type func) 62 func_type func_;
|
reactor_op.hpp | 42 reactor_op(perform_func_type perform_func, func_type complete_func)
|
wait_op.hpp | 31 wait_op(func_type func)
|
reactive_socket_connect_op.hpp | 31 reactive_socket_connect_op_base(socket_type socket, func_type complete_func)
|
reactive_socket_send_op.hpp | 34 socket_base::message_flags flags, func_type complete_func)
|
reactive_socket_accept_op.hpp | 35 typename Protocol::endpoint* peer_endpoint, func_type complete_func)
|
reactive_socket_recv_op.hpp | 34 socket_base::message_flags flags, func_type complete_func)
|
reactive_socket_recvfrom_op.hpp | 34 socket_base::message_flags flags, func_type complete_func)
|
reactive_socket_recvmsg_op.hpp | 35 socket_base::message_flags& out_flags, func_type complete_func)
|
reactive_socket_sendto_op.hpp | 34 socket_base::message_flags flags, func_type complete_func)
|
/device/generic/goldfish/opengl/system/egl/ |
ClientAPIExts.cpp | 29 #define FUNC_TYPE(fname) __egl_ ## fname ## _t 31 typedef void (GL_APIENTRY *FUNC_TYPE(fname)) params; 34 typedef rtype (GL_APIENTRY *FUNC_TYPE(fname)) params; 47 FUNC_TYPE(fname) fname; 68 (FUNC_TYPE(fname))iface->getProcAddress(#fname);
|
/external/compiler-rt/lib/interception/ |
interception.h | 154 # define FUNC_TYPE(x) x##_f 157 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \ 159 extern FUNC_TYPE(func) PTR_TO_REAL(func); \ 177 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \ 179 FUNC_TYPE(func) PTR_TO_REAL(func); \ 218 typedef ret_type (__stdcall *FUNC_TYPE(func))(__VA_ARGS__); \ 220 FUNC_TYPE(func) PTR_TO_REAL(func); \
|
/external/curl/CMake/ |
CurlTests.c | 236 typedef void (*func_type)(); typedef 241 func_type func; 242 func = (func_type)inet_ntoa_r; 251 typedef void (*func_type)(); typedef 256 func_type func; 257 func = (func_type)&inet_ntoa_r;
|
/external/tcpdump/ |
print-atm.c | 369 uint8_t cell_type, func_type, payload, clp; local 379 func_type = (*(p+ATM_HDR_LEN_NOHEC+hec)) & 0x0f; 401 ND_PRINT((ndo, ", func-type unknown (%u)", func_type)); 404 tok2str(oam_functype_values[cell_type],"none",func_type), 405 func_type)); 409 switch (cell_type << 4 | func_type) {
|
/hardware/qcom/audio/msm8909/hal/audio_extn/ |
listen.c | 49 #define LISTEN_LOAD_SYMBOLS(dev, func_p, func_type, symbol) \ 51 dev->func_p = (func_type)dlsym(dev->lib_handle,#symbol);\
|
/external/clang/test/SemaCXX/ |
conversion-function.cpp | 22 typedef int func_type(int); typedef 36 operator func_type(); // expected-error{{conversion function cannot convert to a function type}}
|
/external/clang/test/CodeGenCXX/ |
debug-info.cpp | 118 // CHECK-SAME: type: [[FUNC_TYPE:![0-9]*]]
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/ |
c-pretty-print.h | 181 void pp_c_cv_qualifiers (c_pretty_printer *pp, int qualifiers, bool func_type);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_state_setup.c | 675 LLVMTypeRef func_type; local 720 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), 723 variant->function = LLVMAddFunction(gallivm->module, func_name, func_type);
|
lp_state_fs.c | 775 LLVMTypeRef func_type; local 871 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), 874 function = LLVMAddFunction(gallivm->module, func_name, func_type); [all...] |
/external/v8/src/wasm/ |
asm-wasm-builder.cc | 335 Type::FunctionType* func_type = expr->bounds().lower->AsFunction(); local 336 LocalType return_type = TypeFrom(func_type->Result()); 339 LocalType type = TypeFrom(func_type->Parameter(i)); [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_llvm.c | 1066 LLVMTypeRef func_type; local [all...] |
/external/llvm/docs/ |
Statepoints.rst | 347 func_type <target>, [all...] |
/external/valgrind/perf/ |
tinycc.c | 12693 int func_type; local [all...] |