Home
last modified time | relevance | path

Searched refs:Ds (Results 1 – 25 of 29) sorted by relevance

12

/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/interfaces/2_declaration_merging/
Ddeclaration_merging_1.ts27 interface Ds<T> { interface
31 interface Ds<T> { interface
37 let name: Ds<number | string | boolean> = {
48 let src :Ds<number | string> = {
61 static getName(name: Ds<number | string | boolean>): Ds<number | string | boolean> {
64 static getSrc(src :Ds<number | string>){
/third_party/typescript/tests/baselines/reference/
DstrictModeInConstructor.js53 class Ds extends A { class
135 var Ds = /** @class */ (function (_super) {
136 __extends(Ds, _super);
137 function Ds() { class in Ds
144 Ds.s = 9;
145 return Ds;
DstrictModeInConstructor.symbols84 class Ds extends A {
85 >Ds : Symbol(Ds, Decl(strictModeInConstructor.ts, 49, 1))
89 >s : Symbol(Ds.s, Decl(strictModeInConstructor.ts, 51, 20))
DstrictModeInConstructor.types102 class Ds extends A {
103 >Ds : Ds
DstrictModeInConstructor.errors.txt62 class Ds extends A {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp235 NodeList Ds; in getAllReachingDefs() local
247 Ds.push_back(DA); in getAllReachingDefs()
249 RDefs.insert(RDefs.end(), Ds.begin(), Ds.end()); in getAllReachingDefs()
250 for (NodeAddr<DefNode*> DA : Ds) { in getAllReachingDefs()
560 NodeList Ds = getAllReachingDefs(UR, PUA, true, false, NoRegs); in computePhiInfo() local
563 for (NodeAddr<DefNode*> D : Ds) { in computePhiInfo()
670 NodeList Ds = PA.Addr->members_if(DFG.IsRef<NodeAttrs::Def>, DFG); in computePhiInfo() local
671 if (!Ds.empty()) { in computePhiInfo()
672 RegisterRef RR = NodeAddr<DefNode*>(Ds[0]).Addr->getRegRef(DFG); in computePhiInfo()
778 NodeList Ds = getAllReachingDefs(S, PUA, true, false, NoRegs); in computeLiveIns() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DFDRTraceWriter.cpp44 Error writeMetadata(support::endian::Writer &OS, Values &&... Ds) { in writeMetadata() argument
48 auto T = std::make_tuple(std::forward<Values>(std::move(Ds))...); in writeMetadata()
/third_party/typescript/tests/cases/compiler/
DstrictModeInConstructor.ts52 class Ds extends A { class
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Dhu.txt1297 "Dsül k.",
1298 "Dsül h.",
1311 "Dsül kade",
1312 "Dsül hedse",
1341 "Dsül kade",
1342 "Dsül hedse",
Dms.txt244 "Ds",
288 "Ds",
/third_party/skia/third_party/externals/icu/source/data/locales/
Dhu.txt1300 "Dsül k.",
1301 "Dsül h.",
1314 "Dsül kade",
1315 "Dsül hedse",
1344 "Dsül kade",
1345 "Dsül hedse",
Dms.txt245 "Ds",
289 "Ds",
/third_party/icu/icu4c/source/data/locales/
Dhu.txt1300 "Dsül k.",
1301 "Dsül h.",
1314 "Dsül kade",
1315 "Dsül hedse",
1344 "Dsül kade",
1345 "Dsül hedse",
Dms.txt245 "Ds",
289 "Ds",
/third_party/mesa3d/src/mesa/main/
Dtexcompress_astc.cpp1259 int Ds = block_w <= 1 ? 0 : (1024 + block_w / 2) / (block_w - 1); in compute_infill_weights() local
1265 int cs = Ds * s; in compute_infill_weights()
/third_party/openGLES/extensions/SGI/
DSGI_fft.txt236 variables Ws, Hs, and Ds refer to the dimensions of the source
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/
DSGI_fft.txt236 variables Ws, Hs, and Ds refer to the dimensions of the source
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_texture_compression_astc.txt1740 For each block dimension, we compute scale factors (Ds, Dt, Dr)
1742 Ds = floor( (1024 + floor(Bs/2)) / (Bs-1) );
1750 cs = Ds * s;
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/
DKHR_texture_compression_astc_hdr.txt1630 For each block dimension, we compute scale factors (Ds, Dt)
1632 Ds = floor( (1024 + floor(Bs/2)) / (Bs-1) );
1639 cs = Ds * s;
/third_party/openGLES/extensions/OES/
DOES_texture_compression_astc.txt1753 For each block dimension, we compute scale factors (Ds, Dt, Dr)
1755 Ds = floor( (1024 + floor(Bs/2)) / (Bs-1) );
1763 cs = Ds * s;
/third_party/openGLES/extensions/KHR/
DKHR_texture_compression_astc_hdr.txt1641 For each block dimension, we compute scale factors (Ds, Dt)
1643 Ds = floor( (1024 + floor(Bs/2)) / (Bs-1) );
1650 cs = Ds * s;
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_texture_shader.txt3244 DS_BIAS_NV R GetFloatv 0.0 Ds bias 3.6.3 …
3250 DS_SCALE_NV R GetFloatv 1.0 Ds scale 3.6.3 …
/third_party/openGLES/extensions/NV/
DNV_texture_shader.txt3244 DS_BIAS_NV R GetFloatv 0.0 Ds bias 3.6.3 …
3250 DS_SCALE_NV R GetFloatv 1.0 Ds scale 3.6.3 …
/third_party/flutter/skia/site/user/api/
DSkMatrix_Reference.md2223 …a>, <a href='#SkMatrix_preRotate_py'>py</a>) = | D E F | | s c dy | = | Dc+Es -Ds+Ec D*dx+E*dy+F |
2275 …ef='#SkMatrix_preRotate_2_degrees'>degrees</a>, px, py) = | D E F | | s c 0 | = | Dc+Es -Ds+Ec F |
/third_party/gstreamer/gstplugins_bad/tests/files/
Dtest.ts1669 …\�VO��G�A��D�� ��o|��;�8c{�͡NU~b��ՓA��D��\����B@�A�g��؉3p�9���Ӻ�����Ds�썟�26���=��i�}�w…

12