Home
last modified time | relevance | path

Searched refs:ENTRY (Results 1 – 24 of 24) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
DSectionsCmd.cpp35 case ScriptCommand::ENTRY: in dump()
52 case ScriptCommand::ENTRY: in push_back()
69 case ScriptCommand::ENTRY: in activate()
DEntryCmd.cpp21 : ScriptCommand(ScriptCommand::ENTRY), m_Entry(pEntry) { in EntryCmd()
DScriptParser.yy90 %token ENTRY
231 entry_command : ENTRY '(' STRING ')'
320 an ENTRY command (see Entry command)
DScriptScanner.ll79 <LDSCRIPT>"ENTRY" { return token::ENTRY; }
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_neon_YuvToRGB.S17 #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)
DrsCpuIntrinsics_neon_Convolve.S26 #define ENTRY(f) .text; .align 0; .globl f; .type f,#function; f: .fnstart macro
29 ENTRY(rsdIntrinsicConvolve3x3_K)
118 ENTRY(rsdIntrinsicConvolve5x5_K)
DrsCpuIntrinsics_advsimd_YuvToRGB.S17 #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)
DrsCpuIntrinsics_advsimd_Convolve.S26 #define ENTRY(f) .text; .align 2; .globl f; .type f,#function; f: macro
29 ENTRY(rsdIntrinsicConvolve3x3_K)
114 ENTRY(rsdIntrinsicConvolve5x5_K)
DrsCpuIntrinsics_neon_3DLUT.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: .fnstart macro
108 ENTRY(rsdIntrinsic3DLUT_K)
DrsCpuIntrinsics_advsimd_3DLUT.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: macro
113 ENTRY(rsdIntrinsic3DLUT_K)
DrsCpuIntrinsics_neon_Blend.S17 #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)
DrsCpuIntrinsics_neon_Resize.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: .fnstart macro
112 ENTRY(rsdIntrinsicResize_oscctl_K)
177 ENTRY(rsdIntrinsicResizeB\comp\()_K)
DrsCpuIntrinsics_advsimd_Resize.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: macro
112 ENTRY(rsdIntrinsicResize_oscctl_K)
155 ENTRY(rsdIntrinsicResizeB\comp\()_K)
DrsCpuIntrinsics_advsimd_Blend.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: macro
578 #define BLEND_X(d, n) ENTRY(blend_line_##n) ; wrap_line blend_kernel_##n, params_##n ; END(blend_li…
593 ENTRY(rsdIntrinsicBlend_K)
DrsCpuIntrinsics_advsimd_ColorMatrix.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: macro
976 ENTRY(rsdIntrinsicColorMatrix_int_K)
1033 ENTRY(rsdIntrinsicColorMatrixSetup_int_K)
1124 ENTRY(rsdIntrinsicColorMatrix_float_K)
1181 ENTRY(rsdIntrinsicColorMatrixSetup_float_K)
DrsCpuIntrinsics_neon_Blur.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: .fnstart macro
1742 ENTRY(rsdIntrinsicBlurU1_K)
1789 ENTRY(rsdIntrinsicBlurU4_K)
DrsCpuIntrinsics_advsimd_Blur.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: macro
1768 ENTRY(rsdIntrinsicBlurU1_K)
1824 ENTRY(rsdIntrinsicBlurU4_K)
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DScoringParams.java43 private static final int ENTRY = 1; field in ScoringParams
219 mVal.rssi2[ENTRY] = context.getResources().getInteger( in loadResources()
227 mVal.rssi5[ENTRY] = context.getResources().getInteger( in loadResources()
321 return getRssiArray(frequencyMegaHertz)[ENTRY]; in getEntryRssi()
/frameworks/compile/mclinker/include/mcld/Script/
DEntryCmd.h32 return pCmd->getKind() == ScriptCommand::ENTRY; in classof()
DScriptCommand.h24 ENTRY, enumerator
/frameworks/compile/mclinker/include/mcld/Target/
DKeyEntryMap.h20 template <typename KEY, typename ENTRY>
24 typedef ENTRY EntryType;
/frameworks/base/services/core/java/com/android/server/wm/
DWindowTracing.java21 import static com.android.server.wm.WindowManagerTraceFileProto.ENTRY;
286 long tokenOuter = os.start(ENTRY); in log()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Djson_stream_parser.h106 ENTRY, // Expects a key or } enumerator
Djson_stream_parser.cc222 case ENTRY: in RunParser()
569 stack_.push(ENTRY); in HandleBeginObject()
587 stack_.push(ENTRY); in ParseObjectMid()