HomeSort by relevance Sort by last modified time
    Searched refs:template (Results 176 - 200 of 1282) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/deqp/external/vulkancts/framework/vulkan/
vkRefUtilImpl.inl 7 template<>
13 template<>
19 template<>
25 template<>
31 template<>
37 template<>
43 template<>
49 template<>
55 template<>
61 template<>
    [all...]
  /art/test/utils/python/testgen/
utils.py 58 with (Path(BUILD_TOP)/"development"/"docs"/"copyright-templates"/fname).open() as template:
59 return "".join(template.readlines())
  /developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/
ApplyTemplates.groovy 21 import freemarker.template.Configuration
22 import freemarker.template.DefaultObjectWrapper
23 import freemarker.template.Template
36 def Configuration cfg = new freemarker.template.Configuration()
74 * The hash which will be passed to the freemarker template engine. This hash
76 * The hash should contain a key named "meta". The template processor will add
88 // Create a list of Freemarker template loaders based on the
90 // file system for freemarker templates; the template language can
93 println "Gathering template load locations:
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testdottreegen.py 30 template=(
38 template="$parent$ -> $child$\n"
  /external/deqp/scripts/opengl/
gen_wrapper.py 54 template = """
62 return template.format(
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
BaseCompiledTemplate.java 29 import com.google.clearsilver.jsilver.template.DefaultRenderingContext;
30 import com.google.clearsilver.jsilver.template.Macro;
31 import com.google.clearsilver.jsilver.template.RenderingContext;
32 import com.google.clearsilver.jsilver.template.Template;
33 import com.google.clearsilver.jsilver.template.TemplateLoader;
44 public abstract class BaseCompiledTemplate implements Template {
93 * Sets the EscapeMode in which this template was generated.
308 * @param ignoreMissingFile {@code true} if any FileNotFound error generated by the template
310 * @param context Rendering context to use for the included template
329 Template template = null; local
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/template/
RenderingContext.java 17 package com.google.clearsilver.jsilver.template;
27 * State that is shared across a template rendering.
76 * Push a new template onto the current execution context. This is to generate stack traces when
81 void pushExecutionContext(Template template);
84 * @see #pushExecutionContext(Template)
89 * Sets the current position in the template. Used to help generate error messages.
111 * Returns the ResourceLoader object to use to fetch files needed to render the current template.
116 * Returns the configured AutoEscapeOptions to be used while rendering the current template.
121 * Push a new auto escaping mode onto the context. Any template loads via include() o
    [all...]
  /external/walt/server/
main.py 28 from bottle import route, template, run, request, static_file
41 return template('make_table', filenames=filenames)
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
ListViewScrollHandlingDelegate.java 17 package com.android.setupwizardlib.template;
26 import com.android.setupwizardlib.template.RequireScrollMixin.ScrollHandlingDelegate;
ScrollViewScrollHandlingDelegate.java 17 package com.android.setupwizardlib.template;
24 import com.android.setupwizardlib.template.RequireScrollMixin.ScrollHandlingDelegate;
  /frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/template/
RecyclerViewScrollHandlingDelegate.java 17 package com.android.setupwizardlib.template;
24 import com.android.setupwizardlib.template.RequireScrollMixin.ScrollHandlingDelegate;
  /packages/apps/Settings/src/com/android/settings/datausage/
DataUsagePreference.java 39 public void setTemplate(NetworkTemplate template, int subId,
41 mTemplate = 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);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractHtmlTemplates.java 87 throw new Resources.NotFoundException("Unable to open template id="
92 protected void append(String template, Object... args) {
93 mFormatter.format(template, args);
  /prebuilts/go/darwin-x86/src/testing/
benchmark_test.go 12 "text/template"
98 // Parallel benchmark for text/template.Template.Execute on a single object.
100 templ := template.Must(template.New("test").Parse("Hello, {{.}}!"))
  /prebuilts/go/darwin-x86/src/text/template/
helper.go 7 package template package
17 // Must is a helper that wraps a call to a function returning (*Template, error)
20 // var t = template.Must(template.New("name").Parse("text"))
21 func Must(t *Template, err error) *Template {
28 // ParseFiles creates a new Template and parses the template definitions from
29 // the named files. The returned template's name will have the base name and
31 // If an error occurs, parsing stops and the returned *Template is nil
    [all...]
  /prebuilts/go/linux-x86/src/testing/
benchmark_test.go 12 "text/template"
98 // Parallel benchmark for text/template.Template.Execute on a single object.
100 templ := template.Must(template.New("test").Parse("Hello, {{.}}!"))
  /prebuilts/go/linux-x86/src/text/template/
helper.go 7 package template package
17 // Must is a helper that wraps a call to a function returning (*Template, error)
20 // var t = template.Must(template.New("name").Parse("text"))
21 func Must(t *Template, err error) *Template {
28 // ParseFiles creates a new Template and parses the template definitions from
29 // the named files. The returned template's name will have the base name and
31 // If an error occurs, parsing stops and the returned *Template is nil
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectWizardState.java 37 template = TemplateHandler.createFromName(CATEGORY_PROJECTS,
41 /** The template handler instantiating the project */
42 public final TemplateHandler template; field in class:NewProjectWizardState
102 /** State for the template wizard, used to embed an activity template */
NewTemplateWizard.java 45 * Template wizard which creates parameterized templates
48 /** Template name and location under $sdk/templates for the default activity */
50 /** Template name and location under $sdk/templates for the custom view template */
67 File template = TemplateManager.getTemplateLocation(mTemplateName); local
68 if (template != null) {
69 mValues.setTemplateLocation(template);
87 * Hide those parameters that the template requires but that we don't want
89 * the template is written into.
108 TemplateMetadata template = mValues.getTemplateHandler().getTemplate() local
    [all...]
NewProjectWizard.java 169 // Hide those parameters that the template requires but that we don't want to
193 TemplateMetadata template = mValues.activityValues.getTemplateHandler().getTemplate(); local
194 if (template != null
195 && !InstallDependencyPage.isInstalled(template.getDependencies())) {
196 return getDependencyPage(template, true);
220 // to special case the template and icon pages since we want to skip them if
246 return mValues.template.getFilesToOpen();
261 final TemplateHandler template = mValues.template; local
262 // We'll be merging in an activity template, but don't create *~ backup file
296 final TemplateHandler template = mValues.template; local
    [all...]
  /prebuilts/go/darwin-x86/src/go/doc/
doc_test.go 20 "text/template"
28 var templateTxt *template.Template
30 func readTemplate(filename string) *template.Template {
31 t := template.New(filename)
32 t.Funcs(template.FuncMap{
37 return template.Must(t.ParseFiles(filepath.Join(dataDir, filename)))
100 templateTxt = readTemplate("template.txt")
  /prebuilts/go/linux-x86/src/go/doc/
doc_test.go 20 "text/template"
28 var templateTxt *template.Template
30 func readTemplate(filename string) *template.Template {
31 t := template.New(filename)
32 t.Funcs(template.FuncMap{
37 return template.Must(t.ParseFiles(filepath.Join(dataDir, filename)))
100 templateTxt = readTemplate("template.txt")
  /external/python/cpython2/Mac/scripts/
BuildApplet.py 5 It is created by copying an applet template and then adding a 'PYC '
47 # Find the template
50 template = buildtools.findtemplate()
73 buildtools.update(template, filename, dstfilename)
75 buildtools.process(template, filename, dstfilename, 1)
119 buildtools.update(template, filename, dstfilename)
121 buildtools.process(template, filename, dstfilename, 1,
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Preconditions.java 90 * @param errorMessageTemplate a template for the exception message should the
92 * placeholder in the template with an argument. These are matched by
97 * template. Arguments are converted to strings using
145 * @param errorMessageTemplate a template for the exception message should the
147 * placeholder in the template with an argument. These are matched by
152 * template. Arguments are converted to strings using
204 * @param errorMessageTemplate a template for the exception message should the
206 * placeholder in the template with an argument. These are matched by
211 * template. Arguments are converted to strings using
388 * Substitutes each {@code %s} in {@code template} with an argument. Thes
    [all...]

Completed in 731 milliseconds

1 2 3 4 5 6 78 91011>>