/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
D | Transform.cs | 9 internal sealed class Transform class 17 internal Transform(string prefix, int type, string suffix) in Transform() method in Org.Brotli.Dec.Transform 34 …Transform[] Transforms = new Org.Brotli.Dec.Transform[] { new Org.Brotli.Dec.Transform(string.Empt… 35 …Transform(" ", Org.Brotli.Dec.WordTransformType.Identity, " "), new Org.Brotli.Dec.Transform(strin… 36 … "), new Org.Brotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, " the "… 37 …Transform("s ", Org.Brotli.Dec.WordTransformType.Identity, " "), new Org.Brotli.Dec.Transform(stri… 38 …Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, " and "), new Org.Brotli.Dec.Tr… 39 …ng.Empty), new Org.Brotli.Dec.Transform(", ", Org.Brotli.Dec.WordTransformType.Identity, " "), new… 40 …Transform(" ", Org.Brotli.Dec.WordTransformType.UppercaseFirst, " "), new Org.Brotli.Dec.Transform… 41 …Transform("e ", Org.Brotli.Dec.WordTransformType.Identity, " "), new Org.Brotli.Dec.Transform(stri… [all …]
|
D | TransformTest.cs | 36 …Org.Brotli.Dec.Transform transform = new Org.Brotli.Dec.Transform("[", Org.Brotli.Dec.WordTransfor… in TestTrimAll() 37 Org.Brotli.Dec.Transform.TransformDictionaryWord(output, 0, input, 0, input.Length, transform); in TestTrimAll() 49 …Org.Brotli.Dec.Transform transform = new Org.Brotli.Dec.Transform("[", Org.Brotli.Dec.WordTransfor… in TestCapitalize() 50 Org.Brotli.Dec.Transform.TransformDictionaryWord(output, 0, input, 0, input.Length, transform); in TestCapitalize() 65 for (int i = 0; i < Org.Brotli.Dec.Transform.Transforms.Length; ++i) in TestAllTransforms() 67 …ffset += Org.Brotli.Dec.Transform.TransformDictionaryWord(output, offset, testWord, 0, testWord.Le… in TestAllTransforms()
|
/third_party/flutter/skia/modules/sksg/src/ |
D | SkSGTransform.cpp | 18 class Concat final : public Transform { 22 Concat(sk_sp<Transform> a, sk_sp<Transform> b) in Concat() 59 const sk_sp<Transform> fA, fB; 62 using INHERITED = Transform; 66 class Inverse final : public Transform { 70 explicit Inverse(sk_sp<Transform> t) in Inverse() 105 const sk_sp<Transform> fT; 108 using INHERITED = Transform; 114 Transform::Transform() : INHERITED(kBubbleDamage_Trait) {} in Transform() function in sksg::Transform 116 sk_sp<Transform> Transform::MakeConcat(sk_sp<Transform> a, sk_sp<Transform> b) { in MakeConcat() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ObjectTransformLayer.h | 32 TransformFunction Transform = TransformFunction()); 37 void setTransform(TransformFunction Transform) { in setTransform() argument 38 this->Transform = std::move(Transform); in setTransform() 43 TransformFunction Transform; variable 57 TransformFtor Transform = TransformFtor()), 65 TransformFtor Transform = TransformFtor()) 66 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {} in BaseLayer() 74 return BaseLayer.addObject(std::move(K), Transform(std::move(Obj))); in addObject() 113 TransformFtor &getTransform() { return Transform; } in getTransform() 116 const TransformFtor &getTransform() const { return Transform; } in getTransform() [all …]
|
D | IRTransformLayer.h | 34 TransformFunction Transform = identityTransform); 36 void setTransform(TransformFunction Transform) { in setTransform() argument 37 this->Transform = std::move(Transform); in setTransform() 50 TransformFunction Transform; variable 64 TransformFtor Transform = TransformFtor()), 71 TransformFtor Transform = TransformFtor()) 72 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {} in BaseLayer() 79 return BaseLayer.addModule(std::move(K), Transform(std::move(M))); in addModule() 112 TransformFtor& getTransform() { return Transform; } in getTransform() 115 const TransformFtor& getTransform() const { return Transform; } in getTransform() [all …]
|
/third_party/skia/modules/sksg/src/ |
D | SkSGTransform.cpp | 36 class Concat final : public Transform { 40 Concat(sk_sp<Transform> a, sk_sp<Transform> b) in Concat() 77 const sk_sp<Transform> fA, fB; 80 using INHERITED = Transform; 84 class Inverse final : public Transform { 88 explicit Inverse(sk_sp<Transform> t) in Inverse() 123 const sk_sp<Transform> fT; 126 using INHERITED = Transform; 144 Transform::Transform() : INHERITED(kBubbleDamage_Trait) {} in Transform() function in sksg::Transform 146 sk_sp<Transform> Transform::MakeConcat(sk_sp<Transform> a, sk_sp<Transform> b) { in MakeConcat() [all …]
|
/third_party/skia/modules/sksg/include/ |
D | SkSGTransform.h | 21 class Transform : public Node { 24 static sk_sp<Transform> MakeConcat(sk_sp<Transform> a, sk_sp<Transform> b); 27 static sk_sp<Transform> MakeInverse(sk_sp<Transform> t); 30 Transform(); 56 class Matrix final : public Transform { 79 using INHERITED = Transform; 87 static sk_sp<TransformEffect> Make(sk_sp<RenderNode> child, sk_sp<Transform> transform) { in Make() 99 const sk_sp<Transform>& getTransform() const { return fTransform; } in getTransform() 108 TransformEffect(sk_sp<RenderNode>, sk_sp<Transform>); 110 const sk_sp<Transform> fTransform;
|
/third_party/flutter/skia/modules/sksg/include/ |
D | SkSGTransform.h | 21 class Transform : public Node { 24 static sk_sp<Transform> MakeConcat(sk_sp<Transform> a, sk_sp<Transform> b); 27 static sk_sp<Transform> MakeInverse(sk_sp<Transform> t); 30 Transform(); 56 class Matrix final : public Transform { 79 using INHERITED = Transform; 87 static sk_sp<TransformEffect> Make(sk_sp<RenderNode> child, sk_sp<Transform> transform) { in Make() 99 const sk_sp<Transform>& getTransform() const { return fTransform; } in getTransform() 108 TransformEffect(sk_sp<RenderNode>, sk_sp<Transform>); 110 const sk_sp<Transform> fTransform;
|
/third_party/node/lib/internal/streams/ |
D | transform.js | 72 module.exports = Transform; 82 ObjectSetPrototypeOf(Transform.prototype, Duplex.prototype); 83 ObjectSetPrototypeOf(Transform, Duplex); 113 function Transform(options) { class 114 if (!(this instanceof Transform)) 115 return new Transform(options); 155 ObjectDefineProperty(Transform.prototype, '_transformState', { 164 Transform.prototype.push = function(chunk, encoding) { 179 Transform.prototype._transform = function(chunk, encoding, cb) { 183 Transform.prototype._write = function(chunk, encoding, cb) { [all …]
|
/third_party/glslang/Test/baseResults/ |
D | spv.300layoutp.vert.out | 14 Name 17 "Transform" 15 MemberName 17(Transform) 0 "M1" 16 MemberName 17(Transform) 1 "M2" 17 MemberName 17(Transform) 2 "N1" 18 MemberName 17(Transform) 3 "iuin" 41 MemberDecorate 17(Transform) 0 RowMajor 42 MemberDecorate 17(Transform) 0 Offset 0 43 MemberDecorate 17(Transform) 0 MatrixStride 16 44 MemberDecorate 17(Transform) 1 ColMajor 45 MemberDecorate 17(Transform) 1 Offset 64 [all …]
|
D | spv.300layout.vert.out | 14 Name 17 "Transform" 15 MemberName 17(Transform) 0 "M1" 16 MemberName 17(Transform) 1 "M2" 17 MemberName 17(Transform) 2 "N1" 18 MemberName 17(Transform) 3 "iuin" 41 MemberDecorate 17(Transform) 0 RowMajor 42 MemberDecorate 17(Transform) 0 Offset 0 43 MemberDecorate 17(Transform) 0 MatrixStride 16 44 MemberDecorate 17(Transform) 1 ColMajor 45 MemberDecorate 17(Transform) 1 Offset 64 [all …]
|
/third_party/skia/experimental/graphite/src/geom/ |
D | Transform_graphite.h | 19 class Transform { 43 explicit Transform(const SkM44& m); 44 Transform(const Transform& t) = default; 46 Transform& operator=(const Transform& t) = default; 51 bool operator==(const Transform& t) const; 52 bool operator!=(const Transform& t) const { return !(*this == t); }
|
/third_party/boost/boost/hof/ |
D | reveal.hpp | 302 template<class Failure, class Transform, class=void> 304 : Transform::template apply<Failure> 307 template<class Failure, class Transform> 308 struct transform_failures<Failure, Transform, typename holder< 311 : Failure::children::template transform<Transform> 328 template<class Transform> 329 …h_failures<detail::transform_failures<Failure, Transform>, detail::transform_failures<Failures, Tr… 345 template<class Transform> 346 BOOST_HOF_USING(transform, with_failures<detail::transform_failures<Failure, Transform>>); 352 template<class Transform, class... Fs> [all …]
|
/third_party/mesa3d/src/mesa/main/ |
D | clip.c | 46 _mesa_transform_vector(ctx->Transform._ClipUserPlane[plane], in _mesa_update_clip_plane() 47 ctx->Transform.EyeUserPlane[plane], in _mesa_update_clip_plane() 84 if (TEST_EQ_4V(ctx->Transform.EyeUserPlane[p], equation)) in _mesa_ClipPlane() 90 COPY_4FV(ctx->Transform.EyeUserPlane[p], equation); in _mesa_ClipPlane() 92 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) { in _mesa_ClipPlane() 113 equation[0] = (GLdouble) ctx->Transform.EyeUserPlane[p][0]; in _mesa_GetClipPlane() 114 equation[1] = (GLdouble) ctx->Transform.EyeUserPlane[p][1]; in _mesa_GetClipPlane() 115 equation[2] = (GLdouble) ctx->Transform.EyeUserPlane[p][2]; in _mesa_GetClipPlane() 116 equation[3] = (GLdouble) ctx->Transform.EyeUserPlane[p][3]; in _mesa_GetClipPlane()
|
/third_party/node/deps/npm/node_modules/concat-stream/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 66 module.exports = Transform; 75 util.inherits(Transform, Duplex); 102 function Transform(options) { class 103 if (!(this instanceof Transform)) return new Transform(options); 146 Transform.prototype.push = function (chunk, encoding) { 161 Transform.prototype._transform = function (chunk, encoding, cb) { 165 Transform.prototype._write = function (chunk, encoding, cb) { 179 Transform.prototype._read = function (n) { 192 Transform.prototype._destroy = function (err, cb) {
|
/third_party/node/deps/npm/node_modules/through2/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 66 module.exports = Transform; 75 util.inherits(Transform, Duplex); 102 function Transform(options) { class 103 if (!(this instanceof Transform)) return new Transform(options); 146 Transform.prototype.push = function (chunk, encoding) { 161 Transform.prototype._transform = function (chunk, encoding, cb) { 165 Transform.prototype._write = function (chunk, encoding, cb) { 179 Transform.prototype._read = function (n) { 192 Transform.prototype._destroy = function (err, cb) {
|
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 66 module.exports = Transform; 75 util.inherits(Transform, Duplex); 102 function Transform(options) { class 103 if (!(this instanceof Transform)) return new Transform(options); 146 Transform.prototype.push = function (chunk, encoding) { 161 Transform.prototype._transform = function (chunk, encoding, cb) { 165 Transform.prototype._write = function (chunk, encoding, cb) { 179 Transform.prototype._read = function (n) { 192 Transform.prototype._destroy = function (err, cb) {
|
/third_party/node/deps/npm/node_modules/from2/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 66 module.exports = Transform; 75 util.inherits(Transform, Duplex); 102 function Transform(options) { class 103 if (!(this instanceof Transform)) return new Transform(options); 146 Transform.prototype.push = function (chunk, encoding) { 161 Transform.prototype._transform = function (chunk, encoding, cb) { 165 Transform.prototype._write = function (chunk, encoding, cb) { 179 Transform.prototype._read = function (n) { 192 Transform.prototype._destroy = function (err, cb) {
|
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 66 module.exports = Transform; 75 util.inherits(Transform, Duplex); 102 function Transform(options) { class 103 if (!(this instanceof Transform)) return new Transform(options); 146 Transform.prototype.push = function (chunk, encoding) { 161 Transform.prototype._transform = function (chunk, encoding, cb) { 165 Transform.prototype._write = function (chunk, encoding, cb) { 179 Transform.prototype._read = function (n) { 192 Transform.prototype._destroy = function (err, cb) {
|
/third_party/node/deps/npm/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 64 module.exports = Transform; 74 require('inherits')(Transform, Duplex); 98 function Transform(options) { class 99 if (!(this instanceof Transform)) return new Transform(options); 137 Transform.prototype.push = function (chunk, encoding) { 152 Transform.prototype._transform = function (chunk, encoding, cb) { 156 Transform.prototype._write = function (chunk, encoding, cb) { 171 Transform.prototype._read = function (n) { 185 Transform.prototype._destroy = function (err, cb) {
|
/third_party/node/deps/npm/node_modules/duplexify/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 66 module.exports = Transform; 75 util.inherits(Transform, Duplex); 102 function Transform(options) { class 103 if (!(this instanceof Transform)) return new Transform(options); 146 Transform.prototype.push = function (chunk, encoding) { 161 Transform.prototype._transform = function (chunk, encoding, cb) { 165 Transform.prototype._write = function (chunk, encoding, cb) { 179 Transform.prototype._read = function (n) { 192 Transform.prototype._destroy = function (err, cb) {
|
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 66 module.exports = Transform; 75 util.inherits(Transform, Duplex); 102 function Transform(options) { class 103 if (!(this instanceof Transform)) return new Transform(options); 146 Transform.prototype.push = function (chunk, encoding) { 161 Transform.prototype._transform = function (chunk, encoding, cb) { 165 Transform.prototype._write = function (chunk, encoding, cb) { 179 Transform.prototype._read = function (n) { 192 Transform.prototype._destroy = function (err, cb) {
|
/third_party/node/deps/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 66 module.exports = Transform; 75 util.inherits(Transform, Duplex); 102 function Transform(options) { class 103 if (!(this instanceof Transform)) return new Transform(options); 146 Transform.prototype.push = function (chunk, encoding) { 161 Transform.prototype._transform = function (chunk, encoding, cb) { 165 Transform.prototype._write = function (chunk, encoding, cb) { 179 Transform.prototype._read = function (n) { 192 Transform.prototype._destroy = function (err, cb) {
|
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 66 module.exports = Transform; 75 util.inherits(Transform, Duplex); 102 function Transform(options) { class 103 if (!(this instanceof Transform)) return new Transform(options); 146 Transform.prototype.push = function (chunk, encoding) { 161 Transform.prototype._transform = function (chunk, encoding, cb) { 165 Transform.prototype._write = function (chunk, encoding, cb) { 179 Transform.prototype._read = function (n) { 192 Transform.prototype._destroy = function (err, cb) {
|
/third_party/node/deps/npm/node_modules/isstream/ |
D | test.js | 76 test(true, 'CoreStreams.Transform', new (CoreStreams.Transform)()) 82 test(true, 'ReadableStream10.Transform', new (ReadableStream10.Transform)()) 88 test(true, 'ReadableStream11.Transform', new (ReadableStream11.Transform)()) 96 testReadable(true, 'CoreStreams.Transform', new (CoreStreams.Transform)()) 102 testReadable(true, 'ReadableStream10.Transform', new (ReadableStream10.Transform)()) 108 testReadable(true, 'ReadableStream11.Transform', new (ReadableStream11.Transform)()) 116 testWritable(true, 'CoreStreams.Transform', new (CoreStreams.Transform)()) 122 testWritable(true, 'ReadableStream10.Transform', new (ReadableStream10.Transform)()) 128 testWritable(true, 'ReadableStream11.Transform', new (ReadableStream11.Transform)()) 136 testDuplex(true, 'CoreStreams.Transform', new (CoreStreams.Transform)()) [all …]
|