Searched +full:working +full:- +full:directory (Results 1 – 25 of 1139) sorted by relevance
12345678910>>...46
| /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/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/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/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/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/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/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 …]
|
| D | SparkRJobOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 58 * such as `--conf`, that can be set as job properties, since a collision may 72 * such as `--conf`, that can be set as job properties, since a collision may 86 * such as `--conf`, that can be set as job properties, since a collision may 101 * such as `--conf`, that can be set as job properties, since a collision may 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 …]
|
| D | SparkBatchOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 108 * that can be set as batch properties, such as `--conf`, since a collision 122 * that can be set as batch properties, such as `--conf`, since a collision 136 * that can be set as batch properties, such as `--conf`, since a collision 151 * that can be set as batch properties, such as `--conf`, since a collision 221 * Optional. HCFS URIs of files to be placed in the working directory of 234 * Optional. HCFS URIs of files to be placed in the working directory of 247 * Optional. HCFS URIs of files to be placed in the working directory of 261 * Optional. HCFS URIs of files to be placed in the working directory of 276 * Optional. HCFS URIs of archives to be extracted into the working directory [all …]
|
| D | PySparkBatchOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 58 * that can be set as batch properties, such as `--conf`, since a collision 72 * that can be set as batch properties, such as `--conf`, since a collision 86 * that can be set as batch properties, such as `--conf`, since a collision 101 * that can be set as batch properties, such as `--conf`, since a collision 226 * Optional. HCFS URIs of files to be placed in the working directory of 239 * Optional. HCFS URIs of files to be placed in the working directory of 252 * Optional. HCFS URIs of files to be placed in the working directory of 266 * Optional. HCFS URIs of files to be placed in the working directory of 281 * 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/cronet/third_party/re2/src/.github/workflows/ |
| D | python.yml | 9 wheel-linux: 11 runs-on: ${{ matrix.arch.runs-on }} 13 image: quay.io/pypa/${{ matrix.os }}_${{ matrix.arch.python-name }} 17 options: --init --user 1001 19 fail-fast: false 22 - { name: X64, python-name: x86_64, runs-on: [ubuntu-latest] } 23 - { name: ARM64, python-name: aarch64, runs-on: [self-hosted, linux, arm64] } 32 - uses: actions/checkout@v3 34 - run: echo "timestamp=$(git log -1 --pretty=%ct)" >> "${GITHUB_ENV}" 37 - uses: bazelbuild/setup-bazelisk@6244971d4f7ba9aca943c2f3ede2bbd813fcca51 [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/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
| D | WindowsPathType.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 26 * Windows-style path type. 37 * relative to the working directory on that drive. Currently can't support that format as it 42 // - A method like PathType.isAbsolute(Path) or something to that effect; this would allow 45 // - Special handling for relative paths that have a root. This handling would determine the 46 // root directory and then determine the working directory from there. The file system would 47 // still have one working directory; for the root that working directory is under, it is the 48 // working directory. For every other root, the root itself is the working directory. 49 private static final Pattern WORKING_DIR_WITH_DRIVE = Pattern.compile("^[a-zA-Z]:([^\\\\].*)?$"); 111 * Parse the root of a UNC-style path, throwing an exception if the path does not start with a [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() )}" /> 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 …]
|
| /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/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/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/cpuinfo/.github/workflows/ |
| D | build.yml | 6 - master 7 - main 10 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} 11 cancel-in-progress: true 13 cmake-linux-local: 14 runs-on: ubuntu-latest 15 timeout-minutes: 40 17 - uses: actions/checkout@v2 18 - name: Update apt 20 - name: Install ninja [all …]
|
| /external/python/cpython2/Tools/faqwiz/ |
| D | README | 2 ---------- 9 This is a CGI program that maintains a user-editable FAQ. It uses RCS 16 importable module. The actual script in cgi-bin is minimal. 20 faqw.py executable script to be edited and installed in cgi-bin 21 faqwiz.py main module, lives in same directory as FAQ entry files 24 move-faqwiz.sh Script to move faqwiz entries. 28 ----------- 30 Version 1.0 corrects some minor bugs and uses tab-agnostic 41 ----------------- 48 will live (the directory where you unpacked it is an obvious choice). [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 build-linux: 21 digests-gcc: ${{ steps.hash-gcc.outputs.hashes }} 22 digests-clang: ${{ steps.hash-clang.outputs.hashes }} 24 runs-on: ubuntu-latest 27 cxx: [g++-10, clang++-12] 28 fail-fast: false [all …]
|
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
| D | remotebuildexecution.v1.json | 5 "https://www.googleapis.com/auth/cloud-platform": { 17 "documentationLink": "https://cloud.google.com/remote-build-execution/docs/", 20 "x16": "http://www.google.com/images/icons/product/search-16.gif", 21 "x32": "http://www.google.com/images/icons/product/search-32.gif" 57 "Responses with Content-Type of application/json", 58 "Media download with context-dependent Content-Type", 59 "Responses with Content-Type of application/x-protobuf" 91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 132 "https://www.googleapis.com/auth/cloud-platform" 172 "https://www.googleapis.com/auth/cloud-platform" [all …]
|
12345678910>>...46