Home
last modified time | relevance | path

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

12345678

/third_party/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/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/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/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/musl/src/temp/
Dmkstemp.c3 int mkstemp(char *template) in mkstemp()
Dmkdtemp.c6 char *mkdtemp(char *template) in mkdtemp()
Dmkstemps.c4 int mkstemps(char *template, int len) in mkstemps()
Dmkostemp.c4 int mkostemp(char *template, int flags) in mkostemp()
D__randname.c6 char *__randname(char *template) in __randname()
Dmktemp.c7 char *mktemp(char *template) in mktemp()
Dmkostemps.c8 int __mkostemps(char *template, int len, int flags) in __mkostemps()
/third_party/python/Lib/
Dre.py259 def template(pattern, flags=0): function
320 def _expand(pattern, match, template): argument
325 def _subx(pattern, template): argument
331 def filter(match, template=template): argument
/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/glib/tests/
Dfile-test.c50 char template[32]; in test_mkstemp() local
102 char template[32], *retval; in test_mkdtemp() local
/third_party/node/test/js-native-api/test_dataview/
Dtest.js11 const template = Reflect.construct(DataView, [buffer]); constant
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dgen_dxgi_support_tables.py27 template = """// GENERATED FILE - DO NOT EDIT. See dxgi_support_data.json. variable
Dgen_load_texture_border_functions_table.py17 template = """// GENERATED FILE - DO NOT EDIT. variable
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Dgen_dxgi_support_tables.py27 template = """// GENERATED FILE - DO NOT EDIT. See dxgi_support_data.json. variable
/third_party/toybox/toys/lsb/
Dmktemp.c36 char *template = *toys.optargs, *dir, *te = getenv("TMPDIR"); in mktemp_main() local
/third_party/jsframework/runtime/main/model/
DvmOptions.ts43 template: TemplateInterface; property
/third_party/node/deps/npm/node_modules/chalk/
Dindex.js6 const template = require('./templates.js'); constant
34 chalk.template = function () { function
/third_party/libphonenumber/tools/java/cpp-build/src/com/google/i18n/phonenumbers/
DBuildMetadataCppFromXml.java55 private final String template; field in BuildMetadataCppFromXml.Variant
57 private Variant(String template) { in Variant()
/third_party/wayland_standard/cursor/
Dos-compatibility.c118 static const char template[] = "/wayland-cursor-shared-XXXXXX"; in os_create_anonymous_file() local
/third_party/typescript/src/compiler/transformers/
DtaggedTemplate.ts25 const template = node.template; constant

12345678