| /third_party/node/deps/npm/node_modules/hosted-git-info/lib/ |
| D | hosts.js | 10 sshtemplate: ({ domain, user, project, committish }) => property 12 sshurltemplate: ({ domain, user, project, committish }) => property 14 edittemplate: ({ domain, user, project, committish, editpath, path }) => property 16 browsetemplate: ({ domain, user, project, committish, treepath }) => property 18 …browsetreetemplate: ({ domain, user, project, committish, treepath, path, fragment, hashformat }) … property 20 …browseblobtemplate: ({ domain, user, project, committish, blobpath, path, fragment, hashformat }) … property 22 docstemplate: ({ domain, user, project, treepath, committish }) => property 24 httpstemplate: ({ auth, domain, user, project, committish }) => property 26 filetemplate: ({ domain, user, project, committish, path }) => property 32 bugstemplate: ({ domain, user, project }) => property [all …]
|
| /third_party/node/test/addons/make-callback-recurse/ |
| D | test.js | 5 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/lwip/test/unit/mdns/ |
| D | test_mdns.c | 43 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/ |
| D | test.js | 5 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/node/deps/v8/src/inspector/ |
| D | inspector_protocol_config.json | 8 "domain": "Schema", string 12 "domain": "Runtime", string 17 "domain": "Debugger", string 21 "domain": "Console" string 24 "domain": "Profiler" string 27 "domain": "HeapProfiler", string
|
| /third_party/node/deps/v8/third_party/inspector_protocol/ |
| D | code_generator.py | 495 def check_options(self, options, domain, name, include_attr, exclude_attr, argument 520 def generate_command(self, domain, command): argument 526 def generate_event(self, domain, event): argument 532 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 558 def generate_disable(self, domain): argument 567 def is_imported_dependency(self, domain): argument
|
| /third_party/node/tools/inspector_protocol/ |
| D | code_generator.py | 492 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/python/Lib/ |
| D | gettext.py | 467 def find(domain, localedir=None, languages=None, all=False): argument 507 def translation(domain, localedir=None, languages=None, argument 541 def install(domain, localedir=None, *, names=None): argument 552 def textdomain(domain=None): argument 559 def bindtextdomain(domain, localedir=None): argument 566 def dgettext(domain, message): argument 574 def dngettext(domain, msgid1, msgid2, n): argument 585 def dpgettext(domain, context, message): argument 593 def dnpgettext(domain, context, msgid1, msgid2, n): argument
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| D | radeon_vcn_dec_jpeg.c | 66 unsigned usage, enum radeon_bo_domain domain) in send_cmd_bitstream() 109 unsigned usage, enum radeon_bo_domain domain) in send_cmd_target() 189 enum radeon_bo_domain domain) in send_cmd_bitstream_direct() 228 unsigned usage, enum radeon_bo_domain domain) in send_cmd_target_direct()
|
| /third_party/node/deps/v8/third_party/ittapi/src/ittnotify_refcol/ |
| D | itt_refcol_impl.c | 202 ITT_EXTERN_C void ITTAPI __itt_frame_begin_v3(const __itt_domain *domain, __itt_id *id) in __itt_frame_begin_v3() 214 ITT_EXTERN_C void ITTAPI __itt_frame_end_v3(const __itt_domain *domain, __itt_id *id) in __itt_frame_end_v3() 226 ITT_EXTERN_C void ITTAPI __itt_frame_submit_v3(const __itt_domain *domain, __itt_id *id, in __itt_frame_submit_v3() 241 const __itt_domain *domain, __itt_id taskid, __itt_id parentid, __itt_string_handle *name) in __itt_task_begin() 253 ITT_EXTERN_C void ITTAPI __itt_task_end(const __itt_domain *domain) in __itt_task_end() 265 ITT_EXTERN_C void __itt_metadata_add(const __itt_domain *domain, __itt_id id, in __itt_metadata_add()
|
| /third_party/node/test/addons/make-callback-domain-warning/ |
| D | test.js | 5 const domain = require('domain'); constant 20 constructor(domain) { argument
|
| /third_party/mesa3d/src/freedreno/decode/ |
| D | rnnutil.c | 76 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()
|
| /third_party/alsa-utils/include/ |
| D | gettext.h | 14 # define textdomain(domain) argument 15 # define bindtextdomain(domain, dir) argument
|
| /third_party/node/test/parallel/ |
| D | test-dns-multi-channel.js | 11 reply: { type: 'A', address: '1.2.3.4', ttl: 123, domain: 'example.org' } property 15 reply: { type: 'A', address: '5.6.7.8', ttl: 123, domain: 'example.org' } property 23 const domain = parsed.questions[0].domain; constant
|
| D | test-dns-resolveany-bad-ancount.js | 15 const domain = parsed.questions[0].domain; constant 21 answers: { type: 'A', address: '1.2.3.4', ttl: 123, domain }, field
|
| D | test-domain-top-level-error-handler-clears-stack.js | 4 const domain = require('domain'); constant
|
| D | test-domain-from-timer.js | 31 const domain = require('domain'); constant
|
| /third_party/musl/porting/linux/user/src/hilog/ |
| D | hilog_adapter.c | 129 …const LogType type, const LogLevel level, const unsigned int domain, const char *tag, const char *… in HiLogAdapterPrintArgs() 150 int HiLogAdapterPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const cha… in HiLogAdapterPrint() 165 int HiLogAdapterVaList(LogType type, LogLevel level, unsigned int domain, const char *tag, const ch… in HiLogAdapterVaList() 181 bool HiLogAdapterIsLoggable(unsigned int domain, const char *tag, LogLevel level) in HiLogAdapterIsLoggable()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | ExecutionDomainFix.cpp | 25 DomainValue *ExecutionDomainFix::alloc(int domain) { in alloc() 91 void ExecutionDomainFix::force(int rx, unsigned domain) { in force() 112 void ExecutionDomainFix::collapse(DomainValue *dv, unsigned domain) { in collapse() 257 void ExecutionDomainFix::visitHardInstr(MachineInstr *mi, unsigned domain) { in visitHardInstr() 321 unsigned domain = countTrailingZeros(available); in visitSoftInstr() local
|
| /third_party/lwip/src/apps/mdns/ |
| D | mdns.c | 264 struct mdns_domain domain; member 291 mdns_domain_add_label_base(struct mdns_domain *domain, u8_t len) in mdns_domain_add_label_base() 316 mdns_domain_add_label(struct mdns_domain *domain, const char *label, u8_t len) in mdns_domain_add_label() 333 mdns_domain_add_label_pbuf(struct mdns_domain *domain, const struct pbuf *p, u16_t offset, u8_t len) in mdns_domain_add_label_pbuf() 355 mdns_readname_loop(struct pbuf *p, u16_t offset, struct mdns_domain *domain, unsigned depth) in mdns_readname_loop() 421 mdns_readname(struct pbuf *p, u16_t offset, struct mdns_domain *domain) in mdns_readname() 432 mdns_domain_debug_print(struct mdns_domain *domain) in mdns_domain_debug_print() 509 mdns_build_reverse_v4_domain(struct mdns_domain *domain, const ip4_addr_t *addr) in mdns_build_reverse_v4_domain() 549 mdns_build_reverse_v6_domain(struct mdns_domain *domain, const ip6_addr_t *addr) in mdns_build_reverse_v6_domain() 588 mdns_add_dotlocal(struct mdns_domain *domain) in mdns_add_dotlocal() [all …]
|
| /third_party/python/Modules/clinic/ |
| D | _localemodule.c.h | 277 const char *domain; in _locale_dgettext() local 341 const char *domain; in _locale_dcgettext() local 409 const char *domain; in _locale_textdomain() local 456 const char *domain; in _locale_bindtextdomain() local 503 const char *domain; in _locale_bind_textdomain_codeset() local
|
| /third_party/musl/src/hilog/linux/ |
| D | hilog_adapter.c | 192 …const LogType type, const LogLevel level, const unsigned int domain, const char *tag, const char *… in HiLogAdapterPrintArgs() 213 int HiLogAdapterPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const cha… in HiLogAdapterPrint() 228 int HiLogAdapterVaList(LogType type, LogLevel level, unsigned int domain, const char *tag, const ch… in HiLogAdapterVaList() 244 bool HiLogAdapterIsLoggable(unsigned int domain, const char *tag, LogLevel level) in HiLogAdapterIsLoggable()
|
| /third_party/lwip/test/unit/api/ |
| D | test_sockets.c | 62 test_sockets_alloc_socket_nonblocking(int domain, int type) in test_sockets_alloc_socket_nonblocking() 107 static void test_sockets_allfunctions_basic_domain(int domain) in test_sockets_allfunctions_basic_domain() 219 static void test_sockets_init_loopback_addr(int domain, struct sockaddr_storage *addr_st, socklen_t… in test_sockets_init_loopback_addr() 278 static void test_sockets_msgapi_tcp(int domain) in test_sockets_msgapi_tcp() 473 static void test_sockets_msgapi_udp(int domain) in test_sockets_msgapi_udp() 548 static void test_sockets_msgapi_cmsg(int domain) in test_sockets_msgapi_cmsg()
|
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
| D | ohos_hiSysEvent.js | 31 domain: paramMock.paramStringMock, property 42 domain: paramMock.paramStringMock, property 62 domain: paramMock.paramStringMock, property
|
| /third_party/node/benchmark/url/ |
| D | whatwg-url-idna.js | 29 domain: Object.keys(domains), property 34 function main({ n, to, domain }) { field
|