/external/v8/test/mjsunit/regress/ |
D | regress-1560.js | 51 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/ |
D | serv.cpp | 339 , 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 …]
|
D | rbbi.cpp | 1825 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()
|
D | serv.h | 541 UVector* factories;
|
/external/apache-http/src/org/apache/commons/logging/ |
D | LogFactory.java | 284 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/ |
D | Sasl.java | 62 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/ |
D | Sasl.java | 62 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/ |
D | WebKitCOMAPI.cpp | 52 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/ |
D | MediaPlayerPrivateGStreamer.cpp | 1462 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/ |
D | ChangeLog | 122 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.
|
D | README | 14 (usually) created by factories, which auto manage the memory allocation and
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
D | mainpage.dox | 48 /// model inheritance too exactly. Other differences include the use of token and string factories …
|
D | interop.dox | 41 /// 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…
|
D | buildrec.dox | 226 /// // 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/ |
D | AST.stg | 225 …* 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/ |
D | MapMakerInternalMap.java | 525 static final EntryFactory[][] factories = { field in MapMakerInternalMap.EntryFactory 534 return factories[keyStrength.ordinal()][flags]; in getFactory()
|
/external/guava/guava/src/com/google/common/cache/ |
D | LocalCache.java | 556 static final EntryFactory[] factories = { field in LocalCache.EntryFactory 566 return factories[flags]; in getFactory()
|
/external/llvm/docs/ |
D | CodingStandards.rst | 810 // kind of factories.
|
/external/webkit/Tools/ |
D | ChangeLog-2009-06-16 | 1679 * 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/ |
D | bcprov.patch | 1705 // certificate factories. 6256 // secret key factories.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 37169 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.
|
D | ChangeLog-2009-06-16 | 6591 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.
|
D | ChangeLog-2010-01-29 | 85541 taking some factories out of the header files. 86678 taking some factories out of the header files.
|
D | ChangeLog | 23769 typefind factories.
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 9883 factories fakt@r/z
|