代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/340665/3280994
c xopen-1.c
/* Test for X/Open format extensions, as found in the
Single Unix Specification and in Austin Group draft 7.
*/
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options
www.eeworm.com/read/340665/3281000
c c99-scanf-2.c
/* Test for scanf formats. Formats using extensions to the standard
should be rejected in strict pedantic mode.
*/
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-opti
www.eeworm.com/read/340665/3281014
c c90-scanf-3.c
/* Test for scanf formats. Formats using extensions to the standard
should be rejected in strict pedantic mode.
*/
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-opti
www.eeworm.com/read/340665/3281027
c c99-printf-2.c
/* Test for printf formats. Formats using extensions to the standard
should be rejected in strict pedantic mode.
*/
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-opt
www.eeworm.com/read/339873/3294238
java geotiffdescriptor.java
package org.geotiff.image.jai;
/*
* JAI GeoTIFF extensions.
* Copyright (c) 2000 Niles Ritter.
*/
import org.libtiff.jai.codec.XTIFFDirectory;
import org.libtiff.jai.operator.XTIFFDescriptor;
/**
www.eeworm.com/read/339586/3296890
h basetestcase.h
#ifndef BASETESTCASE_H
#define BASETESTCASE_H
#include
class BaseTestCase : public CPPUNIT_NS::TestCase
{
CPPUNIT_TEST_SUITE( BaseTestCase );
CPPUNIT_TEST( t
www.eeworm.com/read/339586/3296893
cpp cppunittestsuite.cpp
#include
#include
#include "CoreSuite.h"
#include "HelperSuite.h"
#include "ExtensionSuite.h"
#include "OutputSuite.h"
#include "Too
www.eeworm.com/read/339586/3296938
cpp main.cpp
#include
#include
#include
int main( int argc, char** argv )
{
QApplication app( argc, argv );
//CPPUNIT_N
www.eeworm.com/read/339586/3297135
h testcaller.h
#ifndef CPPUNIT_TESTCALLER_H // -*- C++ -*-
#define CPPUNIT_TESTCALLER_H
#include
#include
#if CPPUNIT_USE_TYPEINFO_NAME
# include
www.eeworm.com/read/339586/3297160
cpp dllplugintestertest.cpp
#include
#include
#include
int main(int argc, char* argv[])
{
CPPUNIT_NS::Test *suite = CPPU