Home
last modified time | relevance | path

Searched +full:require +full:- +full:directory (Results 1 – 25 of 1201) sorted by relevance

12345678910>>...49

/aosp_15_r20/out/target/product/shiba/obj/ETC/init.rc_intermediates/
Dinit.rc14 # Cgroups are mounted right before early-init using list from /etc/cgroups.json
15 on early-init
44 # set RLIMIT_NICE to allow priorities from 19 to -20
57 # Greatly extend dm-verity's Merkle tree cache timeout. The default timeout
61 # Disable dm-verity hash prefetching, since it doesn't help performance
80 # Run apexd-bootstrap so that APEXes that provide critical libraries
83 exec_start apexd-bootstrap
84 perform_apex_config --bootstrap
108 # Mix device-specific information into the entropy pool
116 # Create socket dir for ot-daemon
[all …]
/aosp_15_r20/out/target/product/shiba/system/etc/init/hw/
Dinit.rc14 # Cgroups are mounted right before early-init using list from /etc/cgroups.json
15 on early-init
44 # set RLIMIT_NICE to allow priorities from 19 to -20
57 # Greatly extend dm-verity's Merkle tree cache timeout. The default timeout
61 # Disable dm-verity hash prefetching, since it doesn't help performance
80 # Run apexd-bootstrap so that APEXes that provide critical libraries
83 exec_start apexd-bootstrap
84 perform_apex_config --bootstrap
108 # Mix device-specific information into the entropy pool
116 # Create socket dir for ot-daemon
[all …]
/aosp_15_r20/system/core/rootdir/
H A Dinit.rc14 # Cgroups are mounted right before early-init using list from /etc/cgroups.json
15 on early-init
44 # set RLIMIT_NICE to allow priorities from 19 to -20
57 # Greatly extend dm-verity's Merkle tree cache timeout. The default timeout
61 # Disable dm-verity hash prefetching, since it doesn't help performance
80 # Run apexd-bootstrap so that APEXes that provide critical libraries
83 exec_start apexd-bootstrap
84 perform_apex_config --bootstrap
108 # Mix device-specific information into the entropy pool
116 # Create socket dir for ot-daemon
[all …]
/aosp_15_r20/out/soong/.intermediates/system/core/rootdir/init.rc/android_arm64_armv8-2a_cortex-a55/
Dinit.rc14 # Cgroups are mounted right before early-init using list from /etc/cgroups.json
15 on early-init
44 # set RLIMIT_NICE to allow priorities from 19 to -20
57 # Greatly extend dm-verity's Merkle tree cache timeout. The default timeout
61 # Disable dm-verity hash prefetching, since it doesn't help performance
80 # Run apexd-bootstrap so that APEXes that provide critical libraries
83 exec_start apexd-bootstrap
84 perform_apex_config --bootstrap
108 # Mix device-specific information into the entropy pool
116 # Create socket dir for ot-daemon
[all …]
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/
H A DZipBuilder.kt8 * http://www.apache.org/licenses/LICENSE-2.0 in <lambda>()
27 * always named `-`. in <lambda>()
30 private val directory: Path, in <lambda>() constant in okio.ZipBuilder
42 directory: Boolean = false, in <lambda>()
48 entries += Entry(path, content, directory, comment, modifiedAt, accessedAt, zip64) in <lambda>()
58 val archive = directory / "${randomToken(16)}.zip" in <lambda>()
61 require(!anyZip64 || entries.size == 1) { in <lambda>()
64 require(!anyZip64 || archiveComment.isEmpty()) { in <lambda>()
70 options += "--entry-comments" in <lambda>()
73 options += "--archive-comment" in <lambda>()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/libscanbuild/
Danalyze.py1 # -*- coding: utf-8 -*-
4 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
5 """ This module implements the 'scan-build' command API.
9 -- Intercept: capture the compilation command during the build,
10 -- Analyze: run the analyzer against the captured commands,
11 -- Report: create a cover report from the analyzer outputs. """
55 COMPILER_WRAPPER_CC = os.path.join(scanbuild_dir, "..", "libexec", "analyze-cc")
56 COMPILER_WRAPPER_CXX = os.path.join(scanbuild_dir, "..", "libexec", "analyze-c++")
64 """Entry point for scan-build command."""
67 # will re-assign the report directory as new output
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/libscanbuild/
Danalyze.py1 # -*- coding: utf-8 -*-
4 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
5 """ This module implements the 'scan-build' command API.
9 -- Intercept: capture the compilation command during the build,
10 -- Analyze: run the analyzer against the captured commands,
11 -- Report: create a cover report from the analyzer outputs. """
55 COMPILER_WRAPPER_CC = os.path.join(scanbuild_dir, "..", "libexec", "analyze-cc")
56 COMPILER_WRAPPER_CXX = os.path.join(scanbuild_dir, "..", "libexec", "analyze-c++")
64 """Entry point for scan-build command."""
67 # will re-assign the report directory as new output
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/libscanbuild/
Danalyze.py1 # -*- coding: utf-8 -*-
4 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
5 """ This module implements the 'scan-build' command API.
9 -- Intercept: capture the compilation command during the build,
10 -- Analyze: run the analyzer against the captured commands,
11 -- Report: create a cover report from the analyzer outputs. """
55 COMPILER_WRAPPER_CC = os.path.join(scanbuild_dir, "..", "libexec", "analyze-cc")
56 COMPILER_WRAPPER_CXX = os.path.join(scanbuild_dir, "..", "libexec", "analyze-c++")
64 """Entry point for scan-build command."""
67 # will re-assign the report directory as new output
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/libscanbuild/
Danalyze.py1 # -*- coding: utf-8 -*-
4 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
5 """ This module implements the 'scan-build' command API.
9 -- Intercept: capture the compilation command during the build,
10 -- Analyze: run the analyzer against the captured commands,
11 -- Report: create a cover report from the analyzer outputs. """
55 COMPILER_WRAPPER_CC = os.path.join(scanbuild_dir, "..", "libexec", "analyze-cc")
56 COMPILER_WRAPPER_CXX = os.path.join(scanbuild_dir, "..", "libexec", "analyze-c++")
64 """Entry point for scan-build command."""
67 # will re-assign the report directory as new output
[all …]
/aosp_15_r20/external/clang/tools/scan-build-py/libscanbuild/
H A Drunner.py1 # -*- coding: utf-8 -*-
26 '-c': 0, # compile option will be overwritten
27 '-fsyntax-only': 0, # static analyzer option will be overwritten
28 '-o': 1, # will set up own output file
30 '-g': 0,
31 '-save-temps': 0,
32 '-install_name': 1,
33 '-exported_symbols_list': 1,
34 '-current_version': 1,
35 '-compatibility_version': 1,
[all …]
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/
H A DFileSpec.kt8 * https://www.apache.org/licenses/LICENSE-2.0 in <lambda>()
43 * - Comment in <lambda>()
44 * - Annotations in <lambda>()
45 * - Package in <lambda>()
46 * - Imports in <lambda>()
47 * - Members in <lambda>()
70 * This value always uses unix-style path separators (`/`). in <lambda>()
88 emitStep = { importsCollector -> emit(importsCollector, collectingImports = true) }, in <lambda>()
96 public fun oldWriteTo(directory: Path) { in <lambda>()
97 writeTo(directory) in <lambda>()
[all …]
/aosp_15_r20/external/skia/infra/bots/task_drivers/codesize/
H A Dcodesize_test.go2 // Use of this source code is governed by a BSD-style license that can be
17 "github.com/stretchr/testify/require"
41 … = "2022/01/31/01/693abc06538769c662ca1871d347323b133a5d3c/Build-Debian10-Clang-x86_64-Release/dm…
42 … = "2022/01/31/01/693abc06538769c662ca1871d347323b133a5d3c/Build-Debian10-Clang-x86_64-Release/dm…
43 …h = "2022/01/31/01/693abc06538769c662ca1871d347323b133a5d3c/Build-Debian10-Clang-x86_64-Release/dm…
45 …xpectedPerfFileGCSPath = "nano-json-v1/2022/01/31/01/693abc06538769c662ca1871d347323b133a5d3c/Buil…
51 "timestamp": "2022-01-31T01:02:03Z",
53 "swarming_server": "https://chromium-swarm.appspot.com",
55 "task_name": "CodeSize-dm-Debian10-Clang-x86_64-Release",
56 "compile_task_name": "Build-Debian10-Clang-x86_64-Release",
[all …]
/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/
H A Dgenvk.py3 # Copyright 2013-2023 The Khronos Group Inc.
4 # Copyright 2023-2024 Google Inc.
6 # SPDX-License-Identifier: Apache-2.0
36 """Returns a directory of [ generator function, generator options ] indexed
44 # Output target directory
45 directory = args.directory
60 '** Copyright 2015-2023 The Khronos Group Inc.',
62 '** SPDX-License-Identifier' + ': Apache-2.0',
79 directory = directory,
102 directory = directory,
[all …]
/aosp_15_r20/external/skia/infra/bots/task_drivers/common/
H A Dperf_steps_test.go3 // Use of this source code is governed by a BSD-style license that can be
15 "github.com/stretchr/testify/require"
34 test("post-submit task", BenchmarkInfo{
36 TaskName: "BazelTest-Foo-Bar",
39 "--gitHash", "ff99ff99ff99ff99ff99ff99ff99ff99ff99ff99",
40 "--links",
41 "task", "https://task-scheduler.skia.org/task/1234567890",
46 TaskName: "BazelTest-Foo-Bar",
51 "--gitHash", "ff99ff99ff99ff99ff99ff99ff99ff99ff99ff99",
52 "--issue", "12345",
[all …]
H A Dgoldctl_steps_test.go3 // Use of this source code is governed by a BSD-style license that can be
17 "github.com/stretchr/testify/require"
31 …err := UploadToGold(ctx, utgArgs, "/path/to/skia/bazel-testlogs/some/test/target/test.outputs/outp…
37 require.Empty(t, res.Errors)
38 require.Empty(t, res.Exceptions)
40 …"Test did not produce an undeclared test outputs ZIP file or directory; nothing to upload to Gold",
47 test("post-submit task", UploadToGoldArgs{
64 ChangelistID: "changelist-id",
66 TryjobID: "tryjob-id",
75 "image-with-invalid-json-file.png": "fake PNG",
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/pkg_resources/
D__init__.py3 --------------------
102 require = None variable
124 _PEP440_FALLBACK = re.compile(r"^v?(?P<safe>(?:[0-9]+!)?[0-9]+(?:\.[0-9]+)*)", re.I)
187 explicitly require a newer version of macOS, we must also know the
197 plat = 'macosx-%s-%s' % ('.'.join(_macos_vers()[:2]), m.group(3))
206 'require',
299 An already-installed version conflicts with the requested version.
320 If required_by is non-empty, return a version of self that is a
382 DEVELOP_DIST = -1
398 return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/pkg_resources/
D__init__.py3 --------------------
102 require = None variable
124 _PEP440_FALLBACK = re.compile(r"^v?(?P<safe>(?:[0-9]+!)?[0-9]+(?:\.[0-9]+)*)", re.I)
187 explicitly require a newer version of macOS, we must also know the
197 plat = 'macosx-%s-%s' % ('.'.join(_macos_vers()[:2]), m.group(3))
206 'require',
299 An already-installed version conflicts with the requested version.
320 If required_by is non-empty, return a version of self that is a
382 DEVELOP_DIST = -1
398 return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/pkg_resources/
D__init__.py3 --------------------
102 require = None variable
124 _PEP440_FALLBACK = re.compile(r"^v?(?P<safe>(?:[0-9]+!)?[0-9]+(?:\.[0-9]+)*)", re.I)
187 explicitly require a newer version of macOS, we must also know the
197 plat = 'macosx-%s-%s' % ('.'.join(_macos_vers()[:2]), m.group(3))
206 'require',
299 An already-installed version conflicts with the requested version.
320 If required_by is non-empty, return a version of self that is a
382 DEVELOP_DIST = -1
398 return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/pkg_resources/
D__init__.py3 --------------------
102 require = None variable
124 _PEP440_FALLBACK = re.compile(r"^v?(?P<safe>(?:[0-9]+!)?[0-9]+(?:\.[0-9]+)*)", re.I)
187 explicitly require a newer version of macOS, we must also know the
197 plat = 'macosx-%s-%s' % ('.'.join(_macos_vers()[:2]), m.group(3))
206 'require',
299 An already-installed version conflicts with the requested version.
320 If required_by is non-empty, return a version of self that is a
382 DEVELOP_DIST = -1
398 return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pkg_resources/
D__init__.py3 --------------------
93 require = None variable
181 explicitly require a newer version of macOS, we must also know the
191 plat = 'macosx-%s-%s' % ('.'.join(_macos_vers()[:2]), m.group(3))
200 'require', 'run_script', 'get_provider', 'get_distribution',
257 An already-installed version conflicts with the requested version.
278 If required_by is non-empty, return a version of self that is a
338 DEVELOP_DIST = -1
354 return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
385 """Return this platform's string for platform-specific distributions
[all …]
/aosp_15_r20/external/python/setuptools/pkg_resources/
D__init__.py3 --------------------
92 require = None variable
180 explicitly require a newer version of macOS, we must also know the
190 plat = 'macosx-%s-%s' % ('.'.join(_macos_vers()[:2]), m.group(3))
199 'require', 'run_script', 'get_provider', 'get_distribution',
256 An already-installed version conflicts with the requested version.
277 If required_by is non-empty, return a version of self that is a
337 DEVELOP_DIST = -1
353 return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
384 """Return this platform's string for platform-specific distributions
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pkg_resources/
D__init__.py3 --------------------
93 require = None variable
181 explicitly require a newer version of macOS, we must also know the
191 plat = 'macosx-%s-%s' % ('.'.join(_macos_vers()[:2]), m.group(3))
200 'require', 'run_script', 'get_provider', 'get_distribution',
257 An already-installed version conflicts with the requested version.
278 If required_by is non-empty, return a version of self that is a
338 DEVELOP_DIST = -1
354 return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
385 """Return this platform's string for platform-specific distributions
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pkg_resources/
D__init__.py3 --------------------
93 require = None variable
181 explicitly require a newer version of macOS, we must also know the
191 plat = 'macosx-%s-%s' % ('.'.join(_macos_vers()[:2]), m.group(3))
200 'require', 'run_script', 'get_provider', 'get_distribution',
257 An already-installed version conflicts with the requested version.
278 If required_by is non-empty, return a version of self that is a
338 DEVELOP_DIST = -1
354 return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
385 """Return this platform's string for platform-specific distributions
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pkg_resources/
D__init__.py3 --------------------
93 require = None variable
181 explicitly require a newer version of macOS, we must also know the
191 plat = 'macosx-%s-%s' % ('.'.join(_macos_vers()[:2]), m.group(3))
200 'require', 'run_script', 'get_provider', 'get_distribution',
257 An already-installed version conflicts with the requested version.
278 If required_by is non-empty, return a version of self that is a
338 DEVELOP_DIST = -1
354 return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
385 """Return this platform's string for platform-specific distributions
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/testdata/script/
Dmod_vendor.txt3 # Without vendoring, a build should succeed unless -mod=vendor is set.
5 [!short] ! go build -mod=vendor
7 # Without vendoring, 'go list' should report the replacement directory for
9 go list -f {{.Dir}} x
12 # 'go mod vendor' should copy all replaced modules to the vendor directory.
13 go mod vendor -v
23 # An explicit '-mod=mod' should ignore the vendor directory.
24 go list -mod=mod -f {{.Dir}} x
27 go list -mod=mod -f {{.Dir}} -m x
30 # An explicit '-mod=vendor' should report package directories within
[all …]

12345678910>>...49