代码搜索:Extensions

找到约 9,524 项符合「Extensions」的源代码

代码结果 9,524
www.eeworm.com/read/341021/3258889

h mpix.h

/* (C)Copyright IBM Corp. 2007, 2008 */ /** * \file include/mpix.h * \brief Blue Gene extensions to the MPI Spec * * These functions generally use MPI functions and internal APIs to * expose e
www.eeworm.com/read/340665/3280321

c anon-struct-2.c

/* { dg-options "-std=gnu89" } */ /* In GNU C mode, we recognize the anonymous struct/union extension, but not Microsoft extensions. */ struct A { char a; }; /* MS extension. */ struct B { st
www.eeworm.com/read/340665/3283733

algorithm

// Algorithm extensions -*- C++ -*- // Copyright (C) 2001, 2002 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistrib
www.eeworm.com/read/340665/3283737

functional

// Functional extensions -*- C++ -*- // Copyright (C) 2002 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute i
www.eeworm.com/read/339586/3296879

h helpermacrostest.h

#ifndef HELPERMACROSTEST_H #define HELPERMACROSTEST_H #include #include "MockTestListener.h" class HelperMacrosTest : public CPPUNIT_NS::TestFixture { CPPUNIT_
www.eeworm.com/read/339586/3296918

h messagetest.h

#ifndef MESSAGETEST_H #define MESSAGETEST_H #include #include #include /// Unit tests for MessageTest class MessageTest : public
www.eeworm.com/read/339586/3296932

h testasserttest.h

#ifndef TESTASSERTTEST_H #define TESTASSERTTEST_H #include class TestAssertTest : public CPPUNIT_NS::TestFixture { CPPUNIT_TEST_SUITE( TestAssertTest ); CPPU
www.eeworm.com/read/339586/3296942

h exampletestcases.h

#ifndef CPP_UNIT_EXAMPLETESTCASES_H #define CPP_UNIT_EXAMPLETESTCASES_H #include #include /* * A test case that is designed to produce
www.eeworm.com/read/339586/3296984

h boardgametest.h

#ifndef __BOARDGAMETEST_H__ #define __BOARDGAMETEST_H__ #include #include template class BoardGameTest : public C
www.eeworm.com/read/334125/3373366

py __init__.py

# # subunit: extensions to python unittest to get test results from subprocesses. # Copyright (C) 2005 Robert Collins # Copyright (C) 2007 Jelmer Vernooij