| /third_party/flatbuffers/.github/workflows/ |
| D | build.yml | 6 - master 9 - master 12 build-linux: 14 runs-on: ubuntu-latest 17 cxx: [g++-9, clang++-9] 19 - uses: actions/checkout@v1 20 - name: cmake 21 run: CXX=${{ matrix.cxx }} cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release . 22 - name: build 23 run: make -j4 [all …]
|
| /third_party/typescript_eslint/.github/workflows/ |
| D | ci.yml | 6 - master 7 # TODO - delete this before merging v4 into master 8 - v4 11 - '**' 19 runs-on: ubuntu-latest 21 - uses: actions/checkout@v2 23 - name: echo github.ref 26 - name: Use Node.js ${{ env.PRIMARY_NODE_VERSION }} 27 uses: actions/setup-node@v1 29 node-version: ${{ env.PRIMARY_NODE_VERSION }} [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/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/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/boost/tools/build/test/ |
| D | test_system.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 8 <!--tidy options: -i -wrap 78 --> 9 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 14 p.revision { text-align: right; font-style: italic } 15 pre.code { margin-left: 2em } 16 pre.example { margin-left: 2em; border: solid black thin } 17 pre.output { margin-left: 2em } 19 h1 { text-align: right } 34 <dl class="page-index"> 35 <dt><a href="#sec-intro">Introduction for users</a></dt> [all …]
|
| D | TestCmd.py | 11 in-line data, here-documents), allowing tests to be completely self-contained. 43 # Copyright 2002-2003 Vladimir Prus. 44 # Copyright 2002-2003 Dave Abrahams. 88 if file[-10:] == "TestCmd.py": 128 in directory: """ + os.getcwd() ) 197 return MatchError("Mismatch at line %d\n- %s\n+ %s\n" % 200 return MatchError("Missing lines at line %d\n- %s" % 201 (len(lines), "\n- ".join(matches[len(lines):]))) 221 return MatchError("Mismatch at line %d\n- %s\n+ %s\n" % 224 return MatchError("Missing lines at line %d\n- %s" % [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/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/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/e2fsprogs/debugfs/ |
| D | ro_debug_cmds.ct | 24 request do_ncheck, "Do inode->name translation", 27 request do_icheck, "Do block->inode translation", 30 request do_chroot, "Change root directory", 33 request do_change_working_dir, "Change working directory", 36 request do_list_dir, "List directory", 51 request do_testi, "Test an inode's in-use flag", 60 request do_print_working_directory, "Print current working directory", 69 request do_htree_dump, "Dump a hash-indexed directory", 72 request do_dx_hash, "Calculate the directory hash of a filename", 75 request do_dirsearch, "Search a directory for a particular filename", [all …]
|
| D | debug_cmds.ct | 31 request do_ncheck, "Do inode->name translation", 34 request do_icheck, "Do block->inode translation", 37 request do_chroot, "Change root directory", 40 request do_change_working_dir, "Change working directory", 43 request do_list_dir, "List directory", 58 request do_link, "Create directory link", 61 request do_unlink, "Delete a directory link", 64 request do_mkdir, "Create a directory", 67 request do_rmdir, "Remove a directory", 82 request do_freei, "Clear an inode's in-use flag", [all …]
|
| /third_party/curl/docs/cmdline-opts/ |
| D | remote-name.d | 1 Long: remote-name 5 --- 9 The file will be saved in the current working directory. If you want the file 10 saved in a different directory, make sure you change the current working 11 directory before invoking curl with this option. 15 server to be able to choose the file name refer to --remote-header-name which 20 encoded parts of the name, they will end up as-is as file name.
|
| D | quote.d | 7 --- 12 transfer, prefix them with a dash '-'. To make commands be sent after curl 13 has changed the working directory, just before the transfer command(s), prefix 28 shell-style to embed spaces or special characters. Following is the list of 50 The mkdir command creates the directory named by the directory_name operand. 56 The pwd command returns the absolute pathname of the current working directory. 58 The rename command renames the file or directory named by the source 62 .IP "rmdir directory" 63 The rmdir command removes the directory entry specified by the directory
|
| /third_party/elfio/.github/workflows/ |
| D | c-cpp.yml | 13 runs-on: ubuntu-latest 16 - uses: actions/checkout@v2 17 - name: compile and run examples 19 autoreconf -i -f 22 - name: compile and run tests 24 sudo apt-get install libboost-test-dev 26 autoreconf -i -f 30 - name: make distcheck 41 os: [ubuntu-latest, windows-latest] 44 runs-on: ${{ matrix.os }} [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/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/functionalext/supplement/unistd"; 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/FatFs/source/ |
| D | ff.h | 1 /*----------------------------------------------------------------------------/ 2 / FatFs - Generic FAT Filesystem module R0.14a / 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/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/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/curl/docs/libcurl/opts/ |
| D | CURLOPT_QUOTE.3 | 8 .\" * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al. 25 CURLOPT_QUOTE \- (S)FTP commands to run before transfer 48 server using this option. If you change connection state, working directory or 72 The mkdir command creates the directory named by the directory_name operand. 78 The pwd command returns the absolute pathname of the current working directory. 80 The rename command renames the file or directory named by the source 84 .IP "rmdir directory" 85 The rmdir command removes the directory entry specified by the directory 100 cmdlist = curl_slist_append(cmdlist, "RNFR source-name"); 101 cmdlist = curl_slist_append(cmdlist, "RNTO new-name"); [all …]
|
| /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);
|