代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/218565/14915415
h configtest.h
#ifndef _HBSTOCK_CONFIG_TEST_H_
#define _HBSTOCK_CONFIG_TEST_H_
// A TestFixture subclass.
#include "cppunit/extensions/HelperMacros.h"
#include "gnu/app_config.h"
class ConfigTest : public CppUni
www.eeworm.com/read/210394/15199589
mib demo.mib
-- This example is from the SNMPv1/v2c Component Release Supplement 1.0
-- for Tornado 1.0.1
-- Section 6.3 Compile-time MIB Extensions
-- Example 6-1 MIB Definition for the Systems Group
-- This ex
www.eeworm.com/read/492281/1177084
mib demo.mib
-- This example is from the SNMPv1/v2c Component Release Supplement 1.0
-- for Tornado 1.0.1
-- Section 6.3 Compile-time MIB Extensions
-- Example 6-1 MIB Definition for the Systems Group
-- This ex
www.eeworm.com/read/470720/1446879
c alignof.c
// Build don't link:
// GROUPS passed extensions
struct bar { int bit : 1; };
void foo (int *r, bar t)
{
// doing alignof on a bit-field should be illegal
__alignof__ (t.bit);// ERROR - .*
//
www.eeworm.com/read/470720/1451868
c gnu89-init-1.c
/* Test for GNU extensions to compound literals */
/* Origin: Jakub Jelinek */
/* { dg-do run } */
/* { dg-options "-std=gnu89" } */
extern void abort (void);
extern void exit (int
www.eeworm.com/read/470693/1458825
c alignof.c
// Build don't link:
// GROUPS passed extensions
struct bar { int bit : 1; };
void foo (int *r, bar t)
{
// doing alignof on a bit-field should be illegal
__alignof__ (t.bit);// ERROR - .*
//
www.eeworm.com/read/470693/1463814
c gnu89-init-1.c
/* Test for GNU extensions to compound literals */
/* Origin: Jakub Jelinek */
/* { dg-do run } */
/* { dg-options "-std=gnu89" } */
extern void abort (void);
extern void exit (int
www.eeworm.com/read/458008/1590953
rakefile
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
desc 'Default: run unit tests.'
task :default => :test
desc 'Test the relevance_extensions plugin.'
Rake::TestTask.new(:test) do |t|
www.eeworm.com/read/457678/1595502
java graphwalk.java
package de.uni_stuttgart.informatik.canu.mobisim.mobilitymodels;
import de.uni_stuttgart.informatik.canu.mobisim.core.*;
import de.uni_stuttgart.informatik.canu.mobisim.extensions.*;
import de.un