Searched refs:resolvers (Results 1 – 14 of 14) sorted by relevance
/third_party/jerryscript/docs/ |
D | 12.EXT-REFERENCE-MODULE.md | 5 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/ |
D | jerry-module-test.c | 133 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/ |
D | test-dns-multi-channel.js | 40 const resolvers = servers.map((server) => ({ 45 for (const { server: { socket, reply }, resolver } of resolvers) {
|
D | test-abortsignal-cloneable.js | 24 const resolvers = [deferred1, deferred2]; variable 30 resolvers.shift().res();
|
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/ |
D | module.h | 138 const jerryx_module_resolver_t **resolvers, 145 const jerryx_module_resolver_t **resolvers,
|
/third_party/PyYAML/lib/yaml/ |
D | resolver.py | 146 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/ |
D | gstindex.c | 110 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/ |
D | gstindex.c | 111 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/ |
D | ares_init.c | 1196 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/ |
D | xml.sax.handler.rst | 15 error handlers, entity resolvers and lexical handlers. Applications normally
|
/third_party/node/doc/api/ |
D | dns.md | 65 other resolvers: 874 other resolvers:
|
/third_party/cups-filters/ |
D | NEWS | 283 resolvers for DNS-SD-based URIs, resolve_uri() and
|
/third_party/node/deps/cares/ |
D | CHANGES | 2040 resolvers could be engineered to capture and record such leaks,
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V8.md | 3383 …dc5da)] - **(SEMVER-MINOR)** **dns**: enable usage of independent cares resolvers (Anna Henningsen…
|