/external/rootdev/ |
D | rootdev_test.sh | 3 # Use of this source code is governed by a BSD-style license that can be 9 set -u 34 WORKDIR= 36 if [ -n "$WORKDIR" ]; then 37 rm -rf "$WORKDIR" 39 trap - EXIT 43 WORKDIR=$(mktemp -d rootdev_test.XXXXXXX) 44 if [ ! -d "$WORKDIR" ]; then 56 if [ $ret -eq 0 ]; then 66 if [ $? -ne 0 ]; then [all …]
|
/external/skia/infra/bots/task_drivers/cifuzz/ |
D | cifuzz.go | 2 // Use of this source code is governed by a BSD-style license that can be 40 … "If provided, dump a JSON blob of step data to the given file. Prints to stdout if '-' is given.") 57 workDir := filepath.Join(workAbsPath, "cifuzz") 58 if err := os_steps.MkdirAll(ctx, workDir); err != nil { 63 if err := setupCIFuzzRepoAndDocker(ctx, workDir, gitAbsPath); err != nil { 68 if err := prepareSkiaCheckout(ctx, skiaAbsPath, workDir, gitAbsPath); err != nil { 74 runErr := buildAndRunCIFuzz(ctx, workDir, skiaAbsPath, *fuzzDuration) 76 if err := extractOutput(ctx, workDir, outAbsPath); err != nil { 81 if err := os_steps.RemoveAll(ctx, workDir); err != nil { 99 ossFuzzRepo = "https://github.com/google/oss-fuzz.git" [all …]
|
/external/cldr/tools/scripts/ansible/templates/ |
D | deploy-sh.j2 | 2 # Note: this is managed by Ansible, as deploy-sh.j2 6 WORKDIR=${TMPDIR-/tmp} # keep all random files here 11 rm -f ${WORKDIR}/git-list.txt 17 git fetch -p || exit 1 18 git clean -f -d || echo 'warning: err on cleanup' 21 echo "cldr-trunk was at :" $(git rev-parse --short HEAD) 22 echo -n "you want to move to:" 23 git rev-parse --short "${GITHUB_SHA}" || exit 1 # fail on err 24 if [[ $(git rev-parse --short HEAD) = $(git rev-parse --short "${GITHUB_SHA}") ]]; 29 echo "---" [all …]
|
/external/golang-protobuf/protoc-gen-go/ |
D | golden_test.go | 19 // Set --regenerate to regenerate the golden files. 23 // tests and instead act as protoc-gen-go. This allows the test binary to 33 workdir, err := ioutil.TempDir("", "proto-test") 37 defer os.RemoveAll(workdir) 59 // Compile each package, using this binary as protoc-gen-go. 61 args := []string{"-Itestdata", "--go_out=plugins=grpc,paths=source_relative:" + workdir} 67 filepath.Walk(workdir, func(genPath string, info os.FileInfo, _ error) error { 74 relPath, err := filepath.Rel(workdir, genPath) 76 t.Errorf("filepath.Rel(%q, %q): %v", workdir, genPath, err) 80 t.Errorf("generated file %q is not relative to %q", genPath, workdir) [all …]
|
/external/llvm-project/clang/test/Modules/ |
D | relative-import-path.c | 1 // RUN: rm -rf %t 2 // RUN: cp -r %S/Inputs/relative-import-path %t 7 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/cache \ 8 // RUN: -fdisable-module-hash -fsyntax-only \ 9 // RUN: -I%S/Inputs/relative-import-path \ 10 // RUN: -working-directory=%t \ 11 // RUN: -Rmodule-build -Rmodule-import t.c 2>&1 |\ 12 // RUN: FileCheck %s -implicit-check-not "remark:" -DWORKDIR=%t 19 // CHECK: remark: importing module 'C' from '[[WORKDIR]]{{[/\\]cache[/\\]}}C.pcm' 21 // CHECK: remark: importing module 'B' from '[[WORKDIR]]{{[/\\]cache[/\\]}}B.pcm' [all …]
|
/external/perfetto/tools/ |
D | run_test_like_ci | 8 # http://www.apache.org/licenses/LICENSE-2.0 77 '--runner', 82 '--build', 87 '--confirm', 92 '--no-confirm', 99 git_cmd = ['git', '-C', REPO_ROOT, 'status', '--porcelain'] 105 print('I suggest you stop, commit and then re-run this script') 113 check_call(('make', '-C', os.path.join(REPO_ROOT, 'infra', 115 'BUILDER=%s' % args.runner, 'build-sandbox')) 117 bundle_path = '/tmp/perfetto-ci.bundle' [all …]
|
/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 6 - support Intel 64-bit-only () and 32-bit-only installer builds 7 - build and link with private Tcl/Tk 8.6 for 10.9+ builds 8 - deprecate use of explicit SDK (--sdk-path=) since all but the oldest 13 supported with build-installer. 14 - use generic "gcc" as compiler (CC env var) rather than "gcc-4.2" 21 Sphinx, build-installer.py should also be converted to use python3! 23 For 10.9 or greater deployment targets, build-installer builds and links 25 apply. Otherwise, build-installer requires an installed third-party version 73 QUOTED_VALUE='quotes' -> str('quotes') 74 UNQUOTED_VALUE=noquotes -> str('noquotes') [all …]
|
/external/skqp/infra/bots/assets/gcloud_linux/ |
D | create_and_upload.py | 5 # Use of this source code is governed by a BSD-style license that can be 23 parser.add_argument('--gsutil') 28 workdir = os.path.join(cwd, "workdir") 33 os.mkdir(workdir) 34 subprocess.check_call(['python', create_script, '-t', workdir]) 35 cmd = ['python', upload_script, '-t', workdir] 37 cmd.extend(['--gsutil', args.gsutil])
|
/external/skia/infra/bots/assets/gcloud_linux/ |
D | create_and_upload.py | 5 # Use of this source code is governed by a BSD-style license that can be 23 parser.add_argument('--gsutil') 28 workdir = os.path.join(cwd, "workdir") 33 os.mkdir(workdir) 34 subprocess.check_call(['python', create_script, '-t', workdir]) 35 cmd = ['python', upload_script, '-t', workdir] 37 cmd.extend(['--gsutil', args.gsutil])
|
/external/python/cpython3/Mac/BuildScript/ |
D | build-installer.py | 6 - 2.7 end-of-life issues: 7 - Python 3 installs now update the Current version link 9 - fully support running under Python 3 as well as 2.7 10 - support building on newer macOS systems with SIP 11 - fully support building on macOS 10.9+ 12 - support 10.6+ on best effort 13 - support bypassing docs build by supplying a prebuilt 14 docs html tarball in the third-party source library, 17 python-3.x.y-docs-html.tar.bz2 20 - support Intel 64-bit-only () and 32-bit-only installer builds [all …]
|
/external/libdrm/intel/ |
D | meson.build | 1 # Copyright © 2017-2018 Intel Corporation 66 'gen4-3d.batch', 67 find_program('tests/gen4-3d.batch.sh'), 68 workdir : meson.current_build_dir(), 71 'gen45-3d.batch', 72 find_program('tests/gm45-3d.batch.sh'), 73 workdir : meson.current_build_dir(), 76 'gen5-3d.batch', 77 find_program('tests/gen5-3d.batch.sh'), 78 workdir : meson.current_build_dir(), [all …]
|
/external/apache-commons-bcel/src/test/java/org/apache/bcel/util/ |
D | BCELifierTestCase.java | 9 * http://www.apache.org/licenses/LICENSE-2.0 50 testClassOnPath("target/test-classes/Java8Example.class"); in testJavapCompare() 55 final String initial = exec(null, "javap", "-p", "-c", javaClass); in testClassOnPath() 57 final File workDir = new File("target"); in testClassOnPath() local 61 final File outfile = new File(workDir, infile.getName().replace(".class", "Creator.java")); in testClassOnPath() 66 exec(workDir, "javac", "-cp", "classes", outfile.getName()); in testClassOnPath() 67 …exec(workDir, "java", "-cp", "." + File.pathSeparator + "classes", outfile.getName().replace(".jav… in testClassOnPath() 68 final String output = exec(workDir, "javap", "-p", "-c", infile.getName()); in testClassOnPath() 80 private String exec(final File workDir, final String... args) throws Exception { in exec() argument 83 pb.directory(workDir); in exec() [all …]
|
/external/skia/infra/bots/recipe_modules/flavor/ |
D | default.py | 2 # Use of this source code is governed by a BSD-style license that can be 33 # FlavorUtils objects can do recipe module-like things, like run steps or 34 # access module-level resources. 47 lotties_dir=self.m.path['start_dir'].join('lottie-samples'), 108 """Run device-specific installation steps.""" 112 """Run any device-specific cleanup steps.""" 130 workdir = self.m.vars.workdir 131 clang_linux = str(workdir.join('clang_linux')) 137 dri_path = workdir.join('mesa_intel_driver_linux') 143 env['VULKAN_SDK'] = str(workdir.join('linux_vulkan_sdk')) [all …]
|
/external/oss-fuzz/infra/build/functions/ |
D | build_and_run_coverage.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 36 COVERAGE_BUCKET_NAME = 'oss-fuzz-coverage' 60 # pylint: disable=too-many-locals 89 workdir = build_project.workdir_from_dockerfile(dockerfile_lines) 90 if not workdir: 91 workdir = '/src' 95 'python infra/helper.py build_fuzzers --sanitizer coverage ' 106 '-c', 108 # `cd /src && cd {workdir}` (where {workdir} is parsed from the 109 # Dockerfile). Container Builder overrides our workdir so we need [all …]
|
D | build_project.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 41 GCB_LOGS_BUCKET = 'oss-fuzz-gcb-logs' 44 'sanitizer-address': ['SANITIZER=address'], 45 'sanitizer-dataflow': ['SANITIZER=dataflow'], 46 'sanitizer-memory': ['SANITIZER=memory'], 47 'sanitizer-undefined': ['SANITIZER=undefined'], 48 'engine-libfuzzer': ['FUZZING_ENGINE=libfuzzer'], 49 'engine-afl': ['FUZZING_ENGINE=afl'], 50 'engine-honggfuzz': ['FUZZING_ENGINE=honggfuzz'], 51 'engine-dataflow': ['FUZZING_ENGINE=dataflow'], [all …]
|
/external/conscrypt/release/ |
D | Dockerfile | 3 RUN yum install -y git \ 10 curl-devel \ 14 glibc-static.i686 \ 15 glibc-devel \ 16 glibc-devel.i686 18 RUN yum update -y nss 21 RUN wget -q --no-cookies --no-check-certificate \ 22 …--header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie… 23 …"http://download.oracle.com/otn-pub/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-… 24 -O - | tar xz -C /var/local [all …]
|
/external/llvm-project/clang/lib/IndexSerialization/ |
D | SerializablePathCollection.cpp | 1 //===--- SerializablePathCollection.cpp -- Index of paths -------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 26 return FilePaths.size() - 1; in addFilePath() 41 : WorkDir(CurrentWorkDir), in SerializablePathCollection() 44 WorkDirPath(Paths.addDirPath(WorkDir)), in SerializablePathCollection() 51 return FileIt->second; in tryStoreFilePath() 62 // We don't want to strip separator if Dir is "/" - so we check size > 1. in tryStoreDirPath() 68 return DirIt->second; in tryStoreDirPath() 77 } else if (!WorkDir.empty() && Dir.startswith(WorkDir) && in tryStoreDirPath() [all …]
|
/external/igt-gpu-tools/ |
D | Dockerfile.fedora | 3 RUN dnf install -y \ 4 gcc flex bison libatomic meson ninja-build xdotool \ 11 'pkgconfig(pixman-1)' \ 15 'pkgconfig(glib-2.0)' \ 21 'pkgconfig(json-c)' \ 22 'pkgconfig(gtk-doc)' \ 25 python3-docutils 28 RUN dnf install -y make 30 WORKDIR /tmp/peg 32 RUN curl -O https://intel-gfx-ci.01.org/mirror/peg/peg-0.1.18.tar.gz [all …]
|
/external/skia/infra/bots/recipe_modules/build/ |
D | default.py | 2 # Use of this source code is governed by a BSD-style license that can be 13 '--chrome-dir', chrome_dir, 14 '--output-dir', out, 15 '--extra-gn-args', 'mac_sdk_min="10.13"', 16 '--no-sync', '--no-hooks', '--make-output-dir']) 31 '-DSWIFTSHADER_BUILD_TESTS=OFF', 32 '-DSWIFTSHADER_WARNINGS_AS_ERRORS=OFF', 33 '-DREACTOR_ENABLE_MEMORY_SANITIZER_INSTRUMENTATION=OFF', # Way too slow. 35 cmake_bin = str(api.vars.workdir.join('cmake_linux', 'bin')) 43 # CMakeLists.txt at a harmless non-existent path. [all …]
|
/external/oss-fuzz/projects/tpm2-tss/ |
D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 FROM gcr.io/oss-fuzz-base/base-builder 18 RUN apt-get update && \ 19 apt-get install -y \ 20 autoconf-archive \ 23 libcmocka-dev \ 24 net-tools \ 25 build-essential \ 27 pkg-config \ 33 libgcrypt20-dev \ [all …]
|
/external/lzma/CPP/7zip/UI/Common/ |
D | WorkDir.cpp | 1 // WorkDir.cpp 10 #include "WorkDir.h" 71 FString workDir = GetWorkDir(workDirInfo, originalPath, namePart); in CreateTempFile() local 72 CreateComplexDir(workDir); in CreateTempFile() 76 if (!_tempFile.Create(workDir + namePart, &_outStreamSpec->File)) in CreateTempFile()
|
/external/deqp/scripts/ |
D | run_internal_tests.py | 1 # -*- coding: utf-8 -*- 3 #------------------------------------------------------------------------- 5 # -------------------------------------- 13 # http://www.apache.org/licenses/LICENSE-2.0 21 #------------------------------------------------------------------------- 31 exit(-1) 36 def execute (args, workDir = None): argument 38 if workDir != None: 39 os.chdir(workDir) 46 … testBinaryName, executor = 'executor', execserver = 'execserver', junitTool = 'testlog-to-junit'): [all …]
|
/external/flatbuffers/tests/docker/languages/ |
D | Dockerfile.testing.csharp.mono_5_18 | 2 WORKDIR /code 5 WORKDIR /code/tests 6 RUN mono --version 7 WORKDIR /code/tests/FlatBuffers.Test
|
D | Dockerfile.testing.swift_5_1 | 2 WORKDIR /code 5 WORKDIR /code/tests 6 RUN swift --version 7 WORKDIR /code/tests/FlatBuffers.Test.Swift
|
/external/conscrypt/openjdk/src/main/java/org/conscrypt/ |
D | NativeLibraryLoader.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 24 * http://www.apache.org/licenses/LICENSE-2.0 57 private static final String WORK_DIR_PROPERTY_NAME = "org.conscrypt.native.workdir"; 60 private static final String NATIVE_RESOURCE_HOME = "META-INF/native/"; 61 private static final File WORKDIR; field in NativeLibraryLoader 65 File workdir = getWorkDir(); 66 if (workdir == null) { 67 workdir = HostProperties.getTempDir(); 69 WORKDIR = workdir; 70 log("-D{0}: {1}", WORK_DIR_PROPERTY_NAME, WORKDIR); [all …]
|