Home
last modified time | relevance | path

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

1234567

/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/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/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/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/
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()
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()
DGlifPreferenceLayout.java72 public GlifPreferenceLayout(Context context, int template, int containerId) { in GlifPreferenceLayout()
99 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()
DGlifRecyclerLayout.java46 public GlifRecyclerLayout(Context context, int template) { in GlifRecyclerLayout()
50 public GlifRecyclerLayout(Context context, int template, int containerId) { in GlifRecyclerLayout()
82 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/compiler/nir/
Dnir_opcodes_c.py29 template = Template(""" variable
Dnir_opcodes_h.py2 template = """\ variable
Dnir_builder_opcodes_h.py2 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/swiftshader/third_party/subzero/pydir/
Dbuild-runtime.py47 def TmpFile(template): argument
49 def OutFile(template): argument
/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/mesa3d/src/mesa/main/
Dformat_pack.py1000 template = Template(string); variable
Dformat_unpack.py891 template = Template(string); variable

1234567