/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/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/node/lib/internal/streams/ |
D | transform.js | 71 module.exports = Transform; 77 ObjectSetPrototypeOf(Transform.prototype, Duplex.prototype); 78 ObjectSetPrototypeOf(Transform, Duplex); 82 function Transform(options) { class 83 if (!(this instanceof Transform)) 84 return new Transform(options); 164 Transform.prototype._final = final; 166 Transform.prototype._transform = function(chunk, encoding, callback) { 170 Transform.prototype._write = function(chunk, encoding, callback) { 197 Transform.prototype._read = function() {
|
/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/ |
D | transform.js | 67 module.exports = Transform 71 ObjectSetPrototypeOf(Transform.prototype, Duplex.prototype) 72 ObjectSetPrototypeOf(Transform, Duplex) 74 function Transform(options) { class 75 if (!(this instanceof Transform)) return new Transform(options) 145 Transform.prototype._final = final 146 Transform.prototype._transform = function (chunk, encoding, callback) { 149 Transform.prototype._write = function (chunk, encoding, callback) { 174 Transform.prototype._read = function () {
|
/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); }
|
D | Transform.cpp | 26 Transform::Transform(const SkM44& m) in Transform() function in skgpu::Transform 39 bool Transform::operator==(const Transform& t) const { in operator ==() 45 Rect Transform::mapRect(const Rect& rect) const { return map_rect(fM, rect); } in mapRect() 46 Rect Transform::inverseMapRect(const Rect& rect) const { return map_rect(fInvM, rect); } in inverseMapRect()
|
/third_party/mesa3d/src/mesa/main/ |
D | clip.c | 48 _mesa_transform_vector(ctx->Transform._ClipUserPlane[plane], in _mesa_update_clip_plane() 49 ctx->Transform.EyeUserPlane[plane], in _mesa_update_clip_plane() 86 if (TEST_EQ_4V(ctx->Transform.EyeUserPlane[p], equation)) in _mesa_ClipPlane() 92 COPY_4FV(ctx->Transform.EyeUserPlane[p], equation); in _mesa_ClipPlane() 94 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) { in _mesa_ClipPlane() 112 equation[0] = (GLdouble) ctx->Transform.EyeUserPlane[p][0]; in _mesa_GetClipPlane() 113 equation[1] = (GLdouble) ctx->Transform.EyeUserPlane[p][1]; in _mesa_GetClipPlane() 114 equation[2] = (GLdouble) ctx->Transform.EyeUserPlane[p][2]; in _mesa_GetClipPlane() 115 equation[3] = (GLdouble) ctx->Transform.EyeUserPlane[p][3]; in _mesa_GetClipPlane()
|
/third_party/node/deps/npm/node_modules/node-gyp/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 66 module.exports = Transform; 73 require('inherits')(Transform, Duplex); 93 function Transform(options) { class 94 if (!(this instanceof Transform)) return new Transform(options); 130 Transform.prototype.push = function (chunk, encoding) { 145 Transform.prototype._transform = function (chunk, encoding, cb) { 148 Transform.prototype._write = function (chunk, encoding, cb) { 162 Transform.prototype._read = function (n) { 173 Transform.prototype._destroy = function (err, cb) {
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | transform.cc | 28 TINT_INSTANTIATE_TYPEINFO(tint::transform::Transform); 46 Transform::Transform() = default; 47 Transform::~Transform() = default; 49 Output Transform::Run(const Program* program, const DataMap& data /* = {} */) { in Run() 59 void Transform::Run(CloneContext& ctx, const DataMap&, DataMap&) { in Run() 60 TINT_UNIMPLEMENTED(Transform, ctx.dst->Diagnostics()) in Run() 64 bool Transform::Requires(CloneContext& ctx, in Requires() 69 diag::System::Transform, std::string(TypeInfo().name) + in Requires() 78 void Transform::RemoveStatement(CloneContext& ctx, const ast::Statement* stmt) { in RemoveStatement() 88 TINT_ICE(Transform, ctx.dst->Diagnostics()) in RemoveStatement() [all …]
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
D | TransformTest.java | 39 Transform.transformDictionaryWord(output, 0, in testTrimAll() 40 ByteBuffer.wrap(input), 0, input.length, Transform.RFC_TRANSFORMS, 39); in testTrimAll() 49 Transform.transformDictionaryWord(output, 0, in testCapitalize() 50 ByteBuffer.wrap(input), 0, input.length, Transform.RFC_TRANSFORMS, 44); in testCapitalize() 63 for (int i = 0; i < Transform.NUM_RFC_TRANSFORMS; ++i) { in testAllTransforms() 64 offset += Transform.transformDictionaryWord(output, offset, in testAllTransforms() 65 ByteBuffer.wrap(testWord), 0, testWord.length, Transform.RFC_TRANSFORMS, i); in testAllTransforms()
|
/third_party/skia/third_party/externals/tint/src/utils/ |
D | transform_test.cc | 33 auto transformed = Transform(empty, [](int) -> int { in TEST() 41 auto transformed = Transform(empty, [](int, size_t) -> int { in TEST() 53 auto transformed = Transform(input, [](int i) { return i; }); in TEST() 58 auto transformed = Transform(input, [](int i, size_t) { return i; }); in TEST() 67 auto transformed = Transform(input, [](int, size_t idx) { return idx; }); in TEST() 76 auto transformed = Transform(input, [](int i) { return i * 10; }); in TEST() 86 Transform(input, [](int i) { return std::to_string(i); }); in TEST()
|
/third_party/node/test/parallel/ |
D | test-stream-compose.js | 8 Transform, 19 new Transform({ 24 new Transform({ 84 new Transform({ 104 new Transform({ 121 new Transform({ 147 new Transform({ 172 new Transform({ 183 new Transform({ 202 new Transform({ [all …]
|
D | test-stream-transform-destroy.js | 4 const { Transform } = require('stream'); 8 const transform = new Transform({ 22 const transform = new Transform({ 40 const transform = new Transform({ 62 const transform = new Transform({ 82 const transform = new Transform({ 95 const transform = new Transform({ 124 const transform = new Transform({
|
D | test-stream-inheritance.js | 4 const { Readable, Writable, Duplex, Transform } = require('stream'); 9 const transform = new Transform({ transform() {} }); 26 assert.ok(!(readable instanceof Transform)); 27 assert.ok(!(writable instanceof Transform)); 28 assert.ok(!(duplex instanceof Transform)); 29 assert.ok(transform instanceof Transform);
|
/third_party/typescript/tests/baselines/reference/ |
D | recursiveMappedTypes.types | 60 type Transform<T> = { [K in keyof T]: Transform<T[K]> }; 61 >Transform : Transform<T> 78 declare var product: Transform<Product>; 79 >product : Transform<Product> 81 product.users; // (Transform<User> | Transform<Guest>)[] 82 >product.users : Transform<User | Guest>[] 83 >product : Transform<Product> 84 >users : Transform<User | Guest>[]
|
/third_party/skia/modules/skottie/src/ |
D | Layer.h | 29 sk_sp<sksg::Transform> buildTransform(const AnimationBuilder&, CompositionBuilder*); 58 sk_sp<sksg::Transform> getTransform(const AnimationBuilder&, CompositionBuilder*, 61 sk_sp<sksg::Transform> getParentTransform(const AnimationBuilder&, CompositionBuilder*, 64 sk_sp<sksg::Transform> doAttachTransform(const AnimationBuilder&, CompositionBuilder*, 74 sk_sp<sksg::Transform> fLayerTransform; // this layer's transform node. 75 sk_sp<sksg::Transform> fTransformCache[2]; // cached 2D/3D chain for the local node
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | ObjectTransformLayer.cpp | 17 TransformFunction Transform) in ObjectTransformLayer() argument 18 : ObjectLayer(ES), BaseLayer(BaseLayer), Transform(std::move(Transform)) {} in ObjectTransformLayer() 25 if (Transform) { in emit() 26 if (auto TransformedObj = Transform(std::move(O))) in emit()
|
/third_party/skia/experimental/graphite/src/ |
D | DrawList.h | 165 void stencilAndFillPath(const Transform& localToDevice, 171 void fillConvexPath(const Transform& localToDevice, 177 void strokePath(const Transform& localToDevice, 198 const Transform& fTransform; // Points to a transform in fTransforms 207 Draw(const Renderer& renderer, const Transform& transform, const Shape& shape, in Draw() 225 const Transform& deduplicateTransform(const Transform&); 227 SkTBlockList<Transform, 16> fTransforms;
|
/third_party/node/deps/npm/node_modules/iconv-lite/lib/ |
D | streams.js | 8 var Transform = stream_module.Transform; 16 Transform.call(this, options); 19 IconvLiteEncoderStream.prototype = Object.create(Transform.prototype, { 64 Transform.call(this, options); 67 IconvLiteDecoderStream.prototype = Object.create(Transform.prototype, {
|