/third_party/rust/crates/rustix/src/net/ |
D | ip.rs | 242 pub const fn is_unspecified(&self) -> bool { in is_unspecified() constant 269 pub const fn is_loopback(&self) -> bool { in is_loopback() constant 298 pub const fn is_global(&self) -> bool { in is_global() constant 325 pub const fn is_multicast(&self) -> bool { in is_multicast() constant 357 pub const fn is_documentation(&self) -> bool { in is_documentation() constant 382 pub const fn is_benchmarking(&self) -> bool { in is_benchmarking() constant 409 pub const fn is_ipv4(&self) -> bool { in is_ipv4() constant 433 pub const fn is_ipv6(&self) -> bool { in is_ipv6() constant 458 pub const fn to_canonical(&self) -> IpAddr { in to_canonical() constant 485 pub const fn new(a: u8, b: u8, c: u8, d: u8) -> Ipv4Addr { in new() constant [all …]
|
D | addr.rs | 136 pub const fn new(ip: IpAddr, port: u16) -> SocketAddr { in new() constant 159 pub const fn ip(&self) -> IpAddr { in ip() constant 203 pub const fn port(&self) -> u16 { in port() constant 250 pub const fn is_ipv4(&self) -> bool { in is_ipv4() constant 275 pub const fn is_ipv6(&self) -> bool { in is_ipv6() constant 298 pub const fn new(ip: Ipv4Addr, port: u16) -> SocketAddrV4 { in new() constant 318 pub const fn ip(&self) -> &Ipv4Addr { in ip() constant 354 pub const fn port(&self) -> u16 { in port() constant 398 pub const fn new(ip: Ipv6Addr, port: u16, flowinfo: u32, scope_id: u32) -> SocketAddrV6 { in new() constant 423 pub const fn ip(&self) -> &Ipv6Addr { in ip() constant [all …]
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
D | err.rs | 24 pub const fn ERR_SYSTEM_ERROR(errcode: c_ulong) -> bool { constant 28 pub const fn ERR_GET_LIB(errcode: c_ulong) -> c_int { constant 34 pub const fn ERR_GET_FUNC(_errcode: c_ulong) -> c_int { constant 38 pub const fn ERR_GET_REASON(errcode: c_ulong) -> c_int { constant 44 pub const fn ERR_PACK(lib: c_int, _func: c_int, reason: c_int) -> c_ulong { constant 51 pub const fn ERR_PACK(l: c_int, f: c_int, r: c_int) -> c_ulong { constant 57 pub const fn ERR_GET_LIB(l: c_ulong) -> c_int { constant 61 pub const fn ERR_GET_FUNC(l: c_ulong) -> c_int { constant 65 pub const fn ERR_GET_REASON(l: c_ulong) -> c_int { constant
|
/third_party/rust/crates/rustix/src/process/ |
D | id.rs | 67 pub const fn as_raw(self) -> RawUid { in as_raw() constant 73 pub const fn is_root(self) -> bool { in is_root() constant 94 pub const fn as_raw(self) -> RawGid { in as_raw() constant 100 pub const fn is_root(self) -> bool { in is_root() constant 150 pub const fn as_raw_nonzero(self) -> RawNonZeroPid { in as_raw_nonzero() constant 162 pub const fn is_init(self) -> bool { in is_init() constant 181 pub const fn as_raw(self) -> RawCpuid { in as_raw() constant
|
/third_party/node/doc/api/ |
D | assert.md | 1603 [`AssertionError`]: #assert_class_assert_assertionerror 1604 [`CallTracker`]: #assert_class_assert_calltracker 1617 [`assert.deepEqual()`]: #assert_assert_deepequal_actual_expected_message 1618 [`assert.deepStrictEqual()`]: #assert_assert_deepstrictequal_actual_expected_message 1619 [`assert.doesNotThrow()`]: #assert_assert_doesnotthrow_fn_error_message 1620 [`assert.equal()`]: #assert_assert_equal_actual_expected_message 1621 [`assert.notDeepEqual()`]: #assert_assert_notdeepequal_actual_expected_message 1622 [`assert.notDeepStrictEqual()`]: #assert_assert_notdeepstrictequal_actual_expected_message 1623 [`assert.notEqual()`]: #assert_assert_notequal_actual_expected_message 1624 [`assert.notStrictEqual()`]: #assert_assert_notstrictequal_actual_expected_message [all …]
|
/third_party/rust/crates/rustix/src/io/ |
D | stdio.rs | 212 pub const fn raw_stdin() -> RawFd { in raw_stdin() constant 232 pub const fn raw_stdout() -> RawFd { in raw_stdout() constant 252 pub const fn raw_stderr() -> RawFd { in raw_stderr() constant
|
/third_party/typescript/tests/baselines/reference/ |
D | thisInAccessors.js | 5 var fn = () => this; function 18 var fn = () => this; function 25 var fn = () => this; function 29 var fn = () => this; function 41 var fn = function () { return _this; }; function 61 var fn = function () { return _this; }; function 75 var fn = function () { return _this; }; function 80 var fn = function () { return _this; }; function
|
D | baseClassImprovedMismatchErrors.js | 4 fn() { method in Base 10 fn() { method in Derived 16 fn() { method in DerivedInterface 40 Base.prototype.fn = function () { method in Base 50 Derived.prototype.fn = function () { method in Derived 58 DerivedInterface.prototype.fn = function () { method in DerivedInterface
|
D | validMultipleVariableDeclarations.js | 27 var fn = function (s: string) { return 42; } function 29 var fn: (s: string) => number; variable 30 var fn: { (s: string): number }; variable 32 var fn: typeof fn; variable 64 var fn; variable 65 var fn; variable 67 var fn; variable
|
D | ModuleWithExportedAndNonExportedFunctions.js | 4 export function fn(s: string) { function 22 var fn: (s: string) => boolean; variable 35 function fn(s) { function 51 var fn; variable
|
/third_party/rust/crates/cxx/tests/ui/ |
D | const_fn.rs | 4 const fn f(); in f() constant 8 const fn f() {} in f() constant
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
D | ext.rs | 18 pub(crate) const fn in_addr_s_addr(addr: c::in_addr) -> u32 { in in_addr_s_addr() constant 25 pub(crate) const fn in_addr_s_addr(addr: c::in_addr) -> u32 { in in_addr_s_addr() constant 42 pub(crate) const fn in_addr_new(s_addr: u32) -> c::in_addr { in in_addr_new() constant 49 pub(crate) const fn in_addr_new(s_addr: u32) -> c::in_addr { in in_addr_new() constant 64 pub(crate) const fn in6_addr_s6_addr(addr: c::in6_addr) -> [u8; 16] { in in6_addr_s6_addr() constant 71 pub(crate) const fn in6_addr_s6_addr(addr: c::in6_addr) -> [u8; 16] { in in6_addr_s6_addr() constant 86 pub(crate) const fn in6_addr_new(s6_addr: [u8; 16]) -> c::in6_addr { in in6_addr_new() constant 93 pub(crate) const fn in6_addr_new(s6_addr: [u8; 16]) -> c::in6_addr { in in6_addr_new() constant 108 pub(crate) const fn sockaddr_in6_sin6_scope_id(addr: c::sockaddr_in6) -> u32 { in sockaddr_in6_sin6_scope_id() constant 115 pub(crate) const fn sockaddr_in6_sin6_scope_id(addr: c::sockaddr_in6) -> u32 { in sockaddr_in6_sin6_scope_id() constant [all …]
|
/third_party/typescript/tests/cases/conformance/statements/forStatements/ |
D | forStatementsMultipleValidDecl.ts | 23 for (var fn = function (s: string) { return 42; }; ;) { } variable 24 for (var fn = (s: string) => 3; ;) { } variable 25 for (var fn: (s: string) => number; ;) { } variable 26 for (var fn: { (s: string): number }; ;) { } variable 27 for (var fn = <(s: string) => number> null; ;) { } variable 28 for (var fn: typeof fn; ;) { } variable
|
/third_party/typescript/tests/cases/conformance/statements/VariableStatements/ |
D | validMultipleVariableDeclarations.ts | 26 var fn = function (s: string) { return 42; } variable 27 var fn = (s: string) => 3; variable 28 var fn: (s: string) => number; variable 29 var fn: { (s: string): number }; variable 30 var fn = <(s: string) => number> null; variable 31 var fn: typeof fn; variable
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | module.h | 69 int (*fn)(void); in _module_run() local 81 #define module_init(fn) \ argument 84 #define module_exit(fn) \ argument 91 #define module_init_order(fn, order) \ argument 94 #define module_exit_order(fn, order) \ argument 106 #define postcore_initcall(fn) SYSINIT(fn, SI_SUB_POST_CORE_INIT, SI_ORDER_FIRST, _module_run, (fn… argument 107 #define arch_initcall(fn) SYSINIT(fn, SI_SUB_ARCH_INIT, SI_ORDER_FIRST, _module_run, (fn)) argument 108 #define subsys_initcall(fn) SYSINIT(fn, SI_SUB_SUBSYS_INIT, SI_ORDER_FIRST, _module_run, (fn)) argument
|
/third_party/node/deps/npm/node_modules/bluebird/js/release/ |
D | each.js | 10 function PromiseMapSeries(promises, fn) { argument 14 Promise.prototype.each = function (fn) { argument 19 Promise.prototype.mapSeries = function (fn) { argument 23 Promise.each = function (promises, fn) { argument
|
D | async.js | 22 Async.prototype.setScheduler = function(fn) { argument 58 Async.prototype.throwLater = function(fn, arg) { argument 61 fn = function () { throw arg; }; function 76 function AsyncInvokeLater(fn, receiver, arg) { argument 81 function AsyncInvoke(fn, receiver, arg) { argument 96 Async.prototype.invokeLater = function (fn, receiver, arg) { argument 108 Async.prototype.invoke = function (fn, receiver, arg) { argument
|
/third_party/python/Doc/tools/ |
D | rstlint.py | 68 def check_syntax(fn, lines): argument 82 def check_suspicious_constructs(fn, lines): argument 97 def check_whitespace(fn, lines): argument 109 def check_line_length(fn, lines): argument 123 def check_leaked_markup(fn, lines): argument 186 def check_missing_surrogate_space_on_plural(fn, lines): argument
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | sparse-llvm.c | 24 LLVMValueRef fn; member 369 static LLVMValueRef pseudo_to_value(struct function *fn, struct symbol *ctype, pseudo_t pseudo) in pseudo_to_value() 403 static LLVMValueRef pseudo_to_rvalue(struct function *fn, struct symbol *ctype, pseudo_t pseudo) in pseudo_to_rvalue() 413 static LLVMValueRef value_to_ivalue(struct function *fn, struct symbol *ctype, LLVMValueRef val) in value_to_ivalue() 428 static LLVMValueRef value_to_pvalue(struct function *fn, struct symbol *ctype, LLVMValueRef val) in value_to_pvalue() 447 static LLVMValueRef adjust_type(struct function *fn, struct symbol *ctype, LLVMValueRef val) in adjust_type() 460 static LLVMValueRef get_operand(struct function *fn, struct symbol *ctype, pseudo_t pseudo) in get_operand() 471 static LLVMValueRef get_ioperand(struct function *fn, struct symbol *ctype, pseudo_t pseudo) in get_ioperand() 534 static void output_op_binary(struct function *fn, struct instruction *insn) in output_op_binary() 619 static void output_op_compare(struct function *fn, struct instruction *insn) in output_op_compare() [all …]
|
/third_party/typescript/tests/cases/conformance/internalModules/DeclarationMerging/ |
D | FunctionAndModuleWithSameNameAndCommonRoot.ts | 16 var fn: () => { x: number; y: number }; variable 17 var fn = A.Point; variable 36 var fn: () => { x: number; y: number }; variable 37 var fn = B.Point; // not expected to be an error. bug 840000: [corelang] Function of fundule not a… variable
|
/third_party/typescript/tests/cases/conformance/internalModules/moduleBody/ |
D | invalidModuleWithVarStatements.ts | 8 public function fn(x: string) { } function 16 static function fn(x: string) { } function 25 private function fn(x: string) { } function
|
/third_party/typescript/tests/cases/compiler/ |
D | baseClassImprovedMismatchErrors.ts | 3 fn() { method in Base 9 fn() { method in Derived 15 fn() { method in DerivedInterface
|
/third_party/rust/crates/nix/src/ |
D | mqueue.rs | 119 pub const fn flags(&self) -> mq_attr_member_t { in flags() constant 124 pub const fn maxmsg(&self) -> mq_attr_member_t { in maxmsg() constant 129 pub const fn msgsize(&self) -> mq_attr_member_t { in msgsize() constant 134 pub const fn curmsgs(&self) -> mq_attr_member_t { in curmsgs() constant
|
/third_party/typescript/tests/cases/conformance/internalModules/exportDeclarations/ |
D | ModuleWithExportedAndNonExportedFunctions.ts | 3 export function fn(s: string) { function 21 var fn: (s: string) => boolean; variable 22 var fn = A.fn; variable
|
/third_party/node/deps/npm/node_modules/retry/test/integration/ |
D | test-retry-operation.js | 17 var fn = function() { function 102 var fn = function() { function 128 var fn = function() { function 162 var fn = function() { function 193 var fn = function() { function 232 var fn = function() { function
|