Searched refs:cls (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Main/include/
H A DVirtualBoxBase.h519 * @param cls class to declare a ctor and dtor for
521 #define DECLARE_EMPTY_CTOR_DTOR(cls) cls(); ~cls();
527 #define DEFINE_EMPTY_CTOR_DTOR(cls) \
528 cls::cls() { /*empty*/ } \
529 cls::~cls() { /*empty*/ }
604 #define VIRTUALBOXBASE_ADD_VIRTUAL_COMPONENT_METHODS(cls, ifac
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/
H A Ddebug.c285 int wine_dbg_log( enum __wine_debug_class cls, struct __wine_debug_channel *channel, argument
291 if (!(__wine_dbg_get_channel_flags( channel ) & (1 << cls))) return -1;
294 ret = funcs.dbg_vlog( cls, channel, func, format, valist );
459 static int default_dbg_vlog( enum __wine_debug_class cls, struct __wine_debug_channel *channel, argument
464 if (cls < sizeof(debug_classes)/sizeof(debug_classes[0]))
465 ret += wine_dbg_printf( "%s:[%#x]:%s:%s ", debug_classes[cls], GetCurrentThreadId(), channel->name, func );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/
H A Ddebug.c285 int wine_dbg_log( enum __wine_debug_class cls, struct __wine_debug_channel *channel, argument
291 if (!(__wine_dbg_get_channel_flags( channel ) & (1 << cls))) return -1;
294 ret = funcs.dbg_vlog( cls, channel, func, format, valist );
459 static int default_dbg_vlog( enum __wine_debug_class cls, struct __wine_debug_channel *channel, argument
464 if (cls < sizeof(debug_classes)/sizeof(debug_classes[0]))
465 ret += wine_dbg_printf( "%s:[%#x]:%s:%s ", debug_classes[cls], GetCurrentThreadId(), channel->name, func );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Ddebug.c239 int wine_dbg_log( enum __wine_debug_class cls, struct __wine_debug_channel *channel, argument
245 if (!(__wine_dbg_get_channel_flags( channel ) & (1 << cls))) return -1;
248 ret = funcs.dbg_vlog( cls, channel, func, format, valist );
412 static int default_dbg_vlog( enum __wine_debug_class cls, struct __wine_debug_channel *channel, argument
417 if (cls < sizeof(debug_classes)/sizeof(debug_classes[0]))
418 ret += wine_dbg_printf( "%s:[%#x]:%s:%s ", debug_classes[cls], GetCurrentThreadId(), channel->name, func );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/
H A Ddebug.c285 int wine_dbg_log( enum __wine_debug_class cls, struct __wine_debug_channel *channel, argument
291 if (!(__wine_dbg_get_channel_flags( channel ) & (1 << cls))) return -1;
294 ret = funcs.dbg_vlog( cls, channel, func, format, valist );
459 static int default_dbg_vlog( enum __wine_debug_class cls, struct __wine_debug_channel *channel, argument
464 if (cls < sizeof(debug_classes)/sizeof(debug_classes[0]))
465 ret += wine_dbg_printf( "%s:[%#x]:%s:%s ", debug_classes[cls], GetCurrentThreadId(), channel->name, func );
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfSectionParser.py201 def __new__(cls, FilePath, *args, **kwargs):
206 if FilePath in cls.MetaFiles:
207 return cls.MetaFiles[FilePath]
209 ParserObject = super(InfSectionParser, cls).__new__(cls)
210 cls.MetaFiles[FilePath] = ParserObject
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/
H A Ddebug.c297 int wine_dbg_log( enum __wine_debug_class cls, struct __wine_debug_channel *channel, argument
303 if (!(__wine_dbg_get_channel_flags( channel ) & (1 << cls))) return -1;
306 ret = funcs.dbg_vlog( cls, channel, func, format, valist );
473 static int default_dbg_vlog( enum __wine_debug_class cls, struct __wine_debug_channel *channel, argument
478 if (cls < sizeof(debug_classes)/sizeof(debug_classes[0]))
479 ret += wine_dbg_printf( "%s:[%#x]:%s:%s ", debug_classes[cls], GetCurrentThreadId(), channel->name, func );
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Ddebug.h160 int (*dbg_vlog)( enum __wine_debug_class cls, struct __wine_debug_channel *channel,
182 extern int wine_dbg_log( enum __wine_debug_class cls, struct __wine_debug_channel *ch, const char *func,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Ddebug.h185 int (*dbg_vlog)( enum __wine_debug_class cls, struct __wine_debug_channel *channel,
207 extern int wine_dbg_log( enum __wine_debug_class cls, struct __wine_debug_channel *ch, const char *func,
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Ddns.c151 u16_t cls; member in struct:dns_query
161 u16_t cls; member in struct:dns_answer
607 qry.cls = PP_HTONS(DNS_RRCLASS_IN);
806 if((ans.type == PP_HTONS(DNS_RRTYPE_A)) && (ans.cls == PP_HTONS(DNS_RRCLASS_IN)) &&
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Ddebug.h223 int (*dbg_vlog)( enum __wine_debug_class cls, struct __wine_debug_channel *channel,
245 extern int wine_dbg_log( enum __wine_debug_class cls, struct __wine_debug_channel *ch, const char *func,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Ddebug.h223 int (*dbg_vlog)( enum __wine_debug_class cls, struct __wine_debug_channel *channel,
245 extern int wine_dbg_log( enum __wine_debug_class cls, struct __wine_debug_channel *ch, const char *func,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Ddebug.h219 int (*dbg_vlog)( enum __wine_debug_class cls, struct __wine_debug_channel *channel,
241 extern int wine_dbg_log( enum __wine_debug_class cls, struct __wine_debug_channel *ch, const char *func,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Ddebug.h223 int (*dbg_vlog)( enum __wine_debug_class cls, struct __wine_debug_channel *channel,
245 extern int wine_dbg_log( enum __wine_debug_class cls, struct __wine_debug_channel *ch, const char *func,
/vbox/src/VBox/Main/glue/
H A DAutoLock.cpp75 VBoxLockingClass cls; member in struct:util::__anon16479
115 g_mapLockValidationClasses[aClasses[i].cls] = hClass;
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DFvImage.py51 def __new__(cls, *args, **kwargs):
52 return array.__new__(cls, 'B')

Completed in 97 milliseconds