/external/escapevelocity/src/test/java/com/google/escapevelocity/ |
D | TemplateTest.java | 84 private void compare(String template) { in compare() 88 private void compare(String template, Map<String, ?> vars) { in compare() argument 99 private void compare(String template, Supplier<? extends Map<String, ?>> varsSupplier) { in compare() argument 117 private String velocityRender(String template, Map<String, ?> vars) { in velocityRender() argument 134 String template, in expectParseException() 364 String template = in substituteInString() local 575 String template = in nestedForEach() local 589 String template = in forEachScope() local 602 String template = in forEachIndex() local 636 String template = in simpleMacro() local [all …]
|
/external/rust/crates/tinytemplate/src/ |
D | template.rs | 413 let template = compile("Hello!"); in test_literal() localVariable 430 let template = compile("{ number }"); in test_value() localVariable 447 let template = compile("The number of the day is { nested.value }."); in test_path() localVariable 464 let template = compile("{{ if boolean }}Hello!{{ endif }}"); in test_if_taken() localVariable 481 let template = compile("{{ if null }}Hello!{{ endif }}"); in test_if_untaken() localVariable 498 let template = compile("{{ if boolean }}Hello!{{ else }}Goodbye!{{ endif }}"); in test_if_else_taken() localVariable 515 let template = compile("{{ if null }}Hello!{{ else }}Goodbye!{{ endif }}"); in test_if_else_untaken() localVariable 532 let template = compile("{{ if not boolean }}Hello!{{ endif }}"); in test_ifnot_taken() localVariable 549 let template = compile("{{ if not null }}Hello!{{ endif }}"); in test_ifnot_untaken() localVariable 566 let template = compile("{{ if not boolean }}Hello!{{ else }}Goodbye!{{ endif }}"); in test_ifnot_else_taken() localVariable [all …]
|
D | compiler.rs | 41 pub fn new(text: &'template str) -> TemplateCompiler<'template> { in new() 52 pub fn compile(mut self) -> Result<Vec<Instruction<'template>>> { in compile() 186 fn parse_path(&self, text: &'template str) -> Result<Path<'template>> { in parse_path() 289 fn consume_value(&mut self) -> Result<(Path<'template>, Option<&'template str>)> { in consume_value() 371 fn parse_with(&self, with_text: &'template str) -> Result<(Path<'template>, &'template str)> { in parse_with() 389 fn parse_for(&self, for_text: &'template str) -> Result<(Path<'template>, &'template str)> { in parse_for() 404 fn parse_call(&self, call_text: &'template str) -> Result<(&'template str, Path<'template>)> { in parse_call()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/manifest/ |
D | UrlTemplateTest.java | 31 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/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/manifest/ |
D | UrlTemplateTest.java | 31 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/exoplayer/tree/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/manifest/ |
D | UrlTemplateTest.java | 31 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/chromium-trace/catapult/third_party/polymer/components/shadycss/src/ |
D | apply-shim-utils.js | 55 export function invalidateTemplate(template) { argument 80 export function templateIsValid(template) { argument 102 export function templateIsValidating(template) { argument 124 export function startValidatingTemplate(template) { argument
|
/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/python/jinja/src/jinja2/ |
D | loaders.py | 19 def split_template_path(template): argument 69 def get_source(self, environment, template): argument 174 def get_source(self, environment, template): argument 287 def get_source(self, environment, template): argument 365 def get_source(self, environment, template): argument 396 def get_source(self, environment, template): argument 424 def get_loader(self, template): argument 432 def get_source(self, environment, template): argument 476 def get_source(self, environment, template): argument
|
/external/rust/crates/clap/src/completions/ |
D | fish.rs | 55 let mut template = basic_template.clone(); localVariable 73 let mut template = basic_template.clone(); localVariable 88 let mut template = basic_template.clone(); localVariable
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | DataUsageController.java | 90 NetworkTemplate template = NetworkTemplate.buildTemplateMobileAll(subscriberId); in getMobileDataUsageInfoForSubscriber() local 104 NetworkTemplate template = NetworkTemplate.buildTemplateMobileAll(subscriberId); in getMobileDataUsageInfoForUid() local 115 NetworkTemplate template = NetworkTemplate.buildTemplateWifiWildcard(); in getWifiDataUsageInfo() local 124 public DataUsageInfo getDataUsageInfo(NetworkTemplate template) { in getDataUsageInfo() 150 public DataUsageInfo getDataUsageInfo(NetworkTemplate template, int uid) { in getDataUsageInfo() 198 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/chromium-trace/catapult/third_party/polymer/components/shadycss/entrypoints/ |
D | apply-shim.js | 54 prepareTemplate(template, elementName) { argument 154 prepareTemplate(template, elementName, elementExtends) { // eslint-disable-line no-unused-vars argument 164 prepareTemplateStyles(template, elementName, elementExtends) { argument 172 prepareTemplateDom(template, elementName) {}, // eslint-disable-line no-unused-vars argument
|
D | custom-style-interface.js | 26 prepareTemplate(template, elementName, elementExtends) {}, // eslint-disable-line no-unused-vars argument 32 prepareTemplateDom(template, elementName) {}, // eslint-disable-line no-unused-vars argument 39 …prepareTemplateStyles(template, elementName, elementExtends) {}, // eslint-disable-line no-unused-… argument
|
D | scoping-shim.js | 33 prepareTemplate(template, elementName, elementExtends) { argument 42 prepareTemplateDom(template, elementName) { argument 51 prepareTemplateStyles(template, elementName, elementExtends) { 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/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/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/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/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/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() 75 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() 91 protected View onInflateTemplate(LayoutInflater inflater, int template) { in onInflateTemplate()
|
/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/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/test_app/ |
D | base_runner.py | 119 def _create_namespace(self, template, **kwargs) -> k8s.V1Namespace: argument 132 def _create_service_account(self, template, argument 146 def _create_deployment(self, template, **kwargs) -> k8s.V1Deployment: argument 159 def _create_service(self, template, **kwargs) -> k8s.V1Service: argument
|
/external/setupcompat/main/java/com/google/android/setupcompat/ |
D | PartnerCustomizationLayout.java | 85 public PartnerCustomizationLayout(Context context, int template) { in PartnerCustomizationLayout() 90 public PartnerCustomizationLayout(Context context, int template, int containerId) { in PartnerCustomizationLayout() 149 protected View onInflateTemplate(LayoutInflater inflater, int template) { in onInflateTemplate()
|