/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/ |
H A D | when-pkg-references-sibling-package-through-indirect-symlink-moduleCaseChange.js | 68 Imported via './types' from file 'pkg1/dist/index.d.ts' 70 Imported via '@raymondfeng/pkg1' from file 'pkg2/dist/types.d.ts' with packageId '@raymondfeng/pkg1/dist/index.d.ts@1.0.0' 72 Imported via './types' from file 'pkg2/dist/index.d.ts' 74 Imported via "@raymondfeng/pkg2" from file 'pkg3/src/keys.ts' with packageId '@raymondfeng/pkg2/dist/index.d.ts@1.0.0' 76 Imported via './keys' from file 'pkg3/src/index.ts'
|
H A D | when-pkg-references-sibling-package-through-indirect-symlink.js | 68 Imported via './types' from file 'pkg1/dist/index.d.ts' 70 Imported via '@raymondfeng/pkg1' from file 'pkg2/dist/types.d.ts' with packageId '@raymondfeng/pkg1/dist/index.d.ts@1.0.0' 72 Imported via './types' from file 'pkg2/dist/index.d.ts' 74 Imported via "@raymondfeng/pkg2" from file 'pkg3/src/keys.ts' with packageId '@raymondfeng/pkg2/dist/index.d.ts@1.0.0' 76 Imported via './keys' from file 'pkg3/src/index.ts'
|
H A D | when-same-version-is-referenced-through-source-and-another-symlinked-package-moduleCaseChange.js | 143 Imported via "typescript-fsa" from file 'plugin-one/action.ts' with packageId 'typescript-fsa/index.d.ts@3.0.0-beta-2' 147 Imported via "typescript-fsa" from file 'plugin-two/index.d.ts' with packageId 'typescript-fsa/index.d.ts@3.0.0-beta-2' 150 Imported via "plugin-two" from file 'plugin-one/index.ts'
|
H A D | when-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link-moduleCaseChange.js | 159 Imported via "typescript-fsa" from file 'plugin-two/dist/commonjs/index.d.ts' with packageId 'typescript-fsa/index.d.ts@3.0.0-beta-2' 161 Imported via "plugin-two" from file 'plugin-one/index.ts' with packageId 'plugin-two/dist/commonjs/index.d.ts@0.1.3' 163 Imported via "typescript-fsa" from file 'plugin-one/index.ts' with packageId 'typescript-fsa/index.d.ts@3.0.0-beta-2'
|
H A D | when-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link.js | 159 Imported via "typescript-fsa" from file 'plugin-two/dist/commonjs/index.d.ts' with packageId 'typescript-fsa/index.d.ts@3.0.0-beta-2' 161 Imported via "plugin-two" from file 'plugin-one/index.ts' with packageId 'plugin-two/dist/commonjs/index.d.ts@0.1.3' 163 Imported via "typescript-fsa" from file 'plugin-one/index.ts' with packageId 'typescript-fsa/index.d.ts@3.0.0-beta-2'
|
H A D | when-same-version-is-referenced-through-source-and-another-symlinked-package.js | 143 Imported via "typescript-fsa" from file 'plugin-one/action.ts' with packageId 'typescript-fsa/index.d.ts@3.0.0-beta-2' 147 Imported via "typescript-fsa" from file 'plugin-two/index.d.ts' with packageId 'typescript-fsa/index.d.ts@3.0.0-beta-2' 150 Imported via "plugin-two" from file 'plugin-one/index.ts'
|
/third_party/rust/crates/rustix/src/backend/libc/ |
H A D | weak.rs | 119 (fn $name:ident($($arg_name:ident: $t:ty),*) via $_sys_name:ident -> $ret:ty) => ( 135 (fn $name:ident($($arg_name:ident: $t:ty),*) via $sys_name:ident -> $ret:ty) => ( 212 ($vis:vis fn $name:ident($($arg_name:ident: $t:ty),*) via $sys_name:ident -> $ret:ty) => ( 221 syscall! { fn $name($($arg_name: $t),*) via $sys_name -> $ret }
|
H A D | offset.rs | 107 ) via SYS_prlimit64 -> c::c_int in prlimit64() 116 ) via SYS_prlimit64 -> c::c_int in prlimit64() 125 ) via SYS_prlimit64 -> c::c_int in prlimit64()
|
/third_party/nghttp2/src/ |
H A D | shrpx_http2_downstream_connection.cc | 286 // 6. via (optional) in push_request_headers() 427 auto via = req.fs.header(http2::HD_VIA); in push_request_headers() local 429 if (via) { in push_request_headers() 430 nva.push_back(http2::make_nv_ls_nocopy("via", (*via).value)); in push_request_headers() 434 if (via) { in push_request_headers() 435 vialen += via->value.size() + 2; in push_request_headers() 441 if (via) { in push_request_headers() 442 p = std::copy(std::begin(via->value), std::end(via in push_request_headers() [all...] |
H A D | shrpx_http2_upstream.cc | 293 // minor version 0 to use via header field in a conventional way. in on_start_request() 1739 // 6 means :status and possible server, via, x-http2-push, alt-svc, in on_downstream_header_complete() 1817 auto via = resp.fs.header(http2::HD_VIA); in on_downstream_header_complete() local 1819 if (via) { in on_downstream_header_complete() 1820 nva.push_back(http2::make_nv_ls_nocopy("via", (*via).value)); in on_downstream_header_complete() 1826 if (via) { in on_downstream_header_complete() 1827 len += via->value.size() + 2; in on_downstream_header_complete() 1832 if (via) { in on_downstream_header_complete() 1833 p = std::copy(std::begin(via in on_downstream_header_complete() [all...] |
/third_party/ltp/testcases/network/stress/route/ |
H A D | route-change-gw.sh | 29 ROD ip route add $rt dev $iface via $gw 31 ROD ip route del $rt dev $iface via $gw
|
H A D | route-change-if.sh | 32 ROD ip route add $rt dev $iface via $gw 34 ROD ip route del $rt dev $iface via $gw
|
H A D | route4-rmmod | 235 ip route add ${dst_network}/24 via $rhost_ipv4addr dev $lhost_ifname
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
H A D | epoll.rs | 132 // Safety: We're calling `epoll_create1` via FFI and we know how it in new() 151 // Safety: We're calling `epoll_ctl` via FFI and we know how it in add() 181 // Safety: We're calling `epoll_ctl` via FFI and we know how it in mod_() 201 // Safety: We're calling `epoll_ctl` via FFI and we know how it in del() 221 // Safety: We're calling `epoll_wait` via FFI and we know how it in wait()
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
H A D | epoll.rs | 132 // Safety: We're calling `epoll_create1` via FFI and we know how it in new() 153 // Safety: We're calling `epoll_ctl` via FFI and we know how it in add() 184 // Safety: We're calling `epoll_ctl` via FFI and we know how it in mod_() 205 // Safety: We're calling `epoll_ctl` via FFI and we know how it in del() 230 // Safety: We're calling `epoll_wait` via FFI and we know how it in wait()
|
/third_party/ltp/testcases/network/iproute/ |
H A D | ip_tests.sh | 173 ROD ip route add $ip4_addr via 127.0.0.1 179 $ip4_addr via 127.0.0.1 dev lo 182 ip route show | grep "$ip4_addr via 127.0.0.1 dev lo" > tst_ip.out 2>&1 196 ROD ip route del $ip4_addr via 127.0.0.1
|
/third_party/ffmpeg/ |
H A D | configure | 218 --enable-lcms2 enable ICC profile support via LittleCMS 2 [no] 219 --enable-libaom enable AV1 video encoding/decoding via libaom [no] 220 --enable-libaribb24 enable ARIB text and caption decoding via libaribb24 [no] 226 --enable-libcelt enable CELT decoding via libcelt [no] 229 --enable-libdav1d enable AV1 decoding via libdav1d [no] 230 --enable-libdavs2 enable AVS2 decoding via libdavs2 [no] 233 --enable-libfdk-aac enable AAC de/encoding via libfdk-aac [no] 234 --enable-libflite enable flite (voice synthesis) support via libflite [no] 238 --enable-libglslang enable GLSL->SPIRV compilation via libglslang [no] 239 --enable-libgme enable Game Music Emu via libgm [all...] |
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ptrace.tex | 44 possible to hook up \Prog{libunwind} to another process via 49 stands for ``unwind-via-ptrace''. 70 then starting the target program (via \Func{execve}(2)), or by 71 directly attaching to an already running process (via
|
/third_party/rust/crates/rustix/src/backend/libc/rand/ |
H A D | syscalls.rs | 10 fn getrandom(buf: *mut c::c_void, buflen: c::size_t, flags: c::c_uint) via SYS_getrandom -> c::ssize_t in getrandom()
|
/third_party/node/deps/npm/lib/commands/ |
H A D | run-script.js | 180 `${colorize.bold('Scripts')} available in ${colorize.green(pkgid)} via \`${colorize.blue( 185 this.npm.output(`\navailable via \`${colorize.blue('npm run-script')}\`:`)
|
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/ |
H A D | jsxImportSource-option-changed-incremental.js | 63 Imported via "react/jsx-runtime" from file 'index.tsx' with packageId 'react/jsx-runtime/index.d.ts@0.0.1' to import 'jsx' and 'jsxs' factory functions 177 Imported via "preact/jsx-runtime" from file 'index.tsx' with packageId 'preact/jsx-runtime/index.d.ts@0.0.1' to import 'jsx' and 'jsxs' factory functions
|
/third_party/skia/tools/flags/ |
H A D | CommonFlagsConfig.cpp | 246 // Strip off any via parts that refer to color spaces (and remember the last one we see) in SkCommandLineConfig() 247 for (const SkString& via : viaParts) { in SkCommandLineConfig() 248 auto it = kColorSpaces.find(via.c_str()); in SkCommandLineConfig() 250 fViaParts.push_back(via); in SkCommandLineConfig()
|
/third_party/ltp/testcases/network/mpls/ |
H A D | mpls02.sh | 30 ROD ip route add $ip_rmt/$mask encap mpls 50 via inet$TST_IPV6 $(tst_ipaddr rhost) 34 tst_rhost_run -s -c "ip route add $ip_loc/$mask encap mpls 60 via inet$TST_IPV6 $(tst_ipaddr)"
|
/third_party/gn/src/gn/ |
H A D | switches.cc | 162 to be loaded. It can be specified in the .gn file via the "root" variable (see 171 the source root (the "//" directory) which can be independently set via the
|
/third_party/node/lib/internal/main/ |
H A D | print_help.js | 75 ['NODE_OPTIONS', { helpText: 'set CLI options in the environment via a ' +
|