/third_party/typescript/tests/baselines/reference/user/ |
D | acorn.log | 3 node_modules/acorn/acorn-loose/dist/acorn-loose.js(3,10): error TS2304: Cannot find name 'define'. 4 node_modules/acorn/acorn-loose/dist/acorn-loose.js(3,35): error TS2304: Cannot find name 'define'. 5 node_modules/acorn/acorn-loose/dist/acorn-loose.js(3,48): error TS2304: Cannot find name 'define'. 6 …-loose/dist/acorn-loose.js(4,45): error TS2339: Property 'acorn' does not exist on type 'typeof im… 7 …-loose/dist/acorn-loose.js(4,80): error TS2339: Property 'acorn' does not exist on type 'typeof im… 8 …loose/dist/acorn-loose.js(4,106): error TS2339: Property 'acorn' does not exist on type 'typeof im… 9 node_modules/acorn/acorn-loose/dist/acorn-loose.js(12,34): error TS2339: Property 'BaseParser' does… 10 node_modules/acorn/acorn-loose/dist/acorn-loose.js(83,12): error TS2339: Property 'next' does not e… 11 node_modules/acorn/acorn-loose/dist/acorn-loose.js(110,16): error TS2339: Property 'lookAhead' does… 12 node_modules/acorn/acorn-loose/dist/acorn-loose.js(111,44): error TS2339: Property 'next' does not … [all …]
|
/third_party/python/Lib/distutils/tests/ |
D | test_dist.py | 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() 205 self.assertEqual(dist.metadata.platforms, ['foo bar']) [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_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) 172 dist = Distribution({'name': 'xx', 'ext_modules': modules}) 173 cmd = self.build_ext(dist) 179 dist = Distribution({'name': 'xx', 'ext_modules': modules}) [all …]
|
D | test_install.py | 48 dist = Distribution({"name": "foopkg"}) 50 dist.script_name = os.path.join(builddir, "setup.py") 51 dist.command_obj["build"] = support.DummyCommand( 56 cmd = install(dist) 110 dist = Distribution({'name': 'xx'}) 111 cmd = install(dist) 136 dist = Distribution({'name': 'xx', 'extra_path': 'path,dirs'}) 137 cmd = install(dist) 153 dist.extra_path = cmd.extra_path = None 164 dist = Distribution({'name': 'xx'}) [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/gstreamer/gstreamer/tests/check/libs/ |
D | adapter.c | 367 guint64 dist; in GST_START_TEST() local 383 timestamp = gst_adapter_prev_pts (adapter, &dist); in GST_START_TEST() 385 fail_unless (dist == 0); in GST_START_TEST() 391 offset = gst_adapter_prev_offset (adapter, &dist); in GST_START_TEST() 393 fail_unless (dist == 0); in GST_START_TEST() 399 dist = gst_adapter_distance_from_discont (adapter); in GST_START_TEST() 400 fail_unless (dist == 0); in GST_START_TEST() 407 timestamp = gst_adapter_prev_pts (adapter, &dist); in GST_START_TEST() 409 fail_unless (dist == 50); in GST_START_TEST() 415 offset = gst_adapter_prev_offset (adapter, &dist); in GST_START_TEST() [all …]
|
/third_party/python/Doc/ |
D | Makefile | 24 suspicious coverage doctest pydoc-topics htmlview clean dist check serve \ 157 dist: target 158 rm -rf dist 159 mkdir -p dist 163 cp -pPR build/html dist/python-$(DISTVERSION)-docs-html 164 tar -C dist -cf dist/python-$(DISTVERSION)-docs-html.tar python-$(DISTVERSION)-docs-html 165 bzip2 -9 -k dist/python-$(DISTVERSION)-docs-html.tar 166 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-html.zip python-$(DISTVERSION)-docs-html) 167 rm -r dist/python-$(DISTVERSION)-docs-html 168 rm dist/python-$(DISTVERSION)-docs-html.tar [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/ |
D | aflatin2.c | 138 FT_Pos dist; in af_latin2_metrics_init_widths() local 141 dist = seg->pos - link->pos; in af_latin2_metrics_init_widths() 142 if ( dist < 0 ) in af_latin2_metrics_init_widths() 143 dist = -dist; in af_latin2_metrics_init_widths() 146 axis->widths[num_widths++].org = dist; in af_latin2_metrics_init_widths() 306 FT_Pos dist; in af_latin2_metrics_init_blues() local 319 dist = FT_ABS( points[prev].y - best_y ); in af_latin2_metrics_init_blues() 322 if ( dist > 5 ) in af_latin2_metrics_init_blues() 323 if ( FT_ABS( points[prev].x - best_x ) <= 20 * dist ) in af_latin2_metrics_init_blues() 336 dist = FT_ABS( points[next].y - best_y ); in af_latin2_metrics_init_blues() [all …]
|
D | aflatin.c | 218 FT_Pos dist; in af_latin_metrics_init_widths() local 221 dist = seg->pos - link->pos; in af_latin_metrics_init_widths() 222 if ( dist < 0 ) in af_latin_metrics_init_widths() 223 dist = -dist; in af_latin_metrics_init_widths() 226 axis->widths[num_widths++].org = dist; in af_latin_metrics_init_widths() 577 FT_Pos dist; in af_latin_metrics_init_blues() local 607 dist = FT_ABS( points[prev].y - best_y ); in af_latin_metrics_init_blues() 610 if ( dist > 5 ) in af_latin_metrics_init_blues() 611 if ( FT_ABS( points[prev].x - best_x ) <= 20 * dist ) in af_latin_metrics_init_blues() 632 dist = FT_ABS( points[next].y - best_y ); in af_latin_metrics_init_blues() [all …]
|
D | afcjk.c | 221 FT_Pos dist; in af_cjk_metrics_init_widths() local 224 dist = seg->pos - link->pos; in af_cjk_metrics_init_widths() 225 if ( dist < 0 ) in af_cjk_metrics_init_widths() 226 dist = -dist; in af_cjk_metrics_init_widths() 229 axis->widths[num_widths++].org = dist; in af_cjk_metrics_init_widths() 705 FT_Pos dist; in af_cjk_metrics_scale_dim() local 715 dist = FT_MulFix( blue->ref.org - blue->shoot.org, scale ); in af_cjk_metrics_scale_dim() 716 if ( dist <= 48 && dist >= -48 ) in af_cjk_metrics_scale_dim() 875 FT_Pos dist = seg2->pos - seg1->pos; in af_cjk_hints_link_segments() local 878 if ( dist < 0 ) in af_cjk_hints_link_segments() [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-ssr/dist/compiler-ssr.d.ts 28 Writing package typings: /vue-next/dist/compiler-ssr.d.ts 35 Writing package typings: /vue-next/packages/compiler-sfc/dist/compiler-sfc.d.ts 36 Writing package typings: /vue-next/dist/compiler-sfc.d.ts 43 /vue-next/packages/compiler-core/src/index.ts → packages/compiler-core/dist/compiler-core.esm-bundl… 44 /vue-next/packages/compiler-dom/src/index.ts → packages/compiler-dom/dist/compiler-dom.esm-bundler.… [all …]
|
D | azure-sdk.log | 133 Invoking: tsc -p tsconfig.build.json && prettier --write dist/**/*.{js,json,md} 134 …utils/_ts3.4/dist/ast-utils/eslint-utils/astUtilities.d.ts:22:136 - error TS2307: Cannot find modu… 135 …dist/scope/BlockScope").BlockScope | import("@typescript-eslint/scope-manager/dist/scope/CatchScop… 137 …utils/_ts3.4/dist/ast-utils/eslint-utils/astUtilities.d.ts:22:214 - error TS2307: Cannot find modu… 138 …dist/scope/BlockScope").BlockScope | import("@typescript-eslint/scope-manager/dist/scope/CatchScop… 141 …13:8 - error TS2307: Cannot find module '@typescript-eslint/typescript-estree/dist/parser-options'. 142 13 } from "@typescript-eslint/typescript-estree/dist/parser-options";
|
/third_party/skia/third_party/externals/freetype/src/sdf/ |
D | ftsdfcommon.c | 90 map_fixed_to_sdf( FT_16D16 dist, in map_fixed_to_sdf() argument 98 dist = FT_DivFix( dist, max_value ); in map_fixed_to_sdf() 100 udist = dist < 0 ? -dist : dist; in map_fixed_to_sdf() 113 if ( dist > 0 && udist > 127 ) in map_fixed_to_sdf() 115 if ( dist < 0 && udist > 128 ) in map_fixed_to_sdf() 123 out = dist < 0 ? 128 - (FT_SDFFormat)udist in map_fixed_to_sdf() 141 invert_sign( FT_SDFFormat dist ) in invert_sign() argument 143 return 255 - dist; in invert_sign()
|
/third_party/freetype/src/sdf/ |
D | ftsdfcommon.c | 90 map_fixed_to_sdf( FT_16D16 dist, in map_fixed_to_sdf() argument 98 dist = FT_DivFix( dist, max_value ); in map_fixed_to_sdf() 100 udist = dist < 0 ? -dist : dist; in map_fixed_to_sdf() 113 if ( dist > 0 && udist > 127 ) in map_fixed_to_sdf() 115 if ( dist < 0 && udist > 128 ) in map_fixed_to_sdf() 123 out = dist < 0 ? 128 - (FT_SDFFormat)udist in map_fixed_to_sdf() 141 invert_sign( FT_SDFFormat dist ) in invert_sign() argument 143 return 255 - dist; in invert_sign()
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/scripts/ |
D | publish-built-version | 11 git clone https://${GITHUB_TOKEN}@github.com/ajv-validator/ajv-dist.git ../ajv-dist 13 rm -rf ../ajv-dist/dist 14 mkdir ../ajv-dist/dist 15 cp ./dist/ajv.* ../ajv-dist/dist 16 cat bower.json | sed 's/"name": "ajv"/"name": "ajv-dist"/' > ../ajv-dist/bower.json 17 cd ../ajv-dist
|
/third_party/freetype/src/autofit/ |
D | aflatin.c | 212 FT_Pos dist; in af_latin_metrics_init_widths() local 215 dist = seg->pos - link->pos; in af_latin_metrics_init_widths() 216 if ( dist < 0 ) in af_latin_metrics_init_widths() 217 dist = -dist; in af_latin_metrics_init_widths() 220 axis->widths[num_widths++].org = dist; in af_latin_metrics_init_widths() 571 FT_Pos dist; in af_latin_metrics_init_blues() local 601 dist = FT_ABS( points[prev].y - best_y ); in af_latin_metrics_init_blues() 604 if ( dist > 5 ) in af_latin_metrics_init_blues() 605 if ( FT_ABS( points[prev].x - best_x ) <= 20 * dist ) in af_latin_metrics_init_blues() 626 dist = FT_ABS( points[next].y - best_y ); in af_latin_metrics_init_blues() [all …]
|
D | afcjk.c | 215 FT_Pos dist; in af_cjk_metrics_init_widths() local 218 dist = seg->pos - link->pos; in af_cjk_metrics_init_widths() 219 if ( dist < 0 ) in af_cjk_metrics_init_widths() 220 dist = -dist; in af_cjk_metrics_init_widths() 223 axis->widths[num_widths++].org = dist; in af_cjk_metrics_init_widths() 698 FT_Pos dist; in af_cjk_metrics_scale_dim() local 708 dist = FT_MulFix( blue->ref.org - blue->shoot.org, scale ); in af_cjk_metrics_scale_dim() 709 if ( dist <= 48 && dist >= -48 ) in af_cjk_metrics_scale_dim() 868 FT_Pos dist = seg2->pos - seg1->pos; in af_cjk_hints_link_segments() local 871 if ( dist < 0 ) in af_cjk_hints_link_segments() [all …]
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | aflatin.c | 212 FT_Pos dist; in af_latin_metrics_init_widths() local 215 dist = seg->pos - link->pos; in af_latin_metrics_init_widths() 216 if ( dist < 0 ) in af_latin_metrics_init_widths() 217 dist = -dist; in af_latin_metrics_init_widths() 220 axis->widths[num_widths++].org = dist; in af_latin_metrics_init_widths() 571 FT_Pos dist; in af_latin_metrics_init_blues() local 601 dist = FT_ABS( points[prev].y - best_y ); in af_latin_metrics_init_blues() 604 if ( dist > 5 ) in af_latin_metrics_init_blues() 605 if ( FT_ABS( points[prev].x - best_x ) <= 20 * dist ) in af_latin_metrics_init_blues() 626 dist = FT_ABS( points[next].y - best_y ); in af_latin_metrics_init_blues() [all …]
|
D | afcjk.c | 215 FT_Pos dist; in af_cjk_metrics_init_widths() local 218 dist = seg->pos - link->pos; in af_cjk_metrics_init_widths() 219 if ( dist < 0 ) in af_cjk_metrics_init_widths() 220 dist = -dist; in af_cjk_metrics_init_widths() 223 axis->widths[num_widths++].org = dist; in af_cjk_metrics_init_widths() 698 FT_Pos dist; in af_cjk_metrics_scale_dim() local 708 dist = FT_MulFix( blue->ref.org - blue->shoot.org, scale ); in af_cjk_metrics_scale_dim() 709 if ( dist <= 48 && dist >= -48 ) in af_cjk_metrics_scale_dim() 868 FT_Pos dist = seg2->pos - seg1->pos; in af_cjk_hints_link_segments() local 871 if ( dist < 0 ) in af_cjk_hints_link_segments() [all …]
|
/third_party/python/Lib/distutils/ |
D | core.py | 16 from distutils.dist import Distribution 108 _setup_distribution = dist = klass(attrs) 117 return dist 121 dist.parse_config_files() 125 dist.dump_option_dicts() 128 return dist 134 ok = dist.parse_command_line() 136 raise SystemExit(gen_usage(dist.script_name) + "\nerror: %s" % msg) 140 dist.dump_option_dicts() 143 return dist [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/release/ |
D | makemacpkg.in | 116 mkdir -p $TMPDIR/dist.x86 118 make install DESTDIR=$TMPDIR/dist.x86 121 -arch i386 $TMPDIR/dist.x86/$LIBDIR/$LIBJPEG_DSO_NAME \ 125 -arch i386 $TMPDIR/dist.x86/$LIBDIR/libjpeg.a \ 129 -arch i386 $TMPDIR/dist.x86/$LIBDIR/$TURBOJPEG_DSO_NAME \ 133 -arch i386 $TMPDIR/dist.x86/$LIBDIR/libturbojpeg.a \ 137 -arch i386 $TMPDIR/dist.x86/$BINDIR/cjpeg \ 141 -arch i386 $TMPDIR/dist.x86/$BINDIR/djpeg \ 145 -arch i386 $TMPDIR/dist.x86/$BINDIR/jpegtran \ 149 -arch i386 $TMPDIR/dist.x86/$BINDIR/tjbench \ [all …]
|
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
D | chunkcopy.h | 154 unsigned FAR* dist, in chunkunroll_relaxed() argument 156 const unsigned char FAR* from = out - *dist; in chunkunroll_relaxed() 157 while (*dist < *len && *dist < CHUNKCOPY_CHUNK_SIZE) { in chunkunroll_relaxed() 159 out += *dist; in chunkunroll_relaxed() 160 *len -= *dist; in chunkunroll_relaxed() 161 *dist += *dist; in chunkunroll_relaxed() 388 unsigned dist, in chunkcopy_lapped_relaxed() argument 390 if (dist < len && dist < CHUNKCOPY_CHUNK_SIZE) { in chunkcopy_lapped_relaxed() 391 return chunkset_core(out, dist, len); in chunkcopy_lapped_relaxed() 393 return chunkcopy_core(out, out - dist, len); in chunkcopy_lapped_relaxed() [all …]
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
D | LzcompCompress.java | 97 int[] dist = new int[1]; in encode() local 100 int len = makeCopyDecision(i++, dist); in encode() 102 int distRanges = getNumDistRanges(dist[0]); in encode() 103 encodeLength(len, dist[0], distRanges); in encode() 104 encodeDistance2(dist[0], distRanges); in encode() 215 int dist = index - i; in findMatch() local 217 if (hNodeCount > 256 || dist > maxCopyDist) { in findMatch() 240 dist = dist - length + 1; in findMatch() 241 if (dist > distMax || (length == 2&& dist >= MAX_2BYTE_DIST)) { in findMatch() 244 if (length <= bestLength && dist > bestDist) { in findMatch() [all …]
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
D | LzcompCompress.java | 97 int[] dist = new int[1]; in encode() local 100 int len = makeCopyDecision(i++, dist); in encode() 102 int distRanges = getNumDistRanges(dist[0]); in encode() 103 encodeLength(len, dist[0], distRanges); in encode() 104 encodeDistance2(dist[0], distRanges); in encode() 215 int dist = index - i; in findMatch() local 217 if (hNodeCount > 256 || dist > maxCopyDist) { in findMatch() 240 dist = dist - length + 1; in findMatch() 241 if (dist > distMax || (length == 2&& dist >= MAX_2BYTE_DIST)) { in findMatch() 244 if (length <= bestLength && dist > bestDist) { in findMatch() [all …]
|