Home
last modified time | relevance | path

Searched defs:factory (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/contrib/device-tree/src/mips/ralink/
H A Dgardena_smart_gateway_mt7688.dts158 factory: partition@c0000 { label
H A Dmt7621-gnubee-gb-pc1.dts77 factory: partition@40000 { label
H A Dmt7621-gnubee-gb-pc2.dts97 factory: partition@40000 { label
/freebsd/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-3720-gl-mv1000.dts101 factory: partition@f8000 { label
/freebsd/sys/contrib/device-tree/src/arm/mediatek/
H A Dmt7629-rfb.dts129 factory: partition@70000 { label
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp104 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory) in ThreadRegistry()
107 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads, in ThreadRegistry()
/freebsd/lib/libdevdctl/
H A Devent.cc99 Event::CreateEvent(const EventFactory &factory, const string &eventString) in CreateEvent()
/freebsd/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py1476 def ProcessOneEntry(factory, newstruct, entry): argument
1573 def ProcessStruct(factory, data): argument
1681 def Parse(factory, filep): argument
/freebsd/contrib/libevent/
H A Devent_rpcgen.py1476 def ProcessOneEntry(factory, newstruct, entry): argument
1573 def ProcessStruct(factory, data): argument
1681 def Parse(factory, filep): argument
/freebsd/cddl/usr.sbin/zfsd/
H A Dcase_file.cc962 const EventFactory &factory(ZfsDaemon::Get().GetFactory()); in DeSerialize() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h719 AttributePool(AttributeFactory &factory) : Factory(factory) {} in AttributePool()
960 ParsedAttributes(AttributeFactory &factory) : pool(factory) {} in ParsedAttributes()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c835 POOL_ctx* factory; member
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js19 (function( factory ) { argument
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc2750 internal::TestFactoryBase* factory) in TestInfo()
2791 TearDownTestSuiteFunc tear_down_tc, TestFactoryBase* factory) { in MakeAndRegisterTestInfo()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6345 llvm::function_ref<std::unique_ptr<UtilityFunction>()> factory) { in GetLoadImageUtilityFunction()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp12319 … void registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) override { in registerReporter()
12322 void registerListener( IReporterFactoryPtr const& factory ) override { in registerListener()
12382 …ReporterRegistry::registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) { in registerReporter()
12385 void ReporterRegistry::registerListener( IReporterFactoryPtr const& factory ) { in registerListener()