Home
last modified time | relevance | path

Searched refs:aliased (Results 1 – 25 of 240) sorted by relevance

12345678910

/third_party/node/deps/npm/node_modules/mkdirp/node_modules/minimist/test/
Dunknown.js10 var aliased = [ '-h', 'true', '--derp', 'true' ];
17 var aliasedArgv = parse(aliased, opts);
48 var aliased = [ '-h', 'hello', '--derp', 'goodbye' ];
55 var aliasedArgv = parse(aliased, opts);
68 var aliased = [ '-h', 'hello' ];
75 var aliasedArgv = parse(aliased, opts);
89 var aliased = [ '--bad', '--', 'good', 'arg' ];
94 var argv = parse(aliased, opts);
Dbool.js40 var aliased = [ '-h', 'derp' ];
45 var aliasedArgv = parse(aliased, {
65 var aliased = [ '-h', 'derp' ];
71 var aliasedArgv = parse(aliased, opts);
84 var aliased = [ '-h', 'derp' ];
91 var aliasedArgv = parse(aliased, opts);
107 var aliased = [ '-h', 'true' ];
113 var aliasedArgv = parse(aliased, opts);
/third_party/node/deps/npm/node_modules/minimist/test/
Dunknown.js10 var aliased = [ '-h', 'true', '--derp', 'true' ];
17 var aliasedArgv = parse(aliased, opts);
48 var aliased = [ '-h', 'hello', '--derp', 'goodbye' ];
55 var aliasedArgv = parse(aliased, opts);
68 var aliased = [ '-h', 'hello' ];
75 var aliasedArgv = parse(aliased, opts);
89 var aliased = [ '--bad', '--', 'good', 'arg' ];
94 var argv = parse(aliased, opts);
Dbool.js40 var aliased = [ '-h', 'derp' ];
45 var aliasedArgv = parse(aliased, {
65 var aliased = [ '-h', 'derp' ];
71 var aliasedArgv = parse(aliased, opts);
84 var aliased = [ '-h', 'derp' ];
91 var aliasedArgv = parse(aliased, opts);
107 var aliased = [ '-h', 'true' ];
113 var aliasedArgv = parse(aliased, opts);
/third_party/flutter/skia/third_party/externals/freetype/src/smooth/
Dmodule.mk20 $(ECHO_DRIVER)smooth $(ECHO_DRIVER_DESC)anti-aliased bitmap renderer$(ECHO_DRIVER_DONE)
22 $(ECHO_DRIVER)smooth $(ECHO_DRIVER_DESC)anti-aliased bitmap renderer for LCDs$(ECHO_DRIVER_DONE)
24 $(ECHO_DRIVER)smooth $(ECHO_DRIVER_DESC)anti-aliased bitmap renderer for vertical LCDs$(ECHO_DRI…
/third_party/icu/tools/colprobe/
DextractCollationData.pl17 my $aliased = 0;
46 $aliased = 1;
49 if($aliased) {
62 $aliased = 0;
/third_party/typescript/tests/baselines/reference/
DexportStarNotElided.types29 export * as aliased from "./data1";
30 >aliased : typeof aliased
DexportStarNotElided.js14 export * as aliased from "./data1";
38 exports.aliased = void 0;
41 exports.aliased = require("./data1");
DexportStarNotElided.symbols25 export * as aliased from "./data1";
26 >aliased : Symbol(aliased, Decl(index.ts, 2, 6))
DtopLevelAwait.1(module=esnext,target=es2015).types141 // await allowed in aliased import
174 // await allowed in aliased export
DtopLevelAwait.1(module=esnext,target=es2017).types141 // await allowed in aliased import
174 // await allowed in aliased export
DtopLevelAwait.1(module=system,target=es2017).types141 // await allowed in aliased import
174 // await allowed in aliased export
DtopLevelAwait.1(module=esnext,target=es2015).errors.txt60 // await allowed in aliased import
79 // await allowed in aliased export
DtopLevelAwait.1(module=system,target=es2015).errors.txt60 // await allowed in aliased import
79 // await allowed in aliased export
DtopLevelAwait.1(module=system,target=es2015).types141 // await allowed in aliased import
174 // await allowed in aliased export
DtopLevelAwait.1(module=esnext,target=es2015).symbols100 // await allowed in aliased import
124 // await allowed in aliased export
/third_party/python/Lib/
Dplatform.py1174 def platform(aliased=0, terse=0): argument
1193 result = _platform_cache.get((aliased, terse), None)
1202 if aliased:
1245 _platform_cache[(aliased, terse)] = platform
1310 aliased = (not 'nonaliased' in sys.argv and not '--nonaliased' in sys.argv) variable
1311 print(platform(aliased, terse))
/third_party/typescript/tests/cases/compiler/
DexportStarNotElided.ts12 export * as aliased from "./data1";
/third_party/skia/third_party/externals/freetype/src/smooth/
Dmodule.mk20 $(ECHO_DRIVER)smooth $(ECHO_DRIVER_DESC)anti-aliased bitmap renderer$(ECHO_DRIVER_DONE)
/third_party/freetype/src/smooth/
Dmodule.mk20 $(ECHO_DRIVER)smooth $(ECHO_DRIVER_DESC)anti-aliased bitmap renderer$(ECHO_DRIVER_DONE)
/third_party/boost/libs/outcome/doc/src/content/reference/types/
Din_place_type_t.md9 Note that the templated variable `in_place_type` is also aliased or emulated locally.
/third_party/boost/libs/outcome/doc/src/content/reference/macros/
Din_place_type.md9 is aliased into `BOOST_OUTCOME_V2_NAMESPACE::in_place_type_t<T>` along with
/third_party/skia/site/docs/dev/design/raster_tragedy/
D_index.md39 For regular full pixel partial coverage (anti-aliased) glyph rendering the user may or may not
46 perhaps anti-aliased drop out control (these latter two achieved either manually with proper
54 For subpixel partial coverage (subpixel anti-aliased) glyph masks linear blending in a
61 So, if subpixel anti-aliased glyph masks (and sometimes full pixel anti-aliased glyph masks)
83 is drawing it on top of itself. Subpixel anti-aliased glyph masks drawn with this guess will
91 instead of full pixel. If this hack is applied to full pixel anti-aliased masks everything is
94 the gamma hack applied to full pixel anti-aliased glyphs.
/third_party/typescript/src/services/
DgoToDefinition.ts223 const aliased = checker.getAliasedSymbol(symbol); constant
224 if (aliased.declarations) {
225 return aliased;
/third_party/boost/libs/outcome/doc/src/content/experimental/
Dmap.md47 …<li><tt>experimental::status_code&lt;erased&lt;intptr_t&gt;&gt;</tt> (aliased to <tt>experimental:…
50 …<li><tt>experimental::errored_status_code&lt;erased&lt;intptr_t&gt;&gt;</tt> (aliased to <tt>exper…

12345678910