| /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
| D | KeyguardTransitionInteractor.kt | 64 repository.transitions.filter { step -> step.to == GONE } in <lambda>() method 68 repository.transitions.filter { step -> step.to == AOD } in <lambda>() method 72 repository.transitions.filter { step -> step.from == DREAMING } in <lambda>() method 76 repository.transitions.filter { step -> step.to == LOCKSCREEN } in <lambda>() method 80 repository.transitions.filter { step -> step.to == OCCLUDED } in <lambda>() method 84 repository.transitions.filter { step -> step.to == PRIMARY_BOUNCER } in <lambda>() method 88 repository.transitions.filter { step -> step.to == DREAMING } in <lambda>() method 92 repository.transitions.filter { step -> step.to == ALTERNATE_BOUNCER } in <lambda>() method 151 aodToLockscreenTransition.map { step -> step.copy(value = 1f - step.value) }, in <lambda>() method 157 repository.transitions.filter { step -> step.transitionState == TransitionState.STARTED } in <lambda>() method [all …]
|
| /frameworks/rs/cpu_ref/ |
| 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=""
|
| 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=""
|
| /frameworks/rs/toolkit/ |
| 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=""
|
| 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=""
|
| /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/native/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
| D | GL2JNILib.java | 32 public static native void step(); in step() method in GL2JNILib
|
| /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/gl_jni/src/com/android/gljni/ |
| D | GLJNILib.java | 32 public static native void step(); in step() method in GLJNILib
|
| /frameworks/base/core/tests/coretests/src/android/os/vibrator/ |
| D | StepSegmentTest.java | 53 StepSegment step = new StepSegment(/* amplitude= */ 1f, /* frequencyHz= */ 1f, in testCreation() local 113 StepSegment step = new StepSegment(VibrationEffect.DEFAULT_AMPLITUDE, 0, 0); in testApplyEffectStrength_ignoresAndReturnsSameEffect() local
|
| /frameworks/av/media/module/codecs/g711/decoder/ |
| D | g711DecMlaw.cpp | 31 int32_t step = 4 << segment; in DecodeMLaw() local
|
| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | PackageMetrics.java | 168 public void onStepStarted(@StepInt int step) { in onStepStarted() 172 public void onStepFinished(@StepInt int step) { in onStepFinished() 180 public void onStepFinished(@StepInt int step, long durationMillis) { in onStepFinished()
|
| /frameworks/base/services/core/java/com/android/server/vibrator/ |
| D | VibrationStepConductor.java | 501 Step step; in processCancel() local 522 Step step; in processCancelImmediately() local 545 Step step = it.next(); in processVibratorsComplete() local
|
| /frameworks/base/apct-tests/perftests/surfaceflinger/src/android/surfaceflinger/ |
| D | SurfaceFlingerPerfTest.java | 145 int step = 0; in geometryChanges() local 157 int step = 0; in geometryWithBufferChanges() local
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/ |
| D | LockscreenToDreamingTransitionViewModelTest.kt | 107 private fun step( in step() method in com.android.systemui.keyguard.ui.viewmodel.LockscreenToDreamingTransitionViewModelTest
|
| D | GoneToDreamingTransitionViewModelTest.kt | 105 private fun step( in step() method in com.android.systemui.keyguard.ui.viewmodel.GoneToDreamingTransitionViewModelTest
|
| D | LockscreenToOccludedTransitionViewModelTest.kt | 128 private fun step( in step() method
|
| D | OccludedToLockscreenTransitionViewModelTest.kt | 118 private fun step( in step() method
|
| /frameworks/av/media/module/codecs/amrnb/enc/src/ |
| D | cor_h_x2.cpp | 234 Word16 step, /* (i): step size from one pulse position to the next in cor_h_x2()
|
| /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
| D | Histogram.java | 36 int step = 8; in createTest() local
|
| /frameworks/base/packages/SystemUI/scripts/token_alignment/helpers/ |
| D | migrationList.ts | 26 step: ('update' | 'duplicate' | 'add' | 'ignore')[]; property
|
| D | processXML.ts | 29 step: number; property
|
| /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
| D | Histogram.java | 42 int step = 8; in createTest() local
|
| /frameworks/rs/driver/runtime/ |
| D | rs_cl.c | 990 extern float __attribute__((overloadable)) step(float edge, float v) { in step() function 993 extern float2 __attribute__((overloadable)) step(float2 edge, float2 v) { in step() function 999 extern float3 __attribute__((overloadable)) step(float3 edge, float3 v) { in step() function 1006 extern float4 __attribute__((overloadable)) step(float4 edge, float4 v) { in step() function 1014 extern float2 __attribute__((overloadable)) step(float2 edge, float v) { in step() function 1020 extern float3 __attribute__((overloadable)) step(float3 edge, float v) { in step() function 1027 extern float4 __attribute__((overloadable)) step(float4 edge, float v) { in step() function 1035 extern float2 __attribute__((overloadable)) step(float edge, float2 v) { in step() function 1041 extern float3 __attribute__((overloadable)) step(float edge, float3 v) { in step() function 1048 extern float4 __attribute__((overloadable)) step(float edge, float4 v) { in step() function [all …]
|