/external/libchrome/third_party/jinja2/ |
D | loaders.py | 22 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/ |
D | DataUsageController.java | 112 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/ |
D | buildtools.py | 51 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/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | TemplateList.java | 64 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/mesa3d/src/gallium/drivers/i915/ |
D | i915_resource.c | 10 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/ |
D | TemplateRenderer.java | 68 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/setupcompat/main/java/com/google/android/setupcompat/internal/ |
D | TemplateLayout.java | 55 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/testng/src/main/java/org/testng/mustache/ |
D | Mustache.java | 11 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/ |
D | dlog.c | 51 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/setupcompat/main/java/com/google/android/setupcompat/ |
D | PartnerCustomizationLayout.java | 65 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/setupdesign/main/src/com/google/android/setupdesign/ |
D | SetupWizardListLayout.java | 41 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()
|
D | GlifListLayout.java | 45 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()
|
D | GlifRecyclerLayout.java | 46 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()
|
D | GlifPreferenceLayout.java | 72 public GlifPreferenceLayout(Context context, int template, int containerId) { in GlifPreferenceLayout() 99 protected View onInflateTemplate(LayoutInflater inflater, int template) { in onInflateTemplate()
|
D | SetupWizardPreferenceLayout.java | 71 public SetupWizardPreferenceLayout(Context context, int template, int containerId) { in SetupWizardPreferenceLayout() 98 protected View onInflateTemplate(LayoutInflater inflater, int template) { in onInflateTemplate()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_resource.c | 42 const struct pipe_resource *template) in svga_resource_create() 62 const struct pipe_resource *template, in svga_resource_from_handle()
|
/external/jsilver/src/com/google/clearsilver/jsilver/compatibility/ |
D | ClearsilverRenderer.java | 100 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/python/cpython2/Lib/ |
D | re.py | 201 def template(pattern, flags=0): function 279 def _expand(pattern, match, template): argument 284 def _subx(pattern, template): argument 290 def filter(match, template=template): argument
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/ |
D | X500NameBuilder.java | 14 private X500NameStyle template; field in X500NameBuilder 30 public X500NameBuilder(X500NameStyle template) in X500NameBuilder()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x500/ |
D | X500NameBuilder.java | 16 private X500NameStyle template; field in X500NameBuilder 32 public X500NameBuilder(X500NameStyle template) in X500NameBuilder()
|
/external/swiftshader/third_party/subzero/pydir/ |
D | build-runtime.py | 47 def TmpFile(template): argument 49 def OutFile(template): argument
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opcodes_h.py | 2 template = """\ variable
|
D | nir_builder_opcodes_h.py | 2 template = """\ variable
|
D | nir_opcodes_c.py | 29 template = Template(""" variable
|
/external/mesa3d/src/mesa/main/ |
D | format_unpack.py | 891 template = Template(string); variable
|