Searched refs:factory (Results 26 - 50 of 85) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfactory.h38 FactoryNotFound(const char *name) : Exception(OTHER_ERROR, std::string("ObjectFactoryRegistry: could not find factory for algorithm ") + name) {}
50 void RegisterFactory(const std::string &name, ObjectFactory<AbstractClass> *factory) argument
52 m_map[name] = factory;
63 const ObjectFactory<AbstractClass> *factory = GetFactory(name); local
64 if (!factory)
66 return factory->CreateObject();
69 // Return a vector containing the factory names. This is easier than returning an iterator.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3collections.c100 static void newPool (pANTLR3_VECTOR_FACTORY factory);
101 static void closeVectorFactory (pANTLR3_VECTOR_FACTORY factory);
102 static pANTLR3_VECTOR newVector (pANTLR3_VECTOR_FACTORY factory);
103 static void returnVector (pANTLR3_VECTOR_FACTORY factory, pANTLR3_VECTOR vector);
1125 // Assume that this is not a factory made vector
1431 /// Vector factory creation
1436 pANTLR3_VECTOR_FACTORY factory; local
1438 // Allocate memory for the factory
1440 factory = (pANTLR3_VECTOR_FACTORY)ANTLR3_MALLOC((size_t)(sizeof(ANTLR3_VECTOR_FACTORY)));
1442 if (factory
1477 returnVector(pANTLR3_VECTOR_FACTORY factory, pANTLR3_VECTOR vector) argument
1494 newPool(pANTLR3_VECTOR_FACTORY factory) argument
1524 closeVectorFactory(pANTLR3_VECTOR_FACTORY factory) argument
1637 newVector(pANTLR3_VECTOR_FACTORY factory) argument
[all...]
H A Dantlr3rewritestreams.c75 // vector factory for later reuse.
79 pANTLR3_VECTOR_FACTORY factory = ((pANTLR3_COMMON_TREE_ADAPTOR)(stream->adaptor->super))->arboretum->vFactory; local
80 factory->returnVector(factory, stream->elements);
137 // vector factory for later reuse.
141 pANTLR3_VECTOR_FACTORY factory = ((pANTLR3_COMMON_TREE_ADAPTOR)(stream->adaptor->super))->arboretum->vFactory; local
142 factory->returnVector(factory, stream->elements);
548 pANTLR3_VECTOR_FACTORY factory = ((pANTLR3_COMMON_TREE_ADAPTOR)(stream->adaptor->super))->arboretum->vFactory; local
551 stream->elements = factory
[all...]
H A Dantlr3debughandlers.c424 // No, so create one, using the string factory that
428 delboy->tokenString = delboy->grammarFileName->factory->newSize(delboy->grammarFileName->factory, 64);
473 // No, so create one, using the string factory that
477 delboy->tokenString = delboy->grammarFileName->factory->newSize(delboy->grammarFileName->factory, 64);
922 // No, so create one, using the string factory that
926 delboy->tokenString = delboy->grammarFileName->factory->newSize(delboy->grammarFileName->factory, 64);
965 // No, so create one, using the string factory tha
[all...]
H A Dantlr3treeparser.c230 while (((pANTLR3_COMMON_TREE)(current->super))->factory == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/factory/
H A DShipmentKey.java9 package collections.ship.factory;
H A DPart.java9 package collections.ship.factory;
H A DShipment.java9 package collections.ship.factory;
H A DSupplier.java9 package collections.ship.factory;
H A DSample.java9 package collections.ship.factory;
22 * java collections.ship.factory.Sample
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Dmain.cc32 /* This Keyword factory produces KeywordExt instances. */
67 KeywordExt_Factory factory; local
68 Input inputter (stdin, &factory);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devent_rpcgen.py11 # to allow the instantiated factory (for the specific output language)
1305 def ProcessOneEntry(factory, newstruct, entry):
1367 newentry = factory.EntryBytes(entry_type, name, tag, fixed_length)
1369 newentry = factory.EntryVarBytes(entry_type, name, tag)
1371 newentry = factory.EntryInt(entry_type, name, tag)
1373 newentry = factory.EntryInt(entry_type, name, tag, bits=64)
1375 newentry = factory.EntryString(entry_type, name, tag)
1380 newentry = factory.EntryStruct(entry_type, name, tag, res.group(1))
1400 newentry = factory.EntryArray(newentry)
1409 def ProcessStruct(factory, dat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/factory/
H A DMakefile.in37 noinst_PROGRAMS = factory$(EXEEXT)
41 subdir = gsoap/samples/factory
54 am_factory_OBJECTS = factory.$(OBJEXT) $(am__objects_1) \
200 SOAPHEADER = factory.h
224 SOAP_NS = factory.nsmap factory.wsdl
225 factory_SOURCES = factory.cpp $(SOAPHEADER) $(SOAP_CPP_SERVER)
241 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/factory/Makefile'; \
243 $(AUTOMAKE) --foreign gsoap/samples/factory/Makefile
265 factory
[all...]
H A DMakefile2 # gsoap/samples/factory/Makefile. Generated from Makefile.in by configure.
37 noinst_PROGRAMS = factory$(EXEEXT)
41 subdir = gsoap/samples/factory
54 am_factory_OBJECTS = factory.$(OBJEXT) $(am__objects_1) \
145 abs_builddir = /home/ivan/Dev/platforms/R7000-V1.0.2.125_1.0.18_src/ap/gpl/gsoap/source/gsoap/samples/factory
146 abs_srcdir = /home/ivan/Dev/platforms/R7000-V1.0.2.125_1.0.18_src/ap/gpl/gsoap/source/gsoap/samples/factory
200 SOAPHEADER = factory.h
224 SOAP_NS = factory.nsmap factory.wsdl
225 factory_SOURCES = factory
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/factory/
H A DMakefile.in37 noinst_PROGRAMS = factory$(EXEEXT)
41 subdir = gsoap/samples/factory
54 am_factory_OBJECTS = factory.$(OBJEXT) $(am__objects_1) \
200 SOAPHEADER = factory.h
224 SOAP_NS = factory.nsmap factory.wsdl
225 factory_SOURCES = factory.cpp $(SOAPHEADER) $(SOAP_CPP_SERVER)
241 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/factory/Makefile'; \
243 $(AUTOMAKE) --foreign gsoap/samples/factory/Makefile
265 factory
[all...]
H A DMakefile2 # gsoap/samples/factory/Makefile. Generated from Makefile.in by configure.
37 noinst_PROGRAMS = factory$(EXEEXT)
41 subdir = gsoap/samples/factory
54 am_factory_OBJECTS = factory.$(OBJEXT) $(am__objects_1) \
145 abs_builddir = /Volumes/Dev/platforms/R7000-V1.0.2.125_1.0.18_src/ap/gpl/gsoap/source_build_platform/gsoap/samples/factory
146 abs_srcdir = /Volumes/Dev/platforms/R7000-V1.0.2.125_1.0.18_src/ap/gpl/gsoap/source_build_platform/gsoap/samples/factory
200 SOAPHEADER = factory.h
224 SOAP_NS = factory.nsmap factory.wsdl
225 factory_SOURCES = factory
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Darchive.tex11 For example, given a filename you can search for a factory that will
15 factory = wxArchiveClassFactory::Find(filename, wxSTREAM_FILEEXT);
16 if (factory)
17 stream = factory->NewStream(new wxFFileInputStream(filename));
22 for a factory by MIME type or wxFileSystem protocol.
74 Returns true if this factory can handle the given protocol, MIME type
85 A static member that finds a factory that can handle a given protocol, MIME
86 type or file extension. Returns a pointer to the class factory if found, or
87 NULL otherwise. It does not give away ownership of the factory.
105 const wxArchiveClassFactory *factory
[all...]
H A Darc.tex260 To allow this there is a class factory for each archive type, derived from
264 For example, given {\it wxArchiveClassFactory* factory}, streams and
269 auto_ptr<wxArchiveInputStream> inarc(factory->NewStream(in));
270 auto_ptr<wxArchiveOutputStream> outarc(factory->NewStream(out));
273 auto_ptr<wxArchiveEntry> entry(factory->NewEntry());
277 For the factory itself, the static member
279 can be used to find a class factory that can handle a given file
283 const wxArchiveClassFactory *factory;
284 factory = wxArchiveClassFactory::Find(filename, wxSTREAM_FILEEXT);
286 if (factory)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A DDAAP2SQL.c429 result= e.result->factory->newRaw(e.result->factory);
572 retval.result= a.result->factory->newRaw(a.result->factory);
633 retval.result= a.result->factory->newRaw(a.result->factory);
668 retval.result= (STR1->getText(STR1))->factory->newRaw((STR1->getText(STR1))->factory);
H A DRSP2SQL.c586 result= e.result->factory->newRaw(e.result->factory);
934 retval.result= a.result->factory->newRaw(a.result->factory);
995 retval.result= a.result->factory->newRaw(a.result->factory);
1068 retval.result= c.result->factory->newRaw(c.result->factory);
1139 retval.result= i.result->factory->newRaw(i.result->factory);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/pregen/
H A DDAAP2SQL.c429 result= e.result->factory->newRaw(e.result->factory);
572 retval.result= a.result->factory->newRaw(a.result->factory);
633 retval.result= a.result->factory->newRaw(a.result->factory);
668 retval.result= (STR1->getText(STR1))->factory->newRaw((STR1->getText(STR1))->factory);
H A DRSP2SQL.c586 result= e.result->factory->newRaw(e.result->factory);
934 retval.result= a.result->factory->newRaw(a.result->factory);
995 retval.result= a.result->factory->newRaw(a.result->factory);
1068 retval.result= c.result->factory->newRaw(c.result->factory);
1139 retval.result= i.result->factory->newRaw(i.result->factory);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dactions.c159 GtkIconFactory * factory = gtk_icon_factory_new( ); local
162 gtk_icon_factory_add_default( factory );
181 gtk_icon_factory_add( factory, name, icon_set );
188 g_object_unref ( G_OBJECT ( factory ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3collections.h254 /** Indicates if the structure was made by a factory, in which
255 * case only the factory can free the memory for the actual vector,
282 * in the vector factory when closed.
303 /** Consumers from the factory can release a factory produced vector
304 * back to the factory so that it may be reused (and thus conserve memory)
306 * the only vectors avaible in the free chain are produced by this factory, so they
307 * need not be explicitly freed when the factory is closed.
311 /** Function to close the vector factory
313 void (*close) (struct ANTLR3_VECTOR_FACTORY_struct * factory);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dprntdlgg.cpp176 wxPrintFactory* factory = wxPrintFactory::GetFactory(); local
190 if (!factory->HasPrintSetupDialog())
193 if (factory->HasPrinterLine())
197 flex->Add( new wxStaticText( this, wxID_ANY, factory->CreatePrinterLine() ),
201 if (factory->HasStatusLine())
205 flex->Add( new wxStaticText( this, wxID_ANY, factory->CreateStatusLine() ),
330 wxPrintFactory* factory = wxPrintFactory::GetFactory(); local
332 if (factory->HasPrintSetupDialog())
336 wxDialog *dialog = factory->CreatePrintSetupDialog( this, &m_printDialogData.GetPrintData() );
1084 // Use print factory late
[all...]

Completed in 257 milliseconds

1234