Home
last modified time | relevance | path

Searched full:transform (Results 1 – 25 of 26643) sorted by relevance

12345678910>>...1066

/aosp_15_r20/external/pigweed/pw_snapshot/images/
H A Dgeneric_crash_flow.svg1transform="translate(0 -118.25)" lucid:page-tab-id="0_0"><path d="M148 180c17.67 0 32 17.9 32 40s-…
/aosp_15_r20/external/brotli/csharp/org/brotli/dec/
H A DTransform.cs9 internal sealed class Transform class
17 internal Transform(string prefix, int type, string suffix) in Transform() method in Org.Brotli.Dec.Transform
34Transform[] Transforms = new Org.Brotli.Dec.Transform[] { new Org.Brotli.Dec.Transform(string.Empt…
35Transform(" ", 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 "…
37Transform("s ", Org.Brotli.Dec.WordTransformType.Identity, " "), new Org.Brotli.Dec.Transform(stri…
38Transform(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…
40Transform(" ", Org.Brotli.Dec.WordTransformType.UppercaseFirst, " "), new Org.Brotli.Dec.Transform
41Transform("e ", Org.Brotli.Dec.WordTransformType.Identity, " "), new Org.Brotli.Dec.Transform(stri…
[all …]
/aosp_15_r20/external/perfetto/docs/images/
H A Ddataflow.svg1transform: translate(79.984375px,105px) scale(1,1)} 32% {transform: translate(79.984375px,105px) s…
3transform="translate(79.984375,75) scale(1,1)"><rect id="ec4qhmsv5c9j25" width="140" height="30" r…
5 …ont-family="RobotoMono-Regular, &quot;Roboto Mono&quot;" font-size="14" transform="matrix(1 0 0 1 …
7transform="matrix(-1 0 -0 -1 280 80.00000000000003)" fill="rgb(245,245,245)" stroke="none" stroke-…
9transform="matrix(1 0 0 1 340 110)" fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"…
11 …ont-family="RobotoMono-Regular, &quot;Roboto Mono&quot;" font-size="18" transform="matrix(1 0 0 1 …
13 …ont-family="RobotoMono-Regular, &quot;Roboto Mono&quot;" font-size="18" transform="matrix(1 0 0 1 …
15transform="matrix(1 0 0 1 138 75)" fill="rgb(96,125,139)" fill-rule="evenodd" stroke="none" stroke…
/aosp_15_r20/external/pigweed/seed/0119/
H A Dhigh-level-view.svg1transform="translate(-137.83333333333334 -199.5)" lucid:page-tab-id="QS0QVPe9s7im"><path d="M0 0h1…
H A Ddata-pipeline.svg1transform="translate(-399.4999999999999 -446.83333333333337)" lucid:page-tab-id="Jy1QJpHCM_dY"><pa…
/aosp_15_r20/art/test/1980-obsolete-object-cleared/
H A Dexpected-stdout.txt11 Obsolete class is: class Main$Transform
21 …ass java.lang.Class.arrayType() on (obsolete)class Main$Transform with [] = class [LMain$Transform;
23 …eld java.lang.Class.arrayType() on (obsolete)class Main$Transform with [] = class [LMain$Transform;
24 …params: [[null, class java.lang.Object, (obsolete)class Main$Transform, class Main$Transform, long…
26 …ava.lang.Class) on (obsolete)class Main$Transform with [class java.lang.Object] = (obsolete)class …
27 …lang.Class) on (obsolete)class Main$Transform with [(obsolete)class Main$Transform] = (obsolete)cl…
28 …in$Transform] throws java.lang.reflect.InvocationTargetException: java.lang.ClassCastException: cl…
29 …ect.InvocationTargetException: java.lang.ClassCastException: class Main$Transform cannot be cast t…
30 …ect.InvocationTargetException: java.lang.ClassCastException: class Main$Transform cannot be cast t…
31 …lang.Class.cast(java.lang.Object) with params: [[null, foo, NOT_USED_STRING, class Main$Transform]]
[all …]
/aosp_15_r20/external/pytorch/test/distributions/
H A Dtest_transforms.py37 Transform,
100 def reshape_transform(transform, shape): argument
102 if isinstance(transform, AffineTransform):
103 if isinstance(transform.loc, Number):
104 return transform
107 transform.loc.expand(shape),
108 transform.scale.expand(shape),
109 cache_size=transform._cache_size,
113 transform.loc.reshape(shape),
114 transform.scale.reshape(shape),
[all …]
/aosp_15_r20/external/eigen/Eigen/src/Geometry/
H A DTransform.h19 template<typename Transform>
24 Dim = Transform::Dim,
25 HDim = Transform::HDim,
26 Mode = Transform::Mode,
67 struct traits<Transform<_Scalar,_Dim,_Mode,_Options> >
88 * \class Transform
108 * this class you have to think a Transform object as its internal
123 * However, unlike a plain matrix, the Transform class provides many features
125 * with any other transformations (Transform,Translation,RotationBase,DiagonalMatrix)
126 * and can be directly used to transform implicit homogeneous vectors. All these
[all …]
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/performance/
H A DKeyMintBenchmark.cpp82 optional<BlockMode> getBlockMode(string transform) { in getBlockMode() argument
83 if (transform.find("/ECB") != string::npos) { in getBlockMode()
85 } else if (transform.find("/CBC") != string::npos) { in getBlockMode()
87 } else if (transform.find("/CTR") != string::npos) { in getBlockMode()
89 } else if (transform.find("/GCM") != string::npos) { in getBlockMode()
95 PaddingMode getPadding(string transform, bool sign) { in getPadding() argument
96 if (transform.find("/PKCS7") != string::npos) { in getPadding()
98 } else if (transform.find("/PSS") != string::npos) { in getPadding()
100 } else if (transform.find("/OAEP") != string::npos) { in getPadding()
102 } else if (transform.find("/PKCS1") != string::npos) { in getPadding()
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/color/
H A Dinstance.rs243 Transform { enumerator
285 /// point), and the various transform paints are collapsed into a single value
286 /// for their category (transform, translate, scale, rotate and skew).
403 Paint::Transform(transform) => { in resolve_paint()
404 let affine = transform.transform()?; in resolve_paint()
405 let paint = transform.paint()?; in resolve_paint()
406 ResolvedPaint::Transform { in resolve_paint()
416 Paint::VarTransform(transform) => { in resolve_paint()
417 let affine = transform.transform()?; in resolve_paint()
418 let paint = transform.paint()?; in resolve_paint()
[all …]
/aosp_15_r20/frameworks/native/libs/ui/
H A DTransform.cpp18 #define LOG_TAG "Transform"
25 #include <ui/Transform.h>
30 Transform::Transform() { in Transform() function in android::ui::Transform
34 Transform::Transform(const Transform& other) in Transform() function in android::ui::Transform
38 Transform::Transform(uint32_t orientation, int w, int h) { in Transform() function in android::ui::Transform
42 Transform::~Transform() = default;
46 bool Transform::isZero(float f) { in isZero()
50 bool Transform::absIsOne(float f) { in absIsOne()
54 bool Transform::operator==(const Transform& other) const { in operator ==()
62 Transform Transform::operator*(const Transform& rhs) const { in operator *()
[all …]
/aosp_15_r20/external/skia/site/docs/dev/design/conical/
H A Dlemma4.svg18 <g transform="matrix(0.8021505862642581, 0, 0, 0.8021505862642581, 0, 0)">
22 </g> <!-- transform -->
23 <g transform="matrix(0.8021505862642581, 0, 0, 0.8021505862642581, 0, 0)">
27 </g> <!-- transform -->
28 <g transform="matrix(0.8021505862642581, 0, 0, 0.8021505862642581, 0, 0)">
32 </g> <!-- transform -->
33 <g transform="matrix(0.8021505862642581, 0, 0, 0.8021505862642581, 0, 0)">
37 </g> <!-- transform -->
38 <g transform="matrix(0.8021505862642581, 0, 0, 0.8021505862642581, 0, 0)">
42 </g> <!-- transform -->
[all …]
H A Dlemma3.1.svg18 <g transform="matrix(0.8823656448906831, 0, 0, 0.8823656448906831, 0, 0)">
22 </g> <!-- transform -->
23 <g transform="matrix(0.8823656448906831, 0, 0, 0.8823656448906831, 0, 0)">
27 </g> <!-- transform -->
28 <g transform="matrix(0.8823656448906831, 0, 0, 0.8823656448906831, 0, 0)">
32 </g> <!-- transform -->
33 <g transform="matrix(0.8823656448906831, 0, 0, 0.8823656448906831, 0, 0)">
37 </g> <!-- transform -->
38 <g transform="matrix(0.8823656448906831, 0, 0, 0.8823656448906831, 0, 0)">
42 </g> <!-- transform -->
[all …]
H A Dlemma3.2.svg18 <g transform="matrix(0.8823656448906823, 0, 0, 0.8823656448906823, 0, 0)">
22 </g> <!-- transform -->
23 <g transform="matrix(0.8823656448906823, 0, 0, 0.8823656448906823, 0, 0)">
27 </g> <!-- transform -->
28 <g transform="matrix(0.8823656448906823, 0, 0, 0.8823656448906823, 0, 0)">
32 </g> <!-- transform -->
33 <g transform="matrix(0.8823656448906823, 0, 0, 0.8823656448906823, 0, 0)">
37 </g> <!-- transform -->
38 <g transform="matrix(0.8823656448906823, 0, 0, 0.8823656448906823, 0, 0)">
42 </g> <!-- transform -->
[all …]
H A Dlemma1.svg18 <g transform="matrix(1.273305143951097, 0, 0, 1.273305143951097, 0, 0)">
22 </g> <!-- transform -->
23 <g transform="matrix(1.273305143951097, 0, 0, 1.273305143951097, 0, 0)">
27 </g> <!-- transform -->
28 <g transform="matrix(1.273305143951097, 0, 0, 1.273305143951097, 0, 0)">
32 </g> <!-- transform -->
33 <g transform="matrix(1.273305143951097, 0, 0, 1.273305143951097, 0, 0)">
37 </g> <!-- transform -->
38 <g transform="matrix(1.273305143951097, 0, 0, 1.273305143951097, 0, 0)">
42 </g> <!-- transform -->
[all …]
H A Dcorollary2.3.3.svg18 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)">
22 </g> <!-- transform -->
23 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)">
27 </g> <!-- transform -->
28 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)">
32 </g> <!-- transform -->
33 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)">
37 </g> <!-- transform -->
38 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)">
42 </g> <!-- transform -->
[all …]
H A Dcorollary2.3.2.svg18 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)">
22 </g> <!-- transform -->
23 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)">
27 </g> <!-- transform -->
28 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)">
32 </g> <!-- transform -->
33 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)">
37 </g> <!-- transform -->
38 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)">
42 </g> <!-- transform -->
[all …]
H A Dcorollary2.2.1.svg18 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)">
22 </g> <!-- transform -->
23 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)">
27 </g> <!-- transform -->
28 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)">
32 </g> <!-- transform -->
33 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)">
37 </g> <!-- transform -->
38 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)">
42 </g> <!-- transform -->
[all …]
/aosp_15_r20/hardware/interfaces/keymaster/4.0/vts/performance/
H A DBenchmark.cpp187 bool GenerateKey(string transform, int keySize, bool sign = false) { in GenerateKey() argument
188 if (transform == key_transform_) { in GenerateKey()
196 optional<Algorithm> algorithm = getAlgorithm(transform); in GenerateKey()
198 cerr << "Error: invalid algorithm " << transform << endl; in GenerateKey()
201 key_transform_ = transform; in GenerateKey()
202 return GenerateKey(*algorithm, keySize, getDigest(transform), getPadding(transform, sign), in GenerateKey()
203 getBlockMode(transform)); in GenerateKey()
212 AuthorizationSet getOperationParams(string transform, bool sign = false) { in getOperationParams() argument
214 .Padding(getPadding(transform, sign)) in getOperationParams()
216 .Digest(getDigest(transform)); in getOperationParams()
[all …]
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
H A DZip.kt13 * Returns a [Flow] whose values are generated with [transform] function by combining in <lambda>()
25 * This function is a shorthand for `flow.combineTransform(flow2) { a, b -> emit(transform(a, b)) } in <lambda>()
28 public fun <T1, T2, R> Flow<T1>.combine(flow: Flow<T2>, transform: suspend (a: T1, b: T2) -> R): Fl… in <lambda>()
29 …combineInternal(arrayOf(this@combine, flow), nullArrayFactory(), { emit(transform(it[0] as T1, it[… in <lambda>()
33 * Returns a [Flow] whose values are generated with [transform] function by combining
45 * This function is a shorthand for `combineTransform(flow, flow2) { a, b -> emit(transform(a, b)) }
47 public fun <T1, T2, R> combine(flow: Flow<T1>, flow2: Flow<T2>, transform: suspend (a: T1, b: T2) -… in combine()
48 flow.combine(flow2, transform) in combine()
51 …* Returns a [Flow] whose values are generated by [transform] function that process the most recent… in combine()
53 * The receiver of the [transform] is [FlowCollector] and thus `transform` is a in combine()
[all …]
/aosp_15_r20/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayloadTest.java69 import com.android.internal.net.ipsec.test.ike.message.IkeSaPayload.Transform;
163 private Transform[] mValidNegotiatedTransformSet;
187 Transform.setAttributeDecoder(mMockedAttributeDecoder); in setUp()
205 new Transform[] { in setUp()
270 Transform.resetAttributeDecoder(); in tearDown()
305 Transform transform = Transform.readFrom(inputBuffer); in testDecodeEncryptionTransform() local
306 assertTrue(transform instanceof EncryptionTransform); in testDecodeEncryptionTransform()
307 assertEquals(Transform.TRANSFORM_TYPE_ENCR, transform.type); in testDecodeEncryptionTransform()
308 assertEquals(SaProposal.ENCRYPTION_ALGORITHM_AES_CBC, transform.id); in testDecodeEncryptionTransform()
309 assertTrue(transform.isSupported); in testDecodeEncryptionTransform()
[all …]
/aosp_15_r20/art/test/1984-structural-redefine-field-trace/
H A Dexpected-stdout.txt2 public static boolean art.Test1984$Transform.boom=false
3 public static int art.Test1984$Transform.count_down=2
4 public static boolean art.Test1984$Transform.tock=false
5 method: public static void art.Test1984$Transform.tick() ACCESS: public static boolean art.Test1984…
6 method: public static void art.Test1984$Transform.tick() ACCESS: public static boolean art.Test1984…
7 method: public static void art.Test1984$Transform.tick() MODIFY: public static boolean art.Test1984…
8 method: public static void art.Test1984$Transform.tick() ACCESS: public static int art.Test1984$Tra…
9 method: public static void art.Test1984$Transform.tick() ACCESS: public static boolean art.Test1984…
10 method: public static void art.Test1984$Transform.tick() ACCESS: public static boolean art.Test1984…
11 method: public static void art.Test1984$Transform.tick() MODIFY: public static boolean art.Test1984…
[all …]
/aosp_15_r20/external/libogg/doc/
H A Dpackets.svg220 inkscape:transform-center-y="21.605011"
221 inkscape:transform-center-x="-6.0662994"
222 transform="matrix(0,-1,1,0,0,0)"
238 transform="matrix(0,-1,1,0,0,0)"
239 inkscape:transform-center-x="-6.0662994"
240 inkscape:transform-center-y="21.605011"><tspan
246 inkscape:transform-center-y="21.605011"
247 inkscape:transform-center-x="-6.0662994"
248 transform="matrix(0,-1,1,0,0,0)"
264 transform="matrix(0,-1,1,0,0,0)"
[all …]
/aosp_15_r20/external/fonttools/Lib/fontTools/misc/
H A Dtransform.py3 The Transform class implements various transformation matrix operations,
6 Transform instances are effectively immutable: all methods that operate on the
8 interesting side effect that Transform instances are hashable, ie. they can be
13 Transform
16 Transform instance set to the identity transformation
27 >>> t = Transform(2, 0, 0, 3, 0, 0)
60 __all__ = ["Transform", "Identity", "Offset", "Scale", "DecomposedTransform"]
78 class Transform(NamedTuple): class
79 """2x2 transformation matrix plus offset, a.k.a. Affine transform.
80 Transform instances are immutable: all transforming methods, eg.
[all …]
/aosp_15_r20/external/fonttools/Tests/misc/
H A Dtransform_test.py1 from fontTools.misc.transform import (
2 Transform,
14 t = Transform()
15 assert repr(t) == "<Transform [1 0 0 1 0 0]>"
16 assert t.scale(2) == Transform(2, 0, 0, 2, 0, 0)
17 assert t.scale(2.5, 5.5) == Transform(2.5, 0, 0, 5.5, 0, 0)
21 assert Transform(12) == Transform(12, 0, 0, 1, 0, 0)
22 assert Transform(dx=12) == Transform(1, 0, 0, 1, 12, 0)
23 assert Transform(yx=12) == Transform(1, 0, 12, 1, 0, 0)
26 t = Transform(2, 0, 0, 3, 0, 0)
[all …]

12345678910>>...1066