Searched refs:argtype (Results 1 – 5 of 5) sorted by relevance
/external/qemu/ |
D | thunk.h | 28 typedef enum argtype { enum 41 } argtype; typedef 52 const argtype *field_types; 70 void thunk_register_struct(int id, const char *name, const argtype *types); 73 const argtype *thunk_convert(void *dst, const void *src, 74 const argtype *type_ptr, int to_host); 79 int thunk_type_size_array(const argtype *type_ptr, int is_host); 80 int thunk_type_align_array(const argtype *type_ptr, int is_host); 82 static inline int thunk_type_size(const argtype *type_ptr, int is_host) in thunk_type_size() 119 static inline int thunk_type_align(const argtype *type_ptr, int is_host) in thunk_type_align()
|
D | thunk.c | 34 static const argtype *thunk_type_next_ptr(const argtype *type_ptr); 36 static inline const argtype *thunk_type_next(const argtype *type_ptr) in thunk_type_next() 62 static const argtype *thunk_type_next_ptr(const argtype *type_ptr) in thunk_type_next_ptr() 67 void thunk_register_struct(int id, const char *name, const argtype *types) in thunk_register_struct() 69 const argtype *type_ptr; in thunk_register_struct() 127 const argtype *thunk_convert(void *dst, const void *src, in thunk_convert() 128 const argtype *type_ptr, int to_host) in thunk_convert() 217 const argtype *field_types; in thunk_convert() 280 int thunk_type_size_array(const argtype *type_ptr, int is_host) in thunk_type_size_array() 285 int thunk_type_align_array(const argtype *type_ptr, int is_host) in thunk_type_align_array()
|
/external/webkit/WebCore/bridge/qt/ |
D | qt_instance.cpp | 380 QMetaType::Type argtype = QMetaType::Void; in setValueToInstance() local 382 argtype = (QMetaType::Type) QMetaType::type(m_property.typeName()); in setValueToInstance() 385 QVariant val = convertValueToQVariant(exec, aValue, argtype, 0); in setValueToInstance()
|
/external/webkit/V8Binding/v8/src/ |
D | builtins.cc | 303 Object* argtype = args->get(i); in TypeCheck() local 304 if (argtype->IsUndefined()) continue; in TypeCheck() 308 if (current->IsInstanceOf(FunctionTemplateInfo::cast(argtype))) { in TypeCheck()
|
/external/dbus/ |
D | ChangeLog | 9187 argtype to arg_type when raising unknown arg type exception.
|