| /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 …]
|
| /third_party/ltp/testcases/kernel/syscalls/getcwd/ |
| D | getcwd03.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 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. 30 static char dir[BUFSIZ], dir_link[BUFSIZ]; variable 38 SAFE_CHDIR(dir); in verify_getcwd() 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() [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 …]
|
| D | path.json | 11 …ule provides utilities for working with file and directory paths.\nIt can be accessed using:</p>\n… 16 …-style\npaths are being used.</p>\n<p>So using <code>path.basename()</code> might yield different … 33 "pr-url": "https://github.com/nodejs/node/pull/5348", 34 "description": "Passing a non-string as the `path` argument will throw now." 60 …-js\">path.basename('/foo/bar/baz/asdf/quux.html');\n// Returns: 'quux.html'\n\npath.basename('/fo… 73 "pr-url": "https://github.com/nodejs/node/pull/5348", 74 "description": "Passing a non-string as the `path` argument will throw now." 94 …#path_path_sep\"><code>path.sep</code></a>.</p>\n<pre><code class=\"language-js\">path.dirname('/f… 107 "pr-url": "https://github.com/nodejs/node/pull/5348", 108 "description": "Passing a non-string as the `path` argument will throw now." [all …]
|
| /third_party/node/deps/npm/test/tap/ |
| D | gently-rm-linked-module.js | 1 var common = require('../common-tap.js') 4 var fs = require('graceful-fs') 9 var Dir = Tacks.Dir variable 11 var isWindows = require('../../lib/utils/is-windows.js') 14 var fixture = new Tacks(Dir({ 15 'working-dir': Dir({ property 16 'node_modules': Dir({}) // so it doesn't try to install into npm's own node_modules 18 'test-module': Dir({ 28 'global-dir': Dir({}), 29 'linked-global-dir': Symlink('global-dir') [all …]
|
| /third_party/skia/src/core/ |
| D | SkColorFilter.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 33 return as_CFB(this)->onAsAColorMode(color, mode); in asAColorMode() 37 return as_CFB(this)->onAsAColorMatrix(matrix); in asAColorMatrix() 41 return as_CFB(this)->onIsAlphaUnchanged(); in isAlphaUnchanged() 71 return this->onAppendStages(rec, shaderIsOpaque); in appendStages() 78 if ((c = this->onProgram(p,c, dst, uniforms,alloc))) { in program() 79 if (this->isAlphaUnchanged()) { in program() 84 //SkDebugf("cannot onProgram %s\n", this->getTypeName()); in program() 89 // This is mostly meaningless. We should phase-out this call entirely. in filterColor() 91 return this->filterColor4f(SkColor4f::FromColor(c), cs, cs).toSkColor(); in filterColor() [all …]
|
| /third_party/toybox/scripts/ |
| D | genconfig.sh | 6 mkdir -p generated 12 ${CROSS_COMPILE}${CC} $CFLAGS -xc -o /dev/null $1 - 21 echo -e "config $1\n\tbool" || exit 1 22 echo -e "\tdefault $DEFAULT\n" || exit 1 31 [ -z "$(probecc -Wno-string-plus-int <<< \#warn warn 2>&1 | grep string-plus-int)" ] && 32 echo -Wno-string-plus-int >> generated/cflags 44 probesymbol TOYBOX_FIFREEZE -c << EOF 52 probesymbol TOYBOX_ICONV -c << EOF 62 probesymbol TOYBOX_UTMPX -c << EOF 75 probesymbol TOYBOX_SHADOW -c << EOF [all …]
|
| /third_party/libwebsockets/cmake/ |
| D | FindGit.cmake | 16 # This file was originally developed by Jean-Christophe Fillion-Robin, Kitware Inc. 17 # and was partially funded by NIH grant 3P41RR013218-12S1 19 # AG 2013-02-18: I got it from here 27 # GIT_EXECUTABLE - path to git command line client 28 # GIT_FOUND - true if the command line client was found 31 # GIT_WC_INFO(<dir> <var-prefix>) 32 # is defined to extract information of a git working copy at 36 # <var-prefix>_WC_REVISION_HASH - Current SHA1 hash 37 # <var-prefix>_WC_REVISION - Current SHA1 hash 38 # <var-prefix>_WC_REVISION_NAME - Name associated with <var-prefix>_WC_REVISION_HASH [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 */ 64 #if FF_USE_LFN == 1 /* LFN enabled with static working buffer */ 65 static WCHAR LfnBuf[FF_MAX_LFN + 1]; /* LFN working buffer */ [all …]
|
| /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/icu/tools/scripts/ |
| D | icu-file-utf8-check.py | 1 #! /usr/bin/python -B 6 # Copyright (C) 2009-2011, International Business Machines Corporation, Google and Others. 10 # Script to check that ICU source files contain only valid UTF-8 encoded text, 17 # icu-file-utf8-check.py [options] 20 # -h | --help Print a usage line and exit. 24 # No changes are made to the repository; only the working copy will be altered. 25 # The script checks all source files and returns a non-zero exit code if any of 26 # the checked files contain a non-UTF-8 character. 37 # List of directories to check for UTF-8 and BOM. Currently covers 44 "vendor/double-conversion/upstream/msvc/testrunner.cmd" [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'); 22 const dir = fs.mkdtempSync(`${tmpdir.path}/`); constant 23 process.chdir(dir); 24 fs.rmdirSync(dir);
|
| /third_party/libwebsockets/scripts/client-ca/ |
| D | tmp.cnf | 5 # Establish working directory. 7 dir = . 13 serial = $dir/serial 14 database = $dir/certindex.txt 15 new_certs_dir = $dir/certs 16 certificate = $dir/cacert.pem 17 private_key = $dir/private/cakey.pem 45 #------------------------- ---------------------------------- 60 #------------------------ ------------------------------ 61 0.organizationName_default = libwebsockets-test
|
| /third_party/node/doc/ |
| D | node.1 | 8 .\" https://atom.io/packages/language-roff 11 .\" mandoc -Wall -Tlint /path/to/this.file # BSD 12 .\" groff -w all -z /path/to/this.file # GNU/Linux, macOS 18 .\" the Roff formatter better control over text-spacing, line-wrapping, 34 .Nd server-side JavaScript runtime 40 .Op Ar v8-options 42 .Op Fl - 51 .Op Fl -v8-options 56 It is primarily focused on creating simple, easy-to-build network clients and servers. 63 .Bl -tag -width 6n [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/doc/docbook/ |
| D | wpa_supplicant.conf.sgml | 1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> 16 including pre-shared keys. See the example configuration file, 22 (absolute, not relative to working directory) path in order to allow 23 working directory to be changed. This can happen if wpa_supplicant is 27 SIGHUP signal to <command>wpa_supplicant</command> ('killall -HUP 44 <para>WPA-Personal (PSK) as home network and WPA-Enterprise with 45 EAP-TLS as work network.</para> 49 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 55 key_mgmt=WPA-PSK 59 # work network; use EAP-TLS with WPA; allow only CCMP and TKIP ciphers [all …]
|
| /third_party/openh264/test/encoder_binary_comparison/ |
| D | run_OneBitStream.sh | 4 # -- Compared with benchmark version using SHA-1 string 5 # -- Test bit stream under folder openh264/res 6 # -- SHA-1 string of benchmark version for all cases of all bit streams 8 # -- For more detail,please refer to file AboutTest. 11 # -- Usage: run_OneBitStream.sh $BitStreamName $TestType 12 # -- WorkingDir 15 # There will be an auto detection for working directory 16 # -- Before using this script, need to run below command: 30 #dir info 40 #for local test: working dir is openh264/test/encoder_binary_comparison [all …]
|
| /third_party/cmsis/CMSIS/DSP/Source/SupportFunctions/ |
| D | arm_merge_sort_init_f32.c | 1 /* ---------------------------------------------------------------------- 9 * Target Processor: Cortex-M and Cortex-A cores 10 * -------------------------------------------------------------------- */ 12 * Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved. 14 * SPDX-License-Identifier: Apache-2.0 20 * www.apache.org/licenses/LICENSE-2.0 43 * @param[in] dir Sorting order. 44 * @param[in] buffer Working buffer. 46 void arm_merge_sort_init_f32(arm_merge_sort_instance_f32 * S, arm_sort_dir dir, float32_t * buffer) in arm_merge_sort_init_f32() argument 48 S->dir = dir; in arm_merge_sort_init_f32() [all …]
|
| D | arm_merge_sort_f32.c | 1 /* ---------------------------------------------------------------------- 9 * Target Processor: Cortex-M and Cortex-A cores 10 * -------------------------------------------------------------------- */ 12 * Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved. 14 * SPDX-License-Identifier: Apache-2.0 20 * www.apache.org/licenses/LICENSE-2.0 33 …wnMerge(float32_t * pA, uint32_t begin, uint32_t middle, uint32_t end, float32_t * pB, uint8_t dir) in topDownMerge() argument 35 /* Left array is pA[begin:middle-1] in topDownMerge() 36 * Right Array is pA[middle:end-1] in topDownMerge() 48 if (i < middle && (j >= end || dir==(pA[i] <= pA[j])) ) in topDownMerge() [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/doc/docbook/ |
| D | wpa_supplicant.conf.sgml | 1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> 20 including pre-shared keys. See the example configuration file, 26 (absolute, not relative to working directory) path in order to allow 27 working directory to be changed. This can happen if wpa_supplicant is 31 SIGHUP signal to <command>wpa_supplicant</command> ('killall -HUP 48 <para>WPA-Personal (PSK) as home network and WPA-Enterprise with 49 EAP-TLS as work network.</para> 53 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 59 key_mgmt=WPA-PSK 63 # work network; use EAP-TLS with WPA; allow only CCMP and TKIP ciphers [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | VirtualFileSystem.cpp | 1 //===- VirtualFileSystem.cpp - Virtual File System Layer ------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 26 #include "llvm/Config/llvm-config.h" 121 return (*F)->getBuffer(Name, FileSize, RequiresNullTerminator, IsVolatile); in getBufferForFile() 147 return Status && Status->exists(); in exists() 165 //===-----------------------------------------------------------------------===/ 167 //===-----------------------------------------------------------------------===/ 234 /// This may be linked to the process's working directory, or maintain its own. [all …]
|
| /third_party/FatFs/documents/doc/ |
| D | sdir.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 5 <meta http-equiv="Content-Style-Type" content="text/css"> 9 <title>FatFs - DIR</title> 15 <h2>DIR</h2> 16 <p>The <tt>DIR</tt> structure is used for the work area to read a directory by <tt>f_oepndir</tt>, … 23 BYTE* dir; <span class="c">/* Pointer to the current SFN entry in the win[] */</span> 27 WCHAR* lfn; <span class="c">/* Pointer to the LFN working buffer (in/out) */</span> 32 } DIR;
|
| /third_party/python/PCbuild/ |
| D | prepare_ssl.py | 16 # * Run this script with the OpenSSL source dir as the only argument. 52 subprocess.check_output([perl, "-e", "use Win32;"]) 69 dir = 'inc'+suffix+'\\openssl' 71 os.makedirs(dir) 74 copy_if_different = r'$(PERL) $(SRC_D)\util\copy-if-different.pl' 83 dest = dest.strip('"').replace('$(INCO_D)', dir) 89 print("perl Configure "+configure+" no-idea no-mdc2") 90 os.system("perl Configure "+configure+" no-idea no-mdc2") 98 with open('ms\\uplink.c', 'r', encoding='utf-8') as f1: 102 with open('ms\\uplink.c', 'w', encoding='utf-8') as f2: [all …]
|
| /third_party/node/deps/npm/node_modules/normalize-package-data/node_modules/resolve/lib/ |
| D | sync.js | 5 var nodeModulesPaths = require('./node-modules-paths.js'); 6 var normalizeOptions = require('./normalize-options.js'); 33 …asedir` is an absolute path at this point, resolving against the process' current working directory 46 if ((/^(?:\.\.?(?:\/|$)|\/|([A-Za-z]:)?[/\\])/).test(x)) { 48 if (x === '..' || x.slice(-1) === '/') res += '/'; 65 if (pkg && pkg.dir && pkg.pkg && opts.pathFilter) { 66 var rfile = path.relative(pkg.dir, x); 69 x = path.resolve(pkg.dir, r); // eslint-disable-line no-param-reassign 85 function loadpkg(dir) { argument 86 if (dir === '' || dir === '/') return; [all …]
|
| /third_party/icu/tools/cldr/ |
| D | build.xml | 1 <!-- © 2020 and later: Unicode, Inc. and others. 2 License & terms of use: http://www.unicode.org/copyright.html --> 4 <!-- This build file is intended to become the single mechanism for working with CLDR 8 * Building ICU data form CLDR data via cldr-to-icu. 13 icu4c/source/data/cldr-icu-readme.txt 14 --> 16 <!-- Using the directory of this build.xml file as ${basedir}. --> 19 <!-- Initialize any properties not already set on the command line. --> 20 <target name="init-args"> 22 <!-- Inherit properties from environment variable unless specified. As usual [all …]
|
| /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 //===----------------------------------------------------------------------===// 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, 143 /// (non-recursive) contents of a directory. 148 /// to directory_entry() at end, or returns a system-defined \c error_code. 164 assert(Impl.get() != nullptr && "requires non-null implementation"); in directory_iterator() [all …]
|