Home
last modified time | relevance | path

Searched defs:template (Results 1 – 25 of 142) sorted by relevance

123456

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
Dquestion.py25 template = "<Question>%(items)s</Question>" variable in Question
72template = '<ExternalQuestion xmlns="%(schema_url)s"><ExternalURL>%%(external_url)s</ExternalURL><… variable in ExternalQuestion
97 template = '<%(field)s>%(value)s</%(field)s>' variable in SimpleField
105template = """<Binary><MimeType><Type>%(type)s</Type><SubType>%(subtype)s</SubType></MimeType><Dat… variable in Binary
120 template = "<Application><%(class_)s>%(content)s</%(class_)s></Application>" variable in Application
145template = '<HTMLQuestion xmlns=\"%(schema_url)s\"><HTMLContent><![CDATA[<!DOCTYPE html>%%(html_fo… variable in HTMLQuestion
184 template = '<FormattedContent><![CDATA[%(content)s]]></FormattedContent>' variable in FormattedContent
200 template = '<Overview>%(content)s</Overview>' variable in Overview
261 template = '<QuestionContent>%(content)s</QuestionContent>' variable in QuestionContent
269 template = '<AnswerSpecification>%(spec)s</AnswerSpecification>' variable in AnswerSpecification
[all …]
/external/opencv3/3rdparty/jinja2/
Dloaders.py22 def split_template_path(template): argument
70 def get_source(self, environment, template): argument
159 def get_source(self, environment, template): argument
221 def get_source(self, environment, template): argument
272 def get_source(self, environment, template): argument
303 def get_source(self, environment, template): argument
331 def get_loader(self, template): argument
339 def get_source(self, environment, template): argument
383 def get_source(self, environment, template): argument
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DTemplateList.java64 public void setTemplate(ElemTemplate template) in setTemplate()
79 m_namedTemplates.put(template.getName(), template); in setTemplate() local
89 m_namedTemplates.put(template.getName(), template); in setTemplate() local
105 insertPatternInTable((StepPattern) matchExpr, template); in setTemplate() local
343 private void insertPatternInTable(StepPattern pattern, ElemTemplate template) in insertPatternInTable()
556 ElemTemplate template = head.getTemplate(); in getTemplateFast() local
614 ElemTemplate template = head.getTemplate(); in getTemplate() local
/external/jsilver/src/com/google/clearsilver/jsilver/
DTemplateRenderer.java68 void render(Template template, Data data, Appendable output, ResourceLoader resourceLoader) in render()
75 void render(Template template, Data data, Appendable output) throws IOException, JSilverException; in render()
81 String render(Template template, Data data) throws IOException, JSilverException; in render()
DJSilver.java295 public void render(Template template, Data data, Appendable output, ResourceLoader resourceLoader) in render()
314 public void render(Template template, Data data, Appendable output) throws IOException, in render()
320 public String render(Template template, Data data) throws IOException, JSilverException { in render()
/external/mesa3d/src/gallium/drivers/i915/
Di915_resource.c10 const struct pipe_resource *template) in i915_resource_create()
21 const struct pipe_resource *template, in i915_resource_from_handle()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource.c37 const struct pipe_resource *template) in svga_resource_create()
48 const struct pipe_resource *template, in svga_resource_from_handle()
/external/vixl/third_party/android/
Dgenerate_android_mk.py63 template = template_file.read() variable
66 template = template.format(vixl_sources=' \\\n '.join(sources), variable
/external/testng/src/main/java/org/testng/mustache/
DMustache.java11 public String run(String template, Map<String, Object> m) throws IOException { in run() argument
15 String run(String template, Model model) throws IOException { in run()
/external/libdaemon/libdaemon/
Ddlog.c51 void daemon_logv(int prio, const char* template, va_list arglist) { in daemon_logv()
78 void daemon_log(int prio, const char* template, ...) { in daemon_log()
/external/jsilver/src/com/google/clearsilver/jsilver/compatibility/
DClearsilverRenderer.java100 public void render(Template template, Data data, Appendable output, ResourceLoader resourceLoader) in render()
107 public void render(Template template, Data data, Appendable output) throws IOException, in render()
113 public String render(Template template, Data data) throws IOException, JSilverException { in render()
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
Dfake_tempfile.py289 def _SetTemplate(self, template): argument
294 def __SetTemplate(self, template): argument
303 template = property(__DeprecatedTemplate, __SetTemplate, variable in FakeTempfileModule
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
DX500NameBuilder.java14 private X500NameStyle template; field in X500NameBuilder
30 public X500NameBuilder(X500NameStyle template) in X500NameBuilder()
/external/chromium-trace/catapult/third_party/Paste/paste/
Dhttpexceptions.py173 template = "%(explanation)s\r\n<br/>%(detail)s\r\n<!-- %(comment)s -->" variable in HTTPException
198 def make_body(self, environ, template, escfunc, comment_escfunc=None): argument
317 template = ( variable in _HTTPMove
459 template = ('The method %(REQUEST_METHOD)s is not allowed for ' variable in HTTPMethodNotAllowed
466 template = ('The resource could not be generated that was ' variable in HTTPNotAcceptable
517 template = ('The request media type %(CONTENT_TYPE)s is not ' variable in HTTPUnsupportedMediaType
569 template = ('The request method %(REQUEST_METHOD)s is not implemented ' variable in HTTPNotImplemented
/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
Droutes.py84 def __init__(self, template, routes): argument
233 def __init__(self, template, handler=None, name=None, defaults=None, argument
313 def _get_redirect_route(self, template=None, name=None): argument
/external/icu/android_icu4j/src/main/java/android/icu/text/
DQuantityFormatter.java40 public void addIfAbsent(CharSequence variant, String template) { in addIfAbsent()
82 SimplePatternFormatter template = templates[idx]; in getByVariant() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DQuantityFormatter.java39 public void addIfAbsent(CharSequence variant, String template) { in addIfAbsent()
81 SimplePatternFormatter template = templates[idx]; in getByVariant() local
/external/mesa3d/src/mesa/main/
DAPIspec.dtd7 <!ELEMENT template (proto, desc*)> element
22 template NMTOKEN #REQUIRED attribute
/external/mesa3d/src/mapi/glapi/
Dglapi_entrypoint.c140 static const unsigned int template[] = { in init_glapi_relocs() local
270 static const unsigned int template[] = { in generate_entrypoint() local
/external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
Dfake_tempfile.py290 def _SetTemplate(self, template): argument
295 def __SetTemplate(self, template): argument
304 template = property(__DeprecatedTemplate, __SetTemplate, variable in FakeTempfileModule
/external/chromium-trace/catapult/third_party/uritemplate/uritemplate/
D__init__.py39 def variables(template): argument
192 def expand(template, variables): argument
/external/toybox/toys/lsb/
Dmktemp.c37 char *template = *toys.optargs; local
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
DTemplateInterpreter.java72 private final Template template; field in TemplateInterpreter
80 public TemplateInterpreter(Template template, TemplateLoader templateLoader, in TemplateInterpreter()
149 Template template = in evaluateVariable() local
619 Template template = null; in loadAndRenderIncludedTemplate() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DPlatform.java33 static String format(String template, Object... args) { in format()
/external/jcommander/src/test/java/com/beust/jcommander/
DArgsValidate2.java23 public File template = new File(POSSIBLE_TEMPLATE_FILE); field in ArgsValidate2

123456