/aosp_15_r20/external/perfetto/ui/ |
H A D | pnpm-lock.yaml | 23 '@codemirror/theme-one-dark': 41 '@types/color-convert': 62 '@types/w3c-web-usb': 68 color-convert: 71 devtools-protocol: 89 jsbn-rsa: 95 noice-json-rpc: 104 protobufjs-cli: 116 vega-lite: 133 '@rollup/plugin-commonjs': [all …]
|
/aosp_15_r20/system/libprocinfo/testdata/ |
H A D | maps | 1 12c00000-2ac00000 rw-p 00000000 00:05 10267643 [anon:dalvik-main space (r… 2 6fb5d000-6fd6e000 rw-p 00000000 103:1d 639511 /data/dalvik-cache/arm64/s… 3 6fd6e000-6fd82000 r--p 00211000 103:1d 639511 /data/dalvik-cache/arm64/s… 4 6fd82000-6fe47000 rw-p 00000000 103:1d 639514 /data/dalvik-cache/arm64/s… 5 6fe47000-6fe52000 r--p 000c5000 103:1d 639514 /data/dalvik-cache/arm64/s… 6 6fe52000-6fe84000 rw-p 00000000 103:1d 639517 /data/dalvik-cache/arm64/s… 7 6fe84000-6fe87000 r--p 00032000 103:1d 639517 /data/dalvik-cache/arm64/s… 8 6fe87000-6feb2000 rw-p 00000000 103:1d 639520 /data/dalvik-cache/arm64/s… 9 6feb2000-6feb5000 r--p 0002b000 103:1d 639520 /data/dalvik-cache/arm64/s… 10 6feb5000-6fef4000 rw-p 00000000 103:1d 639523 /data/dalvik-cache/arm64/s… [all …]
|
/aosp_15_r20/development/tools/motion/motion_test_watcher_app/ |
H A D | package-lock.json | 2 "name": "watch-web-app", 8 "name": "watch-web-app", 17 "@angular/platform-browser": "^18.0.0", 18 "@angular/platform-browser-dynamic": "^18.0.0", 20 "ng-keyboard-shortcuts": "^13.0.8", 26 "@angular-devkit/build-angular": "^18.0.1", 28 "@angular/compiler-cli": "^18.0.0", 30 "jasmine-core": "~5.1.0", 32 "karma-chrome-launcher": "~3.2.0", 33 "karma-coverage": "~2.2.0", [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/external/coreboot/src/southbridge/intel/i82801ix/ |
H A D | sata.c | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 18 static void sata_enable_ahci_mmap(struct device *const dev, const u8 port_map, in sata_enable_ahci_mmap() argument 25 /* Initialize AHCI memory-mapped space */ in sata_enable_ahci_mmap() 26 res = probe_resource(dev, PCI_BASE_ADDRESS_5); in sata_enable_ahci_mmap() 66 static void sata_program_indexed(struct device *const dev, const int is_mobile) in sata_program_indexed() argument 70 pci_write_config8(dev, D31F2_SIDX, 0x18); in sata_program_indexed() 71 reg32 = pci_read_config32(dev, D31F2_SDAT); in sata_program_indexed() 72 reg32 &= ~((7 << 6) | (7 << 3) | (7 << 0)); in sata_program_indexed() 74 pci_write_config32(dev, D31F2_SDAT, reg32); in sata_program_indexed() 76 pci_write_config8(dev, D31F2_SIDX, 0x28); in sata_program_indexed() [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/external/coreboot/src/southbridge/intel/i82801jx/ |
H A D | sata.c | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 18 static void sata_enable_ahci_mmap(struct device *const dev, const u8 port_map) in sata_enable_ahci_mmap() argument 24 /* Initialize AHCI memory-mapped space */ in sata_enable_ahci_mmap() 25 res = probe_resource(dev, PCI_BASE_ADDRESS_5); in sata_enable_ahci_mmap() 63 static void sata_program_indexed(struct device *const dev) in sata_program_indexed() argument 67 pci_write_config8(dev, D31F2_SIDX, 0x18); in sata_program_indexed() 68 reg32 = pci_read_config32(dev, D31F2_SDAT); in sata_program_indexed() 69 reg32 &= ~((7 << 6) | (7 << 3) | (7 << 0)); in sata_program_indexed() 71 pci_write_config32(dev, D31F2_SDAT, reg32); in sata_program_indexed() 73 pci_write_config8(dev, D31F2_SIDX, 0x28); in sata_program_indexed() [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
H A D | tc_flower.sh | 2 # SPDX-License-Identifier: GPL-2.0 29 tc qdisc add dev $h2 clsact 34 tc qdisc del dev $h2 clsact 44 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \ 46 tc filter add dev $h2 ingress protocol ip pref 2 handle 102 flower \ 49 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac -A 192.0.2.1 -B 192.0.2.2 \ 50 -t ip -q 52 tc_check_packets "dev $h2 ingress" 101 1 55 tc_check_packets "dev $h2 ingress" 102 1 58 tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower [all …]
|
/aosp_15_r20/development/tools/winscope/ |
H A D | package-lock.json | 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", 40 "webgl-utils": "^1.0.1", 41 "webgl-utils.js": "^1.1.0", [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/ |
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/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/pigweed/pw_ide/ts/pigweed-vscode/ |
H A D | package-lock.json | 10 "license": "Apache-2.0", 16 "js-yaml": "^4.1.0", 17 "node_modules-path": "^2.0.8", 18 "strip-ansi": "^7.1.0" 24 "@types/js-yaml": "^4.0.9", 27 "@typescript-eslint/eslint-plugin": "^7.16.0", 28 "@typescript-eslint/parser": "^7.16.0", 29 "@vscode/test-cli": "^0.0.10", 30 "@vscode/test-electron": "^2.4.1", 33 "node-polyfill-webpack-plugin": "^4.0.0", [all …]
|
/aosp_15_r20/external/pigweed/pw_web/log-viewer/ |
H A D | package-lock.json | 2 "name": "log-viewer", 8 "name": "log-viewer", 12 "@codemirror/lang-python": "^6.1.6", 14 "@codemirror/theme-one-dark": "^6.1.2", 15 "@lit-labs/virtualizer": "^2.0.7", 17 "@shoelace-style/shoelace": "^2.15.0", 20 "prettier-plugin-jsdoc": "^0.4.2" 23 "@open-wc/testing": "^3.0.0-next.5", 24 "@remcovaes/web-test-runner-vite-plugin": "^1.2.1", 26 "@typescript-eslint/eslint-plugin": "^5.59.7", [all …]
|
/aosp_15_r20/external/skia/modules/canvaskit/ |
H A D | package-lock.json | 2 "name": "canvaskit-local", 8 "name": "canvaskit-local", 10 "license": "BSD-3-Clause", 12 "is-docker": "~1.1.0", 13 "jasmine-core": "~3.6.0", 15 "karma-chrome-launcher": "~3.1.0", 16 "karma-coverage": "~2.0.3", 17 "karma-jasmine": "~4.0.1", 21 "node_modules/@babel/code-frame": { 23 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", [all …]
|
/aosp_15_r20/external/ktfmt/website/ |
H A D | package-lock.json | 8 "clean-css": "^5.1.1", 9 "event-stream": "4.0.1", 11 "monaco-editor": "^0.23.0", 20 "resolved": "https://registry.npmjs.org/@gulpjs/messages/-/messages-1.1.0.tgz", 21 …"integrity": "sha512-Ys9sazDatyTgZVb4xPlDufLweJ/Os2uHWOv+Caxvy2O85JcnT4M3vc73bi8pdLWlv3fdWQz3pdI9t… 22 "dev": true, boolean 27 "node_modules/@gulpjs/to-absolute-glob": { 29 … "resolved": "https://registry.npmjs.org/@gulpjs/to-absolute-glob/-/to-absolute-glob-4.0.0.tgz", 30 …"integrity": "sha512-kjotm7XJrJ6v+7knhPaRgaT6q8F8K2jiafwYdNHLzmV0uGLuZY43FK6smNSHUPrhq5kX2slCUy+RG… 31 "dev": true, boolean [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/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/frameworks/base/packages/SystemUI/scripts/token_alignment/ |
H A D | package-lock.json | 8 "csv-parse": "^5.3.3", 15 "@typescript-eslint/eslint-plugin": "^5.48.0", 16 "eslint-config-prettier": "^8.6.0", 17 "eslint-plugin-import": "^2.26.0", 18 "eslint-plugin-prettier": "^4.2.1", 19 "eslint-plugin-simple-import-sort": "^8.0.0", 20 "ts-node": "^10.9.1", 24 "node_modules/@cspotcode/source-map-support": { 26 …"resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.t… 27 …"integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu… [all …]
|
/aosp_15_r20/external/skia/ |
H A D | package-lock.json | 8 "jasmine-core": "3.10.1", 10 "karma-chrome-launcher": "3.1.0", 11 "karma-firefox-launcher": "2.1.2", 12 "karma-jasmine": "4.0.1" 15 "node_modules/@socket.io/base64-arraybuffer": { 17 …"integrity": "sha512-dOlCBKnDw4iShaIsH/bxujKTM18+2TOAsYz+KSc11Am38H4q5Xw8Bbz97ZYdrVNM+um3p7w86Bvvm… 18 "dev": true, boolean 23 "node_modules/@types/component-emitter": { 25 …"integrity": "sha512-SRXjM+tfsSlA9VuG8hGO2nft2p8zjXCK1VcC6N4NXbBbYbSia9kzCChYQajIjzIqOOOuh5Ock6MmV… 26 "dev": true boolean [all …]
|
/aosp_15_r20/external/cpuinfo/test/dmesg/ |
H A D | nexus10.log | 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 11 <7>[ 0.000000] exynos5_init_clocks: initializing clocks 14 <7>[ 0.000000] exynos5_setup_clocks: registering clocks 15 <7>[ 0.000000] exynos5_setup_clocks: xtal is 24000000 30 <7>[ 0.000000] On node 0 totalpages: 524032 31 <7>[ 0.000000] free_area_init_node: node 0, pgdat c0914a40, node_mem_map c09fa000 32 <7>[ 0.000000] Normal zone: 992 pages used for memmap 33 <7>[ 0.000000] Normal zone: 0 pages reserved 34 <7>[ 0.000000] Normal zone: 125984 pages, LIFO batch:31 [all …]
|
/aosp_15_r20/external/skia/modules/pathkit/ |
H A D | package-lock.json | 2 "name": "pathkit-local", 7 "@babel/code-frame": { 9 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", 10 …"integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3O… 11 "dev": true, boolean 18 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.10.tgz", 19 …"integrity": "sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dp… 20 "dev": true, boolean 22 "@babel/code-frame": "^7.10.4", 24 "@babel/helper-module-transforms": "^7.12.1", [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 */ 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() 69 return rpc.ports[rp - 1]->enabled; in is_rp_enabled() [all …]
|
/aosp_15_r20/external/coreboot/src/northbridge/intel/sandybridge/ |
H A D | northbridge.c | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 34 * 0xa0000 - 0xbffff: legacy VGA 35 * 0xc0000 - 0xcffff: VGA OPROM (needed by kernel) 36 * 0xe0000 - 0xfffff: SeaBIOS, if used, otherwise DMI 39 static const char *northbridge_acpi_name(const struct device *dev) in northbridge_acpi_name() argument 41 if (dev->path.type == DEVICE_PATH_DOMAIN) in northbridge_acpi_name() 44 if (dev->path.type != DEVICE_PATH_PCI) in northbridge_acpi_name() 47 switch (dev->path.pci.devfn) { in northbridge_acpi_name() 63 static void add_fixed_resources(struct device *dev, int index) in add_fixed_resources() argument 65 mmio_resource_kb(dev, index++, uma_memory_base >> 10, uma_memory_size >> 10); in add_fixed_resources() [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 …]
|