Home
last modified time | relevance | path

Searched defs:edge (Results 1 – 20 of 20) sorted by relevance

/frameworks/libs/binary_translation/backend/x86_64/
Dmachine_ir_check.cc44 for (auto* edge : bb->out_edges()) { in CheckNoDanglingEdgesOrBasicBlocks() local
52 for (auto* edge : bb->in_edges()) { in CheckNoDanglingEdgesOrBasicBlocks() local
64 for (auto* edge : bb->in_edges()) { in CheckInOutEdgesLinksToBasicBlock() local
69 for (auto* edge : bb->out_edges()) { in CheckInOutEdgesLinksToBasicBlock() local
78 for (auto* edge : src->out_edges()) { in IsBasicBlockSuccessor() local
Dliveness_analyzer.cc43 for (auto edge : bb->in_edges()) { in Run() local
60 for (auto edge : bb->out_edges()) { in VisitBasicBlock() local
Dmachine_ir_opt.cc145 void InsertNodeOnEdge(MachineIR* ir, MachineEdge* edge, int in_edge_index) { in InsertNodeOnEdge()
170 MachineEdge* edge = bb->in_edges()[i]; in RemoveCriticalEdges() local
257 for (auto edge : bb->in_edges()) { in UnlinkForwarderBlock() local
263 auto* edge = bb->out_edges()[0]; in UnlinkForwarderBlock() local
Dcontext_liveness_analyzer.cc36 for (auto edge : bb->in_edges()) { in Init() local
Dmachine_ir_analysis.cc62 for (auto* edge : bb->out_edges()) { in PostOrderTraverseBBListRecursive() local
144 for (auto* edge : bb->out_edges()) { in FindLoops() local
Drename_vregs.cc89 for (auto edge : bb->out_edges()) { in RenameVRegs() local
/frameworks/base/core/java/android/gesture/
DGesture.java142 public Path toPath(int width, int height, int edge, int numSample) { in toPath()
146 public Path toPath(Path path, int width, int height, int edge, int numSample) { in toPath()
185 public Bitmap toBitmap(int width, int height, int edge, int numSample, int color) { in toBitmap()
/frameworks/rs/driver/runtime/
Drs_cl.c990 extern float __attribute__((overloadable)) step(float edge, float v) { in step()
993 extern float2 __attribute__((overloadable)) step(float2 edge, float2 v) { in step()
999 extern float3 __attribute__((overloadable)) step(float3 edge, float3 v) { in step()
1006 extern float4 __attribute__((overloadable)) step(float4 edge, float4 v) { in step()
1014 extern float2 __attribute__((overloadable)) step(float2 edge, float v) { in step()
1020 extern float3 __attribute__((overloadable)) step(float3 edge, float v) { in step()
1027 extern float4 __attribute__((overloadable)) step(float4 edge, float v) { in step()
1035 extern float2 __attribute__((overloadable)) step(float edge, float2 v) { in step()
1041 extern float3 __attribute__((overloadable)) step(float edge, float3 v) { in step()
1048 extern float4 __attribute__((overloadable)) step(float edge, float4 v) { in step()
[all …]
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/transformation/
DEdgeTranslate.kt30 private val edge: Edge, constant in com.android.compose.animation.scene.transformation.EdgeTranslate
/frameworks/libs/binary_translation/backend/common/
Dmachine_ir_debug.cc82 for (const auto* edge : in_edges()) { in GetDebugString() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/back/
DBackAnimationSpecTest.kt14 private data class BackInput(val progressX: Float, val progressY: Float, val edge: Int) constant in com.android.systemui.animation.back.BackInput
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/
DKeyguardTransitionAnimationFlow.kt63 private val edge: Edge, in <lambda>() constant in com.android.systemui.keyguard.ui.KeyguardTransitionAnimationFlow.FlowBuilder
/frameworks/base/core/java/android/transition/
DSlide.java157 int edge = a.getInt(R.styleable.Slide_slideEdge, Gravity.BOTTOM); in Slide() local
/frameworks/libs/binary_translation/backend/include/berberis/backend/x86_64/
Dmachine_ir.h299 MachineEdge* edge = NewInArena<MachineEdge>(arena(), arena(), src, dst); in AddEdge() local
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java421 EdgeEffectCompat edge = deltaY > 0 ? mTopEdge : mBottomEdge; in trackMotionScroll() local
555 final EdgeEffectCompat edge; in computeScroll() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipKeepClearAlgorithm.kt306 val edge = edgeRect.left - pipAreaPadding in <lambda>() constant
/frameworks/base/core/java/android/widget/
DOverScroller.java827 final int edge = positive ? max : min; in startAfterEdge() local
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp1033 for (const auto &edge : isaTree) { in isIsaMatched() local
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java5995 private static int addToGlobalAndConsumeLimit(Region local, Region global, Rect edge, in addToGlobalAndConsumeLimit()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...