Home
last modified time | relevance | path

Searched +full:- +full:- +full:local +full:- +full:container (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/third_party/typescript/tests/baselines/reference/tsserver/projectReferences/
Dcan-successfully-find-references-with-out-option.js8 "file": "/user/username/projects/container/compositeExec/index.ts"
13 /// <reference no-default-lib="true"/>
25 //// [/user/username/projects/container/lib/tsconfig.json]
28 "outFile": "../built/local/lib.js",
39 //// [/user/username/projects/container/lib/index.ts]
40 namespace container {
44 //// [/user/username/projects/container/exec/tsconfig.json]
47 "outFile": "../built/local/exec.js",
58 //// [/user/username/projects/container/exec/index.ts]
59 namespace container {
[all …]
Ddoes-not-error-on-container-only-project.js2 Info 1 [00:01:11.000] Creating configuration project /user/username/projects/container/composite…
3 …nfo: /user/username/projects/container/compositeExec/tsconfig.json 2000 undefined Project: /user/u…
4 Info 3 [00:01:13.000] Config: /user/username/projects/container/compositeExec/tsconfig.json : {
6 "/user/username/projects/container/compositeExec/index.ts"
9 "outFile": "/user/username/projects/container/built/local/compositeExec.js",
12 "configFilePath": "/user/username/projects/container/compositeExec/tsconfig.json"
16 "path": "/user/username/projects/container/lib",
22 Info 4 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/composi…
23 Info 5 [00:01:15.000] Starting updateGraphWorker: Project: /user/username/projects/container/com…
24 Info 6 [00:01:16.000] Config: /user/username/projects/container/lib/tsconfig.json : {
[all …]
Dancestor-and-project-ref-management.js8 "file": "/user/username/projects/container/compositeExec/index.ts"
13 /// <reference no-default-lib="true"/>
25 //// [/user/username/projects/container/lib/tsconfig.json]
28 "outFile": "../built/local/lib.js",
39 //// [/user/username/projects/container/lib/index.ts]
40 namespace container {
44 //// [/user/username/projects/container/exec/tsconfig.json]
47 "outFile": "../built/local/exec.js",
58 //// [/user/username/projects/container/exec/index.ts]
59 namespace container {
[all …]
/third_party/mesa3d/.gitlab-ci/container/
Dlava_build.sh3 set -e
4 set -o xtrace
10 MINIO_PATH="${MINIO_HOST}/mesa-lava/$1/${DISTRIBUTION_TAG}/${DEBIAN_ARCH}"
11 if wget -q --method=HEAD "https://${MINIO_PATH}/done"; then
16 # If remote files are up-to-date, skip rebuilding them
20 . .gitlab-ci/container/container_pre_build.sh
22 # Install rust, which we'll be using for deqp-runner. It will be cleaned up at the end.
23 . .gitlab-ci/container/build-rust.sh
26 GCC_ARCH="aarch64-linux-gnu"
30 DEVICE_TREES="arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dtb"
[all …]
Dcontainer_pre_build.sh3 if test -f /etc/debian_version; then
9 # Common setup among container builds before we get to building code.
23 find /usr/bin -name \*-ld -o -name ld | \
24 grep -v mingw | \
25 xargs -n 1 -I '{}' ln -sf '{}.gold' '{}'
27 ccache --show-stats
29 # Make a wrapper script for ninja to always include the -j flags
30 echo '#!/bin/sh -x' > /usr/local/bin/ninja
31 echo '/usr/bin/ninja -j${FDO_CI_CONCURRENT:-4} "$@"' >> /usr/local/bin/ninja
32 chmod +x /usr/local/bin/ninja
[all …]
Dbuild-crosvm.sh3 set -ex
8 git clone --single-branch -b main --no-checkout https://chromium.googlesource.com/chromiumos/platfo…
11 git submodule update --init
13 cat "$SCRIPT_DIR"/.gitlab-ci/container/build-crosvm_*.patch |
14 patch -p1
17 rm -rf third_party/virglrenderer
18 git clone --single-branch -b master --no-checkout https://gitlab.freedesktop.org/virgl/virglrendere…
22 ninja -C build install
25 RUSTFLAGS='-L native=/usr/local/lib' cargo install \
27 -j ${FDO_CI_CONCURRENT:-4} \
[all …]
/third_party/mbedtls/tests/
Dssl-opt-in-docker.sh1 #!/bin/bash -eu
3 # ssl-opt-in-docker.sh
6 # -------
7 # This runs ssl-opt.sh in a Docker container.
10 # https://github.com/Mbed-TLS/mbedtls-test/blob/master/README.md#quick-start
14 # ---------------
16 # correspond to an executable inside the Docker container. The special
18 # installations inside the container.
21 # - scripts/docker_env.sh for general Docker prerequisites and other information.
22 # - ssl-opt.sh for notes about invocation of that script.
[all …]
Dcompat-in-docker.sh1 #!/bin/bash -eu
3 # compat-in-docker.sh
6 # -------
7 # This runs compat.sh in a Docker container.
10 # https://github.com/Mbed-TLS/mbedtls-test/blob/master/README.md#quick-start
14 # ---------------
16 # correspond to an executable inside the Docker container. The special
18 # for the installations inside the container.
21 # - scripts/docker_env.sh for general Docker prerequisites and other information.
22 # - compat.sh for notes about invocation of that script.
[all …]
/third_party/mesa3d/
D.gitlab-ci.yml3 MESA_TEMPLATES_COMMIT: &ci-templates-commit 290b79e0e78eab67a83766f4e9691be554fc4afd
4 CI_PRE_CLONE_SCRIPT: |-
5 set -o xtrace
6 …wget -q -O download-git-cache.sh ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-
7 bash download-git-cache.sh
8 rm download-git-cache.sh
12 # per-pipeline artifact storage on MinIO
14 # per-job artifact storage on MinIO
17 PIGLIT_REPLAY_REFERENCE_IMAGES_BASE: "${MINIO_HOST}/mesa-tracie-results/$FDO_UPSTREAM_REPO"
28- echo -e "\e[0Ksection_start:$(date +%s):unset_env_vars_section[collapsed=true]\r\e[0KUnsetting v…
[all …]
/third_party/mesa3d/.gitlab-ci/container/debian/
Dx86_test-vk.sh5 set -e
6 set -o xtrace
15 g++-mingw-w64-i686-posix \
16 g++-mingw-w64-x86-64-posix \
17 glslang-tools \
18 libexpat1-dev \
20 libgbm-dev \
21 libgles2-mesa-dev \
22 liblz4-dev \
23 libpciaccess-dev \
[all …]
Dx86_build.sh3 set -e
4 set -o xtrace
12 autotools-dev \
15 python3-pip \
18 apt-get update
20 apt-get install -y --no-remove \
25 libarchive-dev \
26 libclang-cpp13-dev \
27 libclang-cpp11-dev \
28 libgbm-dev \
[all …]
Dandroid_build.sh3 set -ex
11 apt-get install -y --no-remove $EPHEMERAL
14 ndk=android-ndk-r21d
15 wget -O $ndk.zip https://dl.google.com/android/repository/$ndk-linux-x86_64.zip
16 unzip -d / $ndk.zip "$ndk/toolchains/llvm/*"
19 # duplicate files. Turn them into hardlinks to save on container space.
20 rdfind -makehardlinks true -makeresultsfile false /android-ndk-r21d/
22 find /android-ndk-r21d/ -type f | egrep -i "clang-check|clang-tidy|lldb" | xargs rm -f
24 sh .gitlab-ci/container/create-android-ndk-pc.sh /$ndk zlib.pc "" "-lz" "1.2.3"
26 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk x86_64-linux-android x86_64 x86_64
[all …]
/third_party/skia/infra/wasm-common/docker/
DREADME.md6 emsdk-base
7 ----------
19 docker build -t emsdk-base ./emsdk-base/
21 docker run -it emsdk-base /bin/bash
22 # Compile PathKit with the local image
23 …docker run -v $SKIA_ROOT:/SRC -v $SKIA_ROOT/out/dockerpathkit:/OUT emsdk-base /SRC/infra/pathkit/b…
25 karma-chrome-tests
26 ------------------
32 it Skia-exclusive.
40 using the default Docker settings. To be safe, it is recommended to run the container
[all …]
/third_party/typescript/
DCONTRIBUTING.md14 …ith a title similar to yours may have been closed as a duplicate of one with a less-findable title.
29 * What version of TypeScript you're using (run `tsc --v`)
63local copy&mdash;on your computer. ([Here are some step-by-step instructions](https://github.com/a…
64 4. Install the gulp command line tool: `npm install -g gulp-cli`
67 7. Make sure everything builds and tests pass: `gulp runtests-parallel`
73 Running `gulp --tasks --depth 1` provides the full listing, but here are a few common tasks you mig…
76 gulp local # Build the compiler into built/local.
83 … # Use --tests=<testPath> for a specific test and/or --runner=<runnerName> for a specific suite.
85 … # The user and docker runners are extended test suite runners - the user runner
88 gulp runtests-parallel # Like runtests, but split across multiple threads. Uses a number of threads…
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/
DDIContext.h1 //===- DIContext.h ----------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
29 /// A format-neutral container for source line information.
42 // DWARF-specific.
80 /// A format-neutral container for inlined code description.
110 /// Container for description of a global variable.
133 /// Controls which fields of DILineInfo container should be filled
169 /// Container for dump options that control which debug information will be
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/
DALLOCATION.rst8 -------------------------------
11 with downloading the bitcode file) and constructing the initial high-level ICE.
46 times. Some constant pool entries are emitted as read-only data. This
47 includes floating-point constants for x86, as well as integer immediate
53 ----------------
60 thread-local cache for Constant pool lookups.) Constants live across all
64 CfgNode, Inst, Variable, and any target-specific subclasses of Inst and Operand.
67 allocated, and the objects should not contain fields with non-trivial
70 providing the container with an allocator that uses the Cfg-local slab
71 allocator. Since the container allocator generally needs to be stateless, we
[all …]
/third_party/mesa3d/.gitlab-ci/container/fedora/
Dx86_build.sh3 set -e
4 set -o xtrace
20 dnf install -y --setopt=install_weak_deps=False \
23 clang-devel \
26 gcc-c++ \
29 kernel-headers \
30 llvm-devel \
31 clang-devel \
39 "pkgconfig(libomxil-bellagio)" \
46 "pkgconfig(x11-xcb)" \
[all …]
/third_party/libabigail/
DREADME-DOCKER.md5 - a Fedora base image (recommended)
6 - an Ubuntu base image.
13 namespace as the repository here. "ghcr.io" means "GitHub Container Registry" and
18 $ docker build -f docker/Dockerfile.fedora -t ghcr.io/woodard/libabigail-fedora .
21 $ docker build -f docker/Dockerfile.ubuntu -t ghcr.io/woodard/libabigail-ubuntu-22.04 .
28 To shell into a container (here is an example with ubuntu):
31 $ docker run -it ghcr.io/woodard/libabigail-ubuntu-22.04 bash
38 /opt/abigail-env/.spack-env/view/bin/abidiff
42 You can go to the environment in `/opt/abigail-env` and (given you
53 $ ls /opt/abigail-env/.spack-env/view/
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
DrunDocker2 # Copyright 2022-2024 The Khronos Group Inc.
3 # SPDX-License-Identifier: Apache-2.0
5 # runDocker - run the Khronos `asciidoctor-spec` Docker image with a local
8 # The following command-line tools are required to run this script:
16 # Get SHA256 of the asciidoctor-spec image build used by CI.
17 image=`grep -m 1 khronosgroup/docker-images@sha256: $repopath/.gitlab-ci.yml | \
20 uid=`id -u`
21 gid=`id -g`
24 # --user causes Docker to run as the specified UID:GID instead of as root
25 # -it runs interactively and uses a pseudotty
[all …]
/third_party/skia/third_party/externals/abseil-cpp/ci/
Dlinux_clang-latest_libstdcxx_bazel.sh9 # https://www.apache.org/licenses/LICENSE-2.0
17 # This script that can be invoked to test abseil-cpp in a hermetic environment
21 set -euox pipefail
23 if [[ -z ${ABSEIL_ROOT:-} ]]; then
27 if [[ -z ${STD:-} ]]; then
31 if [[ -z ${COMPILATION_MODE:-} ]]; then
35 if [[ -z ${EXCEPTIONS_MODE:-} ]]; then
36 EXCEPTIONS_MODE="-fno-exceptions -fexceptions"
44 if [[ ${USE_BAZEL_CACHE:-0} -ne 0 ]]; then
45 …DOCKER_EXTRA_ARGS="--mount type=bind,source=${KOKORO_KEYSTORE_DIR},target=/keystore,readonly ${DOC…
[all …]
Dlinux_gcc-floor_libstdcxx_bazel.sh9 # https://www.apache.org/licenses/LICENSE-2.0
17 # This script that can be invoked to test abseil-cpp in a hermetic environment
21 set -euox pipefail
23 if [[ -z ${ABSEIL_ROOT:-} ]]; then
27 if [[ -z ${STD:-} ]]; then
31 if [[ -z ${COMPILATION_MODE:-} ]]; then
35 if [[ -z ${EXCEPTIONS_MODE:-} ]]; then
36 EXCEPTIONS_MODE="-fno-exceptions -fexceptions"
44 if [[ ${USE_BAZEL_CACHE:-0} -ne 0 ]]; then
45 DOCKER_EXTRA_ARGS="--volume=${KOKORO_KEYSTORE_DIR}:/keystore:ro ${DOCKER_EXTRA_ARGS:-}"
[all …]
/third_party/typescript/src/compiler/
Dbinder.ts51 // 3. non-exported import declarations
82 // child is non-instantiated - continue searching
85 // child is const enum only - record state and continue searching
89 // child is instantiated - record state and stop
142 // The current node is not a container, and no container manipulation should happen before
146 // The current node is a container. It should be set as the current container (and block-
147 // container) before recursing into it. The current node does not have locals. Examples:
152 // The current node is a block-scoped-container. It should be set as the current block-
153 // container before recursing into it. Examples:
155 … // Blocks (when not parented by functions), Catch clauses, For/For-in/For-of statements...
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/rewrite/parsers/
Dassign_parser.py7 # http://www.apache.org/licenses/LICENSE-2.0
40 import ast as astunparse # pylint: disable=reimported, ungrouped-imports
48 # Types for creating Cell Container node
50 # If mindspore built-in function to be parsered or skipped
73 def _get_func_name(ast_call: ast.Call) -> str:
90 return func_full_name.split('.')[-1]
94 def _get_func_scope(ast_call: ast.Call) -> str:
113 def _create_targets(ast_target: ast.AST) -> List[ScopedValue]:
120 def _create_kwargs(keywords: [ast.keyword]) -> Dict[str, ScopedValue]:
192 def _get_local_var_provider(node_manager: NodeManager, var: str) -> Node:
[all …]
/third_party/skia/third_party/externals/abseil-cpp/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
13 import("${skia_third_party_dir}/abseil-cpp/absl.gni")
44 "${skia_third_party_dir}/abseil-cpp/absl/algorithm:container",
45 "${skia_third_party_dir}/abseil-cpp/absl/base",
46 "${skia_third_party_dir}/abseil-cpp/absl/base:config",
47 "${skia_third_party_dir}/abseil-cpp/absl/base:core_headers",
48 "${skia_third_party_dir}/abseil-cpp/absl/container:btree",
49 "${skia_third_party_dir}/abseil-cpp/absl/container:fixed_array",
50 "${skia_third_party_dir}/abseil-cpp/absl/container:flat_hash_map",
51 "${skia_third_party_dir}/abseil-cpp/absl/container:flat_hash_set",
[all …]
/third_party/skia/infra/lottiecap/docker/
DREADME.md4 Docker files to handle Gold + lottie-web integration
7 lottie-web-puppeteer
8 --------------------
11 and a few other tools for automating web-browser tests.
14 it Skia-exclusive.
19 docker build -t lottie-web-puppeteer ./lottie-web-puppeteer/
20 LOTTIE_VERSION="v2" # use v1, v2, etc for any re-spins of the container.
21 docker tag lottie-web-puppeteer gcr.io/skia-public/lottie-web-puppeteer:$LOTTIE_VERSION
22 docker push gcr.io/skia-public/lottie-web-puppeteer:$LOTTIE_VERSION
25 using the default Docker settings. To be safe, it is recommended to run the container
[all …]

12345678910>>...16