Home
last modified time | relevance | path

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

/freebsd-src/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-src/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-3720-gl-mv1000.dts101 factory: partition@f8000 { label
/freebsd-src/sys/contrib/device-tree/src/arm/mediatek/
H A Dmt7629-rfb.dts129 factory: partition@70000 { label
/freebsd-src/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-src/lib/libdevdctl/
H A Devent.cc99 Event::CreateEvent(const EventFactory &factory, const string &eventString) in CreateEvent()
/freebsd-src/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-src/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-src/cddl/usr.sbin/zfsd/
H A Dcase_file.cc962 const EventFactory &factory(ZfsDaemon::Get().GetFactory()); in DeSerialize() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h698 AttributePool(AttributeFactory & factory) AttributePool() argument
937 ParsedAttributes(AttributeFactory & factory) ParsedAttributes() argument
/freebsd-src/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c835 POOL_ctx* factory; member
/freebsd-src/contrib/libxo/xohtml/external/
H A Djquery.qtip.js19 (function( factory ) { argument
/freebsd-src/contrib/googletest/googletest/src/
H A Dgtest.cc2725 TestInfo(const std::string & a_test_suite_name,const std::string & a_name,const char * a_type_param,const char * a_value_param,internal::CodeLocation a_code_location,internal::TypeId fixture_class_id,internal::TestFactoryBase * factory) TestInfo() argument
2767 MakeAndRegisterTestInfo(const char * test_suite_name,const char * name,const char * type_param,const char * value_param,CodeLocation code_location,TypeId fixture_class_id,SetUpTestSuiteFunc set_up_tc,TearDownTestSuiteFunc tear_down_tc,TestFactoryBase * factory) MakeAndRegisterTestInfo() argument
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6144 GetLoadImageUtilityFunction(Platform * platform,llvm::function_ref<std::unique_ptr<UtilityFunction> ()> factory) GetLoadImageUtilityFunction() argument
/freebsd-src/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()