Home
last modified time | relevance | path

Searched defs:domain (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/third_party/flutter/flutter/packages/flutter_tools/doc/
Ddaemon.md55 #### daemon.version
59 #### daemon.shutdown
101 #### app.restart
110 #### app.callServiceExtension
118 #### app.detach
124 #### app.stop
130 #### Events
132 #### app.start
136 #### app.debugPort
140 #### app.started
[all …]
/third_party/node/test/addons/make-callback-recurse/
Dtest.js5 const domain = require('domain'); constant
102 makeCallback({ domain: d1 }, common.mustCall(() => { property
104 makeCallback({ domain: d2 }, common.mustCall(() => { property
106 makeCallback({ domain: d3 }, common.mustCall(() => { property
120 makeCallback({ domain: d1 }, common.mustCall(() => { property
122 makeCallback({ domain: d2 }, common.mustCall(() => { property
124 makeCallback({ domain: d3 }, common.mustCall(() => { property
140 makeCallback({ domain: d }, () => { property
/third_party/boost/boost/locale/
Dgnu_gettext.hpp55 struct domain { struct
57 std::string name; ///< The name of the domain
58 std::string encoding; ///< The character encoding for the domain
59 domain() {} in domain() function
66 domain(std::string const &n) in domain() function
83 bool operator==(domain const &other) const in operator ==()
90 bool operator!=(domain const &other) const in operator !=()
/third_party/lwip/test/unit/mdns/
Dtest_mdns.c43 struct mdns_domain domain; in START_TEST() local
62 struct mdns_domain domain; in START_TEST() local
81 struct mdns_domain domain; in START_TEST() local
106 struct mdns_domain domain; in START_TEST() local
162 struct mdns_domain domain; in START_TEST() local
187 struct mdns_domain domain; in START_TEST() local
216 struct mdns_domain domain; in START_TEST() local
250 struct mdns_domain domain; in START_TEST() local
276 struct mdns_domain domain; in START_TEST() local
298 struct mdns_domain domain; in START_TEST() local
[all …]
/third_party/node/test/node-api/test_make_callback_recurse/
Dtest.js5 const domain = require('domain'); constant
103 makeCallback({ domain: d1 }, common.mustCall(function() { property
105 makeCallback({ domain: d2 }, common.mustCall(function() { property
107 makeCallback({ domain: d3 }, common.mustCall(function() { property
121 makeCallback({ domain: d1 }, common.mustCall(function() { property
123 makeCallback({ domain: d2 }, common.mustCall(function() { property
125 makeCallback({ domain: d3 }, common.mustCall(function() { property
141 makeCallback({ domain: d }, function() { property
/third_party/boost/boost/proto/
Ddomain.hpp96 struct domain struct
99 typedef Generator proto_generator;
100 typedef Grammar proto_grammar;
101 typedef Super proto_super_domain;
102 typedef domain proto_base_domain;
105 typedef void proto_is_domain_;
132 struct as_expr
145 struct as_expr<T, typename T::proto_is_expr_, proto::callable>
176 struct as_child
189 struct as_child<T, typename T::proto_is_expr_, proto::callable>
/third_party/libsoup/libsoup/
Dsoup-auth-domain.c321 soup_auth_domain_add_path (SoupAuthDomain *domain, const char *path) in soup_auth_domain_add_path()
353 soup_auth_domain_remove_path (SoupAuthDomain *domain, const char *path) in soup_auth_domain_remove_path()
410 soup_auth_domain_set_filter (SoupAuthDomain *domain, in soup_auth_domain_set_filter()
437 soup_auth_domain_get_realm (SoupAuthDomain *domain) in soup_auth_domain_get_realm()
488 soup_auth_domain_set_generic_auth_callback (SoupAuthDomain *domain, in soup_auth_domain_set_generic_auth_callback()
507 soup_auth_domain_try_generic_auth_callback (SoupAuthDomain *domain, in soup_auth_domain_try_generic_auth_callback()
533 soup_auth_domain_check_password (SoupAuthDomain *domain, in soup_auth_domain_check_password()
559 soup_auth_domain_covers (SoupAuthDomain *domain, SoupMessage *msg) in soup_auth_domain_covers()
593 soup_auth_domain_accepts (SoupAuthDomain *domain, SoupMessage *msg) in soup_auth_domain_accepts()
620 soup_auth_domain_challenge (SoupAuthDomain *domain, SoupMessage *msg) in soup_auth_domain_challenge()
Dsoup-hsts-enforcer.c108 const char *domain) in soup_hsts_enforcer_get_host_policy()
115 const char *domain) in soup_hsts_enforcer_get_session_policy()
122 const char *domain) in soup_hsts_enforcer_real_has_valid_policy()
249 const char *domain) in soup_hsts_enforcer_remove_host_policy()
271 const char *domain; in soup_hsts_enforcer_replace_policy() local
298 const char *domain; in soup_hsts_enforcer_insert_policy() local
340 const char *domain; in soup_hsts_enforcer_set_policy() local
381 const char *domain, in soup_hsts_enforcer_set_session_policy()
396 const char *domain) in soup_hsts_enforcer_host_includes_subdomains()
416 super_domain_of (const char *domain) in super_domain_of()
[all …]
Dsoup-auth-domain-digest.c121 SoupAuthDomain *domain; in soup_auth_domain_digest_new() local
170 soup_auth_domain_digest_set_auth_callback (SoupAuthDomain *domain, in soup_auth_domain_digest_set_auth_callback()
190 check_hex_urp (SoupAuthDomain *domain, SoupMessage *msg, in check_hex_urp()
271 soup_auth_domain_digest_accepts (SoupAuthDomain *domain, SoupMessage *msg, in soup_auth_domain_digest_accepts()
316 soup_auth_domain_digest_challenge (SoupAuthDomain *domain, SoupMessage *msg) in soup_auth_domain_digest_challenge()
365 soup_auth_domain_digest_check_password (SoupAuthDomain *domain, in soup_auth_domain_digest_check_password()
Dsoup-auth-domain-basic.c118 SoupAuthDomain *domain; in soup_auth_domain_basic_new() local
176 soup_auth_domain_basic_set_auth_callback (SoupAuthDomain *domain, in soup_auth_domain_basic_set_auth_callback()
231 soup_auth_domain_basic_accepts (SoupAuthDomain *domain, SoupMessage *msg, in soup_auth_domain_basic_accepts()
261 soup_auth_domain_basic_challenge (SoupAuthDomain *domain, SoupMessage *msg) in soup_auth_domain_basic_challenge()
271 soup_auth_domain_basic_check_password (SoupAuthDomain *domain, in soup_auth_domain_basic_check_password()
/third_party/node/deps/npm/node_modules/tough-cookie/lib/
Dstore.js43 Store.prototype.findCookie = function(domain, path, key, cb) { argument
47 Store.prototype.findCookies = function(domain, path, cb) { argument
61 Store.prototype.removeCookie = function(domain, path, key, cb) { argument
65 Store.prototype.removeCookies = function(domain, path, cb) { argument
Dmemstore.js59 MemoryCookieStore.prototype.findCookie = function(domain, path, key, cb) { argument
69 MemoryCookieStore.prototype.findCookies = function(domain, path, cb) { argument
134 MemoryCookieStore.prototype.removeCookie = function(domain, path, key, cb) { argument
141 MemoryCookieStore.prototype.removeCookies = function(domain, path, cb) { argument
157 domains.forEach(function(domain) { argument
/third_party/node/tools/inspector_protocol/
Dcode_generator.py492 def check_options(self, options, domain, name, include_attr, exclude_attr, default): argument
519 def generate_command(self, domain, command): argument
525 def generate_event(self, domain, event): argument
531 def generate_type(self, domain, typename): argument
535 def is_async_command(self, domain, command): argument
541 def is_exported(self, domain, name): argument
547 def is_imported(self, domain, name): argument
555 def is_exported_domain(self, domain): argument
559 def generate_disable(self, domain): argument
568 def is_imported_dependency(self, domain): argument
/third_party/node/deps/npm/node_modules/psl/
Dindex.js38 internals.findRule = function (domain) { argument
172 domain: null, property
253 exports.get = function (domain) { argument
265 exports.isValid = function (domain) { argument
DREADME.md66 #### Example:
97 #### Example:
150 #### Example
/third_party/libpsl/tests/
Dtest-registrable-domain.c53 static void testx(const psl_ctx_t *psl, const char *domain, const char *encoding, const char *lang,… in testx()
87 static void test(const psl_ctx_t *psl, const char *domain, const char *expected_result) in test()
92 static void test_iso(const psl_ctx_t *psl, const char *domain, const char *expected_result) in test_iso()
105 char buf[256], domain[128], expected_regdom[128], semicolon[2]; in test_psl() local
/third_party/python/Lib/
Dgettext.py542 def find(domain, localedir=None, languages=None, all=False): argument
583 def translation(domain, localedir=None, languages=None, argument
626 def install(domain, localedir=None, codeset=_unspecified, names=None): argument
640 def textdomain(domain=None): argument
647 def bindtextdomain(domain, localedir=None): argument
654 def bind_textdomain_codeset(domain, codeset=None): argument
664 def dgettext(domain, message): argument
671 def ldgettext(domain, message): argument
689 def dngettext(domain, msgid1, msgid2, n): argument
699 def ldngettext(domain, msgid1, msgid2, n): argument
[all …]
/third_party/glib/glib/
Dgerror.c532 error_domain_lookup (GQuark domain) in error_domain_lookup()
665 g_error_allocate (GQuark domain, ErrorDomainInfo *out_info) in g_error_allocate()
710 g_error_new_steal (GQuark domain, in g_error_new_steal()
745 g_error_new_valist (GQuark domain, in g_error_new_valist()
774 g_error_new (GQuark domain, in g_error_new()
806 g_error_new_literal (GQuark domain, in g_error_new_literal()
917 GQuark domain, in g_error_matches()
942 GQuark domain, in g_set_error()
984 GQuark domain, in g_set_error_literal()
Dggettext.c212 g_dpgettext (const gchar *domain, in g_dpgettext()
272 g_dpgettext2 (const gchar *domain, in g_dpgettext2()
396 g_dgettext (const gchar *domain, in g_dgettext()
422 g_dcgettext (const gchar *domain, in g_dcgettext()
452 g_dngettext (const gchar *domain, in g_dngettext()
/third_party/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec_jpeg.c66 enum radeon_bo_usage usage, enum radeon_bo_domain domain) in send_cmd_bitstream()
109 enum radeon_bo_usage usage, enum radeon_bo_domain domain) in send_cmd_target()
189 enum radeon_bo_domain domain) in send_cmd_bitstream_direct()
228 enum radeon_bo_usage usage, enum radeon_bo_domain domain) in send_cmd_target_direct()
/third_party/node/test/addons/make-callback-domain-warning/
Dtest.js5 const domain = require('domain'); constant
20 constructor(domain) { argument
/third_party/flutter/skia/src/gpu/effects/
DGrTextureDomain.cpp24 GrTextureDomain::GrTextureDomain(GrTextureProxy* proxy, const SkRect& domain, Mode modeX, in GrTextureDomain()
53 const char* coordSwizzle, const char* domain, in clamp_expression()
256 const SkRect& domain, in Make()
266 const SkRect& domain, in Make()
280 const SkRect& domain, in GrTextureDomainEffect()
315 const GrTextureDomain& domain = tde.fTextureDomain; in onCreateGLSLInstance() local
334 const GrTextureDomain& domain = tde.fTextureDomain; in onCreateGLSLInstance() local
361 SkRect domain; in TestCreate() local
/third_party/boost/libs/locale/test/
Dtest_message.cpp69 …td::string n_s,std::string n_p,int n,std::string iexpected,std::locale const &l,std::string domain) in strings_equal()
118 …td::string n_s,std::string n_p,int n,std::string iexpected,std::locale const &l,std::string domain) in strings_equal()
162 …d::string n_c,std::string n_original,std::string iexpected,std::locale const &l,std::string domain) in strings_equal()
209 …strings_equal(std::string n_original,std::string iexpected,std::locale const &l,std::string domain) in strings_equal()
250 …g c,std::string s,std::string p,int n,std::string expected,std::locale const &l,std::string domain) in test_cntranslate()
265 …ate(std::string s,std::string p,int n,std::string expected,std::locale const &l,std::string domain) in test_ntranslate()
279 …te(std::string c,std::string original,std::string expected,std::locale const &l,std::string domain) in test_ctranslate()
295 …d test_translate(std::string original,std::string expected,std::locale const &l,std::string domain) in test_translate()
/third_party/alsa-utils/include/
Dgettext.h14 # define textdomain(domain) argument
15 # define bindtextdomain(domain, dir) argument
/third_party/mesa3d/src/freedreno/decode/
Drnnutil.c76 init(struct rnn *rnn, char *file, char *domain) in init()
100 rnn_load_file(struct rnn *rnn, char *file, char *domain) in rnn_load_file()
160 regelem(struct rnndomain *domain, const char *name) in regelem()
182 regoff(struct rnndomain *domain, uint32_t offset) in regoff()

12345678910>>...19