/external/chromium_org/tools/cr/cr/ |
autocomplete.py | 23 print ' '.join(command.name for command in cr.Command.Plugins())
|
plugin.py | 7 This holds the Plugin class and supporting code, that controls how plugins are 10 discover plugins as they are loaded. 33 # Holds detected values for active plugins. 35 # Holds overrides, used in custom setup plugins. 59 """Manages the list of active plugins for command line options. 61 Looks like a simple iterable, but it can change as the underlying plugins 66 # If this is True, all DynamicChoices only return active plugins. 67 # If false, all plugins are included. 77 return [p.name for p in self.cls.Plugins()].__iter__() 227 """Returns all enabled plugins of type cls, in undefined order."" [all...] |
/external/llvm/lib/Support/ |
PluginLoader.cpp | 23 static ManagedStatic<std::vector<std::string> > Plugins; 33 Plugins->push_back(Filename); 39 return Plugins.isConstructed() ? Plugins->size() : 0; 44 assert(Plugins.isConstructed() && num < Plugins->size() && 46 return (*Plugins)[num];
|
/external/lldb/source/Plugins/Process/FreeBSD/ |
Makefile | 1 ##===- source/Plugins/Process/FreeBSD/Makefile ---------------*- Makefile -*-===## 15 CPPFLAGS += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source/Plugins/Utility
|
/external/lldb/source/Plugins/Process/Linux/ |
Makefile | 1 ##===- source/Plugins/Process/Linux/Makefile ---------------*- Makefile -*-===## 15 CPPFLAGS += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source/Plugins/Utility
|
/external/lldb/source/Plugins/Process/POSIX/ |
Makefile | 1 ##===- source/Plugins/Process/POSIX/Makefile ---------------*- Makefile -*-===## 17 CPPFLAGS += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source/Plugins/Utility 20 CPPFLAGS += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source/Plugins/Process/Linux 29 CPPFLAGS += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source/Plugins/Process/FreeBSD
|
Android.mk | 34 LOCAL_C_INCLUDES += $(LLDB_ROOT_PATH)/source/Plugins/Utility 37 LOCAL_C_INCLUDES += $(LLDB_ROOT_PATH)/source/Plugins/Process/Linux 42 LOCAL_C_INCLUDES += $(LLDB_ROOT_PATH)/source/Plugins/Process/FreeBSD
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
FrontendActions.cpp | 21 CI.getFrontendOpts().Plugins);
|
AnalysisConsumer.cpp | 159 ArrayRef<std::string> Plugins; 187 ArrayRef<std::string> plugins) 189 Ctx(nullptr), PP(pp), OutDir(outdir), Opts(opts), Plugins(plugins) { 287 checkerMgr.reset(createCheckerManager(*Opts, PP.getLangOpts(), Plugins, 693 ArrayRef<std::string> plugins) { 697 return new AnalysisConsumer(pp, outDir, opts, plugins);
|
/external/chromium_org/tools/cr/cr/commands/ |
prepare.py | 34 for preparation in PrepareOut.Plugins(): 40 for preparation in PrepareOut.Plugins(): 45 """Base class for output directory preparation plugins. 57 """All PrepareOut plugins must override this method to do their work."""
|
init.py | 69 print 'Must be one of', ','.join(p.name for p in cr.BuildType.Plugins()) 149 for hook in cr.InitHook.Plugins():
|
/external/lldb/ |
lldb-build.mk | 27 $(LLDB_ROOT_PATH)/source/Plugins/Process/Utility \ 28 $(LLDB_ROOT_PATH)/source/Plugins/Process/POSIX \
|
Android.mk | 21 source/Plugins \
|
Makefile | 41 CPP.Flags += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source/Plugins/Process/Utility 42 CPP.Flags += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source/Plugins/Process/POSIX
|
/external/lldb/source/ |
Makefile | 11 DIRS := API Breakpoint Commands Core DataFormatters Expression Host Interpreter Plugins Symbol Target Utility
|
/external/chromium_org/tools/cr/ |
main.py | 21 plugins, creates the context and then activates and runs the specified 41 for command in cr.Command.Plugins(): 46 # After plugins are loaded so pylint: disable=g-import-not-at-top
|
/external/clang/lib/FrontendTool/ |
ExecuteCompilerInvocation.cpp | 200 // Load any requested plugins. 202 e = Clang->getFrontendOpts().Plugins.size(); i != e; ++i) { 203 const std::string &Path = Clang->getFrontendOpts().Plugins[i]; 213 // This should happen AFTER plugins have been loaded! 226 // This should happen AFTER plugins have been loaded! 228 ento::printCheckerHelp(llvm::outs(), Clang->getFrontendOpts().Plugins);
|
/external/clang/tools/scan-build/ |
ccc-analyzer | 440 # Get the plugins to load. 441 my $Plugins = $ENV{'CCC_ANALYZER_PLUGINS'}; 681 if (defined $Plugins) { 682 push @AnalyzeArgs, split '\s+', $Plugins;
|
/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/ |
ccc-analyzer | 436 # Get the plugins to load. 437 my $Plugins = $ENV{'CCC_ANALYZER_PLUGINS'}; 673 if (defined $Plugins) { 674 push @AnalyzeArgs, split '\s+', $Plugins;
|
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/ |
ccc-analyzer | 436 # Get the plugins to load. 437 my $Plugins = $ENV{'CCC_ANALYZER_PLUGINS'}; 673 if (defined $Plugins) { 674 push @AnalyzeArgs, split '\s+', $Plugins;
|
/external/clang/include/clang/Frontend/ |
FrontendOptions.h | 225 /// Args to pass to the additional plugins 228 /// The list of plugins to load. 229 std::vector<std::string> Plugins;
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLPlugInElement.cpp | 45 #include "core/plugins/PluginView.h" 54 #include "platform/plugins/PluginData.h" 482 WTF_LOG(Plugins, "%p Plug-in URL: %s", this, m_url.utf8().data()); 483 WTF_LOG(Plugins, " Loaded URL: %s", url.string().utf8().data());
|
/external/chromium_org/chrome/browser/metrics/ |
plugin_metrics_provider_unittest.cc | 69 TEST_F(PluginMetricsProviderTest, Plugins) { 74 std::vector<content::WebPluginInfo> plugins; local 75 plugins.push_back(CreateFakePluginInfo("p1", FILE_PATH_LITERAL("p1.plugin"), 77 plugins.push_back(CreateFakePluginInfo("p2", FILE_PATH_LITERAL("p2.plugin"), 79 provider.SetPluginsForTesting(plugins); 161 std::vector<content::WebPluginInfo> plugins; local 162 plugins.push_back(CreateFakePluginInfo("p1", FILE_PATH_LITERAL("p1.plugin"), 164 provider.SetPluginsForTesting(plugins);
|
/external/chromium_org/tools/cr/cr/base/ |
host.py | 47 for host in cls.Plugins():
|
/external/chromium_org/chrome/browser/ui/content_settings/ |
content_setting_bubble_model_unittest.cc | 447 TEST_F(ContentSettingBubbleModelTest, Plugins) {
|