/aosp_15_r20/external/perfetto/ui/ |
H A D | pnpm-lock.yaml | 23 '@codemirror/theme-one-dark': 30 specifier: ^2.11.8 31 version: 2.11.8 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: [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/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/mesa3d/src/intel/isl/ |
H A D | isl.c | 29 #include "dev/intel_debug.h" 109 isl_device_setup_mocs(struct isl_device *dev) in isl_device_setup_mocs() argument 111 dev->mocs.protected_mask = 0; in isl_device_setup_mocs() 113 if (dev->info->ver >= 20) { in isl_device_setup_mocs() 115 dev->mocs.internal = 1 << 1; in isl_device_setup_mocs() 116 dev->mocs.external = 1 << 1; in isl_device_setup_mocs() 117 dev->mocs.protected_mask = 1 << 0; in isl_device_setup_mocs() 120 * Ensure that any compression-enabled resource from gfx memory subject in isl_device_setup_mocs() 124 dev->mocs.blitter_dst = 1 << 1; in isl_device_setup_mocs() 125 dev->mocs.blitter_src = 1 << 1; in isl_device_setup_mocs() [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/ |
D | package-lock.json | 2 "name": "trusted-firmware-a", 8 "name": "trusted-firmware-a", 10 "license": "BSD-3-Clause", 13 "@commitlint/config-conventional": "^19.0.0", 14 "@commitlint/cz-commitlint": "^19.0.0", 16 "conventional-changelog-tf-a": "file:tools/conventional-changelog-tf-a", 18 "js-yaml": "^4.1.0", 19 "standard-version": "^9.5.0" 25 "node_modules/@babel/code-frame": { 27 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz", [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/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/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/external/coreboot/src/superio/common/ |
H A D | generic.c | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 9 static void generic_set_resources(struct device *dev) in generic_set_resources() argument 13 if (!dev) in generic_set_resources() 16 if (dev->downstream) in generic_set_resources() 17 assign_resources(dev->downstream); in generic_set_resources() 19 for (res = dev->resource_list; res; res = res->next) { in generic_set_resources() 20 if (!(res->flags & IORESOURCE_ASSIGNED)) in generic_set_resources() 23 res->flags |= IORESOURCE_STORED; in generic_set_resources() 24 report_resource_stored(dev, res, ""); in generic_set_resources() 28 static void generic_read_resources(struct device *dev) in generic_read_resources() argument [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/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/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/mesa3d/src/freedreno/decode/ |
H A D | replay.c | 3 * SPDX-License-Identifier: MIT 26 #include "drm-uapi/msm_drm.h" 29 #include "drm-uapi/d3dkmthk.h" 50 * - /sys/kernel/debug/dri/0/rd 51 * - /sys/kernel/debug/dri/0/hangrd 53 * - echo 1 > /sys/module/msm/parameters/rd_full 57 * pre-allocate a single buffer and hope it always allocated starting 63 * Code from Freedreno/Turnip is not re-used here since the relevant 67 * For how-to see freedreno.rst 81 /* clang-format off */ in print_usage() [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/e2fsprogs/lib/blkid/ |
H A D | probe.c | 2 * probe.c - identify a block device by its contents, and return a dev 10 * %Begin-Header% 13 * %End-Header% 43 const unsigned char *end = label + len - 1; in figure_label_len() 46 --end; in figure_label_len() 48 return end - label + 1; in figure_label_len() 59 if (!pr->sbbuf) { in get_buffer() 60 pr->sbbuf = malloc(SB_BUFFER_SIZE); in get_buffer() 61 if (!pr->sbbuf) in get_buffer() 63 if (lseek(pr->fd, 0, SEEK_SET) < 0) in get_buffer() [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/arm-trusted-firmware/ |
H A D | package-lock.json | 2 "name": "trusted-firmware-a", 8 "name": "trusted-firmware-a", 11 "license": "BSD-3-Clause", 14 "@commitlint/config-conventional": "^14.1.0", 16 "conventional-changelog-tf-a": "file:tools/conventional-changelog-tf-a", 17 "cz-conventional-changelog": "^3.3.0", 19 "standard-version": "^9.3.2" 22 "node_modules/@babel/code-frame": { 24 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz", 25 …"integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4… [all …]
|
/aosp_15_r20/external/skia/experimental/tskit/ |
H A D | package-lock.json | 9 "license": "BSD-3-Clause", 11 "@typescript-eslint/eslint-plugin": "^4.21.0", 12 "@typescript-eslint/parser": "^4.21.0", 14 "eslint-config-airbnb-typescript": "^12.3.1", 15 "eslint-plugin-import": "^2.22.1", 19 "node_modules/@babel/code-frame": { 21 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", 22 …"integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETG… 23 "dev": true, boolean 28 "node_modules/@babel/helper-validator-identifier": { [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/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", 17 "prettier": "2.8.8", 19 "stylelint-config-standard": "33.0.0", 23 "node_modules/@aashutoshrathi/word-wrap": { 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/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/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/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/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 …]
|
/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 …]
|