代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/441368/1771792
c mac_packet_test.c
/*
V0.1 Initial Release 10/July/2006 RBR
*/
//Basic packet sending test at the MAC level, used for internal testing only.
//This packet test has one node sending out a variety of
//d
www.eeworm.com/read/440906/1774512
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/440906/1774567
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/440906/1774886
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/440906/1782380
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/440906/1782384
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/440906/1782628
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/440773/1789698
n3-parser-tests
## From the W3C SWAP test suite and other places
## Parse - no production of RDF
## Some of the W3C tests are about the logic after parsing
## so these test are not always actually testing anything
www.eeworm.com/read/438718/1822886
py test_imageop.py
#! /usr/bin/env python
"""Test script for the imageop module. This has the side
effect of partially testing the imgfile module as well.
Roger E. Masse
"""
from test_support import verbose, un