代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/243810/4519060
java teststream.java
//: com:bruceeckel:simpletest:TestStream.java
// Simple utility for testing program output. Intercepts
// System.out to print both to the console and a buffer.
// From 'Thinking in Java, 3rd ed.' (
www.eeworm.com/read/243143/4532229
m testandr.m
function [MI,SIGMA,J]=testandr(dim,epsilon,dnoise,maxcoord,diagm)
% TESTANDR creates testing data for Generalized Anderson's task.
% [MI,SIGMA,J]=testandr(dim,epsilon,dnoise,maxcoord,diagm)
%
% TESTAN
www.eeworm.com/read/241991/4556619
java stresstester.java
package org.jgroups.tests;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.URL;
/**
* Test driver for testing JGroups-based HttpSession replication.
*
* @a
www.eeworm.com/read/240162/4579383
c nrv1_main.c
// PR c++/5636
// Bug: the named return value optimization interfered with EH cleanups.
// Split into pieces for binary compatibility testing October 2002
extern void nrv1_x (void);
int
main ()
{
www.eeworm.com/read/240162/4579438
c byval1_main.c
// PR c++/3948
// Test that the destructor call for a value parameter gets the
// right address.
// Split into pieces for binary compatibility testing October 2002
extern void byval1_x (void);
int
m
www.eeworm.com/read/240162/4579874
c c++98-pedantic.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-std=c++98 -pedantic" } */
/* This file is for testing the preprocessor in -std=c++98 -pedantic m
www.eeworm.com/read/240162/4589928
c gnuc99-pedantic.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-std=gnu99 -pedantic" } */
/* This file is for testing the preprocessor in -std=gnu99 -pedantic m
www.eeworm.com/read/240162/4589932
c c94.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-std=iso9899:199409" } */
/* This file is for testing the preprocessor in -std=iso9899:199409 mod
www.eeworm.com/read/240162/4590188
c gnuc89-pedantic.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-std=gnu89 -pedantic" } */
/* This file is for testing the preprocessor in -std=gnu89 -pedantic m
www.eeworm.com/read/233448/4671689
c nrv1_main.c
// PR c++/5636
// Bug: the named return value optimization interfered with EH cleanups.
// Split into pieces for binary compatibility testing October 2002
extern void nrv1_x (void);
int
main ()
{