Searched refs:factories (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/content/browser/webui/
H A Dweb_ui_controller_factory_registry.cc22 std::vector<WebUIControllerFactory*>* factories = g_factories.Pointer(); local
23 for (size_t i = 0; i < factories->size(); ++i) {
24 if ((*factories)[i] == factory) {
25 factories->erase(factories->begin() + i);
38 std::vector<WebUIControllerFactory*>* factories = g_factories.Pointer(); local
39 for (size_t i = 0; i < factories->size(); ++i) {
40 WebUIController* controller = (*factories)[i]->CreateWebUIControllerForURL(
50 std::vector<WebUIControllerFactory*>* factories = g_factories.Pointer(); local
51 for (size_t i = 0; i < factories
61 std::vector<WebUIControllerFactory*>* factories = g_factories.Pointer(); local
71 std::vector<WebUIControllerFactory*>* factories = g_factories.Pointer(); local
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1560.js51 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/v8/test/mjsunit/regress/
H A Dregress-1560.js51 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/smack/asmack-master/static-src/custom/de/measite/smack/
H A DSasl.java62 Hashtable<SaslClientFactory,Object> factories = new Hashtable<SaslClientFactory,Object>();
63 factories.put(new SaslClientFactory(), new Object());
64 return factories.keys();
/external/smack/src/de/measite/smack/
H A DSasl.java62 Hashtable<SaslClientFactory,Object> factories = new Hashtable<SaslClientFactory,Object>();
63 factories.put(new SaslClientFactory(), new Object());
64 return factories.keys();
/external/chromium_org/third_party/icu/source/common/
H A Dserv.cpp334 , 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
[all...]
H A Drbbi.cpp1754 UStack *factories = new UStack(_deleteFactory, NULL, status); local
1755 if (factories != NULL && U_SUCCESS(status)) {
1757 factories->push(builtIn, status);
1761 factories->push(extra, status);
1767 gLanguageBreakFactories = factories;
1768 factories = NULL;
1772 delete factories;
H A Dserv.h52 * <p>ICUServiceKeys are used to communicate with factories to
55 * descriptor to use in querying the cache and factories, and
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 can
541 * All the factories registere
[all...]
/external/icu4c/common/
H A Dserv.cpp339 , 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
[all...]
H A Drbbi.cpp1825 UStack *factories = new UStack(_deleteFactory, NULL, status); local
1826 if (factories != NULL && U_SUCCESS(status)) {
1828 factories->push(builtIn, status);
1832 factories->push(extra, status);
1838 gLanguageBreakFactories = factories;
1839 factories = NULL;
1843 delete factories;
H A Dserv.h52 * <p>ICUServiceKeys are used to communicate with factories to
55 * descriptor to use in querying the cache and factories, and
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 can
539 * All the factories registere
[all...]
/external/chromium_org/content/renderer/media/
H A Drenderer_gpu_video_decoder_factories.cc323 scoped_refptr<RendererGpuVideoDecoderFactories> factories = local
325 factories->message_loop_ = message_loop_;
326 factories->main_message_loop_ = main_message_loop_;
327 factories->gpu_channel_host_ = gpu_channel_host_;
328 factories->context_ = context_;
329 return factories;
H A Drtc_video_decoder.cc72 const scoped_refptr<media::GpuVideoDecoderFactories>& factories)
75 factories_(factories),
76 vda_loop_proxy_(factories->GetMessageLoop()),
125 const scoped_refptr<media::GpuVideoDecoderFactories>& factories) {
138 decoder.reset(new RTCVideoDecoder(factories));
140 .reset(factories->CreateVideoDecodeAccelerator(profile, decoder.get()));
145 factories->GetMessageLoop()->DeleteSoon(FROM_HERE, decoder.release());
71 RTCVideoDecoder( const scoped_refptr<media::GpuVideoDecoderFactories>& factories) argument
123 Create( webrtc::VideoCodecType type, const scoped_refptr<media::GpuVideoDecoderFactories>& factories) argument
H A Drtc_video_decoder.h52 // run on the message loop of |factories|.
55 const scoped_refptr<media::GpuVideoDecoderFactories>& factories);
114 // The meessage loop of |factories| will be saved to |vda_loop_proxy_|.
116 const scoped_refptr<media::GpuVideoDecoderFactories>& factories);
/external/apache-http/src/org/apache/commons/logging/
H A DLogFactory.java284 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
[all...]
/external/chromium_org/media/filters/
H A Dgpu_video_decoder.h37 // The message loop of |factories| will be saved to |gvd_loop_proxy_|.
39 const scoped_refptr<GpuVideoDecoderFactories>& factories);
H A Dgpu_video_decoder.cc55 const scoped_refptr<GpuVideoDecoderFactories>& factories)
57 gvd_loop_proxy_(factories->GetMessageLoop()),
59 factories_(factories),
54 GpuVideoDecoder( const scoped_refptr<GpuVideoDecoderFactories>& factories) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.logging_1.0.4.v201005080501.jar ... final String SERVICE_ID protected static java.util.Hashtable factories static Class class$org$apache$commons$ ...
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java554 * Look-up table for factories.
556 static final EntryFactory[] factories = { field in class:LocalCache.EntryFactory
566 return factories[flags];
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java522 * 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];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 487 milliseconds

12