代码搜索:Tested
找到约 4,133 项符合「Tested」的源代码
代码结果 4,133
www.eeworm.com/read/306549/3736914
c slave.c
/*
* slave.c -- the slave module of a master/slave pair using kerneld
*
* Tested with 2.0 on the x86, Sparc
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endi
www.eeworm.com/read/305277/3778855
scala bug1275.scala
// tested using Scala compiler version 2.6.0-RC1 -- (c) 2002-2007 LAMP/EPFL
// prompted by "Covariant return types" mailing list question
object TestCovariance {
// see Type constructor polymor
www.eeworm.com/read/297160/3888833
c main.c
/*
* main.c -- scullv: the scull-virtual char driver
*
* Tested with 2.0 on the x86, Sparc
*
* Mmap is not available on the Sparc, as pgd_offset etc. are not
* yet exported to modules. Nonethele
www.eeworm.com/read/297160/3888927
c skull_init.c
/*
* skull.c -- sample typeless module.
*
* BUGS:
* -it only runs on intel platforms.
* -readb() should be used (see short.c): skull doesn't work with 2.1
*
* Tested with 1.2 and 2.0 on the
www.eeworm.com/read/297160/3888931
c master.c
/*
* master.c -- the master module of a master/slave pair using kerneld
*
* Tested with 2.0 on the x86, Sparc
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#en
www.eeworm.com/read/297160/3888935
c import.c
/*
* import.c -- a module using a symbol from export.c
*
* Tested with 2.0 on the x86, Sparc
*********/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endif
/*
www.eeworm.com/read/297160/3888937
c slaveh.c
/*
* slave.c -- the slave module of a master/slave pair using kerneld
*
* Tested with 2.0 on the x86, Sparc
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endi
www.eeworm.com/read/297160/3888938
c slaved.c
/*
* slave.c -- the slave module of a master/slave pair using kerneld
*
* Tested with 2.0 on the x86, Sparc
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endi
www.eeworm.com/read/297160/3888942
c slave.c
/*
* slave.c -- the slave module of a master/slave pair using kerneld
*
* Tested with 2.0 on the x86, Sparc
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endi
www.eeworm.com/read/290502/3973861
bcc makefile.bcc
# Makefile for Independent JPEG Group's software
# This makefile is suitable for Borland C on MS-DOS or OS/2.
# It works with Borland C++ for DOS, revision 3.0 or later,
# and has been tested with Bo