代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/233448/4685992
cc c++98.cc
/* APPLE LOCAL file rename for HFS */
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-std=c++98" } */
/* This file is for testing the preprocess
www.eeworm.com/read/231017/4718404
t pod.t
eval " use Test::More " ;
if ($@)
{
print "1..0 # Skip: Test::More required for testing POD\n" ;
exit 0;
}
eval "use Test::Pod 1.00";
if ($@)
{
print "1..0 # Skip: Test::Pod 1.00 requir
www.eeworm.com/read/229812/4740806
macro02
#
# Macro Test # 2
#
# Testing String Substitution
#
temp1 = HELLO
all: hello .symbolic
echo $(temp1)
temp = $(temp1:LLO=222)
hello: .symbolic
echo $(temp)
www.eeworm.com/read/228954/4760997
cs arrayreferencetest.cs
// Fig. 4.12: ArrayReferenceTest.cs
// Testing the effects of passing array references
// by value and by reference.
using System;
using System.Drawing;
using System.Collections;
using System.
www.eeworm.com/read/227684/4770345
sml base.sml
(* base.sml
*
* COPYRIGHT (c) 1997 Bell Labs, Lucent Technologies.
*
* Some common code for testing.
*)
CM.make(); (* to compile and load the PP library *)
structure TextToken =
struct
ty
www.eeworm.com/read/225531/4794504
join-tests
#! /bin/sh
# This script was generated automatically by mk-script.
case $# in
0) xx='../../src/join';;
*) xx="$1";;
esac
test "$VERBOSE" && echo=echo || echo=:
$echo testing program: $xx
errors=0
www.eeworm.com/read/225531/4794620
uniq-tests
#! /bin/sh
# This script was generated automatically by mk-script.
case $# in
0) xx='../../src/uniq';;
*) xx="$1";;
esac
test "$VERBOSE" && echo=echo || echo=:
$echo testing program: $xx
errors=0
www.eeworm.com/read/225531/4794775
tail-tests
#! /bin/sh
# This script was generated automatically by mk-script.
case $# in
0) xx='../../src/tail';;
*) xx="$1";;
esac
test "$VERBOSE" && echo=echo || echo=:
$echo testing program: $xx
errors=0
www.eeworm.com/read/225531/4795004
sort-tests
#! /bin/sh
# This script was generated automatically by mk-script.
case $# in
0) xx='../../src/sort';;
*) xx="$1";;
esac
test "$VERBOSE" && echo=echo || echo=:
$echo testing program: $xx
errors=0
www.eeworm.com/read/225531/4795170
head-tests
#! /bin/sh
# This script was generated automatically by mk-script.
case $# in
0) xx='../../src/head';;
*) xx="$1";;
esac
test "$VERBOSE" && echo=echo || echo=:
$echo testing program: $xx
errors=0