Searched defs:plugins (Results 51 - 75 of 76) sorted by relevance

1234

/external/opencv/cxcore/src/
H A Dcxswitcher.cpp346 static CvPluginInfo plugins[CV_PLUGIN_MAX]; variable
391 if( plugins[CV_PLUGIN_OPTCV].handle != 0 )
395 assert( plugins[i].handle == 0 );
396 plugins[i].handle = plugins[CV_PLUGIN_OPTCV].handle;
427 if( plugins[idx].handle != 0 && name_start )
437 addr = (uchar*)GetProcAddress( plugins[idx].handle, name );
454 ICV_PRINTF(("%s: \t%s\n", name, plugins[idx].name ));
479 if( plugins[CV_PLUGIN_OPTCV].handle != 0 )
482 plugins[
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar ... FEATURES public static final String FILE public static final String PLUGINS public static final String SITE_XML public static final String SITE ...
H A Dorg.eclipse.help.appserver_3.1.400.v20100427.jar ... lang.String) String pluginId java.util.Set plugins java.util.Set urls java.util. ...
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar ... .io.File parent java.io.File plugins java.io.File features java.io. ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/chrome/browser/download/
H A Ddownload_target_determiner_unittest.cc1928 const std::vector<content::WebPluginInfo>& plugins) {
1934 // Prevent creation of a utility process for loading plugins. Doing so breaks
2003 // We use a slightly different test fixture for tests that touch plugins. SetUp
2037 // plugins.
2122 // plugins.
1926 DummyGetPluginsCallback( const base::Closure& closure, const std::vector<content::WebPluginInfo>& plugins) argument
/external/chromium_org/content/browser/
H A Dplugin_service_impl.cc67 // If on POSIX, we don't want to load the list of NPAPI plugins in-process as
70 // Can't load the plugins on the utility thread when in single process mode
120 const std::vector<WebPluginInfo>& plugins) {
121 target_loop->PostTask(FROM_HERE, base::Bind(callback, plugins));
198 // watch for changes in the paths that are expected to contain plugins.
224 // On ChromeOS the user can't install plugins anyway and on Windows all
225 // important plugins register themselves in the registry so no need to do that.
228 // that will track and if needed reload the list of plugins on runtime.
402 // Make sure plugins are loaded if necessary.
514 std::vector<WebPluginInfo>* plugins,
118 ForwardCallback(base::MessageLoopProxy* target_loop, const PluginService::GetPluginsCallback& callback, const std::vector<WebPluginInfo>& plugins) argument
510 GetPluginInfoArray( const GURL& url, const std::string& mime_type, bool allow_wildcard, std::vector<WebPluginInfo>* plugins, std::vector<std::string>* actual_mime_types) argument
533 std::vector<WebPluginInfo> plugins; local
558 std::vector<WebPluginInfo> plugins; local
621 std::vector<WebPluginInfo> plugins; local
797 GetInternalPlugins( std::vector<WebPluginInfo>* plugins) argument
[all...]
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp187 ArrayRef<std::string> plugins)
189 Ctx(nullptr), PP(pp), OutDir(outdir), Opts(opts), Plugins(plugins) {
693 ArrayRef<std::string> plugins) {
697 return new AnalysisConsumer(pp, outDir, opts, plugins);
184 AnalysisConsumer(const Preprocessor& pp, const std::string& outdir, AnalyzerOptionsRef opts, ArrayRef<std::string> plugins) argument
691 CreateAnalysisConsumer(const Preprocessor &pp, const std::string &outDir, AnalyzerOptionsRef opts, ArrayRef<std::string> plugins) argument
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_browsertest.cc50 #include "chrome/browser/plugins/plugin_prefs.h"
405 void GetPluginList(std::vector<content::WebPluginInfo>* plugins) { argument
407 service->GetPlugins(base::Bind(CopyPluginListAndQuit, plugins));
412 const std::vector<content::WebPluginInfo>& plugins) {
414 for (size_t i = 0; i < plugins.size(); ++i) {
415 if (plugins[i].name == base::ASCIIToUTF16(content::kFlashPluginName)) {
416 flash = &plugins[i];
1283 // Verifies that plugins can be forced to be disabled by policy.
1287 std::vector<content::WebPluginInfo> plugins; local
1288 GetPluginList(&plugins);
411 GetFlashPlugin( const std::vector<content::WebPluginInfo>& plugins) argument
1318 std::vector<content::WebPluginInfo> plugins; local
1356 std::vector<content::WebPluginInfo> plugins; local
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_message_filter.cc696 // we do this is that some pages tend to request that the list of plugins be
720 std::vector<WebPluginInfo> plugins; local
733 plugins.push_back(plugin);
737 ViewHostMsg_GetPlugins::WriteReplyParams(reply_msg, plugins);
/external/chromium_org/content/renderer/
H A Drenderer_webkitplatformsupport_impl.cc783 std::vector<WebPluginInfo> plugins; local
787 new ViewHostMsg_GetPlugins(refresh, &plugins));
788 for (size_t i = 0; i < plugins.size(); ++i) {
789 const WebPluginInfo& plugin = plugins[i];
H A Drender_view_impl.cc3295 PepperPluginSet plugins = active_pepper_instances_; local
3296 for (PepperPluginSet::iterator i = plugins.begin(); i != plugins.end(); ++i) {
3309 PepperPluginSet plugins = active_pepper_instances_; local
3310 for (PepperPluginSet::iterator i = plugins.begin(); i != plugins.end(); ++i) {
3311 // The copy above makes sure our iterator is never invalid if some plugins
3408 // Inform plugins that their container has changed visibility.
3420 // Inform plugins that their window's frame has changed.
3524 // Inform NPAPI plugins tha
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/34/1/.cp/ant_tasks/
H A Dpde-ant.jar ... home public void setPlugins (java.lang.String) String plugins java.util.StringTokenizer tok java.util. ...
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_unittest.cc69 #include "chrome/common/extensions/api/plugins/plugins_handler.h"
1272 // We don't parse the plugins section on Chrome OS.
1277 const std::vector<extensions::PluginInfo>* plugins = local
1279 ASSERT_TRUE(plugins);
1280 ASSERT_EQ(2u, plugins->size());
1282 plugins->at(0).path.value());
1283 EXPECT_TRUE(plugins->at(0).is_public);
1285 plugins->at(1).path.value());
1286 EXPECT_FALSE(plugins->at(1).is_public);
1856 // Only run this on platforms that support NPAPI plugins
[all...]
/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/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jar ... parsers.SAXParser parser private java.util.Vector plugins private java.util.Vector features public java. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jar ... mockito/invocation/ org/mockito/listeners/ org/mockito/mock/ org/mockito/plugins/ org/mockito/runners/ org/mockito/stubbing/ org/mockito/stubbing/answers ...

Completed in 2123 milliseconds

1234