Home
last modified time | relevance | path

Searched defs:step (Results 1 – 25 of 113) sorted by relevance

12345

/frameworks/rs/toolkit/
DBlur_advsimd.S1423 .macro prefill_leftfill, next, after, ra, rb, step
1434 .macro prefill_leftedge, next, after, ra, rb, step
1442 .macro prefill_dofetch, next, after, ra, rb, step
1457 .macro prefill_rightedge, next, after, ra, rb, step
1468 .macro prefill_rightfill, next, after, ra, rb, step
1514 .macro prefill step=1, max_r=25, label=xx argument
1605 .macro conv_body core, step=1, max_r=25, labelc="", labelnc=""
DBlur_neon.S1403 .macro prefill_leftfill, next, after, ra, rb, step
1414 .macro prefill_leftedge, next, after, ra, rb, step
1422 .macro prefill_dofetch, next, after, ra, rb, step
1437 .macro prefill_rightedge, next, after, ra, rb, step
1448 .macro prefill_rightfill, next, after, ra, rb, step
1488 .macro prefill step=1, max_r=25, label=xx argument
1572 .macro conv_body core, step=1, max_r=25, labelc="", labelnc=""
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_advsimd_Blur.S1423 .macro prefill_leftfill, next, after, ra, rb, step
1434 .macro prefill_leftedge, next, after, ra, rb, step
1442 .macro prefill_dofetch, next, after, ra, rb, step
1457 .macro prefill_rightedge, next, after, ra, rb, step
1468 .macro prefill_rightfill, next, after, ra, rb, step
1514 .macro prefill step=1, max_r=25, label=xx argument
1605 .macro conv_body core, step=1, max_r=25, labelc="", labelnc=""
DrsCpuIntrinsics_neon_Blur.S1403 .macro prefill_leftfill, next, after, ra, rb, step
1414 .macro prefill_leftedge, next, after, ra, rb, step
1422 .macro prefill_dofetch, next, after, ra, rb, step
1437 .macro prefill_rightedge, next, after, ra, rb, step
1448 .macro prefill_rightfill, next, after, ra, rb, step
1488 .macro prefill step=1, max_r=25, label=xx argument
1572 .macro conv_body core, step=1, max_r=25, labelc="", labelnc=""
/frameworks/av/media/libheadtracking/
DQuaternionUtil-test.cpp62 for (int step = -5; step <= 5; ++step) { in TEST() local
96 for (int step = -4; step <= 4; ++step) { in TEST() local
109 for (int step = -5; step <= 5; ++step) { in TEST() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DAodToOccludedTransitionViewModelTest.kt59 private fun step( in step() method
DDozingToPrimaryBouncerTransitionViewModelTest.kt73 private fun step(value: Float, state: TransitionState = RUNNING): TransitionStep { in step() method in com.android.systemui.keyguard.ui.viewmodel.DozingToPrimaryBouncerTransitionViewModelTest
DDozingToLockscreenTransitionViewModelTest.kt70 private fun step( in step() method in com.android.systemui.keyguard.ui.viewmodel.DozingToLockscreenTransitionViewModelTest
DAlternateBouncerToOccludedTransitionViewModelTest.kt71 private fun step(value: Float, state: TransitionState = RUNNING): TransitionStep { in step() method in com.android.systemui.keyguard.ui.viewmodel.AlternateBouncerToOccludedTransitionViewModelTest
DAodToGoneTransitionViewModelTest.kt78 private fun step( in step() method
DAlternateBouncerToPrimaryBouncerTransitionViewModelTest.kt70 private fun step(value: Float, state: TransitionState = RUNNING): TransitionStep { in step() method in com.android.systemui.keyguard.ui.viewmodel.AlternateBouncerToPrimaryBouncerTransitionViewModelTest
DDozingToGoneTransitionViewModelTest.kt90 private fun step(value: Float, state: TransitionState = RUNNING): TransitionStep { in step() method
DGoneToDreamingTransitionViewModelTest.kt99 private fun step( in step() method in com.android.systemui.keyguard.ui.viewmodel.GoneToDreamingTransitionViewModelTest
DDreamingToGlanceableHubTransitionViewModelTest.kt93 private fun step( in step() method in com.android.systemui.keyguard.ui.viewmodel.DreamingToGlanceableHubTransitionViewModelTest
DGlanceableHubToDreamingTransitionViewModelTest.kt93 private fun step( in step() method in com.android.systemui.keyguard.ui.viewmodel.GlanceableHubToDreamingTransitionViewModelTest
DLockscreenToGlanceableHubTransitionViewModelTest.kt103 private fun step( in step() method
DPrimaryBouncerToLockscreenTransitionViewModelTest.kt94 private fun step( in step() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DAodAlphaViewModel.kt59 ) { step, sceneTransitionState, goneToAodAlpha, goneToDozingAlpha, keyguardAlpha -> in <lambda>() method
84 ) { step, goneToAodAlpha, goneToDozingAlpha, keyguardAlpha -> in <lambda>() method
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DGLDualLib.java32 public static native void step(); in step() method in GLDualLib
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfLib.java32 public static native void step(); in step() method in GLPerfLib
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNILib.java32 public static native void step(); in step() method in GL2JNILib
/frameworks/base/packages/SystemUI/src/com/android/systemui/haptics/qs/
DLongPressHapticBuilder.kt108 val step = LOW_TICK_SCALE / nLowTicks in <lambda>() constant
/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
DGLJNILib.java32 public static native void step(); in step() method in GLJNILib
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardTransitionInteractor.kt127 .collect { step -> in <lambda>() method
255 repository.transitions.filter { step -> step.transitionState == TransitionState.STARTED } in <lambda>() method
259 repository.transitions.filter { step -> step.transitionState == TransitionState.FINISHED } in <lambda>() method
265 .map { step -> step.to } in <lambda>() method
273 .map { step -> step.from } in <lambda>() method
316 .map { step -> step.to } in <lambda>() method
/frameworks/base/services/core/java/com/android/server/vibrator/
DVibrationStepConductor.java559 Step step; in processCancel() local
580 Step step; in processCancelImmediately() local
603 Step step = it.next(); in processVibratorsComplete() local

12345