Home
last modified time | relevance | path

Searched defs:transform (Results 1 – 25 of 269) sorted by relevance

1234567891011

/aosp12/hardware/interfaces/security/keymint/aidl/vts/performance/
H A DKeyMintBenchmark.cpp77 optional<BlockMode> getBlockMode(string transform) { in getBlockMode()
90 PaddingMode getPadding(string transform, bool sign) { in getPadding()
106 optional<Algorithm> getAlgorithm(string transform) { in getAlgorithm()
122 Digest getDigest(string transform) { in getDigest()
352 #define BENCHMARK_KM(func, transform, keySize) \ argument
364 #define BENCHMARK_KM_CIPHER(transform, keySize, msgSize) \ argument
368 #define BENCHMARK_KM_CIPHER_ALL_MSGS(transform, keySize) \ argument
489 #define BENCHMARK_KM_SIGNATURE_ALL_HMAC_KEYS(transform) \ argument
502 #define BENCHMARK_KM_SIGNATURE_ALL_ECDSA_KEYS(transform) \ argument
515 #define BENCHMARK_KM_SIGNATURE_ALL_RSA_KEYS(transform) \ argument
[all …]
/aosp12/hardware/interfaces/keymaster/4.0/vts/performance/
H A DBenchmark.cpp329 optional<BlockMode> getBlockMode(string transform) { in getBlockMode()
342 PaddingMode getPadding(string transform, bool sign) { in getPadding()
358 optional<Algorithm> getAlgorithm(string transform) { in getAlgorithm()
374 Digest getDigest(string transform) { in getDigest()
419 #define BENCHMARK_KM(func, transform, keySize) \ argument
431 #define BENCHMARK_KM_CIPHER(transform, keySize, msgSize) \ argument
435 #define BENCHMARK_KM_CIPHER_ALL_MSGS(transform, keySize) \ argument
550 #define BENCHMARK_KM_SIGNATURE_ALL_HMAC_KEYS(transform) \ argument
567 #define BENCHMARK_KM_SIGNATURE_ALL_ECDSA_KEYS(transform) \ argument
580 #define BENCHMARK_KM_SIGNATURE_ALL_RSA_KEYS(transform) \ argument
[all …]
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeSaPayloadTest.java296 Transform transform = Transform.readFrom(inputBuffer); in testDecodeEncryptionTransform() local
358 Transform transform = Transform.readFrom(inputBuffer); in testDecodePrfTransform() local
393 Transform transform = Transform.readFrom(inputBuffer); in testDecodeIntegrityTransform() local
409 Transform transform = Transform.readFrom(inputBuffer); in testDecodeIntegrityTransformWithUnrecognizedAttribute() local
444 Transform transform = Transform.readFrom(inputBuffer); in testDecodeDhGroupTransform() local
479 Transform transform = Transform.readFrom(inputBuffer); in testDecodeEsnTransform() local
496 Transform transform = Transform.readFrom(inputBuffer); in testDecodeEsnTransformWithUnsupportedId() local
511 Transform transform = Transform.readFrom(inputBuffer); in testDecodeEsnTransformWithUnrecognizedAttribute() local
539 Transform transform = Transform.readFrom(inputBuffer); in testDecodeUnrecognizedTransform() local
572 Transform transform = Transform.readFrom(inputBuffer); in testDecodeTransformWithUnrecognizedTransformId() local
[all …]
/aosp12/frameworks/base/libs/hwui/
H A DCanvasTransform.cpp56 SkColor transformColor(ColorTransform transform, SkColor color) { in transformColor()
67 SkColor transformColorInverse(ColorTransform transform, SkColor color) { in transformColorInverse()
78 static void applyColorTransform(ColorTransform transform, SkPaint& paint) { in applyColorTransform()
136 bool transformPaint(ColorTransform transform, SkPaint* paint) { in transformPaint()
142 bool transformPaint(ColorTransform transform, SkPaint* paint, BitmapPalette palette) { in transformPaint()
H A DDamageAccumulator.cpp91 void DamageAccumulator::pushTransform(const RenderNode* transform) { in pushTransform()
97 void DamageAccumulator::pushTransform(const Matrix4* transform) { in pushTransform()
140 static inline void applyMatrix(const SkMatrix* transform, SkRect* rect) { in applyMatrix()
153 static inline void applyMatrix(const SkMatrix& transform, SkRect* rect) { in applyMatrix()
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputTarget.cpp45 void InputTarget::addPointers(BitSet32 newPointerIds, const ui::Transform& transform) { in addPointers()
63 void InputTarget::setDefaultPointerTransform(const ui::Transform& transform) { in setDefaultPointerTransform()
79 const ui::Transform& transform = getDefaultPointerTransform(); in getPointerInfoString() local
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DIpSecBaseTest.java169 IpSecManager ism, int direction, IpSecTransform transform) throws Exception; in applyTransportModeTransform()
230 IpSecManager ism, int direction, IpSecTransform transform) throws Exception { in applyTransportModeTransform()
317 IpSecManager ism, int direction, IpSecTransform transform) throws Exception { in applyTransportModeTransform()
365 IpSecManager ism, int direction, IpSecTransform transform) throws Exception { in applyTransportModeTransform()
517 IpSecManager ism, IpSecTransform transform, GenericSocket socket) throws Exception { in applyTransformBidirectionally()
672 try (IpSecTransform transform = buildDefaultTransform(local)) { in testJavaTcpSocketPair()
684 try (IpSecTransform transform = buildDefaultTransform(local)) { in testJavaUdpSocketPair()
697 try (IpSecTransform transform = buildDefaultTransform(local)) { in testJavaUdpSocketPairUnconnected()
710 try (IpSecTransform transform = buildDefaultTransform(local)) { in testNativeTcpSocketPair()
723 try (IpSecTransform transform = buildDefaultTransform(local)) { in testNativeUdpSocketPair()
[all …]
/aosp12/system/sepolicy/tools/
H A Dpost_process_mac_perms52 transform = lambda x: b16encode(b64decode(x.replace('\n', ''))).lower() function
63 transform = lambda x: os.path.join(dirpath, x) function
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DProjectionSpaceTest.cpp75 const auto transform = source.getTransform(dest); in TEST() local
88 const auto transform = source.getTransform(dest); in TEST() local
101 const auto transform = source.getTransform(dest); in testTransform() local
/aosp12/frameworks/base/core/java/android/net/
H A DIpSecManager.java372 @PolicyDirection int direction, @NonNull IpSecTransform transform) throws IOException { in applyTransportModeTransform()
376 applyTransportModeTransform(socket.getFileDescriptor$(), direction, transform); in applyTransportModeTransform() local
409 @PolicyDirection int direction, @NonNull IpSecTransform transform) throws IOException { in applyTransportModeTransform()
410 applyTransportModeTransform(socket.getFileDescriptor$(), direction, transform); in applyTransportModeTransform() local
456 @PolicyDirection int direction, @NonNull IpSecTransform transform) throws IOException { in applyTransportModeTransform()
541 public void removeTunnelModeTransform(Network net, IpSecTransform transform) {} in removeTunnelModeTransform()
971 @PolicyDirection int direction, @NonNull IpSecTransform transform) throws IOException { in applyTunnelModeTransform()
/aosp12/packages/apps/Camera2/src/com/android/camera/async/
H A DObservableCombiner.java62 static <I, O> Observable<O> transform(final List<? extends Observable<I>> inputs, in transform() method in ObservableCombiner
H A DObservables.java51 public static <F, T> Observable<T> transform(final Observable<F> input, in transform() method in Observables
/aosp12/frameworks/native/libs/ui/
H A DTransform.cpp225 vec2 Transform::transform(const vec2& v) const { in transform() function in android::ui::Transform
233 vec3 Transform::transform(const vec3& v) const { in transform() function in android::ui::Transform
242 vec2 Transform::transform(float x, float y) const { in transform() function in android::ui::Transform
250 Rect Transform::transform(const Rect& bounds, bool roundOutwards) const { in transform() function in android::ui::Transform
277 FloatRect Transform::transform(const FloatRect& bounds) const { in transform() function in android::ui::Transform
297 Region Transform::transform(const Region& reg) const { in transform() function in android::ui::Transform
475 static std::string transformToString(const uint32_t transform) { in transformToString()
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DTriData.java79 public void transform(Matrix m) { in transform() method in TriData
85 public void transform(Matrix m, TriData out) { in transform() method in TriData
/aosp12/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
H A DVideoScale.java77 Matrix transform = new Matrix(); in scaleVideoAndFillView() local
135 Matrix transform = new Matrix(); in scaleVideoMaintainingAspectRatio() local
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollAdapterTransform.java35 public void transform(View view, int distanceFromCenter, int distanceFromCenter2ndAxis); in transform() method
/aosp12/frameworks/native/libs/input/
H A DInput.cpp55 float transformAngle(const ui::Transform& transform, float angleRadians) { in transformAngle()
97 vec2 applyTransformWithoutTranslation(const ui::Transform& transform, float x, float y) { in applyTransformWithoutTranslation()
389 void PointerCoords::transform(const ui::Transform& transform) { in transform() argument
428 const ui::Transform& transform, float xPrecision, float yPrecision, in initialize()
616 void MotionEvent::transform(const std::array<float, 9>& matrix) { in transform() function in android::MotionEvent
634 ui::Transform transform; in applyTransform() local
650 static status_t readFromParcel(ui::Transform& transform, const Parcel& parcel) { in readFromParcel()
663 static status_t writeToParcel(const ui::Transform& transform, Parcel& parcel) { in writeToParcel()
/aosp12/frameworks/av/camera/
H A DCameraUtils.cpp34 /*out*/int32_t* transform) { in getRotationTransform()
/aosp12/frameworks/av/media/libstagefright/
H A DSurfaceUtils.cpp62 int transform = 0; in setNativeWindowSizeFormatAndUsage() local
181 int transform = 0; in setNativeWindowRotation() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DSimpleOrientationTouchTransformer.java51 public void transform(MotionEvent ev, int rotation) { in transform() method in SimpleOrientationTouchTransformer
/aosp12/art/test/948-change-annotations/src/
H A DMain.java78 private static void printAnnotations(Class<?> transform) { in printAnnotations()
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayerProtoHelper.cpp101 void LayerProtoHelper::writeToProtoDeprecated(const ui::Transform& transform, in writeToProtoDeprecated()
117 void LayerProtoHelper::writeTransformToProto(const ui::Transform& transform, in writeTransformToProto()
/aosp12/frameworks/base/libs/hwui/canvas/
H A DCanvasFrontend.h100 const SkMatrix& transform() const { in transform() function
104 SkMatrix& transform() { in transform() function
/aosp12/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DJarUtil.java43 @NotNull Map<String, byte[]> all, @NotNull Function<byte[], byte[]> transform) in createJar() argument
/aosp12/frameworks/native/libs/gui/
H A DGLConsumerUtils.cpp28 const sp<GraphicBuffer>& buf, const Rect& cropRect, uint32_t transform, in computeTransformMatrix()

1234567891011