| /third_party/typescript/tests/baselines/reference/user/ |
| D | acorn.log | 3 node_modules/acorn/acorn/dist/acorn.mjs(4893,51): error TS2339: Property 'pos' does not exist on ty… 4 node_modules/acorn/acorn/dist/acorn.mjs(4893,22): error TS2339: Property 'input' does not exist on … 5 node_modules/acorn/acorn/dist/acorn.mjs(4887,25): error TS2339: Property 'pos' does not exist on ty… 6 node_modules/acorn/acorn/dist/acorn.mjs(4885,16): error TS2339: Property 'invalidStringToken' does … 7 node_modules/acorn/acorn/dist/acorn.mjs(4883,22): error TS2339: Property 'readCodePoint' does not e… 8 node_modules/acorn/acorn/dist/acorn.mjs(4882,14): error TS2339: Property 'pos' does not exist on ty… 9 node_modules/acorn/acorn/dist/acorn.mjs(4881,40): error TS2339: Property 'pos' does not exist on ty… 10 node_modules/acorn/acorn/dist/acorn.mjs(4881,16): error TS2339: Property 'invalidStringToken' does … 11 node_modules/acorn/acorn/dist/acorn.mjs(4880,40): error TS2339: Property 'pos' does not exist on ty… 12 node_modules/acorn/acorn/dist/acorn.mjs(4880,16): error TS2339: Property 'input' does not exist on … [all …]
|
| /third_party/typescript/tests/baselines/reference/docker/ |
| D | vue-next.log | 11 Writing package typings: /vue-next/packages/compiler-core/dist/compiler-core.d.ts 12 Writing package typings: /vue-next/dist/compiler-core.d.ts 19 Writing package typings: /vue-next/packages/compiler-dom/dist/compiler-dom.d.ts 20 Writing package typings: /vue-next/dist/compiler-dom.d.ts 27 Writing package typings: /vue-next/packages/compiler-sfc/dist/compiler-sfc.d.ts 28 Writing package typings: /vue-next/dist/compiler-sfc.d.ts 35 Writing package typings: /vue-next/packages/compiler-ssr/dist/compiler-ssr.d.ts 36 Writing package typings: /vue-next/dist/compiler-ssr.d.ts 43 Writing package typings: /vue-next/packages/reactivity/dist/reactivity.d.ts 44 Writing package typings: /vue-next/dist/reactivity.d.ts [all …]
|
| /third_party/python/Lib/distutils/tests/ |
| D | test_dist.py | 1 """Tests for distutils.dist.""" 11 from distutils.dist import Distribution, fix_help_options 183 dist = Distribution(attrs={'author': 'xxx', 'name': 'xxx', 188 self.assertNotIn('options', dir(dist)) 194 dist = Distribution(attrs=attrs) 195 dist.finalize_options() 198 self.assertEqual(dist.metadata.platforms, ['one', 'two']) 199 self.assertEqual(dist.metadata.keywords, ['one', 'two']) 203 dist = Distribution(attrs=attrs) 204 dist.finalize_options() [all …]
|
| D | test_build_py.py | 34 dist = Distribution({"packages": ["pkg"], 37 dist.script_name = os.path.join(sources, "setup.py") 38 dist.command_obj["build"] = support.DummyCommand( 41 dist.packages = ["pkg"] 42 dist.package_data = {"pkg": ["README.txt"]} 43 dist.package_dir = {"pkg": sources} 45 cmd = build_py(dist) 48 self.assertEqual(cmd.package_data, dist.package_data) 78 dist = Distribution({"packages": ["pkg"], 82 dist.script_name = os.path.join(sources, "setup.py") [all …]
|
| D | test_bdist_rpm.py | 66 dist = Distribution({'name': 'foo', 'version': '0.1', 70 dist.script_name = 'setup.py' 74 cmd = bdist_rpm(dist) 82 dist_created = os.listdir(os.path.join(pkg_dir, 'dist')) 86 self.assertIn(('bdist_rpm', 'any', 'dist/foo-0.1-1.src.rpm'), dist.dist_files) 87 self.assertIn(('bdist_rpm', 'any', 'dist/foo-0.1-1.noarch.rpm'), dist.dist_files) 113 dist = Distribution({'name': 'foo', 'version': '0.1', 117 dist.script_name = 'setup.py' 121 cmd = bdist_rpm(dist) 128 dist_created = os.listdir(os.path.join(pkg_dir, 'dist')) [all …]
|
| D | test_sdist.py | 65 os.mkdir(join(self.tmp_dir, 'dist')) 83 dist = Distribution(metadata) 84 dist.script_name = 'setup.py' 85 dist.packages = ['somecode'] 86 dist.include_package_data = True 87 cmd = sdist(dist) 88 cmd.dist_dir = 'dist' 89 return dist, cmd 111 dist, cmd = self.get_cmd() 121 dist_folder = join(self.tmp_dir, 'dist') [all …]
|
| D | test_archive_util.py | 115 make_tarball(splitdrive(base_name)[1], 'dist', **kwargs) 131 _zip_created_files = ['dist/', 'dist/file1', 'dist/file2', 132 'dist/sub/', 'dist/sub/file3', 'dist/sub2/'] 138 dist = os.path.join(tmpdir, 'dist') 139 os.mkdir(dist) 140 self.write_file([dist, 'file1'], 'xxx') 141 self.write_file([dist, 'file2'], 'xxx') 142 os.mkdir(os.path.join(dist, 'sub')) 143 self.write_file([dist, 'sub', 'file3'], 'xxx') 144 os.mkdir(os.path.join(dist, 'sub2')) [all …]
|
| D | test_build_ext.py | 67 dist = Distribution({'name': 'xx', 'ext_modules': [xx_ext]}) 68 dist.package_dir = self.tmp_dir 69 cmd = self.build_ext(dist) 119 dist = Distribution({'name': 'xx'}) 120 cmd = self.build_ext(dist) 141 dist = Distribution({'name': 'xx'}) 142 cmd = self.build_ext(dist) 173 dist = Distribution({'name': 'xx', 'ext_modules': modules}) 174 cmd = self.build_ext(dist) 180 dist = Distribution({'name': 'xx', 'ext_modules': modules}) [all …]
|
| /third_party/node/deps/npm/tap-snapshots/test/lib/commands/ |
| D | dist-tag.js.test.cjs | 8 exports[`test/lib/commands/dist-tag.js TAP add new tag > should return success msg 1`] = ` 12 exports[`test/lib/commands/dist-tag.js TAP add using valid semver range as name > should return suc… 13 dist-tag add 1.0.0 to @scoped/another@7.7.7 16 exports[`test/lib/commands/dist-tag.js TAP ls in current package > should list available tags for c… 22 exports[`test/lib/commands/dist-tag.js TAP ls on missing package > should log no dist-tag found msg… 23 dist-tag ls Couldn't get dist-tag data for foo@* 26 exports[`test/lib/commands/dist-tag.js TAP ls on named package > should list tags for the specified… 32 exports[`test/lib/commands/dist-tag.js TAP no args in current package > should default to listing a… 38 exports[`test/lib/commands/dist-tag.js TAP only named package arg > should default to listing tags … 44 exports[`test/lib/commands/dist-tag.js TAP remove existing tag > should log remove info 1`] = ` [all …]
|
| D | view.js.test.cjs | 19 dist 33 dist-tags: 48 dist 62 dist-tags: 77 dist 91 dist-tags: 99 dist 105 dist-tags: 115 dist 121 dist-tags: [all …]
|
| /third_party/python/Doc/library/ |
| D | tkinter.tix.rst | 40 `Tix Man Pages <https://tix.sourceforge.net/dist/current/man/>`_ 43 `Tix Programming Guide <https://tix.sourceforge.net/dist/current/docs/tix-book/tix.book.html>`_ 83 `Tix <https://tix.sourceforge.net/dist/current/man/html/TixCmd/TixIntro.htm>`_ 94 <https://tix.sourceforge.net/dist/current/man/html/TixCmd/tixBalloon.htm>`_ that 100 .. \ulink{Balloon}{https://tix.sourceforge.net/dist/current/demos/samples/Balloon.tcl} 106 <https://tix.sourceforge.net/dist/current/man/html/TixCmd/tixButtonBox.htm>`_ 110 .. \ulink{ButtonBox}{https://tix.sourceforge.net/dist/current/demos/samples/BtnBox.tcl} 116 <https://tix.sourceforge.net/dist/current/man/html/TixCmd/tixComboBox.htm>`_ 122 .. \ulink{ComboBox}{https://tix.sourceforge.net/dist/current/demos/samples/ComboBox.tcl} 128 <https://tix.sourceforge.net/dist/current/man/html/TixCmd/tixControl.htm>`_ [all …]
|
| /third_party/libexif/ |
| D | .travis.yml | 38 - env: CONFIG=normal DIST=bionic 40 dist: bionic 42 - env: CONFIG=normal DIST=bionic 44 dist: bionic 46 - env: CONFIG=normal DIST=focal 48 dist: focal 50 - env: CONFIG=normal DIST=focal 52 dist: focal 54 - env: CONFIG=clang6 DIST=xenial 56 dist: xenial [all …]
|
| /third_party/node/deps/corepack/ |
| D | package.json | 55 "build": "rm -rf dist shims && run build:bundle && ts-node ./mkshims.ts", 56 …dle --platform=node --target=node18.17.0 --external:corepack --outfile='./dist/lib/corepack.cjs' -… 60 "postpack": "rm -rf dist shims", 65 "dist", 71 "corepack": "./dist/corepack.js", 72 "pnpm": "./dist/pnpm.js", 73 "pnpx": "./dist/pnpx.js", 74 "yarn": "./dist/yarn.js", 75 "yarnpkg": "./dist/yarnpkg.js" 78 "./dist/npm.js", [all …]
|
| /third_party/typescript/tests/cases/fourslash/ |
| D | pathCompletionsPackageJsonExportsWildcard5.ts | 8 //// "main": "dist/index.js", 9 //// "module": "dist/index.mjs", 10 //// "types": "dist/index.d.ts", 14 //// "types": "./dist/types/index.d.mts", 15 //// "default": "./dist/esm/index.mjs" 18 //// "types": "./dist/types/index.d.ts", 19 //// "default": "./dist/cjs/index.js" 24 //// "types": "./dist/types/*.d.mts", 25 //// "default": "./dist/esm/*.mjs" 28 //// "types": "./dist/types/*.d.ts", [all …]
|
| D | pathCompletionsPackageJsonExportsWildcard1.ts | 8 //// "main": "dist/index.js", 9 //// "module": "dist/index.mjs", 10 //// "types": "dist/index.d.ts", 13 //// "types": "./dist/index.d.ts", 14 //// "import": "./dist/index.mjs", 15 //// "default": "./dist/index.js" 18 //// "types": "./dist/*.d.ts", 19 //// "import": "./dist/*.mjs", 20 //// "default": "./dist/*.js" 23 //// "types": "./dist/arguments/index.d.ts", [all …]
|
| /third_party/node/deps/npm/node_modules/signal-exit/ |
| D | package.json | 5 "main": "./dist/cjs/index.js", 6 "module": "./dist/mjs/index.js", 7 "browser": "./dist/mjs/browser.js", 8 "types": "./dist/mjs/index.d.ts", 12 "types": "./dist/mjs/index.d.ts", 13 "default": "./dist/mjs/index.js" 16 "types": "./dist/cjs/index.d.ts", 17 "default": "./dist/cjs/index.js" 22 "types": "./dist/mjs/signals.d.ts", 23 "default": "./dist/mjs/signals.js" [all …]
|
| /third_party/typescript/tests/baselines/reference/tsc/declarationEmit/ |
| D | when-pkg-references-sibling-package-through-indirect-symlink.js | 2 //// [/user/username/projects/myproject/pkg1/dist/index.d.ts] 5 //// [/user/username/projects/myproject/pkg1/dist/types.d.ts] 21 {"name":"@raymondfeng/pkg1","version":"1.0.0","main":"dist/index.js","typings":"dist/index.d.ts"} 23 //// [/user/username/projects/myproject/pkg2/dist/index.d.ts] 26 //// [/user/username/projects/myproject/pkg2/dist/types.d.ts] 30 {"name":"@raymondfeng/pkg2","version":"1.0.0","main":"dist/index.js","typings":"dist/index.d.ts"} 40 {"compilerOptions":{"outDir":"dist","rootDir":"src","target":"es5","module":"commonjs","strict":tru… 60 …e named without a reference to '../../pkg2/node_modules/@raymondfeng/pkg1/dist'. This is likely no… 67 pkg1/dist/types.d.ts 68 Imported via './types' from file 'pkg1/dist/index.d.ts' [all …]
|
| D | when-pkg-references-sibling-package-through-indirect-symlink-moduleCaseChange.js | 2 //// [/user/username/projects/myProject/pkg1/dist/index.d.ts] 5 //// [/user/username/projects/myProject/pkg1/dist/types.d.ts] 21 {"name":"@raymondfeng/pkg1","version":"1.0.0","main":"dist/index.js","typings":"dist/index.d.ts"} 23 //// [/user/username/projects/myproject/pkg2/dist/index.d.ts] 26 //// [/user/username/projects/myproject/pkg2/dist/types.d.ts] 30 {"name":"@raymondfeng/pkg2","version":"1.0.0","main":"dist/index.js","typings":"dist/index.d.ts"} 40 {"compilerOptions":{"outDir":"dist","rootDir":"src","target":"es5","module":"commonjs","strict":tru… 60 …e named without a reference to '../../pkg2/node_modules/@raymondfeng/pkg1/dist'. This is likely no… 67 pkg1/dist/types.d.ts 68 Imported via './types' from file 'pkg1/dist/index.d.ts' [all …]
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
| D | bernoulli_distribution_test.cc | 73 absl::bernoulli_distribution dist(p); in TEST_P() local 75 if (dist(rng)) yes++; in TEST_P() 139 auto generate = [&urbg](absl::bernoulli_distribution& dist) { in TEST() argument 144 output.append(dist(urbg) ? "1" : "0"); in TEST() 151 absl::bernoulli_distribution dist(kP); in TEST() local 152 auto v = generate(dist); in TEST() 154 EXPECT_EQ(v, "00000000000010000000000010000000000") << dist; in TEST() 157 absl::bernoulli_distribution dist(kP * 10.0); in TEST() local 158 auto v = generate(dist); in TEST() 160 EXPECT_EQ(v, "00000100010010010010000011000011010") << dist; in TEST() [all …]
|
| /third_party/python/Doc/ |
| D | Makefile | 27 suspicious coverage doctest pydoc-topics htmlview clean dist check serve \ 46 @echo " dist to create a \"dist\" directory with archived docs for download" 163 dist: target 164 rm -rf dist 165 mkdir -p dist 169 cp -pPR build/html dist/python-$(DISTVERSION)-docs-html 170 tar -C dist -cf dist/python-$(DISTVERSION)-docs-html.tar python-$(DISTVERSION)-docs-html 171 bzip2 -9 -k dist/python-$(DISTVERSION)-docs-html.tar 172 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-html.zip python-$(DISTVERSION)-docs-html) 173 rm -r dist/python-$(DISTVERSION)-docs-html [all …]
|
| /third_party/node/deps/npm/node_modules/which/node_modules/isexe/ |
| D | package.json | 5 "main": "./dist/cjs/index.js", 6 "module": "./dist/mjs/index.js", 7 "types": "./dist/cjs/index.js", 9 "dist" 14 "types": "./dist/mjs/index.d.ts", 15 "default": "./dist/mjs/index.js" 18 "types": "./dist/cjs/index.d.ts", 19 "default": "./dist/cjs/index.js" 24 "types": "./dist/mjs/posix.d.ts", 25 "default": "./dist/mjs/posix.js" [all …]
|
| /third_party/node/deps/npm/node_modules/lru-cache/ |
| D | package.json | 31 "main": "./dist/commonjs/index.js", 32 "types": "./dist/commonjs/index.d.ts", 38 "types": "./dist/mjs/index.d.ts", 39 "default": "./dist/mjs/index.min.js" 42 "types": "./dist/commonjs/index.d.ts", 43 "default": "./dist/commonjs/index.min.js" 71 "dist" 98 "types": "./dist/esm/index.d.ts", 99 "default": "./dist/esm/index.js" 102 "types": "./dist/commonjs/index.d.ts", [all …]
|
| /third_party/protobuf/ |
| D | post_process_dist.sh | 3 # This script takes the result of "make dist" and: 7 # "make dist" process does not correct for this, so the result is that 8 # the entire dist is still marked read-only when unpacked, which is 14 # deposites them in the "dist" directory. In the .zip version, all 34 # Create a directory called "dist", copy the tarball there and unpack it. 35 mkdir dist 36 cp $1 dist 37 cd dist 46 # Build the dist again in .tar.gz 48 make dist-gzip [all …]
|
| /third_party/parse5/packages/parse5-parser-stream/ |
| D | package.json | 17 "main": "dist/cjs/index.js", 18 "module": "dist/index.js", 19 "types": "dist/index.d.ts", 21 "import": "./dist/index.js", 22 "require": "./dist/cjs/index.js" 28 …:cjs": "tsc --module CommonJS --target ES6 --outDir dist/cjs && echo '{\"type\":\"commonjs\"}' > d… 35 "dist/cjs/package.json", 36 "dist/**/*.js", 37 "dist/**/*.d.ts"
|
| /third_party/parse5/packages/parse5-htmlparser2-tree-adapter/ |
| D | package.json | 17 "main": "dist/cjs/index.js", 18 "module": "dist/index.js", 19 "types": "dist/index.d.ts", 21 "import": "./dist/index.js", 22 "require": "./dist/cjs/index.js" 29 …:cjs": "tsc --module CommonJS --target ES6 --outDir dist/cjs && echo '{\"type\":\"commonjs\"}' > d… 36 "dist/cjs/package.json", 37 "dist/**/*.js", 38 "dist/**/*.d.ts"
|