代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/160303/5575015
sh ipsec.conf-migration_tests.sh
#!/bin/sh
set +o emacs
ICP=/testing/scripts/ipsec.conf.pairs
export PATH="$ICP/bin:$PATH"
cd $ICP
ipsec setup start
cat /var/run/pluto/ipsec.info
( cd oe-behind ; drill ; differ+ ; cd .. ; )
www.eeworm.com/read/160303/5575366
sh alloctest3.sh
#!/bin/sh
TZ=GMT export TZ
ipsec spi --clear
ipsec eroute --clear
#ipsec klipsdebug --set pfkey
ROOT= export ROOT
sh $ROOT/testing/klips/saref-alloc-01/alloctest2.sh
#ipsec look
www.eeworm.com/read/194157/8198332
pas test.pas
unit test;
interface
uses
Windows, SysUtils;
const
//Integer consts testing
cInt1 = -$ffffffffffffffff;
cInt2 = -$fffffffffffffffe;
cInt3 = -$8000000000000001;
//cInt4 = -$8
www.eeworm.com/read/370313/9605977
makefile
#+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
# ******** *** */
# ******* ** *** *** ***
www.eeworm.com/read/367255/9764867
cpp low_api.cpp
//***********************************************************************/
// Author : Garry
// Original Date : Sep,02 2005
// Module Name : LO
www.eeworm.com/read/367255/9764948
cpp low_api.cpp
//***********************************************************************/
// Author : Garry
// Original Date : Sep,02 2005
// Module Name : LO
www.eeworm.com/read/268437/11140090
cpp low_api.cpp
//***********************************************************************/
// Author : Garry
// Original Date : Sep,02 2005
// Module Name : LO
www.eeworm.com/read/268437/11140296
cpp low_api.cpp
//***********************************************************************/
// Author : Garry
// Original Date : Sep,02 2005
// Module Name : LO
www.eeworm.com/read/266070/11244023
c initspdif.c
/***************************************************************************************************
** File: initSPDIF.c
** Date: 7-29-05
** Author: BM
** Use: Testing ADSP-21369 EZkit
www.eeworm.com/read/335879/12491789
t 00-load.t
#!perl -T
use Test::More tests => 1;
BEGIN {
use_ok( 'Cisco::Version' );
}
diag( "Testing Cisco::Version $Cisco::Version::VERSION, Perl $], $^X" );