代码搜索:Tested
找到约 4,133 项符合「Tested」的源代码
代码结果 4,133
www.eeworm.com/read/200288/5068772
c adder.c
/*
* Copyright (C) 2004-2005 Arabella Software Ltd.
* Yuli Barcohen
*
* Support for Analogue&Micro Adder boards family.
* Tested on AdderII and Adder87x.
*
* See file CRED
www.eeworm.com/read/200288/5068818
c ep82xxm.c
/*
* Copyright (C) 2006 Embedded Planet, LLC.
*
* Support for Embedded Planet EP82xxM boards.
* Tested on EP82xxM (MPC8270).
*
* See file CREDITS for list of people who contributed to this
* pr
www.eeworm.com/read/189320/5200410
mpb orbsvcs_output.mpb
// -*- MPC -*-
// orbsvcs_output.mpb,v 1.3 2004/01/07 18:15:33 elliott_c Exp
project {
// We tested with all orbsvcs libs going to $(TAO_ROOT)/orbsvcs/lib, but
// decided that it was easier to de
www.eeworm.com/read/183001/5258847
out pgp-pubkey-decrypt.out
--
-- PGP Public Key Encryption
--
-- As most of the low-level stuff is tested in symmetric key
-- tests, here's only public-key specific tests
create table keytbl (
id int4,
name text,
pubkey text
www.eeworm.com/read/183001/5258888
sql pgp-pubkey-decrypt.sql
--
-- PGP Public Key Encryption
--
-- As most of the low-level stuff is tested in symmetric key
-- tests, here's only public-key specific tests
create table keytbl (
id int4,
name text,
pubkey te
www.eeworm.com/read/173122/5380253
java fieldormethoddefinition.java
//Tested with BCEL-5.1
//http://jakarta.apache.org/builds/jakarta-bcel/release/v5.1/
package com.puppycrawl.tools.checkstyle.bcel.classfile;
import org.apache.bcel.classfile.FieldOrMethod;
/
www.eeworm.com/read/173122/5380255
java javaclasswalker.java
//Tested with BCEL-5.1
//http://jakarta.apache.org/builds/jakarta-bcel/release/v5.1/
package com.puppycrawl.tools.checkstyle.bcel;
import org.apache.bcel.classfile.DescendingVisitor;
import or
www.eeworm.com/read/173122/5380256
java emptydeepvisitor.java
//Tested with BCEL-5.1
//http://jakarta.apache.org/builds/jakarta-bcel/release/v5.1/
package com.puppycrawl.tools.checkstyle.bcel;
import java.util.Set;
/**
* Default deep visitor
* @a
www.eeworm.com/read/342914/3228542
c nbtest.c
/*
* nbtest.c: read and write in non-blocking mode
*
* Tested with 1.2 on the x86
*
* Actually, it should run with any Unix
*/
#include
#include
#include
#include
www.eeworm.com/read/342914/3228593
c nbtest.c
/*
* nbtest.c: read and write in non-blocking mode
*
* Tested with 1.2 on the x86
*
* Actually, it should run with any Unix
*/
#include
#include
#include
#include