/third_party/openssl/.github/workflows/ |
D | fips-old.yml | 15 fips-provider-validation: 20 dir: openssl-3.0.0, 21 tgz: openssl-3.0.0.tar.gz, 22 url: "https://www.openssl.org/source/old/3.0/openssl-3.0.0.tar.gz" 25 runs-on: ubuntu-latest 27 - name: create directory 29 - uses: actions/checkout@v2 32 - name: download module source 33 run: wget --no-verbose ${{ matrix.module.url }} 34 - name: unpack module source [all …]
|
D | windows.yml | 1 # Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved. 21 - windows-2019 22 - windows-2022 24 - arch: win64 25 config: enable-fips 26 - arch: win32 27 config: --strict-warnings no-fips 28 runs-on: ${{matrix.os}} 30 - uses: actions/checkout@v2 31 - uses: ilammy/msvc-dev-cmd@v1 [all …]
|
D | fips-checksums.yml | 1 # Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved. 15 compute-checksums: 16 runs-on: ubuntu-latest 18 - name: install unifdef 20 sudo apt-get update 21 … sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install unifdef 22 - name: create build dirs 24 mkdir ./build-pristine 25 mkdir ./source-pristine 29 - uses: actions/checkout@v2 [all …]
|
/third_party/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 …]
|
/third_party/ltp/testcases/kernel/syscalls/getcwd/ |
D | getcwd03.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 12 * 1) create a directory, and create a symbolic link to it at the 13 * same directory level. 14 * 2) get the working directory of a directory, and its pathname. 15 * 3) get the working directory of a symbolic link, and its pathname, 17 * 4) compare the working directories and link information. 43 "get working directory of a directory"); in verify_getcwd() 53 "working directory of a symbolic link"); in verify_getcwd() 59 "getcwd() got mismatched working directories (%s, %s)", in verify_getcwd() 69 "link information didn't match the working directory"); in verify_getcwd()
|
/third_party/benchmark/.github/workflows/ |
D | build-and-test.yml | 1 name: build-and-test 8 # TODO: add 32-bit builds (g++ and clang++) for ubuntu 9 # (requires g++-multilib and libc6:i386) 14 runs-on: ${{ matrix.os }} 16 fail-fast: false 18 os: [ubuntu-latest, ubuntu-20.04, macos-latest] 22 - displayTargetName: windows-latest-release 23 os: windows-latest 25 - displayTargetName: windows-latest-debug 26 os: windows-latest [all …]
|
D | build-and-test-perfcounters.yml | 1 name: build-and-test-perfcounters 13 runs-on: ${{ matrix.os }} 15 fail-fast: false 17 os: [ubuntu-latest, ubuntu-20.04] 20 - uses: actions/checkout@v2 22 - name: install libpfm 23 run: sudo apt -y install libpfm4-dev 25 - name: setup cmake 26 uses: jwlawson/actions-setup-cmake@v1.9 28 cmake-version: '3.5.1' [all …]
|
D | sanitizer.yml | 13 runs-on: ubuntu-latest 15 fail-fast: false 22 - uses: actions/checkout@v2 24 - name: configure msan env 27 …echo "EXTRA_FLAGS=-g -O2 -fno-omit-frame-pointer -fsanitize=memory -fsanitize-memory-track-origins… 30 - name: configure ubsan env 33 …echo "EXTRA_FLAGS=-g -O2 -fno-omit-frame-pointer -fsanitize=undefined -fno-sanitize-recover=all" >… 36 - name: configure asan env 39 …echo "EXTRA_FLAGS=-g -O2 -fno-omit-frame-pointer -fsanitize=address -fno-sanitize-recover=all" >> … 42 - name: configure tsan env [all …]
|
D | clang-tidy.yml | 1 name: clang-tidy 9 name: run-clang-tidy 10 runs-on: ubuntu-latest 12 fail-fast: false 14 - uses: actions/checkout@v2 16 - name: install clang-tidy 17 run: sudo apt update && sudo apt -y install clang-tidy 19 - name: create build environment 20 run: cmake -E make_directory ${{ runner.workspace }}/_build 22 - name: configure cmake [all …]
|
/third_party/musl/libc-test/src/functionalext/supplement/legacy/ |
D | daemon.c | 7 * http://www.apache.org/licenses/LICENSE-2.0 21 int failed = -1; 25 * @tc.desc : Verify that the working directory of the daemon can be changed (parameters is 0) 37 * @tc.desc : Verify that the working directory of the daemon can be changed (parameters is 7) 51 * @tc.desc : Verify that the working directory of the daemon cannot be changed 58 int result = daemon(0, -1); in daemon_0300() 64 * @tc.desc : Verify that the working directory of the daemon cannot be changed 71 int result = daemon(-1, -1); in daemon_0400() 79 …* @tc.desc : Verify that the working directory of the daemon cannot be changed (parameter inv… 93 …* @tc.desc : Verify that the working directory of the daemon cannot be changed (parameter inv…
|
/third_party/rust/crates/tracing/.github/workflows/ |
D | CI.yml | 6 - master 7 - "v0.1.x" 13 # Incremental compilation is useful as part of an edit-build-test-edit cycle, 20 # See https://matklad.github.io/2021/09/04/fast-rust-builds.html#ci-workflow 40 runs-on: ubuntu-latest 42 - uses: actions/checkout@v3 43 - uses: actions-rs/toolchain@v1 48 - name: Check 49 uses: actions-rs/cargo@v1 52 args: --all --tests --benches [all …]
|
/third_party/node/doc/api/ |
D | path.md | 3 <!--introduced_in=v0.10.0--> 5 > Stability: 2 - Stable 7 <!-- source_link=lib/path.js --> 9 The `path` module provides utilities for working with file and directory paths. 20 Windows operating system, the `path` module will assume that Windows-style 39 To achieve consistent results when working with Windows file paths on any 49 To achieve consistent results when working with POSIX file paths on any 59 On Windows Node.js follows the concept of per-drive working directory. 63 [this MSDN page][MSDN-Rel-Path]. 66 <!-- YAML [all …]
|
/third_party/node/deps/npm/test/tap/ |
D | version-git-not-clean.js | 1 var common = require('../common-tap.js') 11 test('npm version <semver> with working directory not clean', function (t) { 22 var child2 = spawn(git, ['commit', 'package.json', '-m', 'init']) 40 t.fail('should fail on non-clean working directory') 42 t.ok(err.message.match(/Git working directory not clean./)) 54 test('npm version <semver> --force with working directory not clean', function (t) { 57 '--force', 58 '--no-sign-git-commit', 59 '--no-sign-git-tag', 60 '--registry', common.registry, [all …]
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/ |
D | analyze_once_test.dart | 2 // Use of this source code is governed by a BSD-style license that can be 27 final String analyzerSeparator = platform.isWindows ? '-' : '•'; 30 Directory tempDir; 49 arguments: <String>['--no-wrap', 'create', projectPath], 58 // Analyze in the current directory - no arguments 59 testUsingContext('working directory', () async { 61 command: AnalyzeCommand(workingDirectory: fs.directory(projectPath)), 67 // Analyze a specific file outside the current directory 73 exitMessageContains: 'is not a directory', 77 // Analyze in the current directory - no arguments [all …]
|
/third_party/FatFs/source/ |
D | ff.h | 1 /*----------------------------------------------------------------------------/ 2 / FatFs - Generic FAT Filesystem module R0.15 / 3 /-----------------------------------------------------------------------------/ 19 /----------------------------------------------------------------------------*/ 42 /*--------------------------------*/ 43 /* LFN/Directory working buffer */ 44 /*--------------------------------*/ 46 #if FF_USE_LFN == 0 /* Non-LFN configuration */ 62 …] = {1,3,5,7,9,14,16,18,20,22,24,28,30}; /* FAT: Offset of LFN characters in the directory entry */ 64 #if FF_USE_LFN == 1 /* LFN enabled with static working buffer */ [all …]
|
/third_party/rust/crates/rustix/src/fs/ |
D | cwd.rs | 1 //! The `cwd` function, representing the current working directory. 13 /// `AT_FDCWD`—Returns a handle representing the current working directory. 16 /// directory which can be used as the directory argument in `*at` 20 /// - [POSIX] 26 pub const fn cwd() -> BorrowedFd<'static> { in cwd()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | VirtualFileSystem.h | 1 //===- VirtualFileSystem.h - Virtual File System Layer ----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 71 /// Returns the name that should be used for this file or directory. 101 /// Sub-classes should generally call close() inside their destructors. We 111 return Status->getName().str(); in getName() 118 getBuffer(const Twine &Name, int64_t FileSize = -1, 125 /// A member of a directory, yielded by a directory_iterator. 143 /// (non-recursive) contents of a directory. [all …]
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
D | getcwd.c | 7 * http://www.apache.org/licenses/LICENSE-2.0 23 char *manual = "/data/tests/libc-test/src/"; 29 * @tc.desc : Verify that the absolute path of the current working directory can be obtained 46 …* @tc.desc : Verify that the absolute path of the current working directory can be obtained (… 60 …* @tc.desc : Verify that the absolute path of the current working directory cannot be obtaine…
|
/third_party/flutter/skia/third_party/externals/sdl/premake/ |
D | changelog | 1 This file contains a log of most of the changes and evolutions of the meta-build 5 -Enabled executable bits on the Mac OS X build-scripts command files. 6 -Replaced the Xcode directory structure with two folders for Xcode 3 9 -Updated premake/Xcode/build-scripts/xcode3.command and the 12 -Regenerated the Visual Studio projects to push the 'current working 13 directory' fix to the repository. 14 -Verified the projects are building and running properly across all platforms. 16 Changes as of 09/13/2013-09/14/2013: 17 -Analyzed structure and existing problems to be fixed in the system. 18 -Updated the OpenGL dependency to not include "C:\Windows\System32" since that [all …]
|
/third_party/rust/crates/rustix/src/process/ |
D | chdir.rs | 8 /// `chdir(path)`—Change the current working directory. 11 /// - [POSIX] 12 /// - [Linux] 15 /// [Linux]: https://man7.org/linux/man-pages/man2/chdir.2.html 17 pub fn chdir<P: path::Arg>(path: P) -> io::Result<()> { in chdir() 21 /// `fchdir(fd)`—Change the current working directory. 24 /// - [POSIX] 25 /// - [Linux] 28 /// [Linux]: https://man7.org/linux/man-pages/man2/fchdir.2.html 31 pub fn fchdir<Fd: AsFd>(fd: Fd) -> io::Result<()> { in fchdir() [all …]
|
/third_party/python/Lib/test/support/ |
D | os_helper.py | 24 # TESTFN_UNICODE is a non-ascii filename 25 TESTFN_UNICODE = TESTFN_ASCII + "-\xe0\xf2\u0258\u0141\u011f" 28 # decomposed Unicode, encoded using UTF-8. See QA1173: 42 TESTFN_UNENCODABLE = TESTFN_ASCII + "-\u5171\u0141\u2661\u0363\uDC80" 52 # Mac OS X denies unencodable filenames (invalid utf-8) 55 # ascii and utf-8 cannot encode the byte 0xff 60 + b'-\xff'.decode(sys.getfilesystemencoding(), 'surrogateescape') 62 # File system encoding (eg. ISO-8859-* encodings) can encode 66 # FS_NONASCII: non-ASCII character encodable by os.fsencode(), 74 # U+00E6 (Latin Small Letter Ae): cp1252, iso-8859-1 [all …]
|
/third_party/node/test/known_issues/ |
D | test-cwd-enoent-file.js | 4 // relies on uv_cwd(). The -e and -p flags still work though. 9 // The current working directory cannot be removed on these platforms. 11 assert.fail('cannot rmdir current working directory'); 26 /^Error: ENOENT: no such file or directory, uv_cwd$/);
|
/third_party/node/lib/internal/bootstrap/switches/ |
D | does_own_process_state.js | 22 // ---- keep the attachment of the wrappers above so that it's easier to ---- 23 // ---- compare the setups side-by-side ----- 76 throw new ERR_UNKNOWN_CREDENTIAL('Group', groups[result - 1]); 110 // Cache the working directory to prevent lots of lookups. If the working 111 // directory is changed by `chdir`, it'll be updated. 114 function wrappedChdir(directory) { argument 115 validateString(directory, 'directory'); 116 rawMethods.chdir(directory);
|
/third_party/toybox/toys/posix/ |
D | pwd.c | 1 /* pwd.c - Print working directory. 7 USE_PWD(NEWTOY(pwd, ">0LP[-LP]", TOYFLAG_BIN|TOYFLAG_MAYFORK)) 13 usage: pwd [-L|-P] 15 Print working (current) directory. 17 -L Use shell's path from $PWD (when applicable) 18 -P Print canonical absolute path 42 // If current directory exists, make sure it matches. in pwd_main() 48 // If -L didn't give us a valid path, use cwd. in pwd_main()
|
/third_party/mesa3d/docs/gallium/ |
D | debugging.rst | 10 some driver-specific variables. Set them as normal environment variables for 32 to the working directory. For example, setting it to "trace.xml" will cause 33 the trace to be written to a file of the same name in the working directory. 46 Paths may be relative or absolute; relative paths are relative to the working directory. 54 Gallium has a built-in shader sanity checker. This option controls whether 62 GL State tracker-specific 70 Driver-specific 103 The variables of type "flags" all take a string with comma-separated flags to 116 pausing and stepping of :ref:`Draw` calls. Is used with rbug-gui which is
|