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

1234

/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/debugging/ com/google/debugging/sourcemap/ ...
/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/WebKit/Tools/TestResultServer/handlers/
H A Dmenu.py32 from google.appengine.ext.webapp import template namespace
71 template.render("templates/menu.html", template_values))
H A Dtestfilehandler.py36 from google.appengine.ext.webapp import template namespace
116 json = template.render("templates/showfilelist.jsonp", template_values)
119 self.response.out.write(template.render("templates/showfilelist.html",
283 self.response.out.write(template.render("templates/uploadform.html",
/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...]
/external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
H A Degl_glx.c491 struct GLX_egl_config *GLX_conf, template; local
494 memset(&template, 0, sizeof(template));
495 _eglInitConfig(&template.Base, dpy, id);
498 GLX_dpy->fbconfigs[i], &template);
502 &GLX_dpy->visuals[i], &template);
507 fix_config(GLX_dpy, &template);
508 if (!_eglValidateConfig(&template.Base, EGL_FALSE)) {
515 memcpy(GLX_conf, &template, sizeof(template));
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_staging.c33 util_staging_resource_template(struct pipe_resource *pt, unsigned width, unsigned height, unsigned depth, struct pipe_resource *template) argument
35 memset(template, 0, sizeof(struct pipe_resource));
37 template->target = PIPE_TEXTURE_RECT;
39 template->target = pt->target;
40 template->format = pt->format;
41 template->width0 = width;
42 template->height0 = height;
43 template->depth0 = depth;
44 template->array_size = 1;
45 template
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri.c177 struct pipe_resource template, *tex; local
230 memset(&template, 0, sizeof(template));
231 template.target = PIPE_TEXTURE_2D;
232 template.format = PIPE_FORMAT_B8G8R8X8_UNORM;
233 template.last_level = 0;
234 template.width0 = reply->width;
235 template.height0 = reply->height;
236 template.depth0 = 1;
237 template
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_resource.c10 const struct pipe_resource *template)
12 if (template->target == PIPE_BUFFER)
13 return i915_buffer_create(screen, template);
15 return i915_texture_create(screen, template, FALSE);
21 const struct pipe_resource *template,
24 if (template->target == PIPE_BUFFER)
27 return i915_texture_from_handle(screen, template, whandle);
9 i915_resource_create(struct pipe_screen *screen, const struct pipe_resource *template) argument
20 i915_resource_from_handle(struct pipe_screen * screen, const struct pipe_resource *template, struct winsys_handle *whandle) argument

Completed in 2364 milliseconds

1234