Home
last modified time | relevance | path

Searched +full:cache +full:- +full:dependency +full:- +full:path (Results 1 – 25 of 654) sorted by relevance

12345678910>>...27

/external/toolchain-utils/binary_search_tool/
Dbisect_driver.py1 # -*- coding: utf-8 -*-
3 # Use of this source code is governed by a BSD-style license that can be
16 …m/a/google.com/chromeos-toolchain-team-home2/home/team-tools-and-scripts/bisecting-chromeos-compil…
19 https://docs.google.com/document/d/1yDgaUIa2O5w6dc3sSTe1ry-1ehKajTGJGQCbyn0fcEM
35 LIST_FILE = os.path.join(GOOD_CACHE, "_LIST")
49 def lock_file(path, mode): argument
64 path: path to file being locked
67 with open(path, mode) as f:
88 def log_to_file(path, execargs, link_from=None, link_to=None): argument
91 Log current working directory, current execargs, and a from-to relationship
[all …]
/external/clang/test/Modules/
Ddependency-gen.modulemap2 // RUN: rm -rf %t
4-I. -x c++ -fmodule-name=test -fmodules -emit-module -fno-validate-pch -fmodules-strict-decluse %s…
6-I. -x c++ -fmodule-name=test-base -fmodules -emit-module -fno-validate-pch -fmodules-strict-declu…
7-I. -x c++ -fmodule-name=test -fmodules -emit-module -fno-validate-pch -fmodules-strict-decluse -f…
9-I. -x c++ -fmodules -include Inputs/dependency-gen.h -x c++ /dev/null -fmodule-file=%t/explicit.p…
12 header "Inputs/dependency-gen.h"
13 use "test-base"
14 use "test-base2"
17 // For implicit use of a module via the module cache, the input files
20 // IMPLICIT-DAG: {{[/\\]}}dependency-gen.modulemap
[all …]
Ddependency-gen.m1 // RUN: rm -rf %t-mcp
2 // RUN: mkdir -p %t-mcp
4-x objective-c -isystem %S/Inputs/System/usr/include -dependency-file %t.d.1 -MT %s.o -I %S/Inputs…
6 // CHECK: dependency-gen.m
9 // CHECK-NOT: usr{{.}}include{{.}}module.map
10 // CHECK-NOT: stdint.h
13-x objective-c -isystem %S/Inputs/System/usr/include -dependency-file %t.d.2 -MT %s.o -I %S/Inputs…
14 // RUN: FileCheck %s -check-prefix=CHECK-SYS < %t.d.2
15 // CHECK-SYS: dependency-gen.m
16 // CHECK-SYS: Inputs{{.}}module.map
[all …]
Ddependency-dump-dependent-module.m1 // When a module depends on another, check that we dump the dependency header
4 // RUN: rm -rf %t
5 …RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/cache -module-dependency-
6 // expected-no-diagnostics
8 // RUN: FileCheck %s -check-prefix=VFS < %t/vfs/vfs.yaml
20 // We should make Win32/Path.inc capable of long pathnames with '\\?\'.
Ddependency-gen-pch.m1 // RUN: rm -rf %t-mcp
2 // RUN: mkdir -p %t-mcp
3 // REQUIRES: x86-registered-target
5-isysroot %S/Inputs/System -triple x86_64-apple-darwin10 -module-file-deps -dependency-file %t.d -
7 // CHECK: dependency-gen-pch.m.o
8 // CHECK-NEXT: dependency-gen-pch.m
9 // CHECK-NEXT: Inputs{{.}}module.map
10 // CHECK-NEXT: diamond_top.pcm
11 // CHECK-NEXT: Inputs{{.}}diamond_top.h
Drecursive.c1 // RUN: rm -rf %t
2 // RUN: not %clang_cc1 -fmodules -fimplicit-module-maps -x objective-c -fmodules-cache-path=%t -I %…
5 // RUN: rm -rf %t
6 // RUN: not %clang_cc1 -fmodules -fimplicit-module-maps -x objective-c -fmodules-cache-path=%t -emi…
9 // CHECK-NEXT: While building module 'recursive2' imported from {{.*Inputs[/\]}}recursive1.h:1:
10 // CHECK-NEXT: In file included from <module-includes>:1:
11 // CHECK-NEXT: recursive2.h:1:10: fatal error: cyclic dependency in module 'recursive1': recursive1…
Ddependency-gen-inferred-map.m1 // Test that the virtual file "__inferred_module.map" doesn't show up as dependency.
3 // REQUIRES: x86-registered-target
4 // RUN: rm -rf %t-mcp
5-isysroot %S/Inputs/System -triple x86_64-apple-darwin10 -dependency-file %t.d -MT %s.o -F %S/Inpu…
7 // CHECK-NOT: __inferred_module
Ddependency-dump.m4 // RUN: rm -rf %t
5 …RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/cache -module-dependency-
6 // expected-no-diagnostics
8 // RUN: FileCheck %s -check-prefix=VFS -input-file %t/vfs/vfs.yaml
/external/grpc-grpc/src/csharp/Grpc.Tools/
DDepFileUtil.cs9 // http://www.apache.org/licenses/LICENSE-2.0
31 Sample dependency files. Notable features we have to deal with:
53 /// Read file names from the dependency file to the right of ':'
55 /// <param name="protoDepDir">Relative path to the dependency cache, e. g. "out"</param>
56 /// <param name="proto">Relative path to the proto item, e. g. "foo/file.proto"</param>
60 /// array if the dependency file does not exist or cannot be parsed.
76 // Start at the only line separating dependency outputs from inputs. in ReadDependencyInputs()
77 int ix = skip ? FindLineSeparator(line) : -1; in ReadDependencyInputs()
84 $"Skipping unparsable dependency file {depFilename}.\nLine with error: '{line}'"); in ReadDependencyInputs()
100 /// Read file names from the dependency file to the left of ':'
[all …]
/external/python/cpython3/.github/workflows/
Ddoc.yml7 # - 'main'
8 # - '3.11'
9 # - '3.10'
10 # - '3.9'
11 # - '3.8'
12 # - '3.7'
14 # - 'Doc/**'
17 - 'main'
18 - '3.11'
19 - '3.10'
[all …]
/external/openthread/src/posix/platform/
DFindExampleVendorDeps.cmake31 ------------------------
34 dependency CMake module to resolve external libraries and header
42 reference the cmake-developer documentation.
64 Cache Variables
67 Vendors modules may configure various cache variables
71 The directory containing include files for dependency 0
73 The path to the library containing symbols for dependency 0
75 The directory containing include files for dependency 1
77 The path to the library containing symbols for dependency 1
85 PATH ${EXAMPLES_ROOT}/include
[all …]
/external/clang/test/PCH/
Dmodified-module-dependency.m1 // RUN: rm -rf %t-dir
2 // RUN: mkdir -p %t-dir
3 // RUN: echo '@import test;' > %t-dir/prefix.h
4 // RUN: echo 'void foo(void);' > %t-dir/test.h
5 // RUN: cp %S/modified-module-dependency.module.map %t-dir/module.map
8 …c1 -x objective-c -I %t-dir -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-dir/cache -fd…
10 // Modify the dependency.
11 // RUN: echo ' ' >> %t-dir/test.h
14-x objective-c -I %t-dir -include-pch %t-dir/prefix.pch -fmodules -fimplicit-module-maps -fmodules
15 // RUN: FileCheck %s < %t-dir/log
/external/dagger2/java/dagger/internal/codegen/validation/
DDiagnosticMessageGenerator.java8 * http://www.apache.org/licenses/LICENSE-2.0
44 import com.google.common.cache.CacheBuilder;
45 import com.google.common.cache.CacheLoader;
46 import com.google.common.cache.LoadingCache;
95 /** A cached function from type to all of its supertypes in breadth-first order. */
98 /** The shortest path (value) from an entry point (column) to a binding (row). */
103 // If Android Guava is on the processor path, then c.g.c.b.Function (which LoadingCache in memoize()
106 // processor path. in memoize()
112 LoadingCache<K, V> cache = in memoize() local
117 Function<K, V> memoized = cache::apply; in memoize()
[all …]
/external/perfetto/python/tools/
Dcheck_imports.py8 # http://www.apache.org/licenses/LICENSE-2.0
17 Directory structure encodes ideas about the expected dependency graph
20 coupling (aka fewer imports) outside of the directory - but also
22 - "base should not depend on the fronted"
23 - "plugins should only directly depend on the public API"
24 - "we should not have circular dependencies"
36 ROOT_DIR = os.path.dirname(
37 os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
38 UI_SRC_DIR = os.path.join(ROOT_DIR, 'ui', 'src')
40 # Current plan for the dependency tree of the UI code (2023-09-21)
[all …]
/external/google-benchmark/.github/workflows/
Dpre-commit.yml1 name: python + Bazel pre-commit checks
10 pre-commit:
11 runs-on: ubuntu-latest
13 MYPY_CACHE_DIR: "${{ github.workspace }}/.cache/mypy"
14 RUFF_CACHE_DIR: "${{ github.workspace }}/.cache/ruff"
15 PRE_COMMIT_HOME: "${{ github.workspace }}/.cache/pre-commit"
18 - uses: actions/checkout@v4
20 fetch-depth: 0
21 - name: Set up Python
22 uses: actions/setup-python@v5
[all …]
/external/rust/crates/regex/
DCargo.toml.orig5 license = "MIT OR Apache-2.0"
7 repository = "https://github.com/rust-lang/regex"
9 homepage = "https://github.com/rust-lang/regex"
14 categories = ["text-processing"]
21 "bench", "regex-capi", "regex-debug", "regex-syntax",
29 # with `cargo test --doc`.
33 # https://docs.rs/regex/*/#crate-features
35 default = ["std", "perf", "unicode", "regex-syntax/default"]
53 perf = ["perf-cache", "perf-dfa", "perf-inline", "perf-literal"]
56 # dependency and use a slower internal cache, but now the default cache has
[all …]
/external/clang/test/VFS/
Dreal-path-found-first.m1 // This test is for cases where we lookup a file by its 'real' path before we
2 // use its VFS-mapped path. If we accidentally use the real path in header
5 // the dependency files by real path.
8 // RUN: rm -rf %t %t-cache %t.pch
9 // RUN: mkdir -p %t/SomeFramework.framework/Modules
11 // RUN: sed -e "s:INPUT_DIR:%S/Inputs:g" -e "s:OUT_DIR:%t:g" %S/Inputs/vfsoverlay.yaml > %t.yaml
14 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-cache -F %t \
15 // RUN: -ivfsoverlay %t.yaml -fsyntax-only %s -verify -Wauto-import \
16 // RUN: -Werror=non-modular-include-in-framework-module
20 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-cache -F %t \
[all …]
/external/pigweed/pw_build/
Dcmake.rst1 .. _module-pw_build-cmake:
5 .. pigweed-module-subpage::
15 .. code-block:: console
17 pw build -r default_cmake
21 .. code-block:: text
24 19:36:58 INF [1/1] Run ==> pw --no-banner package install emboss
25 19:36:59 INF [1/1] Run ==> pw --no-banner package install nanopb
26 19:37:00 INF [1/1] Run ==> pw --no-banner package install boringssl
27--fresh --debug-output -DCMAKE_MESSAGE_LOG_LEVEL=WARNING -S . -B ./out/cmake -G Ninja -DCMAKE_TOOL…
28 …19:37:10 INF [1/1] Run ==> ninja -C out/cmake pw_apps pw_run_tests.modules pw_run_tests.pw_bluetoo…
[all …]
/external/auto/.github/workflows/
Dci.yml6 - main
9 - main
17 runs-on: ubuntu-latest
20 - name: 'Cancel previous runs'
21 uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5
24 - name: 'Check out repository'
26 - name: 'Cache local Maven repository'
27 uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
29 path: ~/.m2/repository
30 key: maven-${{ hashFiles('**/pom.xml') }}
[all …]
/external/sandboxed-api/oss-internship-2020/libpng/
DCMakeLists.txt7 # https://www.apache.org/licenses/LICENSE-2.0
22 # Set this on the command-line
23 set(SAPI_ROOT "" CACHE PATH "Path to the Sandboxed API source tree")
25 # git clone https://github.com/google/sandboxed-api.git /path/to/sapi_root
27 # mkdir -p build && cd build
28 # cmake .. -G Ninja -DSAPI_ROOT=/path/to/sapi_root
33 set(SAPI_BUILD_EXAMPLES ${LIBPNG_SAPI_BUILD_EXAMPLES} CACHE BOOL "" FORCE)
34 set(SAPI_BUILD_TESTING ${LIBPNG_SAPI_BUILD_TESTING} CACHE BOOL "" FORCE)
44 "${CMAKE_BINARY_DIR}/sandboxed-api-build"
95 # Library dependency from the add_library() above
/external/python/typing/.github/workflows/
Dci.yml15 fail-fast: false
20 # https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
21 … python-version: ["3.7", "3.7.1", "3.8", "3.8.0", "3.9", "3.9.0", "3.10", "3.10.0", "3.11-dev"]
23 runs-on: ubuntu-latest
26 - uses: actions/checkout@v2
28 - name: Set up Python
29 uses: actions/setup-python@v2
31 python-version: ${{ matrix.python-version }}
33 - name: Test typing_extensions
34 continue-on-error: ${{ matrix.python-version == '3.11-dev' }}
[all …]
/external/mesa3d/docs/relnotes/
D21.3.7.rst1 Mesa 21.3.7 Release Notes / 2022-02-23
18 ---------------
22 b4fa9db7aa61bf209ef0b40bef83080999d86ad98df8b8b4fada7c128a1efc3d mesa-21.3.7.tar.xz
26 ------------
28 - None
32 ---------
34 - lavapipe: dEQP-VK.spirv_assembly.instruction.compute.float16.arithmetic_3.step fails
35 - ANV: Bad output from TransformFeedback . Regression from Mesa 21. Something to do with VB+XFB -> …
39 -------
43 - pan/bi: Avoid \*FADD.v2f16 hazard in optimizer
[all …]
/external/python/pyfakefs/.github/workflows/
Dtestsuite.yml8 runs-on: ubuntu-latest
10 - name: Check out repository
12 - name: Set up Python
13 uses: actions/setup-python@v4
15 python-version: "3.10"
16 - name: install pytype
18 - name: Run pytype
20 pytype pyfakefs --keep-going --exclude pyfakefs/tests/* --exclude pyfakefs/pytest_tests/*
23 runs-on: ${{ matrix.os }}
25 fail-fast: false
[all …]
/external/bazelbuild-rules_go/go/tools/builders/
Dstdliblist.go7 // http://www.apache.org/licenses/LICENSE-2.0
24 "path/filepath"
30 Pos string // "file:line:col" or "file:line" or "" or "-"
47 pos = "-" // like token.Position{}.String()
69 ImportPath string // import path of package in dir
71 Target string // install path
74 Root string // Go root or Go path dir containing this package
75 Export string // file containing export data (when using -export)
79 CompiledGoFiles []string // .go files presented to compiler (when using -compiled)
81 IgnoredOtherFiles []string // non-.go source files ignored due to build constraints
[all …]
/external/pigweed/third_party/emboss/
Ddocs.rst1 .. _module-pw_third_party_emboss:
13 ------------------
15 ------------------
19 .. code-block:: sh
23 .. tab-set::
25 .. tab-item:: GN
27 Next, set the GN variable ``dir_pw_third_party_emboss`` to the path of
28 your Emboss installation. If using the submodule path from above, add the
31 .. code-block::
36 inclusive-language: disable
[all …]

12345678910>>...27