Searched +full:working +full:- +full:directory (Results 1 – 25 of 1224) sorted by relevance
12345678910>>...49
/external/sdv/vsomeip/third_party/boost/regex/.github/workflows/ |
D | ci.yml | 9 ubuntu-focal: 10 runs-on: ubuntu-20.04 12 fail-fast: false 14 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ] 17 - uses: actions/checkout@v2 19 fetch-depth: '0' 20 - uses: mstachniuk/ci-skip@v1 22 …commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Win… 23 commit-filter-separator: ';' 24 fail-fast: true [all …]
|
/external/sdv/vsomeip/third_party/boost/type_traits/.github/workflows/ |
D | ci.yml | 11 - master 12 - develop 17 ubuntu-focal: 18 runs-on: ubuntu-20.04 20 fail-fast: false 22 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ] 25 - uses: actions/checkout@v2 27 fetch-depth: '0' 28 - uses: mstachniuk/ci-skip@v1 30 …commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Win… [all …]
|
/external/sdv/vsomeip/third_party/boost/config/.github/workflows/ |
D | ci.yml | 10 ubuntu-focal: 11 runs-on: ubuntu-20.04 13 fail-fast: false 15 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ] 17 - uses: actions/checkout@v2 19 fetch-depth: '0' 20 - uses: mstachniuk/ci-skip@v1 22 …commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Win… 23 commit-filter-separator: ';' 24 fail-fast: true [all …]
|
/external/XNNPACK/.github/workflows/ |
D | build.yml | 4 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} 5 cancel-in-progress: true 7 cmake-linux-local: 8 runs-on: ubuntu-latest 9 timeout-minutes: 40 11 - uses: actions/checkout@v2 12 - name: Update apt 14 - name: Install ninja 15 run: sudo apt install ninja-build 16 - name: Configure and build [all …]
|
/external/ltp/testcases/kernel/syscalls/vfork/ |
D | vfork01.c | 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 26 * root and current working directories are same as that of the parent 31 * and device number of root and current working directory of the parent and 42 * Check return code, if system call failed (return=-1) 47 * Issue Functionality-Pass message. 49 * Issue Functionality-Fail message. 53 * Usage: <for command-line> 54 * vfork01 [-c n] [-e] [-f] [-i n] [-I x] [-p x] [-t] 55 * where, -c n : Run n copies concurrently. 56 * -e : Turn on errno logging. [all …]
|
/external/ltp/testcases/kernel/syscalls/getcwd/ |
D | getcwd03.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 14 * 1. create a directory, and create a symbolic link to it at the 15 * same directory level. 16 * 2. get the working directory of a directory, and its pathname. 17 * 3. get the working directory of a symbolic link, and its pathname, 19 * 4. compare the working directories and link information. 45 "get working directory of a directory"); in verify_getcwd() 55 "working directory of a symbolic link"); in verify_getcwd() 61 "getcwd() got mismatched working directories (%s, %s)", in verify_getcwd() 71 "link information didn't match the working directory"); in verify_getcwd()
|
/external/ublksrv/.github/workflows/ |
D | ci.yml | 15 runs-on: ubuntu-22.04 17 - name: "acquire: ubdsrv" 22 - name: "acquire: liburing" 24 wget https://brick.kernel.dk/snaps/liburing-$URING_VER.tar.gz 25 tar xzvf liburing-$URING_VER.tar.gz 27 - name: "build: liburing" 28 working-directory: liburing-${{ env.URING_VER }} 32 make -j$(nproc) 35 - name: "build: ubdsrv with --enable-debug" 36 working-directory: ubdsrv [all …]
|
D | build.yml | 15 runs-on: ubuntu-22.04 17 - name: "acquire: ubdsrv" 22 - name: "acquire: liburing" 24 wget https://brick.kernel.dk/snaps/liburing-$URING_VER.tar.gz 25 tar xzvf liburing-$URING_VER.tar.gz 27 - name: "build: liburing" 28 working-directory: liburing-${{ env.URING_VER }} 32 make -j$(nproc) 35 - name: "build: ubdsrv with --enable-debug" 36 working-directory: ubdsrv [all …]
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/ |
D | default.build | 4 <property name="base.dir" value="${path::get-full-path( project::get-base-directory() )}" /> 28 <mkdir dir="${build.working.dir}/tests" /> 32 <!-- Copy Antlr3.Runtime.Tests dependencies --> 33 <copy todir="${build.working.dir}" overwrite="true"> 40 <copy todir="${build.working.dir}" overwrite="true"> 52 <!-- delete VS.NET project artifacts directory --> 53 <echo message="Deleting VS.NET artifacts directory '${base.dir}/bin'" /> 55 <echo message="Deleting VS.NET artifacts directory '${base.dir}/obj'" /> 58 <!-- delete VS.NET project artifacts directory for Tests projects--> 59 … <echo message="Deleting VS.NET artifacts directory '${base.dir}/../Antlr3.Runtime.Tests/bin'" /> [all …]
|
/external/rust/crabbyavif/.github/workflows/ |
D | conformance-tests.yml | 5 - main 13 group: ${{ github.workflow }}-${{ github.ref }} 14 cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} 17 conformance-tests: 19 runs-on: ${{ matrix.os }} 21 fail-fast: false 23 os: [ubuntu-latest, macos-latest, windows-latest] 26 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 28 - name: Setup Visual Studio shell 30 uses: egor-tensin/vs-shell@9a932a62d05192eae18ca370155cf877eecc2202 # v2.1 [all …]
|
/external/pytorch/.github/workflows/ |
D | generated-windows-binary-conda-nightly.yml | 5 name: windows-binary-conda 11 - nightly 14 # Release candidate tags look like: v1.11.0-rc1 15 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ 16 - 'ciflow/binaries/*' 17 - 'ciflow/binaries_conda/*' 22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine" 24 AWS_DEFAULT_REGION: us-east-1 25 BUILD_ENVIRONMENT: windows-binary-conda 31 …group: windows-binary-conda-${{ github.event.pull_request.number || github.ref_name }}-${{ github.… [all …]
|
D | generated-windows-binary-wheel-nightly.yml | 5 name: windows-binary-wheel 11 - nightly 14 # Release candidate tags look like: v1.11.0-rc1 15 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ 16 - 'ciflow/binaries/*' 17 - 'ciflow/binaries_wheel/*' 22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine" 24 AWS_DEFAULT_REGION: us-east-1 25 BUILD_ENVIRONMENT: windows-binary-wheel 31 …group: windows-binary-wheel-${{ github.event.pull_request.number || github.ref_name }}-${{ github.… [all …]
|
D | generated-windows-binary-libtorch-debug-nightly.yml | 5 name: windows-binary-libtorch-debug 11 - nightly 14 # Release candidate tags look like: v1.11.0-rc1 15 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ 16 - 'ciflow/binaries/*' 17 - 'ciflow/binaries_libtorch/*' 22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine" 24 AWS_DEFAULT_REGION: us-east-1 25 BUILD_ENVIRONMENT: windows-binary-libtorch-debug 31 …up: windows-binary-libtorch-debug-${{ github.event.pull_request.number || github.ref_name }}-${{ g… [all …]
|
D | generated-windows-binary-libtorch-release-nightly.yml | 5 name: windows-binary-libtorch-release 11 - nightly 14 # Release candidate tags look like: v1.11.0-rc1 15 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ 16 - 'ciflow/binaries/*' 17 - 'ciflow/binaries_libtorch/*' 22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine" 24 AWS_DEFAULT_REGION: us-east-1 25 BUILD_ENVIRONMENT: windows-binary-libtorch-release 31 …p: windows-binary-libtorch-release-${{ github.event.pull_request.number || github.ref_name }}-${{ … [all …]
|
/external/google-breakpad/.github/workflows/ |
D | build-test-ci.yml | 2 # https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions 13 - cron: '39 3 */2 * *' 21 fail-fast: false 24 - os: ubuntu-latest 27 - os: ubuntu-latest 30 - os: macos-latest 33 runs-on: ${{ matrix.os }} 39 - name: System settings 41 set -x 42 $CC --version [all …]
|
/external/pffft/.github/workflows/ |
D | c-cpp.yml | 6 - master 7 - github_actions 10 - master 11 - github_actions 18 build_w_mipp_ubuntu-amd64: 19 runs-on: ubuntu-latest 22 - name: check out MIPP 27 - name: cmake configure MIPP 28 run: cmake -S MIPP -B MIPP_build -DCMAKE_INSTALL_PREFIX=$HOME/.local 29 - name: cmake install MIPP headers [all …]
|
/external/flatbuffers/.github/workflows/ |
D | build.yml | 2 permissions: read-all 9 - "*" # new tag version, like `0.8.4` or else 11 - master 14 - master 17 - cron: '45 4 * * *' 20 build-linux: 24 digests-gcc: ${{ steps.hash-gcc.outputs.hashes }} 25 digests-clang: ${{ steps.hash-clang.outputs.hashes }} 27 runs-on: ubuntu-24.04 30 cxx: [g++-13, clang++-18] [all …]
|
/external/clang/test/PCH/ |
D | working-directory.cpp | 2 // RUN: %clang_cc1 -working-directory %S -I. -include working-directory.h %s -Wunused 5 // RUN: %clang_cc1 -working-directory %S -x c++-header -emit-pch -o %t.pch -I. working-directory.h 6 // RUN: %clang_cc1 -include-pch %t.pch -fsyntax-only %s -Wunused
|
/external/google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/ |
D | SparkRBatchOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 58 * arguments that can be set as batch properties, such as `--conf`, since a 72 * arguments that can be set as batch properties, such as `--conf`, since a 86 * arguments that can be set as batch properties, such as `--conf`, since a 101 * arguments that can be set as batch properties, such as `--conf`, since a 116 * Optional. HCFS URIs of files to be placed in the working directory of 129 * Optional. HCFS URIs of files to be placed in the working directory of 142 * Optional. HCFS URIs of files to be placed in the working directory of 156 * Optional. HCFS URIs of files to be placed in the working directory of 171 * Optional. HCFS URIs of archives to be extracted into the working directory [all …]
|
/external/mtools/ |
D | mcd.1 | 2 .TH mcd 1 "08Jan22" mtools-4.0.37 4 mcd - change MSDOS directory 23 The \fR\&\f(CWmcd\fR command is used to change the mtools working directory 24 on the MS-DOS disk. It uses the following syntax: 38 Without arguments, \fR\&\f(CWmcd\fR reports the current device and working 39 directory. Otherwise, \fR\&\f(CWmcd\fR changes the current device and current 40 working directory relative to an MS-DOS file system. 43 where the device and current working directory information is stored. 49 Unlike MS-DOS versions of \fR\&\f(CWCD\fR, \fR\&\f(CWmcd\fR can be used to change to
|
/external/clang/test/Misc/ |
D | working-directory.c | 1 // RUN: %clang_cc1 -working-directory %S working-directory.c -IInputs -fsyntax-only 3 #include "working-directory.h"
|
/external/webrtc/test/testsupport/ |
D | file_utils_override.h | 4 * Use of this source code is governed by a BSD-style license 22 // Returns the absolute path to the output directory where log files and other 23 // test artifacts should be put. The output directory is generally a directory 32 // directory will be returned. 35 // found, the current working directory ("./") is returned as a fallback. 38 // Gets the current working directory for the executing program. 39 // Returns "./" if for some reason it is not possible to find the working 40 // directory. 46 // name - Name of the resource file. If a plain filename (no directory path) 48 // If a directory path is prepended to the filename, a subdirectory [all …]
|
/external/libopus/.github/workflows/ |
D | cmake.yml | 8 runs-on: ubuntu-20.04 10 - uses: actions/checkout@v3 12 fetch-depth: 0 13 - name: Download models 15 - name: Install CMake 3.1 17 …curl -sL https://github.com/Kitware/CMake/releases/download/v3.1.0/cmake-3.1.0-Linux-x86_64.sh -o … 19 sudo ./cmakeinstall.sh --prefix=/usr/local --exclude-subdir 21 sudo apt-get install libidn11 22 - name: Create Work Dir 24 - name: Configure [all …]
|
/external/sandboxed-api/oss-internship-2020/libarchive/examples/ |
D | sapi_minitar.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 33 // be created relative to the current working directory. If do_extract 48 // working directory to the relative path. 58 // Creates a temporary directory in the current working directory and 60 // process changes the current working directory to this temporary directory.
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Utility/ |
D | default.build | 4 <property name="base.dir" value="${path::get-full-path( project::get-base-directory() )}" /> 18 <target name="release" depends="clean" description="build non-debug version"> 19 <!-- build a clean release distribution for release --> 35 <!-- delete VS.NET project artifacts directory --> 36 <echo message="Deleting VS.NET artifacts directory '${base.dir}/bin'" /> 38 <echo message="Deleting VS.NET artifacts directory '${base.dir}/obj'" /> 48 output="${build.working.dir}/${assembly.name}" 49 doc="${build.working.dir}/${name}.xml"> 65 <include name="${build.working.dir}/Antlr3.Runtime.dll" /> 66 <include name="${build.working.dir}/StringTemplate.dll" /> [all …]
|
12345678910>>...49