Home
last modified time | relevance | path

Searched refs:resolvers (Results 1 – 14 of 14) sorted by relevance

/third_party/jerryscript/docs/
D12.EXT-REFERENCE-MODULE.md5 accepts the name of the module being requested as well as an array of so-called "resolvers" - struc…
10 The resolvers are first called in sequence to each compute the canonical name of the requested modu…
21 resolvers in the sequence and, if the `jerry_value_t` returned from the resolver's `resolve` does n…
26 The purpose of having resolvers is to be able to account for the fact that different types of modul…
71 - `resolvers_p` - the list of resolvers to call in sequence
72 - `resolver_count` - the number of resolvers in `resolvers_p`
92 - `resolvers_p` - the list of resolvers to call in sequence
93 - `resolver_count` - the number of resolvers in `resolvers_p`
224 static const jerryx_module_resolver_t *resolvers[] =
238 jerry_value_t js_module = jerryx_module_resolve (requested_module, resolvers, 2);
[all …]
/third_party/jerryscript/tests/unit-ext/module/
Djerry-module-test.c133 static const jerryx_module_resolver_t *resolvers[3] = variable
151 jerryx_module_clear_cache (args_p[0], resolvers, 3); in handle_clear_require_cache()
169 return_value = jerryx_module_resolve (args_p[0], resolvers, 3); in handle_require()
/third_party/node/test/parallel/
Dtest-dns-multi-channel.js40 const resolvers = servers.map((server) => ({
45 for (const { server: { socket, reply }, resolver } of resolvers) {
Dtest-abortsignal-cloneable.js24 const resolvers = [deferred1, deferred2]; variable
30 resolvers.shift().res();
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Dmodule.h138 const jerryx_module_resolver_t **resolvers,
145 const jerryx_module_resolver_t **resolvers,
/third_party/PyYAML/lib/yaml/
Dresolver.py146 resolvers = self.yaml_implicit_resolvers.get('', [])
148 resolvers = self.yaml_implicit_resolvers.get(value[0], [])
150 for tag, regexp in resolvers + wildcard_resolvers:
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstindex.c110 static const ResolverEntry resolvers[] = { variable
200 index->resolver = resolvers[index->method].resolver; in gst_index_init()
201 index->resolver_user_data = resolvers[index->method].user_data; in gst_index_init()
256 index->resolver = resolvers[index->method].resolver; in gst_index_set_property()
257 index->resolver_user_data = resolvers[index->method].user_data; in gst_index_set_property()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstindex.c111 static const ResolverEntry resolvers[] = { variable
189 index->resolver = resolvers[index->method].resolver; in gst_index_init()
190 index->resolver_user_data = resolvers[index->method].user_data; in gst_index_init()
245 index->resolver = resolvers[index->method].resolver; in gst_index_set_property()
246 index->resolver_user_data = resolvers[index->method].user_data; in gst_index_set_property()
/third_party/node/deps/cares/src/lib/
Dares_init.c1196 char *resolvers = ares_strdup(line), *pos, *space; in init_by_resolv_conf() local
1198 if (!resolvers) in init_by_resolv_conf()
1201 pos = resolvers; in init_by_resolv_conf()
1215 ares_free(resolvers); in init_by_resolv_conf()
/third_party/python/Doc/library/
Dxml.sax.handler.rst15 error handlers, entity resolvers and lexical handlers. Applications normally
/third_party/node/doc/api/
Ddns.md65 other resolvers:
874 other resolvers:
/third_party/cups-filters/
DNEWS283 resolvers for DNS-SD-based URIs, resolve_uri() and
/third_party/node/deps/cares/
DCHANGES2040 resolvers could be engineered to capture and record such leaks,
/third_party/node/doc/changelogs/
DCHANGELOG_V8.md3383 …dc5da)] - **(SEMVER-MINOR)** **dns**: enable usage of independent cares resolvers (Anna Henningsen…