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

1 2 3 4

  /src/external/bsd/kyua-cli/dist/utils/text/
templates_test.cpp 29 #include "utils/text/templates.hpp"
47 /// Applies a set of templates to an input string and validates the output.
50 /// by the application of the templates.
52 /// \param templates The templates to apply.
53 /// \param input_str The input document to which to apply the templates.
56 do_test_ok(const text::templates_def& templates, const std::string& input_str,
62 text::instantiate(templates, input, output);
67 /// Applies a set of templates to an input string and checks for an error.
72 /// \param templates The templates to apply
93 text::templates_def templates; local
102 text::templates_def templates; local
112 text::templates_def templates; local
123 text::templates_def templates; local
132 text::templates_def templates; local
144 text::templates_def templates; local
165 text::templates_def templates; local
177 text::templates_def templates; local
189 text::templates_def templates; local
200 text::templates_def templates; local
210 text::templates_def templates; local
222 text::templates_def templates; local
232 text::templates_def templates; local
243 text::templates_def templates; local
253 text::templates_def templates; local
271 text::templates_def templates; local
283 text::templates_def templates; local
295 text::templates_def templates; local
307 text::templates_def templates; local
320 text::templates_def templates; local
335 text::templates_def templates; local
345 text::templates_def templates; local
358 const text::templates_def templates; local
380 text::templates_def templates; local
396 text::templates_def templates; local
414 text::templates_def templates; local
434 text::templates_def templates; local
458 text::templates_def templates; local
479 text::templates_def templates; local
492 text::templates_def templates; local
506 text::templates_def templates; local
537 text::templates_def templates; local
565 text::templates_def templates; local
604 text::templates_def templates; local
645 text::templates_def templates; local
670 text::templates_def templates; local
694 text::templates_def templates; local
732 text::templates_def templates; local
766 text::templates_def templates; local
813 text::templates_def templates; local
851 text::templates_def templates; local
873 text::templates_def templates; local
905 text::templates_def templates; local
923 text::templates_def templates; local
937 text::templates_def templates; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/ssl/record/methods/
tls_multib.c 64 OSSL_RECORD_TEMPLATE *templates,
80 * Check templates have contiguous buffers and are all the same type and
84 if (templates[i - 1].type != templates[i].type
85 || templates[i - 1].buflen != templates[i].buflen
86 || templates[i - 1].buf + templates[i - 1].buflen
87 != templates[i].buf)
91 totlen = templates[0].buflen * numtempl
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/resolver/
tests_resolver.py 17 def test_resolver_cache_reloadfails(ns1, templates):
23 templates.render(
31 templates.render("ns1/named.conf", {"wrongoption": False})
  /src/external/bsd/kyua-cli/dist/cli/
cmd_report_html.cpp 50 #include "utils/text/templates.hpp"
114 /// Adds a string to string map to the templates.
116 /// \param [in,out] templates The templates to add the map to.
117 /// \param props The map to add to the templates.
121 add_map(text::templates_def& templates, const config::properties_map& props,
124 templates.add_vector(key_vector);
125 templates.add_vector(value_vector);
129 templates.add_to_vector(key_vector, (*iter).first);
130 templates.add_to_vector(value_vector, (*iter).second)
158 text::templates_def templates; local
298 text::templates_def templates = common_templates(); local
325 text::templates_def templates = common_templates(); local
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/emptyzones/
tests_emptyzones.py 15 def test_emptyzones(ns1, templates):
20 templates.render("ns1/named.conf", {"automatic_empty_zones": True})
  /src/external/mpl/bind/dist/bin/tests/system/database/
tests_database.py 18 def test_database(ns1, templates):
31 templates.render("ns1/named.conf", {"rname": "marka.isc.org."})
  /src/external/mpl/bind/dist/bin/tests/system/rollover_dynamic2inline/
tests_rollover_dynamic2inline.py 19 def test_dynamic2inline(ns3, default_algorithm, templates):
37 templates.render("ns3/named.conf", {"change_lifetime": True})
  /src/external/mpl/bind/dist/bin/tests/system/rsabigexponent/
tests_rsabigexponent.py 37 def test_max_rsa_exponent_size_good(exponent_size, templates):
38 templates.render("options.conf", {"max_rsa_exponent_size": exponent_size})
43 def test_max_rsa_exponent_size_bad(exponent_size, templates):
44 templates.render("options.conf", {"max_rsa_exponent_size": exponent_size})
  /src/external/mpl/bind/dist/bin/tests/system/ssutoctou/
tests_ssutoctou.py 60 def toggle_config(ns1, templates, stop_event):
66 templates.render("ns1/named.conf", {"use_ssu": use_ssu})
73 def test_ssu_toctou_race(ns1, templates):
84 args=(ns1, templates, stop),
98 templates.render("ns1/named.conf", {"use_ssu": False})
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
Makefile.am 97 # XTEMPLATE_FLAGS = -fno-implicit-templates
153 # Use special rules to compile with -fimplicit-templates.
155 $(LTCXXCOMPILE) -fimplicit-templates -c $<
157 $(CXXCOMPILE) -fimplicit-templates -c $<
163 $(LTCXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
165 $(CXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
167 $(LTCXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
169 $(CXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
171 $(LTCXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
173 $(CXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $
    [all...]
  /src/sys/external/bsd/acpica/dist/tests/templates/
Makefile 28 templates :
29 sh templates.sh
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
Makefile.am 101 # XTEMPLATE_FLAGS = -fno-implicit-templates
153 # Use special rules to compile with -fimplicit-templates.
155 $(LTCXXCOMPILE) -fimplicit-templates -c $<
157 $(CXXCOMPILE) -fimplicit-templates -c $<
163 $(LTCXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
165 $(CXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
167 $(LTCXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
169 $(CXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
171 $(LTCXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
173 $(CXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/nsec3/
tests_nsec3_change.py 40 def after_servers_start(ns3, templates):
71 templates.render(f"{nsdir}/named-fips.conf", data)
72 templates.render(f"{nsdir}/named-rsasha1.conf", data)
tests_nsec3_reconfig.py 62 def after_servers_start(ns3, templates):
82 templates.render(f"{ns3.identifier}/named-fips.conf", data)
83 templates.render(f"{ns3.identifier}/named-rsasha1.conf", data)
284 def test_nsec3_ent(ns3, templates):
323 templates.render(f"{ns3.identifier}/nsec3-ent.kasp.db", {"serial": 2})
347 templates.render(f"{ns3.identifier}/nsec3-ent.kasp.db", {"serial": 3})
  /src/external/mpl/bind/dist/bin/tests/system/nsec3_delegation/
tests_excessive_nsec3_iterations.py 18 templates = isctest.template.TemplateEngine(".")
33 templates.render(f"ns2/{zonename}db", tdata, template=f"ns2/{zonename}db.j2.manual")
  /src/external/mpl/bind/dist/bin/tests/system/rollover_lifetime/
tests_rollover_lifetime_reconfig.py 23 def after_servers_start(ns3, templates):
29 templates.render("ns3/named.conf", {"change_lifetime": True})
  /src/external/mpl/bind/dist/bin/tests/system/rollover_straight2none/
tests_rollover_straight2none_reconfig.py 40 def after_servers_start(ns3, templates):
44 templates.render("ns3/named.conf", {"policy": "none"})
  /src/external/mpl/bind/dist/bin/tests/system/xfer_servers_list/
tests_xfer_servers_list.py 42 def test_xfer_servers_list(ns1, ns2, ns3, ns4, templates):
60 templates.render("ns1/test.db", {"serial": 2})
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
tasn_fre.c 48 if (it->templates)
49 ossl_asn1_template_free(pval, it->templates);
68 tt = it->templates + i;
105 tt = it->templates + it->tcount;
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
tasn_fre.c 48 if (it->templates)
49 ossl_asn1_template_free(pval, it->templates);
68 tt = it->templates + i;
105 tt = it->templates + it->tcount;
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
tasn_fre.c 48 if (it->templates)
49 asn1_template_free(pval, it->templates);
68 tt = it->templates + i;
101 tt = it->templates + it->tcount;
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++26/
Makefile.am 31 # XTEMPLATE_FLAGS = -fno-implicit-templates
59 -fimplicit-templates
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++20/
Makefile.am 31 # XTEMPLATE_FLAGS = -fno-implicit-templates
55 -fimplicit-templates
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
template.py 26 Engine for rendering jinja2 templates in system test directories.
32 the `env_vars` that will be used when rendering the templates (defaults
74 Render all *.j2 templates with default (and optionally the provided)
77 templates = [
81 for template in templates:
  /src/external/mpl/bind/dist/bin/tests/system/rollover_going_insecure/
tests_rollover_going_insecure_reconfig.py 46 def after_servers_start(ns3, templates):
47 templates.render("ns3/named.conf", {"policy": "insecure"})

Completed in 24 milliseconds

1 2 3 4