/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/ |
H A D | fib_tests.sh | 2 # SPDX-License-Identifier: GPL-2.0 8 # Kselftest framework requirement - SKIP code is 4. 11 # all tests in this script. Can be overridden with -t option 17 IP="ip -netns ns1" 20 which ping6 > /dev/null 2>&1 && ping6=$(which ping6) || ping6=$(which ping) 28 if [ ${rc} -eq ${expected} ]; then 29 printf " TEST: %-60s [ OK ]\n" "${msg}" 34 printf " TEST: %-60s [FAIL]\n" "${msg}" 53 set -e 56 $IP link set dev lo up [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | rtnetlink.sh | 2 # SPDX-License-Identifier: GPL-2.0 49 ip link set dev $swp1 up 50 ip link set dev $swp2 up 57 ip link set dev $swp2 down 58 ip link set dev $swp1 down 67 ip link add name vrf-test type vrf table 10 68 ip link set dev $swp1 master vrf-test 70 ip -4 address add 192.0.2.1/24 dev vrf-test 72 ip -6 address add 2001:db8:1::1/64 dev vrf-test 75 log_test "RIF - setting IP address on VRF" [all …]
|
H A D | fib_offload.sh | 2 # SPDX-License-Identifier: GPL-2.0 40 ip link set dev $spine_p1 up 41 ip link set dev $spine_p2 up 52 ip link set dev $spine_p2 down 53 ip link set dev $spine_p1 down 65 num=$(ip -6 route show match ${pfx} | grep "offload" | wc -l) 67 if [ $num -eq $expected_num ]; then 79 ip -6 route add 2001:db8:3::/64 dev $spine_p1 metric 100 80 ipv6_offload_check "2001:db8:3::/64 dev $spine_p1 metric 100" 1 85 ip -6 route append 2001:db8:3::/64 dev $spine_p1 metric 200 [all …]
|
H A D | qos_headroom.sh | 2 # SPDX-License-Identifier: GPL-2.0 34 dcb -j buffer show dev $swp | 35 jq -r '[.prio_buffer | .[] | tostring + " "] | add' 42 dcb -j pfc show dev $swp | 43 jq -r '[.prio_pfc | .[] | if . then "1 " else "0 " end] | add' 50 dcb -j ets show dev $swp | 51 jq -r '[.prio_tc | .[] | tostring + " "] | add' 58 dcb -j buffer show dev $swp | jq ".buffer_size[$idx]" 63 dcb -j buffer show dev $swp | jq '.total_size' 107 __check_buf_size "$@" > /dev/null [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | test_lwt_seg6local.sh | 2 # Connects 6 network namespaces through veths. 4 # NS1 ---- NS2 ---- NS3 ---- NS4 ---- NS5 ---- NS6 5 # fb00::1 fd00::1 fd00::2 fd00::3 fb00::6 10 # fd00::1 -> fd00::2 -> fd00::3 -> fd00::4 13 # - fd00::1 : add a TLV, change the flags and apply a End.X action to fc42::1 14 # - fd00::2 : remove the TLV, change the flags, add a tag 15 # - fd00::3 : apply an End.T action to fd00::4, through routing table 117 21 # An UDP datagram is sent from fb00::1 to fb00::6. The test succeeds if this 22 # datagram can be read on NS6 when binding to fb00::6. 24 # Kselftest framework requirement - SKIP code is 4. [all …]
|
H A D | test_lwt_ip_encap.sh | 2 # SPDX-License-Identifier: GPL-2.0 7 # veth1 <---> veth2 veth3 <---> veth4 (the top route) 8 # veth5 <---> veth6 veth7 <---> veth8 (the bottom route) 10 # each vethN gets IPv[4|6]_N address 26 # 1. routes NS2->IPv*_DST are brought down, so the only way a ping 32 # ping: SRC->[encap at veth1:egress]->GRE:decap->DST 33 # ping replies go DST->SRC directly 38 # ping: SRC->[encap at veth2:ingress]->GRE:decap->DST 39 # ping replies go DST->SRC directly 41 if [[ $EUID -ne 0 ]]; then [all …]
|
/aosp_15_r20/external/vboot_reference/tests/ |
H A D | run_cgpt_tests.sh | 1 #!/bin/bash -eu 4 # Use of this source code is governed by a BSD-style license that can be 12 CGPT=$(readlink -f "$1") 13 [ -x ""${CGPT}"" ] || error "Can't execute $CGPT" 19 [ -d "$DIR" ] || mkdir -p "$DIR" 25 if "$@" 2>/dev/null; then 28 set -e 36 DEV=fake_dev.bin 37 rm -f ${DEV} 38 dd if=/dev/zero of=${DEV} conv=notrunc bs=512 count=${NUM_SECTORS} 2>/dev/null [all …]
|
/aosp_15_r20/device/google/cuttlefish_vmm/x86_64-linux-gnu/ |
D | builder-packages.txt | 3 autoconf 2.69-11 4 automake 1:1.16.1-4 5 autotools-dev 20180224.1 6 base-files 10.3+deb10u13 7 base-passwd 3.5.46 8 bash 5.0-4 9 binfmt-support 2.2.0-2 10 binutils 2.31.1-16 11 binutils-aarch64-linux-gnu 2.31.1-16 12 binutils-common:amd64 2.31.1-16 [all …]
|
/aosp_15_r20/device/google/cuttlefish_vmm/aarch64-linux-gnu/ |
D | builder-packages.txt | 3 autoconf 2.69-11 4 automake 1:1.16.1-4 5 autotools-dev 20180224.1 6 base-files 10.3+deb10u13 7 base-passwd 3.5.46 8 bash 5.0-4 9 binfmt-support 2.2.0-2 10 binutils 2.31.1-16 11 binutils-aarch64-linux-gnu 2.31.1-16 12 binutils-common:arm64 2.31.1-16 [all …]
|
/aosp_15_r20/tools/netsim/ui/ |
H A D | package-lock.json | 2 "name": "netsim-app", 8 "name": "netsim-app", 17 "@custom-elements-manifest/analyzer": "^0.4.17", 18 "@open-wc/building-rollup": "^2.2.1", 19 "@open-wc/eslint-config": "^4.3.0", 20 "@open-wc/testing": "next", 21 "@rollup/plugin-node-resolve": "^15.0.1", 22 "@typescript-eslint/eslint-plugin": "^4.33.0", 23 "@typescript-eslint/parser": "^4.33.0", 24 "@web/dev-server": "^0.1.28", [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | nexthop.sh | 2 # SPDX-License-Identifier: GPL-2.0 46 DEV=netdevsim${DEV_ADDR} 47 SYSFS_NET_DIR=/sys/bus/netdevsim/devices/$DEV/net/ 48 DEBUGFS_NET_DIR=/sys/kernel/debug/netdevsim/$DEV/ 54 DEVLINK_DEV=netdevsim/${DEV} 61 out=$($IP nexthop show ${nharg} | sed -e 's/ *$//') 82 grep "trap" | wc -l) 95 occ=$($DEVLINK -jp resource show $DEVLINK_DEV \ 98 if [ $expected_occ -ne $occ ]; then 110 $DEVLINK dev reload $DEVLINK_DEV [all …]
|
/aosp_15_r20/external/perfetto/ui/ |
H A D | pnpm-lock.yaml | 18 specifier: ^6.5.6 19 version: 6.5.6 23 '@codemirror/theme-one-dark': 41 '@types/color-convert': 48 specifier: ^2.2.6 49 version: 2.2.6 62 '@types/w3c-web-usb': 68 color-convert: 71 devtools-protocol: 89 jsbn-rsa: [all …]
|
/aosp_15_r20/development/tools/ota_analysis/ |
H A D | package-lock.json | 12 "@zip.js/zip.js": "^2.3.6", 13 "core-js": "^3.6.5", 15 "eslint-config-airbnb-base": "^14.2.1", 16 "flush-promises": "^1.0.2", 17 "jest": "^27.0.6", 18 "material-design-icons": "^3.0.1", 20 "roboto-fontface": "*", 21 "vue": "^3.0.0-0", 22 "vue-echarts": "^6.0.0-rc.6", 23 "vue-router": "^4.0.0-0", [all …]
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/ |
H A D | cpu_reader_unittest.cc | 8 * http://www.apache.org/licenses/LICENSE-2.0 137 // Single class to manage the whole protozero -> scattered stream -> chunks -> 138 // single buffer -> real proto dance. Has a method: writer() to get an 156 if (!bundle->ParseFromArray(buffer.data(), buffer.size())) in ParseProto() 194 for (size_t i = 0; i < n - length - 1; i++) { in WriteFixedString() 205 size_t written() { return static_cast<size_t>(ptr_ - page_.get()); } in written() 251 EXPECT_EQ(buffer.get()[6], 0); in TEST() 377 // clang-format off 380 // # entries-in-buffer/entries-written: 1/1 #P:8 382 // # _-----=> irqs-off [all …]
|
/aosp_15_r20/external/perfetto/infra/perfetto.dev/ |
H A D | pnpm-lock.yaml | 25 fs-extra: 34 node-watch: 43 /@braintree/sanitize-[email protected]: 44 …resolution: {integrity: sha512-s3jaWicZd0pkP0jf5ysyHUI/RE7MHos6qlToFcGWXVp+ykHOy77OUMrfbgJ9it2C5bo… 45 dev: false 48 …resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU+… 49 dev: true 52 …resolution: {integrity: sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMg… 53 dev: true 56 …resolution: {integrity: sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe… [all …]
|
/aosp_15_r20/development/tools/winscope/ |
H A D | package-lock.json | 12 "@angular/cdk": "^14.2.6", 18 "@angular/material": "^14.2.6", 19 "@angular/platform-browser": "^14.0.0", 20 "@angular/platform-browser-dynamic": "^14.0.0", 22 "@auth0/auth0-angular": "^1.10.0", 28 "gl-matrix": "^3.4.3", 29 "html-loader": "^3.1.0", 32 "jsbn-rsa": "^1.0.4", 35 "style-loader": "^3.3.1", 37 "ts-loader": "^9.3.0", [all …]
|
/aosp_15_r20/external/pigweed/pw_web/webconsole/ |
H A D | package-lock.json | 12 "@codemirror/lang-javascript": "^6.0.2", 14 "@codemirror/theme-one-dark": "^6.0.0", 20 "object-path": "^0.11.8", 23 "react-dom": "18.2.0", 24 "react-virtualized": "^9.22.3", 25 "react-virtualized-auto-sizer": "^1.0.6", 26 "react-window": "^1.8.7", 28 "xterm-addon-fit": "^0.5.0" 33 "@types/react-dom": "18.0.6", 34 "@types/react-virtualized": "^9.21.21", [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/tc-testing/tc-tests/filters/ |
H A D | bpf.json | 7 "bpf-filter" 13 "$TC qdisc add dev $DEV1 ingress" 15 …rTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 100 bpf bytecode '4,40 0 … 17 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 protocol ip prio 100 bpf", 18 …rent ffff: protocol ip pref 100 bpf chain [0-9]+ handle 0x1.*bytecode '4,40 0 0 12,21 0 1 2048,6 0… 21 "$TC qdisc del dev $DEV1 ingress" 29 "bpf-filter" 35 "$TC qdisc add dev $DEV1 ingress" 37 …rTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 100 bpf bytecode '4,40 0 … 39 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 protocol ip prio 100 bpf", [all …]
|
/aosp_15_r20/external/coreboot/src/southbridge/intel/lynxpoint/ |
H A D | pcie.c | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 20 /* RPFN is a write-once register so keep a copy until it is written */ 41 return 6; in max_root_ports() 46 static inline int root_port_is_first(struct device *dev) in root_port_is_first() argument 48 return PCI_FUNC(dev->path.pci.devfn) == 0; in root_port_is_first() 51 static inline int root_port_is_last(struct device *dev) in root_port_is_last() argument 53 return PCI_FUNC(dev->path.pci.devfn) == (rpc.num_ports - 1); in root_port_is_last() 57 static inline int root_port_number(struct device *dev) in root_port_number() argument 59 return PCI_FUNC(dev->path.pci.devfn) + 1; in root_port_number() 66 if (rpc.ports[rp - 1] == NULL) in is_rp_enabled() [all …]
|
/aosp_15_r20/external/cpuinfo/test/dmesg/ |
H A D | nexus10.log | 1 <6>[ 0.000000] Booting Linux on physical CPU 0 2 <6>[ 0.000000] Initializing cgroup subsys cpu 3 <5>[ 0.000000] Linux version 3.4.67-g84ad5a4 (android-[email protected]) (gcc ver… 7 <6>[ 0.000000] Initialized persistent memory from a0000000-a01fffff 8 <6>[ 0.000000] ion_reserve: ion_chunk_heap reserved base 90000000 size 268435456 12 <6>[ 0.000000] S3C24XX Clocks, Copyright 2004 Simtec Electronics 16 <6>[ 0.000000] EXYNOS5: PLL settings, A=1000000000, B=1333090909, C=333000000 17 <6>[ 0.000000] M=1600000000, E=96000000, V=300000000, G=533000000 18 <6>[ 0.000000] EXYNOS5: ARMCLK=1000000000, CDREX=800000000, ACLK400=533000000 19 <6>[ 0.000000] ACLK333=333000000, ACLK266=266666666, ACLK200=200000000 [all …]
|
/aosp_15_r20/external/coreboot/src/soc/intel/broadwell/pch/ |
H A D | pcie.c | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 20 /* Low Power variant has 6 root ports. */ 21 #define MAX_NUM_ROOT_PORTS 6 24 /* RPFN is a write-once register so keep a copy until it is written */ 42 static inline int root_port_is_first(struct device *dev) in root_port_is_first() argument 44 return PCI_FUNC(dev->path.pci.devfn) == 0; in root_port_is_first() 47 static inline int root_port_is_last(struct device *dev) in root_port_is_last() argument 49 return PCI_FUNC(dev->path.pci.devfn) == (rpc.num_ports - 1); in root_port_is_last() 53 static inline int root_port_number(struct device *dev) in root_port_number() argument 55 return PCI_FUNC(dev->path.pci.devfn) + 1; in root_port_number() [all …]
|
/aosp_15_r20/external/pigweed/ |
H A D | package-lock.json | 10 "license": "Apache-2.0", 12 "@protobuf-ts/protoc": "^2.7.0", 14 "google-protobuf": "^3.17.3", 16 "ts-protoc-gen": "^0.15.0" 23 "@codemirror/lang-python": "^6.1.6", 25 "@codemirror/theme-one-dark": "^6.1.2", 26 "@lit-labs/virtualizer": "^2.0.7", 27 "@material-ui/core": "^4.12.1", 28 "@material-ui/lab": "^4.0.0-alpha.60", 30 "@open-wc/testing": "^3.0.0-next.5", [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
H A D | ip6gre_lib.sh | 1 # SPDX-License-Identifier: GPL-2.0 4 # Handles creation and destruction of IP-in-IP or GRE tunnels over the given 9 # SW1 uses default VRF so tunnel has no bound dev. 10 # SW2 uses non-default VRF tunnel has a bound dev. 11 # +--------------------------------+ 16 # +-------------------------|------+ 18 # +-------------------------|-------------------+ 26 # | rem=2001:db8:3::2 --. | 29 # | .--------------------- | 38 # +---------------------|-----------------------+ [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/telemetry/ |
D | package-lock.json | 12 "@typescript-eslint/eslint-plugin": "5.59.6", 13 "@typescript-eslint/parser": "5.59.6", 15 "eslint-config-prettier": "8.8.0", 16 "npm-run-all": "4.1.5", 19 "stylelint-config-standard": "33.0.0", 23 "node_modules/@aashutoshrathi/word-wrap": { 24 "version": "1.2.6", 25 "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", 26 …"integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFw… 27 "dev": true, boolean [all …]
|
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/ |
H A D | package-lock.json | 2 "name": "canvaskit-wasm", 8 "name": "canvaskit-wasm", 10 "license": "BSD-3-Clause", 12 "@definitelytyped/header-parser": "0.0.121", 18 "node_modules/@definitelytyped/header-parser": { 20 …"resolved": "https://registry.npmjs.org/@definitelytyped/header-parser/-/header-parser-0.0.121.tgz… 21 …"integrity": "sha512-78HY1J+QiwZPXFZQWb9gPQPxAMNg6/1e4gl7gL/8dmd17vVWLi3AGrLJoG8Pn1p8d7MF2rlPw/2AE… 22 "dev": true, boolean 24 "@definitelytyped/typescript-versions": "^0.0.121", 29 "node_modules/@definitelytyped/typescript-versions": { [all …]
|