Home
last modified time | relevance | path

Searched defs:template (Results 1 - 25 of 93) sorted by relevance

1234

/third_party/musl/src/temp/
H A Dmkstemp.c3 int mkstemp(char *template) in mkstemp() argument
H A D__randname.c7 char *__randname(char *template) in __randname() argument
H A Dmkdtemp.c6 char *mkdtemp(char *template) in mkdtemp() argument
H A Dmkostemp.c4 int mkostemp(char *template, int flags) in mkostemp() argument
H A Dmkstemps.c4 int mkstemps(char *template, int len) in mkstemps() argument
H A Dmktemp.c7 char *mktemp(char *template) in mktemp() argument
[all...]
H A Dmkostemps.c8 int __mkostemps(char *template, int len, int flags) in __mkostemps() argument
/third_party/jerryscript/tests/jerry/es2015/
H A Dtagged-template-literal.js40 function template(strings, ...keys) { function
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_resource.c8 i915_resource_create(struct pipe_screen *screen, const struct pipe_resource *template) i915_resource_create() argument
22 i915_resource_from_handle(struct pipe_screen *screen, const struct pipe_resource *template, struct winsys_handle *whandle, unsigned usage) i915_resource_from_handle() argument
/third_party/toybox/toys/lsb/
H A Dmktemp.c36 char *template = *toys.optargs, *dir, *te = getenv("TMPDIR"); in mktemp_main() local
[all...]
/third_party/mesa3d/.gitlab-ci/b2c/
H A Dgenerate_b2c.py59 template = env.get_template(path.basename(args.template)) variable
/third_party/mesa3d/src/intel/isl/
H A Dgen_format_layout.py28 from mako import template namespace
/third_party/mesa3d/src/util/
H A Danon_file.c129 char template[] = "/tmp/mesa-XXXXXXXXXX"; in os_create_anonymous_file() local
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/model/
H A DAltFormatSpecTest.java70 private static void assertGoodTemplateAndPrefix(String template, String prefix, String spec) { in assertGoodTemplateAndPrefix() argument
76 private static void assertBadTemplateAndPrefix(String template, String prefix) { in assertBadTemplateAndPrefix() argument
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/resolver/
H A Dresolve.go132 // Resolve the type template parameters type
[all...]
/third_party/rust/crates/clap/clap_complete/src/shells/
H A Dfish.rs86 let mut template = basic_template.clone(); in gen_fish_inner() variables
112 let mut template = basic_template.clone(); in gen_fish_inner() variables
136 let mut template = basic_template.clone(); gen_fish_inner() variables
[all...]
/third_party/ltp/lib/
H A Dtst_supported_fs_types.c79 char template[PATH_MAX]; in has_kernel_support() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource.c41 svga_resource_create(struct pipe_screen *screen, const struct pipe_resource *template) svga_resource_create() argument
61 svga_resource_from_handle(struct pipe_screen * screen, const struct pipe_resource *template, struct winsys_handle *whandle, unsigned usage) svga_resource_from_handle() argument
/third_party/mesa3d/src/mapi/glapi/
H A Dglapi_entrypoint.c131 static const unsigned int template[] = { in init_glapi_relocs() local
167 static const unsigned int template[] = { in generate_entrypoint() local
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DAltFormatSpec.java43 create( FormatTemplate template, RangeSpecification prefix, String parent, Optional<String> comment) create() argument
62 public abstract FormatTemplate template(); template() method in AltFormatSpec
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dmod.rs21 pub mod template; modules
/third_party/ffmpeg/libavformat/
H A Ddash.c95 ff_dash_fill_tmpl_params(char *dst, size_t buffer_size, const char *template, int rep_id, int number, int bit_rate, int64_t time) ff_dash_fill_tmpl_params() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DQuantityFormatter.java40 public void addIfAbsent(CharSequence variant, String template) { in addIfAbsent() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DQuantityFormatter.java41 public void addIfAbsent(CharSequence variant, String template) { in addIfAbsent() argument
[all...]
/third_party/mesa3d/src/amd/common/
H A Dgfx10_format_table.py28 import mako.template namespace

Completed in 11 milliseconds

1234