代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/474814/1389118
tcl event0.tcl
proc About {} {
return "Testing the event emulation routines in the test suite"
}
proc TestEntry_Invoke {w} {
global testEntry_Invoked testEntry_value1
set testEntry_Invoked 1
set te
www.eeworm.com/read/474814/1389506
m4 ac_check_junit.m4
dnl @synopsis AC_CHECK_JUNIT
dnl
dnl AC_CHECK_JUNIT tests the availability of the Junit testing
dnl framework, and set some variables for conditional compilation
dnl of the test suite by automake.
dnl
www.eeworm.com/read/470720/1444499
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/470720/1444554
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/470720/1444826
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/470720/1452235
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/470720/1452239
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/470720/1452482
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/470693/1456445
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/470693/1456500
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