代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/376060/2715784
svn-base mstring.cpp.svn-base
// Mstring.c
// testing string class
/*
Yes, I know it's bad to reinvent this particular wheel but
I don't like the templatized standard string. An extra 30%
(at least) size penalty for usi
www.eeworm.com/read/376060/2715840
cpp mstring.cpp
// Mstring.c
// testing string class
/*
Yes, I know it's bad to reinvent this particular wheel but
I don't like the templatized standard string. An extra 30%
(at least) size penalty for usi
www.eeworm.com/read/373038/2767514
java suitetest.java
package junit.tests.framework;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestResult;
import junit.framework.TestSuite;
/**
* A fixture for testing the "au
www.eeworm.com/read/371889/2778155
java stringsorttest.java
//: StringSortTest.java
// Testing the generic sorting Vector
//实现比较大小用的接口
import java.util.*;
public class StringSortTest {
static class StringCompare implements Compare {
public bool
www.eeworm.com/read/368758/2810391
mk config.mk
TEXT_BASE = 0x27F00000
## For testing: load at 0x20100000 and "go" at 0x201000A4
#TEXT_BASE = 0x20100000
www.eeworm.com/read/368758/2811594
mk config.mk
TEXT_BASE = 0x20F00000
## For testing: load at 0x20100000 and "go" at 0x201000A4
#TEXT_BASE = 0x20100000
www.eeworm.com/read/366702/2876100
f90 large_real_kind_2.f90
! { dg-do run }
! { dg-require-effective-target fortran_large_real }
! { dg-xfail-if "" { "*-*-freebsd*" } { "*" } { "" } }
! Testing library calls on large real kinds (larger than kind=8)
implici
www.eeworm.com/read/366702/2876655
f90 large_real_kind_3.f90
! { dg-do run }
! { dg-require-effective-target fortran_large_real }
! { dg-xfail-if "" { "*-*-freebsd*" } { "*" } { "" } }
! Testing erf and erfc library calls on large real kinds (larger than kind
www.eeworm.com/read/366702/2884175
c c94-pedantic.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-std=iso9899:199409 -pedantic" } */
/* This file is for testing the preprocessor in -std=iso9899:
www.eeworm.com/read/362216/2936283
m munit.m
%****m* MUnit/0-Overview
%
% NAME
% Overview
%
% DESCRIPTION
% MUnit is a framework for unit testing of MATLAB functions.
%
% SEE ALSO
% MUnit_Introduction, MUnit_Applications, MUnit_API, MUnit_