Searched +full:- +full:- +full:artifacts +full:- +full:dir (Results 1 – 25 of 282) sorted by relevance
12345678910>>...12
| /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/ |
| D | default.build | 4 <property name="base.dir" value="${path::get-full-path( project::get-base-directory() )}" /> 17 <property name="src.dir" value="${base.dir}/" /> 18 <property name="test.src.dir" value="${base.dir}/../Antlr3.Runtime.Tests" /> 28 <mkdir dir="${build.working.dir}/tests" /> 32 <!-- Copy Antlr3.Runtime.Tests dependencies --> 33 <copy todir="${build.working.dir}" overwrite="true"> 34 <fileset basedir="${sharedlibrary.dir}/MbUnit"> 40 <copy todir="${build.working.dir}" overwrite="true"> 41 <fileset basedir="${sharedlibrary.dir}/StringTemplate.NET/${target.clr}"> 51 <target name="clean.vsnet" description="cleans up VS.NET build artifacts and output"> [all …]
|
| /external/antlr/runtime/CSharp2/Sources/Antlr3.Utility/ |
| D | default.build | 4 <property name="base.dir" value="${path::get-full-path( project::get-base-directory() )}" /> 12 <property name="src.dir" value="${base.dir}/" /> 18 <target name="release" depends="clean" description="build non-debug version"> 19 <!-- build a clean release distribution for release --> 34 <target name="clean.vsnet" description="cleans up VS.NET build artifacts and output"> 35 <!-- delete VS.NET project artifacts directory --> 36 <echo message="Deleting VS.NET artifacts directory '${base.dir}/bin'" /> 37 <delete dir="${base.dir}/bin" failonerror="false" /> 38 <echo message="Deleting VS.NET artifacts directory '${base.dir}/obj'" /> 39 <delete dir="${base.dir}/obj" failonerror="false" /> [all …]
|
| /external/openthread/third_party/mbedtls/repo/ |
| D | .gitignore | 6 # CMake build artifacts: 12 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those: 13 *.dir/ 19 # Test coverage build artifacts: 23 coverage-summary.txt 26 massif-* 33 # Unix-like build artifacts: 36 # MSVC build artifacts: 42 # Python build artifacts: 45 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those: [all …]
|
| /external/mbedtls/ |
| D | .gitignore | 6 # CMake build artifacts: 12 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those: 13 *.dir/ 19 # Test coverage build artifacts: 23 coverage-summary.txt 26 massif-* 33 # Unix-like build artifacts: 36 # MSVC build artifacts: 42 # Python build artifacts: 45 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those: [all …]
|
| /external/perfetto/tools/ |
| D | trace_processor | 8 # http://www.apache.org/licenses/LICENSE-2.0 17 # DO NOT EDIT. Auto-generated by tools/gen_amalgamated_python_tools 25 # cat ./trace_processor | python - 28 exec python3 - "$@" <<'#'EOF 32 # ----- Amalgamator: begin of python/perfetto/prebuilts/manifests/trace_processor_shell.py 33 # This file has been generated by: tools/roll-prebuilts v46.0 36 'mac-amd64', 42 …'https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/mac-amd64/trace_processor_… 50 'mac-arm64', 56 …'https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/mac-arm64/trace_processor_… [all …]
|
| D | traceconv | 8 # http://www.apache.org/licenses/LICENSE-2.0 17 # DO NOT EDIT. Auto-generated by tools/gen_amalgamated_python_tools 25 # cat ./traceconv | python - 28 exec python3 - "$@" <<'#'EOF 32 # ----- Amalgamator: begin of python/perfetto/prebuilts/manifests/traceconv.py 33 # This file has been generated by: tools/roll-prebuilts v46.0 36 'mac-amd64', 42 … 'https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/mac-amd64/traceconv', 50 'mac-arm64', 56 … 'https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/mac-arm64/traceconv', [all …]
|
| D | tracebox | 8 # http://www.apache.org/licenses/LICENSE-2.0 17 # DO NOT EDIT. Auto-generated by tools/gen_amalgamated_python_tools 25 # cat ./tracebox | python - 28 exec python3 - "$@" <<'#'EOF 32 # ----- Amalgamator: begin of python/perfetto/prebuilts/manifests/tracebox.py 33 # This file has been generated by: tools/roll-prebuilts v46.0 36 'mac-amd64', 42 'https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/mac-amd64/tracebox', 50 'mac-arm64', 56 'https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/mac-arm64/tracebox', [all …]
|
| /external/angle/build/chromeos/ |
| D | test_runner.py | 4 # Use of this source code is governed by a BSD-style license that can be 19 # The following non-std imports are fetched via vpython. See the list at 21 import dateutil.parser # pylint: disable=import-error 22 import jsonlines # pylint: disable=import-error 23 import psutil # pylint: disable=import-error 28 # Use the android test-runner's gtest results support library for generating 31 from pylib.base import base_test_result # pylint: disable=import-error 32 from pylib.results import json_results # pylint: disable=import-error 35 # TODO(crbug.com/40259280): Re-enable the 'no-name-in-module' check. 36 from lib.results import result_sink # pylint: disable=import-error,no-name-in-module [all …]
|
| /external/cronet/build/chromeos/ |
| D | test_runner.py | 4 # Use of this source code is governed by a BSD-style license that can be 19 # The following non-std imports are fetched via vpython. See the list at 21 import dateutil.parser # pylint: disable=import-error 22 import jsonlines # pylint: disable=import-error 23 import psutil # pylint: disable=import-error 28 # Use the android test-runner's gtest results support library for generating 31 from pylib.base import base_test_result # pylint: disable=import-error 32 from pylib.results import json_results # pylint: disable=import-error 35 # TODO(crbug.com/1421441): Re-enable the 'no-name-in-module' check. 36 from lib.results import result_sink # pylint: disable=import-error,no-name-in-module [all …]
|
| /external/autotest/server/cros/ |
| D | telemetry_runner.py | 3 # Use of this source code is governed by a BSD-style license that can be 32 CHART_JSON_RESULT = 'results-chart.json' 34 PROFILE_ARTIFACTS = 'artifacts' 77 be executed in the Lab environment - for this usecase, either the drone OR 113 It decides browser=[system|cros-chrome] 115 browser=lacros-chrome. It is only valid for remote 148 chart-json. 171 '--output-format=%s' % output_format, 172 '--output-dir=%s' % output_dir, 173 '--browser=system', [all …]
|
| /external/antlr/runtime/CSharp2/ |
| D | all.antlr3.runtime.net.build | 1 <?xml version="1.0" encoding='iso-8859-1' ?> 4 <property name="base.dir" value="${path::get-full-path( project::get-base-directory() )}" /> 5 <property name="sharedlibrary.dir" value="${base.dir}/Libraries" /> 6 <property name="tools.dir" value="${base.dir}/Tools" /> 13 <!-- =================================================================== --> 14 <!-- Help on usage --> 15 <!-- =================================================================== --> 18 <echo message="ANTLR v3 C# Runtime - Nant Build file"/> 19 <echo message="-------------------------------------------------------------"/> 23 …<echo message=" build - build debug or release version in '${base.dir}/build/${framework::ge… [all …]
|
| /external/bazelbuild-kotlin-rules/kotlin/jvm/util/ |
| D | srcjars.bzl | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 # go/keep-sorted start 20 # go/keep-sorted end 39 args.add_joined("--kotlin_srcs", srcs, join_with = ",") 40 args.add_joined("--common_srcs", common_srcs, join_with = ",") 42 args.add("-i") 60 dir, 64 args.add(dir.path) 71 outputs = [dir], 76 return dir [all …]
|
| /external/oss-fuzz/infra/cifuzz/ |
| D | run_fuzzers_test.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 30 # pylint: disable=wrong-import-position 38 # https://github.com/google/oss-fuzz/tree/master/projects/example project. 54 class RunFuzzerIntegrationTestMixin: # pylint: disable=too-few-public-methods,invalid-name 106 def _create_runner(self, **kwargs): # pylint: disable=no-self-use 124 @parameterized.parameterized.expand([(0,), (None,), (-1,)]) 130 out_path = os.path.join(tmp_dir, 'build-out') 141 """Tests initialize fails with no out dir.""" 143 out_path = os.path.join(tmp_dir, 'build-out') 148 """Tests initialize with a file artifacts path.""" [all …]
|
| /external/mesa3d/.gitlab-ci/bare-metal/ |
| D | fastboot.sh | 6 . "$SCRIPTS_DIR"/setup-test-env.sh 8 BM=$CI_PROJECT_DIR/install/bare-metal 11 if [ -z "$BM_SERIAL" ] && [ -z "$BM_SERIAL_SCRIPT" ]; then 12 …echo "Must set BM_SERIAL OR BM_SERIAL_SCRIPT in your gitlab-runner config.toml [[runners]] environ… 20 if [ -z "$BM_POWERUP" ]; then 21 echo "Must set BM_POWERUP in your gitlab-runner config.toml [[runners]] environment" 27 if [ -z "$BM_POWERDOWN" ]; then 28 echo "Must set BM_POWERDOWN in your gitlab-runner config.toml [[runners]] environment" 33 if [ -z "$BM_FASTBOOT_SERIAL" ]; then 34 echo "Must set BM_FASTBOOT_SERIAL in your gitlab-runner config.toml [[runners]] environment" [all …]
|
| /external/mesa3d/.gitlab-ci/ |
| D | prepare-artifacts.sh | 5 section_switch prepare-artifacts "artifacts: prepare" 7 set -e 8 set -o xtrace 10 CROSS_FILE=/cross_file-"$CROSS".txt 12 # Delete unused bin and includes from artifacts to save space. 13 rm -rf install/bin install/include 15 # Strip the drivers in the artifacts to cut 80% of the artifacts size. 16 if [ -n "$CROSS" ]; then 17 STRIP=$(sed -n -E "s/strip\s*=\s*\[?'(.*)'\]?/\1/p" "$CROSS_FILE") 18 if [ -z "$STRIP" ]; then [all …]
|
| /external/robolectric/buildSrc/src/main/groovy/org/robolectric/gradle/ |
| D | AarDepsPlugin.java | 3 import static org.gradle.api.artifacts.type.ArtifactTypeDefinition.ARTIFACT_TYPE_ATTRIBUTE; 16 import org.gradle.api.artifacts.transform.TransformOutputs; 21 /** Resolve aar dependencies into jars for non-Android projects. */ 29 reg -> { in apply() 36 p -> in apply() 40 c -> { in apply() 45 cfgAttrs -> cfgAttrs.attribute(ARTIFACT_TYPE_ATTRIBUTE, "jar")); in apply() 57 // incremental compile breaks (run `gradlew -i classes` twice to see impact): in apply() 58 t -> in apply() 96 public File dir(@NotNull Object o) { in transform() [all …]
|
| /external/zstd/.github/workflows/ |
| D | publish-release-artifacts.yml | 1 name: publish-release-artifacts 6 - published 8 permissions: read-all 11 publish-release-artifacts: 13 contents: write # to fetch code and upload artifacts 15 runs-on: ubuntu-latest 19 - name: Checkout 22 - name: Archive 28 export TAG="$(echo "$GITHUB_REF" | sed -n 's_^refs/tags/__p')" 29 if [ -z "$TAG" ]; then [all …]
|
| /external/mesa3d/.gitlab-ci/lava/ |
| D | lava-submit.sh | 4 set -ex 6 # If we run in the fork (not from mesa or Marge-bot), reuse mainline kernel and rootfs, if exist. 9 if ! curl -s -X HEAD -L --retry 4 -f --retry-delay 60 \ 18 rm -rf results 19 mkdir -p results/job-rootfs-overlay/ 21 cp artifacts/ci-common/capture-devcoredump.sh results/job-rootfs-overlay/ 22 cp artifacts/ci-common/init-*.sh results/job-rootfs-overlay/ 23 cp artifacts/ci-common/intel-gpu-freq.sh results/job-rootfs-overlay/ 24 cp artifacts/ci-common/kdl.sh results/job-rootfs-overlay/ 25 cp "$SCRIPTS_DIR"/setup-test-env.sh results/job-rootfs-overlay/ [all …]
|
| /external/mesa3d/.gitlab-ci/test/ |
| D | gitlab-ci.yml | 7 - !reference [default, before_script] 8 # Note: Build dir (and thus install) may be dirty due to GIT_STRATEGY 9 - rm -rf install 10 - tar -xf artifacts/install.tar 11 - section_start ldd_section "Checking ldd on driver build" 12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \; 13 - section_end ldd_section 14 artifacts: 18 - results/ 20 - !reference [.never-post-merge-rules, rules] [all …]
|
| /external/cronet/build/lacros/ |
| D | lacros_resource_sizes.py | 3 # Use of this source code is governed by a BSD-style license that can be 5 """Reports binary size metrics for LaCrOS build artifacts. 51 'eu-strip', 'bin', 'eu-strip') 54 import perf_tests_results_helper # pylint: disable=import-error 57 from tracing.value import convert_chart_json # pylint: disable=import-error 73 """A group of build artifacts whose file sizes are summed and tracked. 75 Build artifacts for size tracking fall under these categories: 78 * Dir: All files under a directory. 102 # Common artifacts in official builder lacros-arm32 and lacros64 in 103 # src-internal. The artifcts can be found in [all …]
|
| /external/angle/build/lacros/ |
| D | lacros_resource_sizes.py | 3 # Use of this source code is governed by a BSD-style license that can be 5 """Reports binary size metrics for LaCrOS build artifacts. 51 'eu-strip', 'bin', 'eu-strip') 54 import perf_tests_results_helper # pylint: disable=import-error 57 from tracing.value import convert_chart_json # pylint: disable=import-error 73 """A group of build artifacts whose file sizes are summed and tracked. 75 Build artifacts for size tracking fall under these categories: 78 * Dir: All files under a directory. 102 # Common artifacts in official builder lacros-arm32 and lacros64 in 103 # src-internal. The artifcts can be found in [all …]
|
| /external/dagger2/java/dagger/hilt/android/plugin/main/src/main/kotlin/dagger/hilt/android/plugin/util/ |
| D | CopyTransform.kt | 8 * http://www.apache.org/licenses/LICENSE-2.0 19 import org.gradle.api.artifacts.transform.InputArtifact 20 import org.gradle.api.artifacts.transform.TransformAction 21 import org.gradle.api.artifacts.transform.TransformOutputs 22 import org.gradle.api.artifacts.transform.TransformParameters 41 input.isDirectory -> outputs.dir(input) in transform() 42 input.isFile -> outputs.file(input) in transform() 43 else -> error("File/directory does not exist: ${input.absolutePath}") in transform()
|
| /external/webrtc/tools_webrtc/ |
| D | gtest-parallel-wrapper.py | 5 # Use of this source code is governed by a BSD-style license 11 # pylint: disable=invalid-name 14 gtest-parallel, renaming options and translating environment variables into 15 flags. Developers should execute gtest-parallel directly. 18 environment variables to the --shard_index and --shard_count flags, renames 19 the --isolated-script-test-output flag to --dump_json_test_results, 20 and interprets e.g. --workers=2x as 2 workers per core. 22 Flags before '--' will be attempted to be understood as arguments to 23 gtest-parallel. If gtest-parallel doesn't recognize the flag or the flag is 24 after '--', the flag will be passed on to the test executable. [all …]
|
| /external/grpc-grpc/tools/run_tests/artifacts/ |
| D | artifact_targets.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 15 """Definition of targets to build artifacts.""" 41 environ["ARTIFACTS_OUT"] = "artifacts/%s" % name 45 docker_args += ["-e", "%s=%s" % (k, v)] 50 "OUTPUT_DIR": "artifacts", 83 environ["ARTIFACTS_OUT"] = os.path.join("..", "artifacts", name) 86 "tools/run_tests/artifacts/run_in_workspace.sh", 89 environ["ARTIFACTS_OUT"] = os.path.join("artifacts", name) 105 _MACOS_COMPAT_FLAG = "-mmacosx-version-min=10.10" 107 _ARCH_FLAG_MAP = {"x86": "-m32", "x64": "-m64"} [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/run_tests/artifacts/ |
| D | artifact_targets.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 15 """Definition of targets to build artifacts.""" 39 environ['ARTIFACTS_OUT'] = 'artifacts/%s' % name 43 docker_args += ['-e', '%s=%s' % (k, v)] 48 'OUTPUT_DIR': 'artifacts' 78 environ['ARTIFACTS_OUT'] = os.path.join('..', 'artifacts', name) 79 cmdline = ['bash', 'tools/run_tests/artifacts/run_in_workspace.sh' 82 environ['ARTIFACTS_OUT'] = os.path.join('artifacts', name) 96 _MACOS_COMPAT_FLAG = '-mmacosx-version-min=10.10' 98 _ARCH_FLAG_MAP = {'x86': '-m32', 'x64': '-m64'} [all …]
|
12345678910>>...12