Home
last modified time | relevance | path

Searched +full:npm +full:- +full:run +full:- +full:path (Results 1 – 25 of 162) sorted by relevance

1234567

/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/
H A Dpackage.json12 "license": "Apache-2.0",
31 "command": "pigweed.open-output-panel",
35 "command": "pigweed.file-bug",
39 "command": "pigweed.sync-settings",
43 "command": "pigweed.check-extensions",
47 "command": "pigweed.launch-terminal",
51 "command": "pigweed.bootstrap-terminal",
55 "command": "pigweed.activate-bazelisk-in-terminal",
59 "command": "pigweed.refresh-compile-commands",
63 "command": "pigweed.refresh-compile-commands-and-set-target",
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/gce/
Dlinux_kokoro_performance_worker_init.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 # You shouldn't run this script on your own,
20 set -ex
22 sudo apt-get update
25 sudo apt-get install -y openjdk-8-jdk
26 sudo apt-get install -y unzip lsof
28 sudo apt-get install -y \
30 autotools-dev \
31 build-essential \
36 gcc-multilib \
[all …]
/aosp_15_r20/external/grpc-grpc/tools/gce/
H A Dlinux_kokoro_performance_worker_init.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 # You shouldn't run this script on your own,
20 set -ex
22 sudo apt-get update
25 sudo apt-get install -y openjdk-8-jdk
26 sudo apt-get install -y unzip lsof
28 sudo apt-get install -y \
30 autotools-dev \
31 build-essential \
36 gcc-multilib \
[all …]
/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/
H A Dformat_code.py9 # https://www.apache.org/licenses/LICENSE-2.0
18 This uses clang-format, gn format, gofmt, and python -m yapf to format source
19 code. These tools must be available on the path when this script is invoked!
28 from pathlib import Path
78 _DEFAULT_PATH = Path('out', 'format')
83 def _ensure_newline(orig: bytes) -> bytes:
89 def _diff(path, original: bytes, formatted: bytes) -> str: argument
96 f'{path} (original)',
97 f'{path} (reformatted)',
106 path, formatter: FormatterT, dry_run: bool = False argument
[all …]
/aosp_15_r20/external/skia/infra/bots/recipes/perf_pathkit.expected/
H A DPerf-Debian10-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit.json5 "-u",
7 "--json-output",
8 "/path/to/tmp/json",
9 "ensure-directory",
10 "--mode",
50 "-u",
52 "--json-output",
53 "/path/to/tmp/json",
54 "ensure-directory",
55 "--mode",
[all …]
H A Dpathkit_trybot.json5 "-u",
7 "--json-output",
8 "/path/to/tmp/json",
9 "ensure-directory",
10 "--mode",
50 "-u",
52 "--json-output",
53 "/path/to/tmp/json",
54 "ensure-directory",
55 "--mode",
[all …]
H A DPerf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit.json5 "-u",
7 "--json-output",
8 "/path/to/tmp/json",
9 "ensure-directory",
10 "--mode",
50 "-u",
52 "--json-output",
53 "/path/to/tmp/json",
54 "ensure-directory",
55 "--mode",
[all …]
/aosp_15_r20/external/skia/infra/bots/task_drivers/run_wasm_gm_tests/
H A Drun_wasm_gm_tests.go2 // Use of this source code is governed by a BSD-style license that can be
14 "path/filepath"
30 goldCtlPath = flag.String("gold_ctl_path", "", "Path to the goldctl binary")
31 …goldHashesURL = flag.String("gold_hashes_url", "", "URL from which to download pre-existing hash…
33Path to the node bin directory (should have npm also). This directory *must* be on the PATH when t…
38 …tHarnessPath = flag.String("test_harness_path", "", "Path to test harness folder (tools/run-wasm-g…
51 … "If provided, dump a JSON blob of step data to the given file. Prints to stdout if '-' is given.")
52 …ring("service_account_path", "", "Used in local mode for authentication. Non-local mode uses Luci …
75 td.Fatalf(ctx, "Must supply --gold_hashes_url")
111 // Run puppeteer tests. The input is a list of known hashes. The output will be a JSON array and
[all …]
/aosp_15_r20/external/pigweed/pw_env_setup/py/pw_env_setup/
H A Dnpm_action.py7 # https://www.apache.org/licenses/LICENSE-2.0
14 """NPM pw_env_setup action plugin.
16 This action triggers `npm install` after CIPD setup.
24 """Project action to run 'npm install'."""
29 npm = shutil.which('npm.cmd' if os.name == 'nt' else 'npm')
35 # TODO: b/323378974 - Better integrate NPM actions with pw_env_setup so
36 # we don't have to manually set `npm_config_cache` every time we run
37 # npm.
38 # Force npm cache to live inside the environment directory.
40 npm_env['npm_config_cache'] = os.path.join(
[all …]
/aosp_15_r20/external/perfetto/tools/
H A Dnode8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -e -u
19 # sourced by tools/npm.
21 ROOT_DIR="$(dirname $(cd -P ${BASH_SOURCE[0]%/*}; pwd))"
23 if [ "$(uname -s)" == "Darwin" ]; then
29 if [ ! -e "$NODE_DIR" ]; then
30 echo 'Could not find Node.js hermetic installation. Please run:'
31 echo 'tools/install-build-deps --ui'
37 # have the bad habit of executing "npm install ..." at runtime on the first
38 # run. That will pick whatever "npm" is in the PATH which might be strongly
[all …]
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
H A DCONTRIBUTING.md5 1. Fork web-animations/web-animations-js.
6 1. `git clone [email protected]:$GITHUB_USER/web-animations-js.git`
7 1. `git submodule update --init --recursive` (Necessary for running tests.)
8 1. Install [node](https://nodejs.org/en/) and make sure `npm` is in your $PATH
9 1. Run `npm install` in the respository to pull in development dependencies.
10 1. Run `npm install -g grunt-cli` to get the build tools for the command line.
17 1. In your fork of web-animations-js, `git checkout dev` or create a new branch whose parent is dev.
18 1. Run `grunt` to build the polyfill.
19 1. Run `grunt test` to run polyfill and web-platform-tests tests.
21 1. Create a pull request from your fork of web-animations-js to
[all …]
/aosp_15_r20/external/skia/modules/pathkit/
H A DREADME.md5 Skia's feature-rich PathOps API in the browser.
8 --------------------
12 Get a compiled [Enscriptem SDK](https://kripken.github.io/emscripten-site/docs/getting_started/down…
13 in your path. This is easiest done by running `//tools/git-sync-deps` which
14 downloads and then runs `//bin/activate-emsdk`.
22 Add `--help` for more options.
26 To compile a production WASM build to `//bazel-bin/modules/pathkit/pathkit`:
29 bazelisk build //modules/pathkit:pathkit --config=ck_full_webgl2_release
35 bazelisk build //modules/pathkit:pathkit --config=ck_full_webgl2_debug
39 -------
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/telemetry/
Dpackage-lock.json12 "@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": {
25 "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",
26 …"integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFw…
32 "node_modules/@babel/code-frame": {
34 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.21.4.tgz",
[all …]
/aosp_15_r20/external/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/
H A Dperf_puppeteer_render_skps.go2 // Use of this source code is governed by a BSD-style license that can be
6 // (e.g. what bench to run, how to process that particular output) is selected using the ExtraConfig
18 "path/filepath"
37 …hmarkPath = flag.String("benchmark_path", "", "Path to location of the benchmark files (e.g. //too…
41Path to the node bin directory (should have npm also). This directory *must* be on the PATH when t…
52 skpsPath = flag.String("skps_path", "", "Path to location of skps.")
56 … "If provided, dump a JSON blob of step data to the given file. Prints to stdout if '-' is given.")
92 outputFile := filepath.Join(outputAbsPath, fmt.Sprintf("perf-%s.json", *taskID))
103 return rv, skerr.Fmt("Must provide --git_hash")
106 return rv, skerr.Fmt("Must provide --task_id")
[all …]
/aosp_15_r20/external/pytorch/.github/workflows/
H A Dlint.yml5 branches-ignore:
6 - nightly
9 - main
10 - release/*
11 - landchecks/*
14 permissions: read-all
18 lintrunner-clang:
19 uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.4
23 docker-image: pytorch-linux-jammy-cuda11.8-cudnn9-py3.9-linter
24 … # NB: A shallow checkout won't work here because calculate-docker-image requires a full checkout
[all …]
/aosp_15_r20/external/skia/bazel/karma/
H A Dkarma_test.bzl2 THIS IS THE EXTERNAL-ONLY VERSION OF THIS FILE. G3 DOES NOT HAVE ONE AT ALL.
11 # https://github.com/google/skia-buildbot/blob/main/bazel/test_on_env/test_on_env.bzl
19 in an environment that has the Bazel-downloaded browser available and the tests run using it.
21 When invoked via `bazel test`, the test runs in headless mode. When invoked via `bazel run`,
40 - `/static/<WORKSPACE_NAME>/<path-to-file>` or
41 - `/static/<WORKSPACE_NAME>/<path-to-rule>/<file>`
43 - `/static/skia/modules/canvaskit/tests/assets/color_wheel.gif`
44 - `/static/skia/modules/canvaskit/canvaskit_wasm/canvaskit.wasm`
47 the tests run and be running in parallel to them. See the test_on_env.bzl in the
52 fail("Must pass at least one file into srcs or there will be no tests to run")
[all …]
H A DBUILD.bazel15 # $SANDBOX_EXEC_ROOT/bazel-out/k8-opt/bin/modules/canvaskit/canvaskit_js_tests.runfiles/npm/node_…
17 # deps under bazel-out works for C++ because we can add to the include
18 # search directories (via --include-directory or -I), but it is not clear
19 # how to expand karma's search path like that.
21 # Below basically says "We have a karma binary which needs these plugins to run"
28 "@npm//jasmine-core",
29 "@npm//karma",
30 "@npm//karma-chrome-launcher",
31 "@npm//karma-firefox-launcher",
32 "@npm//karma-jasmine",
[all …]
/aosp_15_r20/external/pigweed/docs/showcases/sense/tutorial/
H A Dweb.rst1 .. _showcase-sense-tutorial-webapp:
6 .. _Web Serial API: https://developer.mozilla.org/en-US/docs/Web/API/Web_Serial_API
8 :ref:`module-pw_web` makes it possible to create custom web apps that
12 .. _NVM: https://github.com/nvm-sh/nvm?tab=readme-ov-file#installing-and-updating
13 .. _those browsers don't support: https://developer.mozilla.org/en-US/docs/Web/API/Web_Serial_API#b…
15 #. Install `NVM`_. You'll need to close and re-open your terminal
16 to get ``nvm`` on your command line path.
20 You can skip the NVM steps if you've already got NPM installed
21 on your machine. Also, you can install NPM however you want;
24 #. Use NVM to install the long-term support (LTS) release of Node.js:
[all …]
/aosp_15_r20/external/google-cloud-java/java-cloudbuild/proto-google-cloud-build-v1/src/main/proto/google/devtools/cloudbuild/v1/
H A Dcloudbuild.proto7 // http://www.apache.org/licenses/LICENSE-2.0
72 // A user can list previously-requested builds or get builds by their ID to
77 "https://www.googleapis.com/auth/cloud-platform";
81 // This method returns a long-running `Operation`, which includes the build
114 // Previously requested builds may still be in-progress, or may have finished
147 // For non-triggered builds that specify `RepoSource`:
277 post: "/v1/projects/{project_id}/triggers/{trigger_id}:run"
280 post: "/v1/{name=projects/*/locations/*/triggers/*}:run"
379 // Specifies a build trigger to run and the source to use.
381 // The name of the `Trigger` to run.
[all …]
/aosp_15_r20/external/trusty/arm-trusted-firmware/
Dpackage-lock.json2 "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/py/pw_ide/
H A Dvscode.py7 # https://www.apache.org/licenses/LICENSE-2.0
27 Workspace <- Project <- User
35 Nonetheless, we want a three-tiered settings structure for Pigweed projects too:
38 B. Project-level overrides that downstream projects may define
39 C. User-level overrides that individual users may define
48 module. Those resulting settings are system-specific and should also not be
66 from pathlib import Path
88 def _local_clangd_settings(ide_settings: PigweedIdeSettings) -> dict[str, Any]:
95 'clangd.path': str(clangd_settings.clangd_path),
102 def _local_python_settings() -> dict[str, Any]:
[all …]
/aosp_15_r20/external/googleapis/google/devtools/cloudbuild/v1/
H A Dcloudbuild.proto7 // http://www.apache.org/licenses/LICENSE-2.0
81 // A user can list previously-requested builds or get builds by their ID to
86 "https://www.googleapis.com/auth/cloud-platform";
90 // This method returns a long-running `Operation`, which includes the build
135 // Previously requested builds may still be in-progress, or may have finished
180 // For non-triggered builds that specify `RepoSource`:
350 // To run a regional or global trigger, use the POST request
351 // that includes the location endpoint in the path (ex.
352 // v1/projects/{projectId}/locations/{region}/triggers/{triggerId}:run). The
353 // POST request that does not include the location endpoint in the path can
[all …]
/aosp_15_r20/external/pytorch/
H A DCONTRIBUTING.md3-Ultimate-Guide-to-PyTorch-Contributions), specifically the [Submitting a Change](https://github.c…
11 <!-- toc -->
13 - [Developing PyTorch](#developing-pytorch)
14 - [Setup the development environment](#setup-the-development-environment)
15 - [Tips and Debugging](#tips-and-debugging)
16 - [Nightly Checkout & Pull](#nightly-checkout--pull)
17 - [Codebase structure](#codebase-structure)
18 - [Unit testing](#unit-testing)
19 - [Python Unit Testing](#python-unit-testing)
20 - [Better local unit tests with `pytest`](#better-local-unit-tests-with-pytest)
[all …]
/aosp_15_r20/external/skia/infra/bots/recipes/
H A Dperf_pathkit.py2 # Use of this source code is governed by a BSD-style license that can be
15 'recipe_engine/path',
18 'run',
23 DOCKER_IMAGE = 'gcr.io/skia-public/perf-karma-chrome-tests:87.0.4280.88_v1'
29 checkout_root = api.path.start_dir
35 # The karma script is configured to look in ./npm-(asmjs|wasm)/bin/ for
38 'npm-wasm', 'bin')
41 'npm-asmjs', 'bin')
62 docker_args = ['--env', 'ASM_JS=1']
65 '--builder', api.vars.builder_name,
[all …]
/aosp_15_r20/development/tools/motion/motion_test_watcher_app/
H A Dpackage-lock.json2 "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 …]

1234567