Searched refs:factory (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/tools/cppunit/cppunit/
H A DTestFactoryRegistry.cpp36 void wasDestroyed( TestFactory *factory );
38 bool needDestroy( TestFactory *factory );
76 TestFactoryRegistry *factory = new TestFactoryRegistry( name ); local
83 name, factory
87 m_registries.insert( std::make_pair( name, factory ) );
89 m_factoriesToDestroy.insert( factory );
90 return *factory;
97 NamedRegistries::wasDestroyed( TestFactory *factory )
99 m_factoriesToDestroy.erase( factory );
100 m_destroyedFactories.insert( factory );
129 TestFactory *factory = it->second; local
186 TestFactory *factory = (*it).second; local
[all...]
/haiku-fatelf/headers/tools/cppunit/cppunit/extensions/
H A DAutoRegisterSuite.h30 /** Auto-register the suite factory in the global registry.
34 TestFactory *factory = new TestSuiteFactory<TestCaseType>(); local
35 TestFactoryRegistry::getRegistry().registerFactory( factory );
38 /** Auto-register the suite factory in the specified registry.
43 TestFactory *factory = new TestSuiteFactory<TestCaseType>(); local
44 TestFactoryRegistry::getRegistry( name ).registerFactory( factory );
H A DHelperMacros.h18 /*! \brief Abstract TestFixture factory.
137 CppUnit::TestFixtureFactory *factory ) \
176 __ThisSuperClassType::registerTests( suite, factory )
188 (__ThisTestFixtureType*)factory->makeFixture() )
217 (__ThisTestFixtureType*)factory->makeFixture(), \
252 ThisTestFixtureFactory factory; \
253 __ThisTestFixtureType::registerTests( builder.suite(), &factory ); \
275 * causes a test suite factory to be inserted in a global registry
295 * causes a test suite factory to be inserted in the global registry
H A DTestFactoryRegistry.h115 * \param name Name associated to the factory.
116 * \param factory Factory to register.
120 TestFactory *factory );
124 * \param factory Factory to register.
126 void registerFactory( TestFactory *factory );
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DGlobalFactory.cpp38 GlobalFactory* factory = new(std::nothrow) GlobalFactory;
39 if (factory == NULL)
42 status_t error = factory->_Init();
44 delete factory;
48 sDefaultInstance = factory;
/haiku-fatelf/src/apps/debugger/debug_info/
H A DDwarfImageDebugInfo.h101 DwarfStackFrameDebugInfo& factory,
111 DwarfStackFrameDebugInfo& factory);
H A DDwarfImageDebugInfo.cpp1018 DwarfStackFrameDebugInfo& factory, target_addr_t instructionPointer,
1039 if (factory.CreateLocalVariable(functionID, variableEntry, variable)
1084 return _CreateLocalVariables(unit, frame, functionID, factory,
1094 Image* image, StackFrame* frame, DwarfStackFrameDebugInfo& factory)
1151 result = factory.CreateReturnValue(idReference, returnType,
1016 _CreateLocalVariables(CompilationUnit* unit, StackFrame* frame, FunctionID* functionID, DwarfStackFrameDebugInfo& factory, target_addr_t instructionPointer, target_addr_t lowPC, const EntryListWrapper& variableEntries, const EntryListWrapper& blockEntries) argument
1093 _CreateReturnValue(target_addr_t returnFunctionAddress, Image* image, StackFrame* frame, DwarfStackFrameDebugInfo& factory) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DServerConnection.cpp84 ConnectionFactory factory; local
85 error = factory.CreateConnection(connectionMethod, server.GetString(),
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DServerConnection.cpp83 ConnectionFactory factory; local
84 error = factory.CreateConnection(connectionMethod, server.GetString(),
/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse.h664 * This is usually called from the factory of a fuse module to create
682 * objects are created and pushed onto the stack with the 'factory'
705 struct fuse_fs *(*factory)(struct fuse_args *args, member in struct:fuse_module

Completed in 96 milliseconds