Searched refs:templates (Results 351 - 375 of 461) sorted by relevance

<<111213141516171819

/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestSuiteFactory.java47 private static StringTemplateGroup templates; field in class:TestSuiteFactory
55 throw new RuntimeException("internal error: Can't find templates "+TEMPLATE_FILE);
58 templates = new StringTemplateGroup(rd);
137 StringTemplate gUnitScript = templates.getInstanceOf("gUnitFile");
/external/chromium-trace/trace-viewer/
H A Drun_dev_server.py104 templates = template_generator.generate_templates()
108 self.send_header('Content-Length', len(templates))
110 self.wfile.write(templates)
121 if self.path == '/templates':
/external/chromium_org/tools/deep_memory_profiler/
H A Daccumulate.py15 # <template-name> is a label in templates.json.
214 templates = data['templates']
217 if template_label not in templates:
220 template = templates[template_label]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DParsing.py40 templates = None variable in class:Ctx
1696 templates = []
1699 templates.append(s.systring)
1703 templates.append(s.systring)
1711 body_ctx.templates = templates
1960 def p_positional_and_keyword_args(s, end_sy_set, templates = None):
1984 base_type = p_c_base_type(s, templates = templates)
1998 base_type = p_c_base_type(s, templates
[all...]
H A DParsing.pxd131 cdef p_positional_and_keyword_args(PyrexScanner s, end_sy_set, templates = *)
133 cpdef p_c_base_type(PyrexScanner s, bint self_flag = *, bint nonempty = *, templates = *)
135 cdef p_c_complex_base_type(PyrexScanner s, templates = *)
136 cdef p_c_simple_base_type(PyrexScanner s, bint self_flag, bint nonempty, templates = *)
137 cdef p_buffer_or_template(PyrexScanner s, base_type_node, templates)
H A DPyrexTypes.py2322 # templates [string] or None
2341 is_const_method = False, templates = None, is_strict_signature = False):
2353 self.templates = templates
2577 templates = self.templates)
2987 # templates [string] or None
2999 subtypes = ['templates']
3001 def __init__(self, name, scope, cname, base_classes, templates = None, template_type = None):
3007 self.templates
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DST.stg345 templateLib.templates = [STAttrMap newSTAttrMap];
346 <if(args)> [templateLib.templates <args:{a | setObject:<a.value> forKey:@"<a.name>"];}><endif>
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemAttribute.java21 package org.apache.xalan.templates;
53 * @see org.apache.xalan.templates.Constants
H A DElemExsltFunction.java21 package org.apache.xalan.templates;
47 * @see org.apache.xalan.templates.Constants
57 * @see org.apache.xalan.templates.Constants
H A DElemPI.java21 package org.apache.xalan.templates;
95 * @see org.apache.xalan.templates.Constants
H A DElemTemplate.java21 package org.apache.xalan.templates;
203 * @see <a href="http://www.w3.org/TR/xslt#named-templates">named-templates in XSLT Specification</a>
217 * @see <a href="http://www.w3.org/TR/xslt#named-templates">named-templates in XSLT Specification</a>
300 * @see org.apache.xalan.templates.Constants
H A DElemValueOf.java21 package org.apache.xalan.templates;
158 * @see org.apache.xalan.templates.Constants
H A DElemWithParam.java21 package org.apache.xalan.templates;
36 * both xsl:call-template and xsl:apply-templates.
125 * @see org.apache.xalan.templates.Constants
H A DFuncKey.java21 package org.apache.xalan.templates;
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DCountersTable.java28 import org.apache.xalan.templates.ElemNumber;
H A DSerializerSwitcher.java33 import org.apache.xalan.templates.OutputProperties;
H A DTransformerImpl.java55 import org.apache.xalan.templates.AVT;
56 import org.apache.xalan.templates.Constants;
57 import org.apache.xalan.templates.ElemAttributeSet;
58 import org.apache.xalan.templates.ElemForEach;
59 import org.apache.xalan.templates.ElemSort;
60 import org.apache.xalan.templates.ElemTemplate;
61 import org.apache.xalan.templates.ElemTemplateElement;
62 import org.apache.xalan.templates.ElemTextLiteral;
63 import org.apache.xalan.templates.ElemVariable;
64 import org.apache.xalan.templates
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dtasn_prn.c227 if(it->templates)
230 it->templates, pctx))
274 tt = it->templates + i;
308 for(i = 0, tt = it->templates; i < it->tcount; i++, tt++)
/external/clang/test/SemaCXX/
H A Dwarn-unused-private-field.cpp154 namespace templates { namespace
159 } // namespace templates
/external/openssl/crypto/asn1/
H A Dtasn_prn.c227 if(it->templates)
230 it->templates, pctx))
274 tt = it->templates + i;
308 for(i = 0, tt = it->templates; i < it->tcount; i++, tt++)
/external/gcc-demangle/
H A Dcp-demangle.c239 /* A list of templates. This is used while printing. */
260 /* The list of templates which applies to this modifier. */
261 struct d_print_template *templates; member in struct:d_print_mod
295 /* The current list of templates, if any. */
296 struct d_print_template *templates; member in struct:d_print_info
3302 dpi->templates = NULL;
3465 if (dpi->templates == NULL)
3472 (d_right (dpi->templates->template_decl),
3614 adpm[i].templates = dpi->templates;
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.c254 /* A list of templates. This is used while printing. */
275 /* The list of templates which applies to this modifier. */
276 struct d_print_template *templates; member in struct:d_print_mod
308 /* The current list of templates, if any. */
309 struct d_print_template *templates; member in struct:d_print_info
3436 dpi->templates = NULL;
3600 if (dpi->templates == NULL)
3607 (d_right (dpi->templates->template_decl),
3753 adpm[i].templates = dpi->templates;
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTElementProcessor.java31 import org.apache.xalan.templates.ElemTemplateElement;
316 attrUri = org.apache.xalan.templates.Constants.S_XMLNAMESPACEURI;
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/
H A Dprofiler.js11 // Initialize template with templates information.
14 jsonData.templates[jsonData.default_template]) ||
15 jsonData.templates['l2'];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-trax.jar ... .Transformer transformer private javax.xml.transform.Templates templates private long templatesModTime private javax.xml.transform ...

Completed in 6586 milliseconds

<<111213141516171819