HomeSort by relevance Sort by last modified time
    Searched defs:template (Results 26 - 50 of 793) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/html/template/
content_test.go 5 package template package
30 // A template containing a single {{.}}.
219 `<script type="text/template">{{.}}</script>`,
url_test.go 5 package template package
clone_test.go 5 package template package
14 "text/template/parse"
18 root := Must(New("root").Parse(`{{define "a"}} {{.}} {{template "b"}} {{.}} "></a>{{end}}`))
36 // In the t0 template, it will be in a text context.
37 // In the t1 template, it will be in a URL context.
38 // In the t2 template, it will be in a JavaScript context.
39 // In the t3 template, it will be in a CSS context.
40 const tmpl = `{{define "a"}}{{template "lhs"}}{{.}}{{template "rhs"}}{{end}}`
43 // Create an incomplete template t0
    [all...]
  /prebuilts/go/darwin-x86/src/text/template/
option.go 5 // This file contains the code to handle template options.
7 package template package
24 // Option sets options for the template. Options are described by
42 func (t *Template) Option(opt ...string) *Template {
50 func (t *Template) setOption(opt string) {
  /prebuilts/go/linux-x86/src/html/template/
content_test.go 5 package template package
30 // A template containing a single {{.}}.
219 `<script type="text/template">{{.}}</script>`,
url_test.go 5 package template package
  /prebuilts/go/linux-x86/src/text/template/
option.go 5 // This file contains the code to handle template options.
7 package template package
24 // Option sets options for the template. Options are described by
42 func (t *Template) Option(opt ...string) *Template {
50 func (t *Template) setOption(opt string) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkManager.java 63 // Launch our template to set up the project contents
64 TemplateCore template = TemplateEngine.getDefault().getTemplateById("AddNdkSupport"); //$NON-NLS-1$ local
65 Map<String, String> valueStore = template.getValueStore();
68 template.executeTemplateProcesses(monitor, false);
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
dottreegen.py 52 template=( variable in class:DOTTreeGenerator
65 template="$name$ [label=\"$text$\"];\n"
69 template="$parent$ -> $child$ // \"$parentText$\" -> \"$childText$\"\n" variable in class:DOTTreeGenerator
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
KeyManager.java 63 ElemTemplateElement template = (ElemTemplateElement) nscontext; // yuck -sb local
65 if ((null != template)
66 && null != template.getStylesheetRoot().getKeysComposed())
100 template.getStylesheetRoot().getKeysComposed(),
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
X500NameBuilder.java 14 private X500NameStyle template; field in class:X500NameBuilder
28 * @param template the style template for string to DN conversion.
30 public X500NameBuilder(X500NameStyle template)
32 this.template = template;
44 this.addRDN(oid, template.stringToValue(oid, value));
89 vals[i] = template.stringToValue(oids[i], values[i]);
141 return new X500Name(template, vals);
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/
Platform.java 46 static String format(String template, Object... args) {
49 template.length() + 16 * args.length);
53 int placeholderStart = template.indexOf("%s", templateStart);
57 builder.append(template.substring(templateStart, placeholderStart));
61 builder.append(template.substring(templateStart));
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
Platform.java 44 static String format(String template, Object... args) {
47 template.length() + 16 * args.length);
51 int placeholderStart = template.indexOf("%s", templateStart);
55 builder.append(template.substring(templateStart, placeholderStart));
59 builder.append(template.substring(templateStart));
  /external/jsilver/src/com/google/clearsilver/jsilver/template/
Template.java 17 package com.google.clearsilver.jsilver.template;
26 * Represents a template that can be rendered with data.
28 public interface Template {
31 * Render the template.
33 * @param data Data to merge with template.
35 * @param resourceLoader ResourceLoader to use instead of the default template one when loading
41 * Render the template with a custom RenderingContext.
50 * @param data Data to merge with template.
57 * Name of template (e.g. mytemplate.cs).
68 * Return the EscapeMode in which this template was generated
    [all...]
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl06.c 119 char template[PATH_MAX]; local
129 snprintf(template, PATH_MAX, "fcntl06XXXXXX");
131 if ((fd = mkstemp(template)) == -1)
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_uvd.c 50 struct pipe_video_buffer template; local
62 template = *tmpl;
63 template.width = align(tmpl->width, VL_MACROBLOCK_WIDTH);
64 template.height = align(tmpl->height / array_size, VL_MACROBLOCK_HEIGHT);
66 vl_video_buffer_template(&templ, &template, resource_formats[0], 1, array_size, PIPE_USAGE_DEFAULT, 0);
75 vl_video_buffer_template(&templ, &template, resource_formats[1], 1, array_size, PIPE_USAGE_DEFAULT, 1);
84 vl_video_buffer_template(&templ, &template, resource_formats[2], 1, array_size, PIPE_USAGE_DEFAULT, 2);
111 template.height *= array_size;
112 return vl_video_buffer_create_ex2(pipe, &template, (struct pipe_resource **)resources);
  /external/mesa3d/src/mapi/glapi/
glapi_entrypoint.c 141 static const unsigned int template[] = { local
207 code[0] = template[0] | (dispatch >> 10);
208 code[1] = template[1];
210 code[2] = template[2] | (dispatch & 0x3ff);
211 code[3] = template[3];
213 code[4] = template[4];
214 code[5] = template[5];
216 code[6] = template[6];
220 code[0] = template[0] | (dispatch >> (32 + 10));
221 code[1] = template[1] | ((dispatch & 0xffffffff) >> 10)
271 static const unsigned int template[] = { local
    [all...]
  /frameworks/base/core/java/android/net/
DataUsageRequest.java 47 public final NetworkTemplate template; field in class:DataUsageRequest
54 public DataUsageRequest(int requestId, NetworkTemplate template, long thresholdInBytes) {
56 this.template = template;
68 dest.writeParcelable(template, flags);
77 NetworkTemplate template = in.readParcelable(null);
79 DataUsageRequest result = new DataUsageRequest(requestId, template,
93 + ", networkTemplate=" + template
102 && Objects.equals(that.template, this.template)
    [all...]
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
ColoredHeaderMixin.java 17 package com.android.setupwizardlib.template;
HeaderMixin.java 17 package com.android.setupwizardlib.template;
NavigationBarMixin.java 17 package com.android.setupwizardlib.template;
ScrollViewScrollHandlingDelegate.java 17 package com.android.setupwizardlib.template;
24 import com.android.setupwizardlib.template.RequireScrollMixin.ScrollHandlingDelegate;
  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/
NavigationBarMixinTest.java 17 package com.android.setupwizardlib.template;
TemplateLayoutMixinTest.java 17 package com.android.setupwizardlib.template;
  /packages/apps/Settings/tests/unit/src/com/android/settings/datausage/
MobileDataUsageActivityTest.java 43 final NetworkTemplate template = getNetworkTemplate(context, subId); local
46 intent.putExtra(android.provider.Settings.EXTRA_NETWORK_TEMPLATE, template);

Completed in 959 milliseconds

12 3 4 5 6 7 8 91011>>