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

1 2

  /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/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/external/ibm-public/postfix/dist/src/bounce/
bounce.c 74 /* Pathname of a configuration file with bounce message templates.
237 * Templates.
617 BOUNCE_TEMPLATES *templates = (BOUNCE_TEMPLATES *) context; local
619 bounce_templates_load(stream, templates);
647 * Special case: dump bounce templates. This is not part of the master(5)
649 * command. It was implemented before bounce templates were isolated into
  /src/external/mpl/bind/dist/bin/tests/system/
conftest.py 492 def templates(system_test_dir: Path): function
519 templates,
572 templates.render_auto(template_data)
  /src/external/gpl3/binutils/dist/opcodes/
i386-gen.c 646 static struct template *templates; variable in typeref:struct:template
1327 certain SSE2AVX templatized templates to work reasonably. */
1341 For templates supporting both Vex and EVex allowing EGPR. */
1648 for (tmpl = templates; tmpl != NULL; tmpl = (prev = tmpl)->next)
1656 templates = tmpl->next;
1739 tmpl->next = templates;
1740 templates = tmpl;
1874 for ( tmpl = templates; tmpl; tmpl = tmpl->next )
1895 /* Expand further templates, if any. */
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-gen.c 626 static struct template *templates; variable in typeref:struct:template
1307 certain SSE2AVX templatized templates to work reasonably. */
1321 For templates supporting both Vex and EVex allowing EGPR. */
1628 for (tmpl = templates; tmpl != NULL; tmpl = (prev = tmpl)->next)
1636 templates = tmpl->next;
1719 tmpl->next = templates;
1720 templates = tmpl;
1854 for ( tmpl = templates; tmpl; tmpl = tmpl->next )
1875 /* Expand further templates, if any. */
  /src/external/gpl3/gdb/dist/opcodes/
i386-gen.c 596 static struct template *templates; variable in typeref:struct:template
1263 certain SSE2AVX templatized templates to work reasonably. */
1277 For templates supporting both Vex and EVex allowing EGPR. */
1584 for (tmpl = templates; tmpl != NULL; tmpl = (prev = tmpl)->next)
1592 templates = tmpl->next;
1675 tmpl->next = templates;
1676 templates = tmpl;
1810 for ( tmpl = templates; tmpl; tmpl = tmpl->next )
1831 /* Expand further templates, if any. */
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-gen.c 587 static struct template *templates; variable in typeref:struct:template
1254 certain SSE2AVX templatized templates to work reasonably. */
1268 For templates supporting both Vex and EVex allowing EGPR. */
1575 for (tmpl = templates; tmpl != NULL; tmpl = (prev = tmpl)->next)
1583 templates = tmpl->next;
1666 tmpl->next = templates;
1667 templates = tmpl;
1738 for ( tmpl = templates; tmpl; tmpl = tmpl->next )
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
asn1t.h 584 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains member in struct:ASN1_ITEM_st
586 long tcount; /* Number of templates if SEQUENCE or CHOICE */
599 * Otherwise templates must contain a single
603 * For SEQUENCE types the templates field points
607 * For CHOICE types the templates field points
  /src/external/gpl3/binutils.old/dist/libiberty/
