代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/174538/5360701
policy java.policy
// Standard extensions get all permissions by default
grant codeBase "file:${java.home}/lib/ext/" {
permission java.security.AllPermission;
};
// default permissions granted to all domains
grant
www.eeworm.com/read/164098/5499258
h sa_mmu.h
/*
sa_mmu.h - StrongARM Memory Management Unit emulation.
ARMulator extensions for SkyEye.
This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/350097/3135284
c inode.c
/*
* linux/fs/fat/inode.c
*
* Written 1992,1993 by Werner Almesberger
* VFAT extensions by Gordon Chaffee, merged with msdos fs by Henrik Storner
* Rewritten for the constant inumbers support
www.eeworm.com/read/339586/3296847
h exampletestcase.h
#ifndef CPP_UNIT_EXAMPLETESTCASE_H
#define CPP_UNIT_EXAMPLETESTCASE_H
#include
/*
* A test case that is designed to produce
* example errors and failures
*
www.eeworm.com/read/339586/3296873
h xmlelementtest.h
#ifndef CPPUNITEST_XMLELEMENTTEST_H
#define CPPUNITEST_XMLELEMENTTEST_H
#include
#include
/*! Unit tests for XmlElement.
*/
class XmlElementTest : p
www.eeworm.com/read/339586/3296881
h testresultcollectortest.h
#ifndef TESTCOLLECTORRESULTTEST_H
#define TESTCOLLECTORRESULTTEST_H
#include
#include
#include "SynchronizedTestResult.h"
class TestResul
www.eeworm.com/read/339586/3296882
cpp testcallertest.cpp
#include "FailureException.h"
#include "HelperSuite.h"
#include "TestCallerTest.h"
#include
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( TestCallerTest,
www.eeworm.com/read/339586/3296962
h exampletestcase.h
#ifndef CPP_UNIT_EXAMPLETESTCASE_H
#define CPP_UNIT_EXAMPLETESTCASE_H
#include
/*
* A test case that is designed to produce
* example errors and failures
*
www.eeworm.com/read/339586/3297263
cpp pluginmanager.cpp
#include
#include
#if !defined(CPPUNIT_NO_TESTPLUGIN)
#include
#include
www.eeworm.com/read/339586/3297289
cpp defaultprotector.cpp
#include
#include
#include "DefaultProtector.h"
CPPUNIT_NS_BEGIN
bool
DefaultProtector::protect( const Functor &functor,