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

1 2

  /external/webkit/Source/WebKit/win/
WebKitCOMAPI.cpp 52 static FactoryMap& factories = *new FactoryMap; local
54 pair<FactoryMap::iterator, bool> result = factories.add(clsid, 0);
  /external/smack/asmack-master/static-src/custom/de/measite/smack/
Sasl.java 62 Hashtable<SaslClientFactory,Object> factories = new Hashtable<SaslClientFactory,Object>(); local
63 factories.put(new SaslClientFactory(), new Object());
64 return factories.keys();
  /external/smack/src/de/measite/smack/
Sasl.java 62 Hashtable<SaslClientFactory,Object> factories = new Hashtable<SaslClientFactory,Object>(); local
63 factories.put(new SaslClientFactory(), new Object());
64 return factories.keys();
  /external/v8/test/mjsunit/regress/
regress-1560.js 51 function test(factories, w) {
52 factories.forEach(function(f) { w(f(), 0); });
53 factories.forEach(function(f) { w(f(), 0); });
55 factories.forEach(function(f) { w(f(), 0); });
  /external/icu4c/common/
serv.cpp 339 , factories(NULL)
349 , factories(NULL)
361 delete factories;
362 factories = NULL;
425 // called only by factories, treat as private
469 int32_t limit = factories->size();
474 if (factory == (const ICUServiceFactory*)factories->elementAt(i)) {
502 ICUServiceFactory* f = (ICUServiceFactory*)factories->elementAt(index++);
667 } else if (factories != NULL) {
668 for (int32_t pos = factories->size(); --pos >= 0;)
    [all...]
rbbi.cpp 1825 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
239 * previously-registered factories.</p>
364 * ICUService will notifiy this listener when factories are added to
482 * previously-registered factories to handle the ones it does not
485 * <p>ICUService uses ICUServiceKeys to query factories and perform
504 * to receive notification when factories are added or removed from
514 * 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...]
  /frameworks/base/services/java/com/android/server/firewall/
IntentFirewall.java 78 FilterFactory[] factories = new FilterFactory[] { typedefs
100 factoryMap = new HashMap<String, FilterFactory>(factories.length * 4 / 3);
101 for (int i=0; i<factories.length; i++) {
102 FilterFactory factory = factories[i];
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
org.apache.commons.logging_1.0.4.v201005080501.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 1462 GList* factories = gst_type_find_factory_get_list(); local
    [all...]
  /external/robolectric/lib/main/
commons-logging-1.1.1.jar 
  /prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar 
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 554 * Look-up table for factories.
556 static final EntryFactory[] factories = { field in class:LocalCache.EntryFactory
566 return factories[flags];
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 522 * Look-up table for factories. First dimension is the reference type. The second dimension is
525 static final EntryFactory[][] factories = { field in class:MapMakerInternalMap.EntryFactory
534 return factories[keyStrength.ordinal()][flags];
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 617 milliseconds

1 2