代码搜索:Tested

找到约 4,133 项符合「Tested」的源代码

代码结果 4,133
www.eeworm.com/read/330327/3425118

c main.c

/* * main.c -- the bare scull-page char module * * 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. Nonetheless, I'
www.eeworm.com/read/318039/3572065

guyfraser changelog.guyfraser

Fri Dec 19 2003 --------------- Fixed a couple bugs. Tested against current CVS, and all programs appear to work. Wed Dec 17 2003 --------------- Added configurable entries to admin.conf. TODO: Write
www.eeworm.com/read/316872/3593180

c ide-pnp.c

/* * linux/drivers/ide/ide-pnp.c * * This file provides autodetection for ISA PnP IDE interfaces. * It was tested with "ESS ES1868 Plug and Play AudioDrive" IDE interface. * * Copyright (C) 2000
www.eeworm.com/read/314308/3636995

readme

Author: Pierangelo Masarati Back-sql can be tested with sql-test000-read; it requires a bit of work to get everything up and running appropriately. This document briefly describ
www.eeworm.com/read/310422/3698243

comment access.comment

Access 97 tested through ODBC 1998.04.19, by monty@mysql.com Access 97 has a bug when on executes a SELECT follwed very fast with a DROP TABLE or a DROP INDEX command: [Microsoft][ODBC Microsoft Acc
www.eeworm.com/read/310422/3698282

phpt 005.phpt

--TEST-- XML Parser: mixing character encodings --SKIPIF-- --FILE--
www.eeworm.com/read/306549/3736772

c outp.c

/* * outp.c -- write the port/value pairs specified in hex on the command line * * Tested with 1.2 and 2.0 on the x86 * It won't run on other platforms. */ #ifndef __i386__ # error "This progr
www.eeworm.com/read/306549/3736820

c outp.c

/* * outp.c -- write the port/value pairs specified in hex on the command line * * Tested with 1.2 and 2.0 on the x86 * It won't run on other platforms. */ #ifndef __i386__ # error "This progr
www.eeworm.com/read/306549/3736867

c export.c

/* * export.c -- export a symbol (maybe a versioned one) (v2.1) * * Tested with 2.1.43 on the x86 (novers) */ #ifndef __KERNEL__ # define __KERNEL__ #endif #ifndef MODULE # define MODULE #endi
www.eeworm.com/read/306549/3736869

c master.c

/* * master.c -- the master module of a master/slave pair using kerneld (v2.1) * * Tested with 2.1.43 on the x86 */ #ifndef __KERNEL__ # define __KERNEL__ #endif #ifndef MODULE # define MODULE