Searched refs:factories (Results 1 - 7 of 7) sorted by relevance

/external/skia/samplecode/
H A DOverView.cpp11 OverView(int count, const SkViewFactory factories[]);
54 SkView* create_overview(int count, const SkViewFactory factories[]);
55 SkView* create_overview(int count, const SkViewFactory factories[]) { argument
56 return SkNEW_ARGS(OverView, (count, factories));
59 OverView::OverView(int count, const SkViewFactory factories[]) { argument
61 fFactories = factories;
/external/webkit/Source/WebKit/win/
H A DWebKitCOMAPI.cpp52 static FactoryMap& factories = *new FactoryMap; local
54 pair<FactoryMap::iterator, bool> result = factories.add(clsid, 0);
/external/icu4c/common/
H A Dserv.cpp334 , factories(NULL)
346 , factories(NULL)
359 delete factories;
360 factories = NULL;
424 // called only by factories, treat as private
468 int32_t limit = factories->size();
473 if (factory == (const ICUServiceFactory*)factories->elementAt(i)) {
501 ICUServiceFactory* f = (ICUServiceFactory*)factories->elementAt(index++);
667 } else if (factories != NULL) {
668 for (int32_t pos = factories
[all...]
H A Drbbi.cpp1763 UStack *factories = new UStack(_deleteFactory, NULL, status); local
1764 if (factories != NULL && U_SUCCESS(status)) {
1766 factories->push(builtIn, status);
1770 factories->push(extra, status);
1776 gLanguageBreakFactories = factories;
1777 factories = NULL;
1781 delete factories;
H A Dserv.h52 * <p>ICUServiceKeys are used to communicate with factories to
55 * descriptor to use in querying the cache and factories, and
61 * for example number format factories that generate multiple
238 * previously-registered factories.</p>
363 * ICUService will notifiy this listener when factories are added to
479 * previously-registered factories to handle the ones it does not
482 * <p>ICUService uses ICUServiceKeys to query factories and perform
501 * to receive notification when factories are added or removed from
511 * of the objects returned from get, to limit the factories that can
541 * All the factories registere
[all...]
/external/apache-http/src/org/apache/commons/logging/
H A DLogFactory.java284 protected static Hashtable factories = null; field in class:LogFactory
288 * <code>factories</code> map, but for the case where
297 * Note that <code>factories</code> is a <i>Hashtable</i> (not a HashMap),
635 * having to care about factories.
657 * having to care about factories.
692 synchronized (factories) {
699 LogFactory factory = (LogFactory) factories.get(classLoader);
702 factories.remove(classLoader);
723 synchronized (factories) {
724 Enumeration elements = factories
[all...]
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.cpp1462 GList* factories = gst_type_find_factory_get_list(); local
1463 for (GList* iterator = factories; iterator; iterator = iterator->next) {
1581 gst_plugin_feature_list_free(factories);

Completed in 587 milliseconds