Home
last modified time | relevance | path

Searched refs:resolvers (Results 1 – 17 of 17) 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) {
/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/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/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/grpc/doc/
Dnaming.md9 provide a plugin mechanism so resolvers for different name-systems can
76 The plugin API allows the resolvers to continuously watch an endpoint
/third_party/node/deps/cares/src/lib/
Dares_init.c1528 char *resolvers = ares_strdup(line), *pos, *space; in init_by_resolv_conf() local
1530 if (!resolvers) in init_by_resolv_conf()
1533 pos = resolvers; in init_by_resolv_conf()
1547 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.md64 other resolvers:
714 other resolvers:
/third_party/node/deps/npm/node_modules/verror/
DREADME.md313 list of resolvers used to resolve it. The values of these properties should
/third_party/curl/docs/
DKNOWN_BUGS775 When using the socket resolvers, that URL becomes:
/third_party/grpc/
DCMakeLists.txt4975 test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
5005 test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
5035 test/core/client_channel/resolvers/dns_resolver_cooldown_test.cc
5065 test/core/client_channel/resolvers/dns_resolver_test.cc
5252 test/core/client_channel/resolvers/fake_resolver_test.cc
7085 test/core/client_channel/resolvers/sockaddr_resolver_test.cc
/third_party/boost/libs/asio/doc/
Dhistory.qbk260 * Ensured that resolvers are restarted correctly after a fork.
/third_party/node/deps/cares/
DCHANGES1370 resolvers could be engineered to capture and record such leaks,
/third_party/node/doc/changelogs/
DCHANGELOG_V8.md3353 …dc5da)] - **(SEMVER-MINOR)** **dns**: enable usage of independent cares resolvers (Anna Henningsen…