Searched defs:template (Results 1 - 25 of 103) sorted by path

12345

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Ddottreegen.py52 template=( variable in class:DOTTreeGenerator
65 template="$name$ [label=\"$text$\"];\n"
69 template="$parent$ -> $child$ // \"$parentText$\" -> \"$childText$\"\n" variable in class:DOTTreeGenerator
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-lexer.rb102 :template!, :string!, :comment!, :ws! ].freeze
460 # lexer rule template! (TEMPLATE)
462 def template!
892 template!
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DStylesheetRoot.java354 * @param templ non-null reference to template element that will have
394 * @param addToList <code>true</code> if this template should be added to the import list
704 * The "xsl:template" properties.
710 * Recompose the template declarations.
712 * @param template An ElemTemplate object to add to the template list.
714 void recomposeTemplates(ElemTemplate template) argument
716 m_templateList.setTemplate(template);
733 * the template list is built during the recompose process and should not be
743 * Get an "xsl:template" propert
[all...]
H A DTemplateList.java41 * Encapsulates a template list, and helps locate individual templates.
58 * Add a template to the table of named templates and/or the table of templates
62 * @param template
64 public void setTemplate(ElemTemplate template) argument
66 XPath matchXPath = template.getMatch();
68 if (null == template.getName() && null == matchXPath)
70 template.error(XSLTErrorResources.ER_NEED_NAME_OR_MATCH_ATTRIB,
71 new Object[]{ "xsl:template" });
74 if (null != template.getName())
76 ElemTemplate existingTemplate = (ElemTemplate) m_namedTemplates.get(template
343 insertPatternInTable(StepPattern pattern, ElemTemplate template) argument
[all...]
H A DTemplateSubPatternAssociation.java33 * A class to contain a match pattern and it's corresponding template.
46 /** The template element */
59 * Construct a match pattern from a pattern and template.
60 * @param template The node that contains the template for this pattern.
64 TemplateSubPatternAssociation(ElemTemplate template, StepPattern pattern, String pat) argument
68 m_template = template;
104 * Set Target String for this template pattern
119 * @return True if the given mode matches this template's mode
141 * Return the mode associated with the template
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java188 * so a tool can discover the calling template. Note the use of an array
202 * so a tool can discover the matched template
322 * A stack of current template modes.
1740 * @param templateParent The template element that holds the fragment.
1763 * @param templateParent The template element that holds the fragment.
1781 * @param templateParent The template element that holds the fragment.
1861 * Take the contents of a template element, process it, and
1949 * template and process the contents.
1952 * @param template The template t
1958 applyTemplateToNode(ElemTemplateElement xslInstruction, ElemTemplate template, int child) argument
2499 pushPairCurrentMatched(ElemTemplateElement template, int child) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DX500NameBuilder.java11 private X500NameStyle template; field in class:X500NameBuilder
19 public X500NameBuilder(X500NameStyle template) argument
21 this.template = template;
26 this.addRDN(oid, template.stringToValue(oid, value));
51 vals[i] = template.stringToValue(oids[i], values[i]);
85 return new X500Name(template, vals);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DTranslateInfoBar.java116 String template = context.getString(R.string.translate_infobar_text);
117 return formatBeforeInfoBarMessage(template, mOptions.sourceLanguage(),
291 private CharSequence formatBeforeInfoBarMessage(String template, String sourceLanguage, argument
310 return TextUtils.expandTemplate(template, formattedSourceLanguage, formattedTargetLanguage);
/external/chromium_org/chrome/browser/resources/
H A Dcrashes.js78 template: 'Crash Report',
/external/chromium_org/chrome/browser/resources/media/
H A Dwebrtc_logs.js87 template: 'Defect report from user',
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/
H A Dmain.py10 from google.appengine.ext.webapp import template namespace
144 # Render a simple template
146 self.response.out.write(template.render(path, template_data))
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/Tools/RebaselineLogServer/
H A Dmain.py34 from google.appengine.ext.webapp import template namespace
118 self.response.out.write(template.render("uploadform.html", {
139 self.response.out.write(template.render("logs.html", {
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/boringssl/src/crypto/conf/
H A Dconf.c342 CONF_VALUE template; local
344 memset(&template, 0, sizeof(template));
345 template.section = (char *) section;
346 return lh_CONF_VALUE_retrieve(conf->data, &template);
359 CONF_VALUE template, *value; local
361 memset(&template, 0, sizeof(template));
362 template.section = (char *) section;
363 template
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/
H A Dex_data_impl.c206 EX_CLASS_ITEM template, *class_item; local
210 template.class_value = class_value;
211 class_item = lh_EX_CLASS_ITEM_retrieve(classes, &template);
/external/chromium_org/third_party/boringssl/src/crypto/obj/
H A Dobj.c241 ASN1_OBJECT *match, template; local
243 template.sn = short_name;
244 match = lh_ASN1_OBJECT_retrieve(global_added_by_short_name, &template);
275 ASN1_OBJECT *match, template; local
277 template.ln = long_name;
278 match = lh_ASN1_OBJECT_retrieve(global_added_by_long_name, &template);
328 ASN1_OBJECT *match, template; local
330 template.nid = nid;
331 match = lh_ASN1_OBJECT_retrieve(global_added_by_nid, &template);
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/libxslt/libxslt/
H A Dpattern.c2 * pattern.c: Implemetation of the template match compilation and lookup
105 xsltTemplatePtr template; /* the associated template */ member in struct:_xsltCompMatch
221 * @payload: pointer to template hash table entry
223 * @name: template match name
2020 * @cur: an XSLT template
2053 pat->template = cur;
2134 * template rules that are left, the one that occurs
2231 * Finds the template applying to this node, if @style is non-NULL
2232 * it means one needs to look for the next imported template i
[all...]
H A Dtransform.c109 * @value: the template to push on the stack
111 * Push a template on the stack
147 * Pop a template value from the stack
149 * Returns the stored template value
172 * @level: the depth in the xsl:template's tree
447 * initialize the template stack
1716 * @params: extra parameters passed to the template if any
1718 * Process the source node with the default built-in template rule:
1719 * <xsl:template match="*|/">
1721 * </xsl:template>
1741 xsltTemplatePtr template; local
[all...]
H A Dxslt.c401 * @template: an XSLT template
403 * Free up the memory allocated by @template
406 xsltFreeTemplate(xsltTemplatePtr template) { argument
407 if (template == NULL)
409 if (template->match) xmlFree(template->match);
412 * if (template->name) xmlFree(template->name);
413 * if (template
431 xsltFreeTemplateList(xsltTemplatePtr template) argument
1054 xsltGetInheritedNsList(xsltStylesheetPtr style, xsltTemplatePtr template, xmlNodePtr node) argument
5295 xsltParseStylesheetTemplate(xsltStylesheetPtr style, xmlNodePtr template) argument
6417 xsltTemplatePtr template; local
[all...]
H A Dxsltutils.c1890 xsltTemplatePtr template; local
1905 template = style->templates;
1906 while (template != NULL) {
1910 if (template->nbCalls > 0)
1911 templates[nb++] = template;
1912 template = template->next;
1923 template = templates[j];
1925 templates[i] = template;
1982 * to extract template processin
[all...]

Completed in 2606 milliseconds

12345