| /third_party/typescript/src/testRunner/unittests/config/ |
| D | commandLineParsing.ts | 6 baseline.push(commandLine.join(" ")); 8 baseline.push("CompilerOptions::"); 9 baseline.push(JSON.stringify(parsed.options, /*replacer*/ undefined, " ")); 10 baseline.push("WatchOptions::"); 11 baseline.push(JSON.stringify(parsed.watchOptions, /*replacer*/ undefined, " ")); 12 baseline.push("FileNames::"); 13 baseline.push(parsed.fileNames.join()); 14 baseline.push("Errors::"); 15 baseline.push(formatDiagnostics(parsed.errors, { 24 // --lib es6 0.ts [all …]
|
| /third_party/mesa3d/.gitlab-ci/windows/ |
| D | mesa_deps_build.ps1 | 2 $MyPath = $MyInvocation.MyCommand.Path | Split-Path -Parent 7 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 -bor [Net.SecurityP… 9 Remove-Item -Recurse -Force -ErrorAction SilentlyContinue "deps" | Out-Null 11 Get-Date 12 Write-Host "Cloning LLVM release/12.x" 13 git clone -b release/12.x --depth=1 https://github.com/llvm/llvm-project deps/llvm-project 15 Write-Host "Failed to clone LLVM repository" 20 # but as of today, SPIRV-LLVM-Translator doesn't have 22 Get-Date 23 Write-Host "Cloning SPIRV-LLVM-Translator" [all …]
|
| D | mesa_build.ps1 | 6 # force the CA cert cache to be rebuilt, in case Meson tries to access anything 7 Write-Host "Refreshing Windows TLS CA cache" 8 (New-Object System.Net.WebClient).DownloadString("https://github.com") >$null 12 Get-Date 13 Write-Host "Compiling Mesa" 14 $builddir = New-Item -Force -ItemType Directory -Name "_build" 15 $installdir = New-Item -Force -ItemType Directory -Name "_install" 20 Remove-Item -Recurse -Force $builddir 21 Remove-Item -Recurse -Force $installdir 22 New-Item -ItemType Directory -Path $builddir [all …]
|
| /third_party/typescript/scripts/build/ |
| D | projects.mjs | 8 * @param {(projects: string[], lkg: boolean, force: boolean) => Promise<any>} action 11 /** @type {{ lkg: boolean, force: boolean, projects?: string[], debouncer: Debouncer }[]} */ 18 * @param {{ lkg?: boolean; force?: boolean; }} options 20 enqueue(project, { lkg = true, force = false } = {}) { property 21 let entry = this._debouncers.find(entry => entry.lkg === lkg && entry.force === force); 28 await this._action(projects, lkg, force); 31 this._debouncers.push(entry = { lkg, force, debouncer }); property 34 entry.projects.push(project); 42 "-b", ...args], 45 …nst projectBuilder = new ProjectQueue((projects, lkg, force) => execTsc(lkg, ...(force ? ["--force… [all …]
|
| /third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
| D | Encoder.java | 29 private int quality = -1; 30 private int lgwin = -1; 40 * @param quality compression quality, or -1 for default 43 if (quality < -1 || quality > 11) { in setQuality() 44 throw new IllegalArgumentException("quality should be in range [0, 11], or -1"); in setQuality() 51 * @param lgwin log2(LZ window size), or -1 for default 54 if ((lgwin != -1) && ((lgwin < 10) || (lgwin > 24))) { in setWindow() 55 throw new IllegalArgumentException("lgwin should be in range [10, 24], or -1"); in setWindow() 92 * @param force repeat pushing until all output is consumed 95 boolean pushOutput(boolean force) throws IOException { in pushOutput() argument [all …]
|
| /third_party/node/deps/npm/node_modules/libnpmversion/ |
| D | README.md | 5 …… 15 // - any semver version string (set to that exact version) 16 // - 'major', 'minor', 'patch', 'pre{major,minor,patch}' (increment at 18 // - 'from-git' (set to the latest semver-lookin git tag - this skips 30 force: false, // push forward recklessly if any problems happen 34 silent: false, // passed to @npmcli/run-script to control whether it logs 43 back to `package.json`, `package-lock.json`, and, if present, 44 `npm-shrinkwrap.json`. 47 argument to [semver.inc](https://github.com/npm/node-semver#functions) (one 49 `prerelease`), or `from-git`. In the second case, the existing version will [all …]
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| D | nvc0_shader_state.c | 37 if (prog && prog->need_tls) { in nvc0_program_update_context_state() 38 const uint32_t flags = NV_VRAM_DOMAIN(&nvc0->screen->base) | NOUVEAU_BO_RDWR; in nvc0_program_update_context_state() 39 if (!nvc0->state.tls_required) in nvc0_program_update_context_state() 40 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_TLS, flags, nvc0->screen->tls); in nvc0_program_update_context_state() 41 nvc0->state.tls_required |= 1 << stage; in nvc0_program_update_context_state() 43 if (nvc0->state.tls_required == (1 << stage)) in nvc0_program_update_context_state() 44 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TLS); in nvc0_program_update_context_state() 45 nvc0->state.tls_required &= ~(1 << stage); in nvc0_program_update_context_state() 52 if (prog->mem) in nvc0_program_validate() 55 if (!prog->translated) { in nvc0_program_validate() [all …]
|
| /third_party/mbedtls/.github/ |
| D | pull_request_template.md | 11 - [ ] **changelog** provided, or not required 12 - [ ] **backport** done, or not required 13 - [ ] **tests** provided, or not required 19 Please refer to the [contributing guidelines](https://github.com/Mbed-TLS/mbedtls/blob/development/… 24 - please structure your PR into a series of small commits, each of which does one thing 25 * Avoid force-push 26 - please do not force-push to update your PR - just add new commit(s) 27 * See our [Guidelines for Contributors](https://mbed-tls.readthedocs.io/en/latest/reviews/review-fo…
|
| /third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
| D | build-ideal-tree.js | 2 const localeCompare = require('@isaacs/string-locale-compare')('en') 3 const rpj = require('read-package-json-fast') 4 const npa = require('npm-package-arg') 7 const { callLimit: promiseCallLimit } = require('promise-call-limit') 10 const treeCheck = require('../tree-check.js') 14 const log = require('proc-log') 15 const { cleanUrl } = require('npm-registry-fetch') 21 } = require('../can-place-dep.js') 22 const PlaceDep = require('../place-dep.js') 25 const fromPath = require('../from-path.js') [all …]
|
| D | rebuild.js | 4 const localeCompare = require('@isaacs/string-locale-compare')('en') 6 const promiseAllRejectLate = require('promise-all-reject-late') 7 const rpj = require('read-package-json-fast') 8 const binLinks = require('bin-links') 9 const runScript = require('@npmcli/run-script') 10 const { callLimit: promiseCallLimit } = require('promise-call-limit') 15 } = require('@npmcli/node-gyp') 16 const log = require('proc-log') 20 (a.depth - b.depth) || localeCompare(a.path, b.path) 125 // we avoid doing so if global=true since `bin-links` relies [all …]
|
| /third_party/node/deps/npm/lib/utils/ |
| D | queryable.js | 7 // replaces any occurrence of an empty-brackets (e.g: []) with a special 9 // method that will push values to the end of the array when finding these 34 /* eslint-disable-next-line no-new-wrappers */ 39 // we don't try to split-separate keys that were defined within 43 // returns an array that contains either dot-separate items (that will 46 // foo.bar[1.0.0].a.b -> ['foo.bar', '1.0.0', 'a.b'] 54 // at the end of parsing, any usage of the special empty-bracket syntax 71 res.push(k) 73 // splits the dot-sep property names and add them to the list of keys 74 /* eslint-disable-next-line no-new-wrappers */ [all …]
|
| D | explain-eresolve.js | 1 // this is called when an ERESOLVE error is caught in the exit-handler, 3 // into a human-intelligible explanation of what's wrong and how to fix. 4 const { explainEdge, explainNode, printNode } = require('./explain-dep.js') 9 // at ${cache}/eresolve-report.txt along with full json. 18 out.push('While resolving: ' + printNode(whileInstalling, chalk)) 25 out.push('Found: ' + explainNode(current, depth, chalk)) 27 out.push('Found: ' + explainNode(peerConflict.current, depth, chalk)) 29 out.push('Found: ' + explainEdge(currentEdge, depth, chalk)) 30 } else /* istanbul ignore else - should always have one */ if (edge) { 31 out.push('Found: ' + explainEdge(edge, depth, chalk)) [all …]
|
| /third_party/icu/docs/processes/release/tasks/ |
| D | miscellaneous.md | 1 --- 7 --- 9 <!-- 12 --> 18 {: .no_toc .text-delta } 23 --- 30 --- 44 --- 48 After every milestone (GA / RC / Milestone-N) is completed, create a new release 53 --- [all …]
|
| /third_party/node/deps/npm/node_modules/node-gyp/lib/ |
| D | configure.js | 3 const { promises: fs } = require('graceful-fs') 7 const processRelease = require('./process-release') 9 const findNodeDirectory = require('./find-node-directory') 10 const { createConfigGypi } = require('./create-config-gypi') 13 const { findPython } = require('./find-python') 14 const { findVisualStudio } = win ? require('./find-visualstudio') : {} 31 // --nodedir was specified. use that for the dev files 33 log.verbose('get node dir', 'compiling against specified --nodedir dev files: %s', nodeDir) 35 // if no --nodedir specified, ensure node dependencies are installed 37 // if --target was given, then determine a target version to compile for [all …]
|
| /third_party/libinput/doc/user/ |
| D | contributing.rst | 15 ------------------------------------------------------------------------------ 17 ------------------------------------------------------------------------------ 27 ------------------------------------------------------------------------------ 29 ------------------------------------------------------------------------------ 32 `wayland-devel@lists.freedesktop.org 33 <https://lists.freedesktop.org/mailman/listinfo/wayland-devel>`_ mailing 45 ------------------------------------------------------------------------------ 47 ------------------------------------------------------------------------------ 61 ------------------------------------------------------------------------------ 63 ------------------------------------------------------------------------------ [all …]
|
| /third_party/node/deps/v8/tools/release/ |
| D | create_release.py | 3 # Use of this source code is governed by a BSD-style license that can be 22 self.DeleteBranch("work-branch") 54 # ongoing candidates push. 59 # Make sure patch level is 0 in a new push. 83 cmd = "push origin :refs/heads/%s" % self["version"] 98 cmd = "push origin %s:refs/heads/%s" % (self["push_hash"], self["version"]) 109 self.Git("reset --hard origin/main") 110 self.Git("new-branch work-branch --upstream origin/%s" % self["version"]) 127 new_watchlist_content = re.sub("(# 'v8-merges@googlegroups\.com',)", 128 "'v8-merges@googlegroups.com',", [all …]
|
| /third_party/node/deps/npm/node_modules/npm-audit-report/lib/reporters/ |
| D | detail.js | 18 // only print starting from the top-level advisories 20 output.push(printVuln(vuln, c, data.vulnerabilities, printed)) 24 output.push(summary) 37 output.push(c.white(vuln.name) + ' ' + vuln.range) 40 output.push(`Severity: ${c.severity(vuln.severity)}`) 45 output.push(`Depends on vulnerable versions of ${c.white(via)}`) 47 output.push(`${c.white(via.title)} - ${via.url}`) 54 output.push(c.red('No fix available')) 56 output.push(c.green('fix available') + ' via `npm audit fix`') 58 /* istanbul ignore else - should be impossible, just being cautious */ [all …]
|
| D | install.js | 15 output.push(`found ${c.green('0')} vulnerabilities`) 36 output.push(`${c.red(total)} vulnerabilities (${severities})`) 39 output.push(`${count} ${c.severity(sev)} severity vulnerabilit${count === 1 ? 'y' : 'ies'}`) 46 output.push('', 'To address ' + 52 output.push('', 'To address all issues' + 55 ', run:\n npm audit fix --force') 59 output.push('',
|
| /third_party/rust/crates/cxx/.github/workflows/ |
| D | site.yml | 4 push: 6 - master 8 - book/** 9 - .github/workflows/site.yml 15 runs-on: ubuntu-latest 18 timeout-minutes: 30 20 - uses: actions/checkout@v3 22 - name: Get mdBook 25 export MDBOOK_TARBALL="mdbook-${MDBOOK_VERSION}-x86_64-unknown-linux-gnu.tar.gz" 27 curl -Lf "${MDBOOK_URL}" | tar -xzC book [all …]
|
| /third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
| D | audit-report.js | 4 const localeCompare = require('@isaacs/string-locale-compare')('en') 5 const npa = require('npm-package-arg') 6 const pickManifest = require('npm-pick-manifest') 9 const Calculator = require('@npmcli/metavuln-calculator') 16 const log = require('proc-log') 18 const fetch = require('npm-registry-fetch') 48 total: this.tree.inventory.size - 1, 73 // for each topVuln, figure out if it's fixable with audit fix --force, 74 // or if we have to just delete the thing, and if the fix --force will 78 vulnerabilities.push([name, vuln.toJSON()]) [all …]
|
| D | place-dep.js | 6 // removing replaced nodes, pruning now-extraneous or invalidated nodes, 7 // and saves a set of what was placed and what needs re-evaluation as 10 const localeCompare = require('@isaacs/string-locale-compare')('en') 11 const log = require('proc-log') 12 const { cleanUrl } = require('npm-registry-fetch') 13 const deepestNestingTarget = require('./deepest-nesting-target.js') 14 const CanPlaceDep = require('./can-place-dep.js') 22 const gatherDepSet = require('./gather-dep-set.js') 23 const peerEntrySets = require('./peer-entry-sets.js') 31 this.force = options.force [all …]
|
| /third_party/node/deps/npm/node_modules/bin-links/lib/ |
| D | link-bins.js | 1 const isWindows = require('./is-windows.js') 2 const binTarget = require('./bin-target.js') 4 const linkBin = isWindows ? require('./shim-bin.js') : require('./link-bin.js') 5 const normalize = require('npm-normalize-package-bin') 7 const linkBins = ({ path, pkg, top, force }) => { field 18 promises.push(linkBin({ path, from, to, absFrom, force })) field
|
| /third_party/typescript/src/testRunner/unittests/tsbuild/ |
| D | sample.ts | 37 commandLineArgs: ["--b", "/src/tests"], 48 commandLineArgs: ["--b", "/src/tests"], 59 commandLineArgs: ["--b", "/src/core", "--verbose"], 69 commandLineArgs: ["--b", "/src/tests", "--dry"], 78 commandLineArgs: ["--b", "/src/tests", "--clean"], 86 commandLineArgs: ["--b", "/src/logic", "--clean"], 98 commandLineArgs: ["--b", "/src/logic2", "--clean"], 107 describe("force builds", () => { 110 subScenario: "always builds under with force option", 112 commandLineArgs: ["--b", "/src/tests", "--force"], [all …]
|
| /third_party/node/deps/npm/man/man1/ |
| D | npm-version.1 | 1 .TH "NPM-VERSION" "1" "February 2024" "" "" 3 \fBnpm-version\fR - Bump a package version 8 …]<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git\[rB] 14 .SS "\fBallow-same-version\fR" 24 .SS "\fBcommit-hooks\fR" 34 .SS "\fBgit-tag-version\fR" 70 …r" to use as a prefix for the "prerelease" part of a semver. Like the \fBrc\fR in \fB1.2.0-rc.8\fR. 71 .SS "\fBsign-git-tag\fR" 80 If set to true, then the \fBnpm version\fR command will tag the version using \fB-s\fR to add a sig… 122 …all, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do oth… [all …]
|
| /third_party/alsa-utils/.github/workflows/ |
| D | build.yml | 1 name: Build alsa-utils 3 on: [push, pull_request] 7 runs-on: ubuntu-latest 11 - name: Prepare environment 13 dnf -y upgrade 14 dnf -y install @development-tools libtool bzip2 gettext-devel ncurses-devel 16 - name: Checkout alsa-lib 19 repository: alsa-project/alsa-lib 21 path: alsa-lib 22 - name: Configure alsa-lib [all …]
|