/frameworks/compile/mclinker/lib/Script/ |
D | SectionsCmd.cpp | 35 case ScriptCommand::ENTRY: in dump() 52 case ScriptCommand::ENTRY: in push_back() 69 case ScriptCommand::ENTRY: in activate()
|
D | EntryCmd.cpp | 21 : ScriptCommand(ScriptCommand::ENTRY), m_Entry(pEntry) { in EntryCmd()
|
D | ScriptParser.yy | 90 %token ENTRY 231 entry_command : ENTRY '(' STRING ')' 320 an ENTRY command (see Entry command)
|
D | ScriptScanner.ll | 79 <LDSCRIPT>"ENTRY" { return token::ENTRY; }
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
D | BackPanelController.kt | 193 ENTRY, in <lambda>() 319 GestureState.ENTRY -> { in <lambda>() 344 previousState == GestureState.ENTRY && in <lambda>() 405 updateArrowState(GestureState.ENTRY) in <lambda>() 419 GestureState.ENTRY -> { in <lambda>() 504 GestureState.ENTRY -> staticThresholdProgress(xTranslation) in <lambda>() 512 GestureState.ENTRY -> stretchEntryBackIndicator(gestureProgress) in <lambda>() 525 GestureState.ENTRY -> gestureProgress in <lambda>() 536 GestureState.ENTRY -> params.entryIndicator in <lambda>() 739 GestureState.ENTRY -> { in <lambda>() [all …]
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_neon_YuvToRGB.S | 17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: .fnstart macro 226 ENTRY(rsdIntrinsicYuv2_K) 255 ENTRY(rsdIntrinsicYuv_K) 281 ENTRY(rsdIntrinsicYuvR_K)
|
D | rsCpuIntrinsics_neon_Convolve.S | 26 #define ENTRY(f) .text; .align 0; .globl f; .type f,#function; f: .fnstart macro 29 ENTRY(rsdIntrinsicConvolve3x3_K) 118 ENTRY(rsdIntrinsicConvolve5x5_K)
|
D | rsCpuIntrinsics_advsimd_YuvToRGB.S | 17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: macro 307 ENTRY(rsdIntrinsicYuv2_K) 334 ENTRY(rsdIntrinsicYuv_K) 360 ENTRY(rsdIntrinsicYuvR_K)
|
D | rsCpuIntrinsics_advsimd_Convolve.S | 26 #define ENTRY(f) .text; .align 2; .globl f; .type f,#function; f: macro 29 ENTRY(rsdIntrinsicConvolve3x3_K) 114 ENTRY(rsdIntrinsicConvolve5x5_K)
|
D | rsCpuIntrinsics_neon_3DLUT.S | 17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: .fnstart macro 108 ENTRY(rsdIntrinsic3DLUT_K)
|
D | rsCpuIntrinsics_advsimd_3DLUT.S | 17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: macro 113 ENTRY(rsdIntrinsic3DLUT_K)
|
D | rsCpuIntrinsics_neon_Blend.S | 17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: .fnstart macro 582 #define BLEND_X(d, n) ENTRY(blend_line_##n) ; wrap_line blend_kernel_##n, params_##n ; END(blend_li… 594 ENTRY(rsdIntrinsicBlend_K)
|
D | rsCpuIntrinsics_neon_Resize.S | 17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: .fnstart macro 112 ENTRY(rsdIntrinsicResize_oscctl_K) 177 ENTRY(rsdIntrinsicResizeB\comp\()_K)
|
/frameworks/rs/toolkit/ |
D | YuvToRgb_neon.S | 17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: .fnstart macro 226 ENTRY(rsdIntrinsicYuv2_K) 255 ENTRY(rsdIntrinsicYuv_K) 281 ENTRY(rsdIntrinsicYuvR_K)
|
D | Convolve_neon.S | 26 #define ENTRY(f) .text; .align 0; .globl f; .type f,#function; f: .fnstart macro 29 ENTRY(rsdIntrinsicConvolve3x3_K) 118 ENTRY(rsdIntrinsicConvolve5x5_K)
|
D | YuvToRgb_advsimd.S | 17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: macro 307 ENTRY(rsdIntrinsicYuv2_K) 334 ENTRY(rsdIntrinsicYuv_K) 360 ENTRY(rsdIntrinsicYuvR_K)
|
D | Convolve_advsimd.S | 26 #define ENTRY(f) .text; .align 2; .globl f; .type f,#function; f: macro 29 ENTRY(rsdIntrinsicConvolve3x3_K) 114 ENTRY(rsdIntrinsicConvolve5x5_K)
|
D | Lut3d_neon.S | 17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: .fnstart macro 108 ENTRY(rsdIntrinsic3DLUT_K)
|
D | Lut3d_advsimd.S | 17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: macro 113 ENTRY(rsdIntrinsic3DLUT_K)
|
D | Blend_neon.S | 17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: .fnstart macro 582 #define BLEND_X(d, n) ENTRY(blend_line_##n) ; wrap_line blend_kernel_##n, params_##n ; END(blend_li… 594 ENTRY(rsdIntrinsicBlend_K)
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | EntryCmd.h | 32 return pCmd->getKind() == ScriptCommand::ENTRY; in classof()
|
D | ScriptCommand.h | 24 ENTRY, enumerator
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | KeyEntryMap.h | 20 template <typename KEY, typename ENTRY> 24 typedef ENTRY EntryType;
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/gestural/ |
D | BackPanelControllerTest.kt | 121 .isEqualTo(BackPanelController.GestureState.ENTRY) in handlesBackCommitted() 159 .isEqualTo(BackPanelController.GestureState.ENTRY) in handlesBackCancelled()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowTracing.java | 21 import static com.android.server.wm.WindowManagerTraceFileProto.ENTRY; 329 long tokenOuter = os.start(ENTRY); in log()
|