Home
last modified time | relevance | path

Searched refs:factories (Results 1 – 25 of 26) sorted by relevance

12

/external/v8/test/mjsunit/regress/
Dregress-1560.js51 function test(factories, w) { argument
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/
Dserv.cpp339 , factories(NULL) in ICUService()
349 , factories(NULL) in ICUService()
361 delete factories; in ~ICUService()
362 factories = NULL; in ~ICUService()
469 int32_t limit = factories->size(); in getKey()
474 if (factory == (const ICUServiceFactory*)factories->elementAt(i)) { in getKey()
502 ICUServiceFactory* f = (ICUServiceFactory*)factories->elementAt(index++); in getKey()
667 } else if (factories != NULL) { in getVisibleIDMap()
668 for (int32_t pos = factories->size(); --pos >= 0;) { in getVisibleIDMap()
669 ICUServiceFactory* f = (ICUServiceFactory*)factories->elementAt(pos); in getVisibleIDMap()
[all …]
Drbbi.cpp1825 UStack *factories = new UStack(_deleteFactory, NULL, status); in getLanguageBreakEngineFromFactory() local
1826 if (factories != NULL && U_SUCCESS(status)) { in getLanguageBreakEngineFromFactory()
1828 factories->push(builtIn, status); in getLanguageBreakEngineFromFactory()
1832 factories->push(extra, status); in getLanguageBreakEngineFromFactory()
1838 gLanguageBreakFactories = factories; in getLanguageBreakEngineFromFactory()
1839 factories = NULL; in getLanguageBreakEngineFromFactory()
1843 delete factories; in getLanguageBreakEngineFromFactory()
Dserv.h541 UVector* factories;
/external/apache-http/src/org/apache/commons/logging/
DLogFactory.java284 protected static Hashtable factories = null; field in LogFactory
692 synchronized (factories) { in release()
699 LogFactory factory = (LogFactory) factories.get(classLoader); in release()
702 factories.remove(classLoader); in release()
723 synchronized (factories) { in releaseAll()
724 Enumeration elements = factories.elements(); in releaseAll()
729 factories.clear(); in releaseAll()
918 factory = (LogFactory) factories.get(contextClassLoader);
943 factories.put(classLoader, factory);
1735 factories = createFactoryStore();
/external/smack/src/de/measite/smack/
DSasl.java62 Hashtable<SaslClientFactory,Object> factories = new Hashtable<SaslClientFactory,Object>(); in getSaslClientFactories() local
63 factories.put(new SaslClientFactory(), new Object()); in getSaslClientFactories()
64 return factories.keys(); in getSaslClientFactories()
/external/smack/asmack-master/static-src/custom/de/measite/smack/
DSasl.java62 Hashtable<SaslClientFactory,Object> factories = new Hashtable<SaslClientFactory,Object>(); in getSaslClientFactories() local
63 factories.put(new SaslClientFactory(), new Object()); in getSaslClientFactories()
64 return factories.keys(); in getSaslClientFactories()
/external/webkit/Source/WebKit/win/
DWebKitCOMAPI.cpp52 static FactoryMap& factories = *new FactoryMap; in classFactory() local
54 pair<FactoryMap::iterator, bool> result = factories.add(clsid, 0); in classFactory()
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DMediaPlayerPrivateGStreamer.cpp1462 GList* factories = gst_type_find_factory_get_list(); in mimeTypeCache() local
1463 for (GList* iterator = factories; iterator; iterator = iterator->next) { in mimeTypeCache()
1581 gst_plugin_feature_list_free(factories); in mimeTypeCache()
/external/antlr/antlr-3.4/runtime/C/
DChangeLog122 win) for AST building and vector factories.
194 Some users have started using string factories themselves and
406 win) for AST building and vector factories.
DREADME14 (usually) created by factories, which auto manage the memory allocation and
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dmainpage.dox48 /// model inheritance too exactly. Other differences include the use of token and string factories
Dinterop.dox41 /// of your generated parser is allocated in chunks and parcelled out by factories. For instance me…
51 /// The advantage of using object factories is of course that memory leaks and accessing de-allocat…
Dbuildrec.dox226 /// // via factories, that allocate memory efficiently and free() everything they use
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DAST.stg225 …* presume that the user will know to do this using their own factories for the structures they all…
/external/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java525 static final EntryFactory[][] factories = { field in MapMakerInternalMap.EntryFactory
534 return factories[keyStrength.ordinal()][flags]; in getFactory()
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java556 static final EntryFactory[] factories = { field in LocalCache.EntryFactory
566 return factories[flags]; in getFactory()
/external/llvm/docs/
DCodingStandards.rst810 // kind of factories.
/external/webkit/Tools/
DChangeLog-2009-06-161679 * BuildSlaveSupport/build.webkit.org-config/webkit/factories.py: Removed.
13690 * BuildSlaveSupport/build.webkit.org-config/webkit/factories.py:
19818 … * BuildSlaveSupport/build.webkit.org-config/webkit/factories.py: Remove unused Qt build factory.
20289 * BuildSlaveSupport/build.webkit.org-config/webkit/factories.py:
20389 * BuildSlaveSupport/build.webkit.org-config/webkit/factories.py: Add QT build factory.
20483 …webkit.org-config/webkit/builders.py: Reorder build slaves within build factories in an attempt to…
21314 * BuildSlaveSupport/build.webkit.org-config/webkit/factories.py: Added.
/external/bouncycastle/patches/
Dbcprov.patch1705 // certificate factories.
6256 // secret key factories.
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1637169 supported if the 3gp caps are in the typefind factories.
39716 Rename the create factories; since both number and date is just a
39718 the factories.
DChangeLog-2009-06-166591 Support conditionals in the tag factories, by placing
6595 Made the Audio and Video elements conditional in the tag factories
83081 * DerivedSources.make: Added factories command line options.
DChangeLog-2010-01-2985541 taking some factories out of the header files.
86678 taking some factories out of the header files.
DChangeLog23769 typefind factories.
/external/srec/config/en.us/dictionary/
Dlarge.ok9883 factories fakt@r/z

12