/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | credits.adoc | 25 * Adam Jackson, Red Hat (versions 1.0, 1.1) 31 * Alan Baker, Google (versions 1.1, 1.2, 1.3) 32 * Alan Ward, Google (versions 1.1, 1.2) 35 (versions 1.0, 1.1) 36 * Alex Crabb, Caster Communications (versions 1.2, 1.3) 37 * Alex Walters, Imagination Technologies (versions 1.2, 1.3) 38 * Alexander Galazin, Arm (versions 1.0, 1.1, 1.2, 1.3) 42 * Alon Or-bach, Google (versions 1.0, 1.1, 1.2, 1.3) (WSI technical 44 * Anastasia Stulova, Arm (versions 1.2, 1.3) 49 * Andrew Garrard, Imagination Technologies (versions 1.0, 1.1, 1.2, 1.3) [all …]
|
D | credits.txt | 25 * Adam Jackson, Red Hat (versions 1.0, 1.1) 29 * Alan Baker, Google (versions 1.1, 1.2) 30 * Alan Ward, Google (versions 1.1, 1.2) 33 (versions 1.0, 1.1) 36 * Alexander Galazin, Arm (versions 1.0, 1.1, 1.2) 38 * Alon Or-bach, Samsung Electronics (versions 1.0, 1.1, 1.2) (WSI 44 * Andrew Garrard, Samsung Electronics (versions 1.0, 1.1, 1.2) (format 50 * Andrew Woloszyn, Google (versions 1.0, 1.1) 52 * Antoine Labour, Google (versions 1.0, 1.1) 55 * Baldur Karlsson, Independent (versions 1.1, 1.2) [all …]
|
/third_party/node/deps/npm/test/tap/ |
D | pick-manifest-from-registry-metadata.js | 11 versions: { property 19 var versions = Object.keys(metadata.versions) 20 var selected = pickManifest('^1.0.0', 'latest', versions, metadata) 23 selected = pickManifest('^1.0.0', 'example', versions, metadata) 34 versions: { property 42 var versions = Object.keys(metadata.versions) 43 var selected = pickManifest('~1.0.0', 'latest', versions, metadata) 52 versions: { property 59 var versions = Object.keys(metadata.versions) 60 var selected = pickManifest('>=1.0.0 <2', 'example', versions, metadata) [all …]
|
/third_party/node/test/parallel/ |
D | test-trace-events-metadata.js | 35 trace.args.node === process.versions.node)); 39 trace.args.process.versions.http_parser === 40 process.versions.http_parser && 41 trace.args.process.versions.llhttp === 42 process.versions.llhttp && 43 trace.args.process.versions.node === 44 process.versions.node && 45 trace.args.process.versions.v8 === 46 process.versions.v8 && 47 trace.args.process.versions.uv === [all …]
|
D | test-process-versions.js | 30 const actual_keys = Object.keys(process.versions).sort(); 36 assert(commonTemplate.test(process.versions.ares)); 37 assert(commonTemplate.test(process.versions.brotli)); 38 assert(commonTemplate.test(process.versions.llhttp)); 39 assert(commonTemplate.test(process.versions.node)); 40 assert(commonTemplate.test(process.versions.uv)); 41 assert(commonTemplate.test(process.versions.zlib)); 44 .test(process.versions.v8)); 45 assert(/^\d+$/.test(process.versions.modules)); 48 assert(/^\d+\.\d+\.\d+[a-z]?(-fips)?$/.test(process.versions.openssl)); [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | declarationEmitOutFileBundlePaths.symbols | 1 === tests/cases/compiler/js/versions.static.js === 4 >"@a/b" : Symbol("@a/b", Decl(versions.static.js, 0, 16)) 7 >"@a/c" : Symbol("@a/c", Decl(versions.static.js, 1, 20)) 11 import versions from './versions.static.js'; 12 >versions : Symbol(versions, Decl(index.js, 0, 6)) 15 versions 16 >versions : Symbol(versions, Decl(index.js, 2, 8))
|
D | declarationEmitOutFileBundlePaths.types | 1 === tests/cases/compiler/js/versions.static.js === 15 import versions from './versions.static.js'; 16 >versions : { "@a/b": string; "@a/c": string; } 19 versions 20 >versions : { "@a/b": string; "@a/c": string; }
|
/third_party/node/deps/npm/lib/utils/ |
D | pick-manifest-from-registry-metadata.js | 7 function pickManifestFromRegistryMetadata (spec, tag, versions, metadata) { argument 8 log.silly('pickManifestFromRegistryMetadata', 'spec', spec, 'tag', tag, 'versions', versions) 13 metadata.versions[tagged] && 15 return {resolvedTo: tag, manifest: metadata.versions[tagged]} 18 var ms = semver.maxSatisfying(versions, spec, true) 20 return {resolvedTo: ms, manifest: metadata.versions[ms]} 21 } else if (spec === '*' && versions.length && tagged && metadata.versions[tagged]) { 22 return {resolvedTo: tag, manifest: metadata.versions[tagged]}
|
/third_party/node/deps/npm/node_modules/semver/bin/ |
D | semver | 8 var versions = [] 52 versions.push(argv.shift()) 77 versions.push(a) 84 versions = versions.map(function (v) { 89 if (!versions.length) return fail() 90 if (inc && (versions.length !== 1 || range.length)) { return failInc() } 93 versions = versions.filter(function (v) { 96 if (!versions.length) return fail() 98 return success(versions) 110 versions.sort(function (a, b) {
|
/third_party/node/deps/npm/node_modules/libnpmpublish/test/ |
D | publish.js | 40 versions: { property 43 _nodeVersion: process.versions.node, 98 versions: { property 101 _nodeVersion: process.versions.node, 157 versions: {}, property 168 versions: { property 171 _nodeVersion: process.versions.node, 194 versions: { property 197 _nodeVersion: process.versions.node, 226 versions: Object.assign({}, currentPackument.versions, newPackument.versions), property [all …]
|
/third_party/node/deps/npm/node_modules/npm-pick-manifest/ |
D | index.js | 23 const versions = Object.keys(packument.versions || {}).filter(v => { 28 ? Object.keys(policyRestrictions.versions) : [] 38 if (!versions.length && !restrictedVersions.length) { 62 packument.versions[tagVersion] && 70 const undeprecated = versions.filter(v => !packument.versions[v].deprecated && enjoyableBy(v) 75 const stillFresh = versions.filter(enjoyableBy) 93 const stillFresh = versions.filter(v => 105 packument.versions[target] 109 const isForbidden = target && policyRestrictions && policyRestrictions.versions[target] 129 err.versions = versions
|
/third_party/node/test/doctool/ |
D | test-doctool-versions.mjs | 13 new URL('../../tools/doc/versions.mjs', import.meta.url)); 15 // At the time of writing these are the minimum expected versions. 16 // New versions of Node.js do not have to be explicitly added here. 32 const versionsFile = path.join(tmpdir.path, 'versions.json'); 41 const versions = JSON.parse(fs.readFileSync(versionsFile)); constant 42 debuglog(versions); 45 for (const version of versions) { 56 // Odd-numbered versions of Node.js are never LTS. 62 // Check that the minimum number of versions were returned. 63 // Later versions are allowed, but not checked for here (they were checked [all …]
|
/third_party/skia/third_party/externals/egl-registry/api/ |
D | genheaders.py | 279 versions = allVersions, 298 versions = allVersions, 317 versions = allVersions, 336 versions = allVersions, 355 versions = gles2onlyPat, 374 versions = gles2onlyPat, 393 versions = gles2through32Pat, 412 versions = gles2through31Pat, 431 versions = gles2through30Pat, 450 versions = gles2onlyPat, [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
D | genRelease | 119 versions = Version1_3, 129 versions = Version1_3, 141 versions = Version1_3, 154 versions = Version1_2, 164 versions = Version1_2, 176 versions = Version1_2, 189 versions = Version1_1, 199 versions = Version1_1, 209 versions = Version1_1, 224 versions = Version1_0, [all …]
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
D | genglvnd.py | 278 versions = allVersions, 297 versions = allVersions, 316 versions = allVersions, 335 versions = allVersions, 354 versions = allVersions, 373 versions = gles2onlyPat, 392 versions = gles2onlyPat, 411 versions = gles2through32Pat, 430 versions = gles2through31Pat, 449 versions = gles2through30Pat, [all …]
|
D | genheaders.py | 277 versions = allVersions, 296 versions = allVersions, 315 versions = allVersions, 334 versions = allVersions, 353 versions = gles2onlyPat, 372 versions = gles2onlyPat, 391 versions = gles2through32Pat, 410 versions = gles2through31Pat, 429 versions = gles2through30Pat, 448 versions = gles2onlyPat, [all …]
|
/third_party/openGLES/xml/ |
D | genglvnd.py | 248 versions = allVersions, 267 versions = allVersions, 286 versions = allVersions, 305 versions = allVersions, 324 versions = allVersions, 343 versions = gles2onlyPat, 362 versions = gles2onlyPat, 381 versions = gles2through32Pat, 400 versions = gles2through31Pat, 419 versions = gles2through30Pat, [all …]
|
D | genheaders.py | 199 versions = allVersions, 218 versions = allVersions, 237 versions = allVersions, 256 versions = allVersions, 275 versions = gles2onlyPat, 294 versions = gles2onlyPat, 313 versions = gles2through32Pat, 332 versions = gles2through31Pat, 351 versions = gles2through30Pat, 370 versions = gles2onlyPat, [all …]
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
D | list.js | 12 function onreaddir (err, versions) { argument 17 if (Array.isArray(versions)) { 18 versions = versions.filter(function (v) { return v !== 'current' }) 20 versions = [] 22 callback(null, versions)
|
/third_party/EGL/api/ |
D | genheaders.py | 204 versions = allVersions, 223 versions = allVersions, 242 versions = allVersions, 261 versions = allVersions, 280 versions = gles2onlyPat, 299 versions = gles2onlyPat, 318 versions = gles2through32Pat, 337 versions = gles2through31Pat, 356 versions = gles2through30Pat, 375 versions = gles2onlyPat, [all …]
|
/third_party/cef/tools/cefbuilds/ |
D | cef_json_builder_test.py | 186 versions = ( 192 for version, partial_version in versions: 252 versions = [ 261 for version in versions: 271 self.assertEqual(len(files), len(platforms) * len(versions) * len(types)) 274 for version in versions: 280 self.assertEqual(len(files), len(platforms) * len(versions)) 284 self.assertEqual(len(files), len(types) * len(versions)) 289 for version in versions: 299 versions = ['3.2704.1414.g185cd6c', '74.0.1+g62d140e+chromium-74.0.3729.6'] [all …]
|
/third_party/openssl/test/testutil/ |
D | provider.c | 145 int fips_provider_version_match(OSSL_LIB_CTX *libctx, const char *versions) in fips_provider_version_match() argument 153 while (*versions != '\0') { in fips_provider_version_match() 154 for (; isspace(*versions); versions++) in fips_provider_version_match() 156 if (*versions == '\0') in fips_provider_version_match() 158 for (p = versions; *versions != '\0' && !isspace(*versions); versions++) in fips_provider_version_match()
|
/third_party/node/deps/npm/node_modules/package-json/ |
D | index.js | 40 data = data.versions[data['dist-tags'][version]]; 42 if (!data.versions[version]) { 43 const versions = Object.keys(data.versions); 44 version = semver.maxSatisfying(versions, version); 51 data = data.versions[version];
|
/third_party/node/deps/npm/node_modules/semver/ |
D | README.md | 37 Prints valid versions sorted by SemVer precedence 41 Print versions that match the specified range. 54 Interpret versions and ranges loosely 57 Always include prerelease versions in range matching 64 all supplied ranges, and prints all satisfying versions. 66 If no satisfying versions are found, then exits failure. 69 multiple versions to the utility will just sort them. 81 A `version range` is a set of `comparators` which specify versions 94 For example, the comparator `>=1.2.7` would match the versions 95 `1.2.7`, `1.2.8`, `2.5.3`, and `1.3.9`, but not the versions `1.2.6` [all …]
|
/third_party/node/deps/npm/docs/content/using-npm/ |
D | semver.md | 43 Prints valid versions sorted by SemVer precedence 47 Print versions that match the specified range. 60 Interpret versions and ranges loosely 63 Always include prerelease versions in range matching 70 all supplied ranges, and prints all satisfying versions. 72 If no satisfying versions are found, then exits failure. 75 multiple versions to the utility will just sort them. 87 A `version range` is a set of `comparators` which specify versions 100 For example, the comparator `>=1.2.7` would match the versions 101 `1.2.7`, `1.2.8`, `2.5.3`, and `1.3.9`, but not the versions `1.2.6` [all …]
|