cp-demangle.c 249 /* A list of templates. This is used while printing. */
270 /* The list of templates which applies to this modifier. */
271 struct d_print_template *templates; member in struct:d_print_mod
305 /* The list of templates, if any, that was current when this
307 struct d_print_template *templates; member in struct:d_saved_scope
340 /* The current list of templates, if any. */
341 struct d_print_template *templates; member in struct:d_print_info
366 /* Array of templates for saving into scopes. */
370 /* Number of copy templates in the above array. */
4371 /* Walk the tree, counting the number of templates encountered, an
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
cp-demangle.c 249 /* A list of templates. This is used while printing. */
270 /* The list of templates which applies to this modifier. */
271 struct d_print_template *templates; member in struct:d_print_mod
305 /* The list of templates, if any, that was current when this
307 struct d_print_template *templates; member in struct:d_saved_scope
340 /* The current list of templates, if any. */
341 struct d_print_template *templates; member in struct:d_print_info
366 /* Array of templates for saving into scopes. */
370 /* Number of copy templates in the above array. */
4371 /* Walk the tree, counting the number of templates encountered, an
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
cp-demangle.c 249 /* A list of templates. This is used while printing. */
270 /* The list of templates which applies to this modifier. */
271 struct d_print_template *templates; member in struct:d_print_mod
305 /* The list of templates, if any, that was current when this
307 struct d_print_template *templates; member in struct:d_saved_scope
340 /* The current list of templates, if any. */
341 struct d_print_template *templates; member in struct:d_print_info
366 /* Array of templates for saving into scopes. */
370 /* Number of copy templates in the above array. */
4155 /* Walk the tree, counting the number of templates encountered, an
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
cp-demangle.c 249 /* A list of templates. This is used while printing. */
270 /* The list of templates which applies to this modifier. */
271 struct d_print_template *templates; member in struct:d_print_mod
305 /* The list of templates, if any, that was current when this
307 struct d_print_template *templates; member in struct:d_saved_scope
340 /* The current list of templates, if any. */
341 struct d_print_template *templates; member in struct:d_print_info
366 /* Array of templates for saving into scopes. */
370 /* Number of copy templates in the above array. */
4371 /* Walk the tree, counting the number of templates encountered, an
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
cp-demangle.c 249 /* A list of templates. This is used while printing. */
270 /* The list of templates which applies to this modifier. */
271 struct d_print_template *templates; member in struct:d_print_mod
305 /* The list of templates, if any, that was current when this
307 struct d_print_template *templates; member in struct:d_saved_scope
340 /* The current list of templates, if any. */
341 struct d_print_template *templates; member in struct:d_print_info
366 /* Array of templates for saving into scopes. */
370 /* Number of copy templates in the above array. */
4371 /* Walk the tree, counting the number of templates encountered, an
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
pcache.c 126 struct query_template_s *templates; member in struct:attr_set
195 QueryTemplate* templates; /* cacheable templates */ member in struct:query_manager_s
797 qt = qm->attr_sets[attrset].templates;
2870 for ( temp=cm->qm->templates; temp; temp=temp->qmnext ) {
3050 QueryTemplate *qt = qm->attr_sets[attr_set].templates;
3547 for (templ = qm->templates; templ; templ=templ->qmnext) {
3920 for (temp=qm->templates; temp; temp=temp->qmnext) {
3943 for (temp=qm->templates; temp; temp=temp->qmnext) {
4229 temp->qmnext = qm->templates;
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-metag.c 6305 /* Check if two templates are equal. */
6495 insn_templates *templates; local
6515 templates = find_insn_templates (mnemonic);
6517 if (templates)
6519 insn_templates *current_template = templates;
tc-aarch64.c 182 The idea is that stringless errors from multiple opcode templates can
191 instruction template(s), in the case of multiple templates (for the same
192 mnemonic name), those templates are tried one by one until one succeeds or
193 all fail. An assembly line may fail a few templates before being
201 error message in the case of multiple templates, e.g. FMOV which has 8
202 templates. */
6120 errors in the case of multiple instruction templates; output the
6126 print due to the different instruction templates. */
6310 struct templates
6313 struct templates *next
6303 struct templates struct
6309 typedef struct templates templates; typedef in typeref:struct:templates
    [all...]
tc-i386.c 94 'templates' is for grouping together 'template' structures for opcodes
97 The templates themselves start at START and range up to (but not including)
105 templates; typedef in typeref:struct:__anon10012
638 /* Possible templates for current insn. */
639 static templates current_templates;
2312 /* Dual VEX/EVEX templates may need stripping of one of the flags. */
2315 /* Dual AVX/AVX512 templates need to retain AVX512* only if we already
2335 /* Dual non-APX/APX templates need massaging from what APX_F() in the
2608 /* For scalar opcode templates to allow register and memory
2643 /* Instruction templates with only sign-extended 8-bit immediat
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
cp-demangle.c 249 /* A list of templates. This is used while printing. */
270 /* The list of templates which applies to this modifier. */
271 struct d_print_template *templates; member in struct:d_print_mod
305 /* The list of templates, if any, that was current when this
307 struct d_print_template *templates; member in struct:d_saved_scope
340 /* The current list of templates, if any. */
341 struct d_print_template *templates; member in struct:d_print_info
366 /* Array of templates for saving into scopes. */
370 /* Number of copy templates in the above array. */
4410 /* Walk the tree, counting the number of templates encountered, an
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-metag.c 6305 /* Check if two templates are equal. */
6495 insn_templates *templates; local
6515 templates = find_insn_templates (mnemonic);
6517 if (templates)
6519 insn_templates *current_template = templates;
tc-aarch64.c 182 The idea is that stringless errors from multiple opcode templates can
191 instruction template(s), in the case of multiple templates (for the same
192 mnemonic name), those templates are tried one by one until one succeeds or
193 all fail. An assembly line may fail a few templates before being
201 error message in the case of multiple templates, e.g. FMOV which has 8
202 templates. */
6089 errors in the case of multiple instruction templates; output the
6095 print due to the different instruction templates. */
6279 struct templates
6282 struct templates *next
6272 struct templates struct
6278 typedef struct templates templates; typedef in typeref:struct:templates
    [all...]
tc-i386.c 94 'templates' is for grouping together 'template' structures for opcodes
97 The templates themselves start at START and range up to (but not including)
105 templates; typedef in typeref:struct:__anon11484
638 /* Possible templates for current insn. */
639 static templates current_templates;
2274 /* Dual VEX/EVEX templates may need stripping of one of the flags. */
2277 /* Dual AVX/AVX512 templates need to retain AVX512* only if we already
2297 /* Dual non-APX/APX templates need massaging from what APX_F() in the
2559 /* For scalar opcode templates to allow register and memory
2594 /* Instruction templates with only sign-extended 8-bit immediat
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 1 /* Handle parameterized types (templates) for GNU -*- C++ -*-.
25 file that contains only the method templates and "just win".
53 /* The PENDING_TEMPLATES is a list of templates whose instantiations
739 which the template is a member, or, for member templates, in the
755 the member template and some of its enclosing class templates may
758 class templates are not explicitly specialized as well. */
761 error ("enclosing class templates are not explicitly specialized");
1241 templates with more than one level of parameters.
1272 /* Lambda functions in templates aren't instantiated normally, but through
1472 /* Make sure that both DECL and FRIEND_DECL are templates o
2168 tree templates = NULL_TREE; local
    [all...]
call.cc 3692 /* Be strict inside templates, since build_over_call won't actually
4322 /* Limit this to non-templates for now (PR90546). */
6019 templates. */
6121 templates. So check non-templates first. This optimization is only
6125 enum { templates, non_templates, either } which = either; enumerator in enum:__anon15975
6127 which = templates;
6151 if (which == templates && TREE_CODE (fn) != TEMPLATE_DECL)
6252 which = templates;
6255 else if (which == templates
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 3797 /* Be strict inside templates, since build_over_call won't actually
4607 /* Limit this to non-templates for now (PR90546). */
6480 templates. */
6619 templates. So check non-templates first. This optimization is only
6623 enum { templates, non_templates, either } which = either; enumerator in enum:__anon13547
6625 which = templates;
6649 if (which == templates && TREE_CODE (fn) != TEMPLATE_DECL)
6783 which = templates;
6787 else if (which == templates
    [all...]

Completed in 105 milliseconds

1 2