HomeSort by: relevance | last modified time | path
    Searched refs:plugins (Results 1 - 25 of 61) sorted by relevancy

1 2 3

  /src/external/mpl/bind/lib/
Makefile 4 SUBDIR+= libns .WAIT plugins
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
CreateCheckerManager.cpp 22 ArrayRef<std::string> plugins,
27 CheckerRegistry Registry(*RegistryData, plugins, Context.getDiagnostics(),
37 ArrayRef<std::string> plugins)
40 CheckerRegistry Registry(*RegistryData, plugins, Diags, AOptions, {});
AnalysisConsumer.cpp 91 ArrayRef<std::string> Plugins;
124 AnalyzerOptionsRef opts, ArrayRef<std::string> plugins,
128 Plugins(plugins), Injector(injector), CTU(CI),
219 checkerMgr = std::make_unique<CheckerManager>(*Ctx, *Opts, PP, Plugins,
743 CI.getFrontendOpts().Plugins,
  /src/external/bsd/ppp/usr.sbin/plugins/minconn/
Makefile 7 .PATH: ${PPPD}/plugins
  /src/external/bsd/ppp/usr.sbin/plugins/passwordfd/
Makefile 7 .PATH: ${PPPD}/plugins
  /src/external/mpl/bind/lib/plugins/
Makefile 17 DIST=${IDIST}/bin/plugins
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
clang.py 58 def get_active_checkers(clang, plugins):
62 :param plugins: list of plugins which was requested by the user
74 for plugin in plugins
138 def get_checkers(clang, plugins):
139 """ Get all the available checkers from default and from the plugins.
142 :param plugins: list of plugins which was requested by the user
147 load = [elem for plugin in plugins for elem in ['-load', plugin]]
152 is_active_checker = is_active(get_active_checkers(clang, plugins))
    [all...]
arguments.py 84 # make plugins always a list. (it might be None when not specified.)
85 if args.plugins is None:
86 args.plugins = []
120 print_checkers(get_checkers(args.clang, args.plugins))
123 print_active_checkers(get_checkers(args.clang, args.plugins))
343 plugins = parser.add_argument_group('checker options')
344 plugins.add_argument(
348 dest='plugins',
351 plugins.add_argument(
357 plugins.add_argument
    [all...]
analyze.py 404 if args.plugins:
405 result.extend(prefix_with('-load', args.plugins))
  /src/external/mpl/bind/dist/lib/ns/
hooks.c 228 ISC_LIST_APPEND(*(ns_plugins_t *)view->plugins, plugin, link);
332 ns_plugins_t *plugins = NULL; local
336 plugins = isc_mem_get(mctx, sizeof(*plugins));
337 *plugins = (ns_plugins_t){ 0 };
338 ISC_LIST_INIT(*plugins);
340 *listp = plugins;
  /src/external/bsd/ntp/dist/sntp/unity/auto/
generate_test_runner.rb 27 :plugins => [],
181 output.puts('#include "CException.h"') if @options[:plugins].include?(:cexception)
265 cexception = @options[:plugins].include? :cexception
362 options[:plugins] = [:cexception]; true
  /src/external/gpl2/lvm2/dist/daemons/dmeventd/
Makefile.in 48 SUBDIRS+=plugins
Makefile 48 SUBDIRS+=plugins
  /src/external/gpl2/lvm2/dist/
Makefile 39 daemons/dmeventd/plugins \
Makefile.in 39 daemons/dmeventd/plugins \
  /src/crypto/external/bsd/heimdal/dist/lib/base/
db.c 37 * Plugins may provide any of the following optional features:
44 * Stackable plugins that provide missing optional features are
191 heim_dict_t plugins; local
203 plugins = heim_dict_create(11);
204 if (plugins == NULL)
206 heim_base_once_f(&db_plugin_init_once, plugins, db_init_plugins_once);
207 heim_release(plugins);
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 145 ArrayRef<std::string> plugins,
159 DiagnosticsEngine &Diags, ArrayRef<std::string> plugins);
  /src/external/bsd/nsd/dist/contrib/
nsd_munin_ 18 # You can set them in your munin/plugin-conf.d/plugins.conf file
28 # you link it as (with ln -s) into the plugins directory
71 the plugins directory to enable the graph.
  /src/external/bsd/unbound/dist/contrib/
unbound_munin_ 4 # To install copy this to /usr/local/share/munin/plugins/unbound_munin_
22 # You can set them in your munin/plugin-conf.d/plugins.conf file
32 # you link it as (with ln -s) into the plugins directory
77 the plugins directory to enable the graph.
  /src/external/mpl/bind/dist/lib/dns/include/dns/
view.h 242 void *plugins; member in struct:dns_view
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
view.h 242 void *plugins; member in struct:dns_view
  /src/external/mpl/dhcp/bind/dist/lib/dns/
view.c 264 view->plugins = NULL;
607 if (view->plugins != NULL && view->plugins_free != NULL) {
608 view->plugins_free(view->mctx, &view->plugins);
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
acinclude.m4.in 474 kde_styledir='\${libdir}/kde3/plugins/styles'
477 kde_widgetdir='\${libdir}/kde3/plugins/designer'
1545 AC_MSG_CHECKING([if UIC has KDE plugins available])
1685 AC_FIND_FILE("kde3/plugins/designer/kdewidgets.la", $kde_libdirs, kde_widgetdir)
1693 if test -n "$kde_widgetdir" && test ! -r "$kde_widgetdir/kde3/plugins/designer/kdewidgets.la"; then
1695 I can't find the designer plugins. These are required and should have been installed
1700 kde_widgetdir="$kde_widgetdir/kde3/plugins/designer"
  /src/external/gpl3/binutils/dist/ld/
Makefile.am 735 bfdplugindir = $(libdir)/bfd-plugins
  /src/external/gpl3/binutils.old/dist/gprof/
configure 1444 --enable-plugins Enable support for plugins
11007 # As the $enable_largefile decision depends on --enable-plugins we must set it
11008 # even in directories otherwise not depending on the $plugins option.
11039 # Check whether --enable-plugins was given.
11042 no) plugins=no ;;
11043 *) plugins=yes
11049 plugins=$maybe_plugins
11053 if test "$plugins" = "yes"; then
11149 if test "$plugins" = yes; the
    [all...]

Completed in 53 milliseconds

1 2 3