Home
last modified time | relevance | path

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

12345678910

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DAltFormatSpec.java44 FormatTemplate template, RangeSpecification prefix, String parent, Optional<String> comment) { in create()
49 "invalid alternate format template: %s", template); in create() local
52 "invalid prefix '%s' for alternate format template: %s", prefix, template); in create() local
57 "invalid prefix '%s' for alternate format template: %s", prefix, template); in create() local
62 public abstract FormatTemplate template(); in template() method in AltFormatSpec
/third_party/skia/third_party/externals/jinja2/
Dloaders.py21 def split_template_path(template): argument
71 def get_source(self, environment, template): argument
176 def get_source(self, environment, template): argument
244 def get_source(self, environment, template): argument
303 def get_source(self, environment, template): argument
334 def get_source(self, environment, template): argument
362 def get_loader(self, template): argument
370 def get_source(self, environment, template): argument
414 def get_source(self, environment, template): argument
/third_party/node/tools/inspector_protocol/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
/third_party/node/test/js-native-api/test_typedarray/
Dtest.js48 const template = Reflect.construct(currentType, buffer); constant
60 const template = Reflect.construct(currentType, buffer); constant
70 const template = Reflect.construct(currentType, buffer); constant
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/model/
DAltFormatSpecTest.java33 FormatTemplate template = FormatTemplate.parse("XXXX XXXX"); in testSimple() local
70 private static void assertGoodTemplateAndPrefix(String template, String prefix, String spec) { in assertGoodTemplateAndPrefix()
76 private static void assertBadTemplateAndPrefix(String template, String prefix) { in assertBadTemplateAndPrefix()
/third_party/rust/crates/clap/clap_complete/src/shells/
Dfish.rs86 let mut template = basic_template.clone(); localVariable
112 let mut template = basic_template.clone(); localVariable
136 let mut template = basic_template.clone(); localVariable
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_resource.c9 const struct pipe_resource *template) in i915_resource_create()
23 const struct pipe_resource *template, in i915_resource_from_handle()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dmultifile.c99 gchar *template; in GST_START_TEST() local
147 gchar *template; in GST_START_TEST() local
196 gchar *template; in GST_START_TEST() local
280 gchar *template; in GST_START_TEST() local
/third_party/alsa-utils/axfer/
Dxfer-options.c422 const char *template, unsigned int index, in generate_path_with_suffix()
449 const char *template, in generate_path_without_suffix()
474 static int generate_path(struct xfer_context *xfer, char *template, in generate_path()
499 char *template; in create_paths() local
547 char *template; in fixup_paths() local
/third_party/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()
/third_party/python/Lib/
Dre.py258 def template(pattern, flags=0): function
319 def _expand(pattern, match, template): argument
324 def _subx(pattern, template): argument
330 def filter(match, template=template): argument
/third_party/mesa3d/.gitlab-ci/windows/
Ddeqp_runner_run.ps124 $template = "See https://$($env:CI_PROJECT_ROOT_NAMESPACE).pages.freedesktop.org/-/$($env:CI_PROJEC… variable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DQuantityFormatter.java41 public void addIfAbsent(CharSequence variant, String template) { in addIfAbsent()
83 SimpleFormatter template = templates[idx]; in getByVariant() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DQuantityFormatter.java40 public void addIfAbsent(CharSequence variant, String template) { in addIfAbsent()
82 SimpleFormatter template = templates[idx]; in getByVariant() local
/third_party/mesa3d/src/compiler/nir/
Dnir_opcodes_h.py1 template = """\ variable
Dnir_opcodes_c.py29 template = Template(""" variable
Dnir_builder_opcodes_h.py1 template = """\ variable
Dnir_intrinsics_c.py4 template = """\ variable
/third_party/mesa3d/src/asahi/compiler/
Dagx_opcodes.c.py1 template = """/* variable
Dagx_opcodes.h.py1 template = """/* variable
Dagx_builder.h.py1 template = """/* variable
/third_party/mesa3d/src/amd/compiler/
Daco_builder_h.py2 template = """\ variable
Daco_opcodes_cpp.py2 template = """\ variable
Daco_opcodes_h.py2 template = """\ variable
/third_party/rust/crates/clap/clap_complete_fig/tests/snapshots/
Dvalue_hint.fig.js40 template: "filepaths", property
49 template: "filepaths", property
58 template: "folders", property
67 template: "filepaths", property

12345678910