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

  /external/skia/samplecode/
OverView.cpp 23 OverView(int count, const SkViewFactory* factories[]);
69 SkView* create_overview(int count, const SkViewFactory* factories[]) {
70 return SkNEW_ARGS(OverView, (count, factories));
73 OverView::OverView(int count, const SkViewFactory* factories[]) {
75 fFactories = factories;
  /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/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 335 , factories(NULL)
345 , factories(NULL)
357 delete factories;
358 factories = NULL;
421 // called only by factories, treat as private
465 int32_t limit = factories->size();
470 if (factory == (const ICUServiceFactory*)factories->elementAt(i)) {
498 ICUServiceFactory* f = (ICUServiceFactory*)factories->elementAt(index++);
663 } else if (factories != NULL) {
664 for (int32_t pos = factories->size(); --pos >= 0;)
    [all...]
rbbi.cpp 1782 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/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 
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 1462 GList* factories = gst_type_find_factory_get_list(); local
    [all...]
  /prebuilts/tools/common/http-client/
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 
org.eclipse.osgi_3.6.2.R36x_v20110210.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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1059 milliseconds