/frameworks/rs/toolkit/ |
D | Blur_advsimd.S | 1423 .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=""
|
D | Blur_neon.S | 1403 .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/ |
D | rsCpuIntrinsics_advsimd_Blur.S | 1423 .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=""
|
D | rsCpuIntrinsics_neon_Blur.S | 1403 .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/ |
D | QuaternionUtil-test.cpp | 62 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/ |
D | AodToOccludedTransitionViewModelTest.kt | 59 private fun step( in step() method
|
D | DozingToPrimaryBouncerTransitionViewModelTest.kt | 73 private fun step(value: Float, state: TransitionState = RUNNING): TransitionStep { in step() method in com.android.systemui.keyguard.ui.viewmodel.DozingToPrimaryBouncerTransitionViewModelTest
|
D | DozingToLockscreenTransitionViewModelTest.kt | 70 private fun step( in step() method in com.android.systemui.keyguard.ui.viewmodel.DozingToLockscreenTransitionViewModelTest
|
D | AlternateBouncerToOccludedTransitionViewModelTest.kt | 71 private fun step(value: Float, state: TransitionState = RUNNING): TransitionStep { in step() method in com.android.systemui.keyguard.ui.viewmodel.AlternateBouncerToOccludedTransitionViewModelTest
|
D | AodToGoneTransitionViewModelTest.kt | 78 private fun step( in step() method
|
D | AlternateBouncerToPrimaryBouncerTransitionViewModelTest.kt | 70 private fun step(value: Float, state: TransitionState = RUNNING): TransitionStep { in step() method in com.android.systemui.keyguard.ui.viewmodel.AlternateBouncerToPrimaryBouncerTransitionViewModelTest
|
D | DozingToGoneTransitionViewModelTest.kt | 90 private fun step(value: Float, state: TransitionState = RUNNING): TransitionStep { in step() method
|
D | GoneToDreamingTransitionViewModelTest.kt | 99 private fun step( in step() method in com.android.systemui.keyguard.ui.viewmodel.GoneToDreamingTransitionViewModelTest
|
D | DreamingToGlanceableHubTransitionViewModelTest.kt | 93 private fun step( in step() method in com.android.systemui.keyguard.ui.viewmodel.DreamingToGlanceableHubTransitionViewModelTest
|
D | GlanceableHubToDreamingTransitionViewModelTest.kt | 93 private fun step( in step() method in com.android.systemui.keyguard.ui.viewmodel.GlanceableHubToDreamingTransitionViewModelTest
|
D | LockscreenToGlanceableHubTransitionViewModelTest.kt | 103 private fun step( in step() method
|
D | PrimaryBouncerToLockscreenTransitionViewModelTest.kt | 94 private fun step( in step() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | AodAlphaViewModel.kt | 59 ) { 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/ |
D | GLDualLib.java | 32 public static native void step(); in step() method in GLDualLib
|
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/ |
D | GLPerfLib.java | 32 public static native void step(); in step() method in GLPerfLib
|
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
D | GL2JNILib.java | 32 public static native void step(); in step() method in GL2JNILib
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/haptics/qs/ |
D | LongPressHapticBuilder.kt | 108 val step = LOW_TICK_SCALE / nLowTicks in <lambda>() constant
|
/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/ |
D | GLJNILib.java | 32 public static native void step(); in step() method in GLJNILib
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardTransitionInteractor.kt | 127 .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/ |
D | VibrationStepConductor.java | 559 Step step; in processCancel() local 580 Step step; in processCancelImmediately() local 603 Step step = it.next(); in processVibratorsComplete() local
|