HomeSort by relevance Sort by last modified time
    Searched refs:factories (Results 1 - 10 of 10) sorted by null

  /external/webkit/WebKit/win/
WebKitCOMAPI.cpp 52 static FactoryMap& factories = *new FactoryMap; local
54 pair<FactoryMap::iterator, bool> result = factories.add(clsid, 0);
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/
builders.py 1 from webkit.factories import *
  /external/icu4c/common/
serv.cpp 334 , 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->size(); --pos >= 0;)
    [all...]
rbbi.cpp 1736 UStack *factories = new UStack(_deleteFactory, NULL, status); local
    [all...]
serv.h 52 * <p>ICUServiceKeys are used to communicate with factories to
55 * descriptor to use in querying the cache and factories, and
60 * and the currentID. Factories that handle complex keys,
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 ca
    [all...]
  /external/apache-http/src/org/apache/commons/logging/
LogFactory.java 284 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.elements()
    [all...]
  /external/opencore/pvmi/content_policy_manager/src/
cpm.cpp 166 Oscl_Vector<OsclRegistryAccessElement, OsclMemAllocator> factories; local
168 cli.GetFactories(id, factories);
171 for (uint32 i = 0; i < factories.size(); i++)
173 if (factories[i].iFactory)
175 _AddPluginInstance(pRegistry, (PVMFCPMPluginFactory*)factories[i].iFactory, factories[i].iMimeString);
201 Oscl_Vector<OsclRegistryAccessElement, OsclMemAllocator> factories; local
203 cli.GetFactories(id, factories);
205 for (uint32 i = 0; i < factories.size(); i++)
207 if (factories[i].iFactory
    [all...]
  /external/webkit/WebCore/platform/graphics/gtk/
MediaPlayerPrivateGStreamer.cpp 1041 GList* factories = gst_type_find_factory_get_list(); local
1042 for (GList* iterator = factories; iterator; iterator = iterator->next) {
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1779 milliseconds