Home
last modified time | relevance | path

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

12345678

/external/exoplayer/tree/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/manifest/
DUrlTemplateTest.java31 String template = "QualityLevels($Bandwidth$)/Fragments(video=$Time$,format=mpd-time-csf)"; in realExamples() local
49 String template = "$Bandwidth$_a_$RepresentationID$_b_$Time$_c_$Number$"; in full() local
57 String template = "$$$Bandwidth$$$_a$$_$RepresentationID$_b_$Time$_c_$Number$$$"; in fullWithDollarEscaping() local
65 String template = "$IllegalId$"; in invalidSubstitution() local
/external/libchrome/third_party/jinja2/
Dloaders.py22 def split_template_path(template): argument
70 def get_source(self, environment, template): argument
167 def get_source(self, environment, template): argument
231 def get_source(self, environment, template): argument
282 def get_source(self, environment, template): argument
313 def get_source(self, environment, template): argument
341 def get_loader(self, template): argument
349 def get_source(self, environment, template): argument
393 def get_source(self, environment, template): argument
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DDataUsageController.java112 NetworkTemplate template = NetworkTemplate.buildTemplateMobileAll(subscriberId); in getMobileDataUsageInfoForSubscriber() local
126 NetworkTemplate template = NetworkTemplate.buildTemplateMobileAll(subscriberId); in getMobileDataUsageInfoForUid() local
137 NetworkTemplate template = NetworkTemplate.buildTemplateWifiWildcard(); in getWifiDataUsageInfo() local
146 public DataUsageInfo getDataUsageInfo(NetworkTemplate template) { in getDataUsageInfo()
155 public DataUsageInfo getDataUsageInfo(NetworkTemplate template, int uId) { in getDataUsageInfo()
209 private NetworkPolicy findNetworkPolicy(NetworkTemplate template) { in findNetworkPolicy()
/external/python/cpython2/Lib/plat-mac/
Dbuildtools.py51 def findtemplate(template=None): argument
69 def process(template, filename, destname, copy_codefragment=0, argument
125 def update(template, filename, output): argument
147 def process_common(template, progress, code, rsrcname, destname, is_update, argument
282 def process_common_macho(template, progress, code, rsrcname, destname, is_update, argument
/external/mesa3d/src/gallium/drivers/i915/
Di915_resource.c10 const struct pipe_resource *template) in i915_resource_create()
25 const struct pipe_resource *template, in i915_resource_from_handle()
/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()
/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/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/setupcompat/main/java/com/google/android/setupcompat/internal/
DTemplateLayout.java55 public TemplateLayout(Context context, int template, int containerId) { in TemplateLayout()
73 private void init(int template, int containerId, AttributeSet attrs, int defStyleAttr) { in init()
169 LayoutInflater inflater, @StyleRes int fallbackTheme, @LayoutRes int template) { in inflateTemplate()
190 protected View onInflateTemplate(LayoutInflater inflater, @LayoutRes int template) { in onInflateTemplate()
/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/setupdesign/main/src/com/google/android/setupdesign/
DSetupWizardListLayout.java41 public SetupWizardListLayout(Context context, int template) { in SetupWizardListLayout()
45 public SetupWizardListLayout(Context context, int template, int containerId) { in SetupWizardListLayout()
71 protected View onInflateTemplate(LayoutInflater inflater, int template) { in onInflateTemplate()
DGlifListLayout.java45 public GlifListLayout(Context context, int template) { in GlifListLayout()
49 public GlifListLayout(Context context, int template, int containerId) { in GlifListLayout()
81 protected View onInflateTemplate(LayoutInflater inflater, int template) { in onInflateTemplate()
DSetupWizardPreferenceLayout.java71 public SetupWizardPreferenceLayout(Context context, int template, int containerId) { in SetupWizardPreferenceLayout()
98 protected View onInflateTemplate(LayoutInflater inflater, int template) { in onInflateTemplate()
/external/setupcompat/main/java/com/google/android/setupcompat/
DPartnerCustomizationLayout.java65 public PartnerCustomizationLayout(Context context, int template) { in PartnerCustomizationLayout()
69 public PartnerCustomizationLayout(Context context, int template, int containerId) { in PartnerCustomizationLayout()
119 protected View onInflateTemplate(LayoutInflater inflater, int template) { in onInflateTemplate()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource.c42 const struct pipe_resource *template) in svga_resource_create()
62 const struct pipe_resource *template, in svga_resource_from_handle()
/external/mesa3d/src/amd/compiler/
Daco_opcodes_cpp.py2 template = """\ variable
Daco_builder_h.py2 template = """\ variable
Daco_opcodes_h.py2 template = """\ variable
/external/mesa3d/src/compiler/nir/
Dnir_builder_opcodes_h.py3 template = """\ variable
Dnir_opcodes_h.py3 template = """\ variable
Dnir_opcodes_c.py31 template = Template(""" variable
/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/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x500/
DX500NameBuilder.java16 private X500NameStyle template; field in X500NameBuilder
32 public X500NameBuilder(X500NameStyle template) in X500NameBuilder()
/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/swiftshader/third_party/subzero/pydir/
Dbuild-runtime.py47 def TmpFile(template): argument
49 def OutFile(template): argument

12345678