Searched defs:factory (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcomposer.cpp26 Hwcomposer::Hwcomposer(IPlatFactory *factory) argument
29 mPlatFactory(factory),
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1171 // Returns a pointer to the current death test factory.
3659 // Constructs a TestInfo object. It assumes ownership of the test factory
3666 internal::TestFactoryBase* factory)
3675 factory_(factory),
3697 // factory: pointer to the factory that creates a test object.
3699 // ownership of the factory object.
3708 TestFactoryBase* factory) {
3711 fixture_class_id, factory);
6838 // death test factory
3661 TestInfo(const std::string& a_test_case_name, const std::string& a_name, const char* a_type_param, const char* a_value_param, internal::TypeId fixture_class_id, internal::TestFactoryBase* factory) argument
3700 MakeAndRegisterTestInfo( const char* test_case_name, const char* name, const char* type_param, const char* value_param, TypeId fixture_class_id, SetUpTestCaseFunc set_up_tc, TearDownTestCaseFunc tear_down_tc, TestFactoryBase* factory) argument
[all...]

Completed in 58 milliseconds