Home
last modified time | relevance | path

Searched defs:S (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/compile/slang/
Dslang_rs_export_reduce.cpp161 clang::FunctionDecl *RSExportReduce::lookupFunction(StateOfAnalyzeTranslationUnit &S, in lookupFunction()
210 void RSExportReduce::notOk(StateOfAnalyzeTranslationUnit &S, FnIdent Kind) { in notOk()
220 void RSExportReduce::checkVoidReturn(StateOfAnalyzeTranslationUnit &S, in checkVoidReturn()
233 void RSExportReduce::checkPointeeConstQualified(StateOfAnalyzeTranslationUnit &S, in checkPointeeConstQualified()
250 void RSExportReduce::analyzeInitializer(StateOfAnalyzeTranslationUnit &S) { in analyzeInitializer()
294 void RSExportReduce::analyzeAccumulator(StateOfAnalyzeTranslationUnit &S) { in analyzeAccumulator()
433 void RSExportReduce::analyzeCombiner(StateOfAnalyzeTranslationUnit &S) { in analyzeCombiner()
525 void RSExportReduce::analyzeOutConverter(StateOfAnalyzeTranslationUnit &S) { in analyzeOutConverter()
604 void RSExportReduce::analyzeHalter(StateOfAnalyzeTranslationUnit &S) { in analyzeHalter()
672 void RSExportReduce::analyzeResultType(StateOfAnalyzeTranslationUnit &S) { in analyzeResultType()
[all …]
Dslang_rs_ast_replace.h51 inline bool matchesStmt(const clang::Stmt *S) const { in matchesStmt()
Dslang_rs_context.h173 inline void setLicenseNote(const std::string &S) { in setLicenseNote()
178 inline void addExportType(const std::string &S) { in addExportType()
182 inline void setReflectJavaPackageName(const std::string &S) { in setReflectJavaPackageName()
189 inline void setRSPackageName(const std::string &S) { in setRSPackageName()
Dslang_rs_object_ref_count.h89 void setCurrentStmt(clang::Stmt *S) { mCurrent = S; } in setCurrentStmt()
Dslang_rs_ast_replace.cpp62 void RSASTReplace::VisitStmt(clang::Stmt *S) { in VisitStmt()
Dslang_rs_object_ref_count.cpp128 clang::Stmt *S, in AppendAfterStmt()
213 void DestructorVisitor::VisitStmt(clang::Stmt *S) { in VisitStmt()
1463 Scope S(NewBody); in HandleParamsAndLocals() local
1638 Scope *S = new Scope(CS); in VisitCompoundStmt() local
1690 for (const Scope* S : mScopeStack) { in VisitReturnStmt() local
1721 void RSObjectRefCount::VisitStmt(clang::Stmt *S) { in VisitStmt()
Dslang_rs_check_ast.cpp29 void RSCheckAST::VisitStmt(clang::Stmt *S) { in VisitStmt()
Dslang_rs_foreach_lowering.cpp376 void RSForEachLowering::VisitStmt(clang::Stmt* S) { in VisitStmt()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp66 Relocation::DWord S() const { return m_Symbol; } in S() function in mcld::MipsRelocationInfo
696 Relocator::DWord S = pReloc.S(); in createDynRel() local
848 Relocator::DWord S = pReloc.S(); in abs32() local
880 int32_t S = rsym->reserved() & MipsRelocator::ReservePLT in rel26() local
906 int32_t S = pReloc.S(); in hi16() local
931 int32_t S = pReloc.S(); in lo16() local
947 uint64_t S = pReloc.S(); in gprel16() local
967 int32_t S = pReloc.S(); in got16() local
1007 uint64_t S = pReloc.S(); in sub() local
1028 uint64_t S = pReloc.S(); in gprel32() local
[all …]
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp791 Relocator::DWord S = pReloc.symValue(); in abs32() local
826 Relocator::Address S = pReloc.symValue(); in rel32() local
860 Relocator::Address S = pReloc.symValue(); in gotoff32() local
911 Relocator::Address S = pReloc.symValue(); in thm_jump8() local
929 Relocator::Address S = pReloc.symValue(); in thm_jump11() local
952 Relocator::Address S; in thm_jump19() local
1004 Relocator::Address S = pReloc.symValue(); in call() local
1059 Relocator::Address S; in thm_call() local
1111 Relocator::Address S = pReloc.symValue(); in movw_abs_nc() local
1139 Relocator::Address S = pReloc.symValue(); in movw_prel_nc() local
[all …]
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp465 Relocator::DWord S = pReloc.symValue(); in abs() local
510 Relocator::Address S = pReloc.symValue(); in rel() local
543 Relocator::Address S = pReloc.symValue(); in add_abs_lo12() local
555 Relocator::Address S = pReloc.symValue(); in adr_prel_lo21() local
574 Relocator::Address S = pReloc.symValue(); in adr_prel_pg_hi21() local
603 Relocator::Address S = pReloc.symValue(); in call() local
632 Relocator::Address S = pReloc.symValue(); in condbr() local
706 Relocator::Address S = pReloc.symValue(); in ldst_abs_lo12() local
/frameworks/compile/mclinker/lib/Support/
Draw_ostream.cpp94 static raw_fd_ostream S(STDOUT_FILENO, false); in outs() local
100 static raw_fd_ostream S(STDERR_FILENO, false, true); in errs() local
/frameworks/base/core/java/com/android/internal/infra/
DAbstractRemoteService.java287 protected void scheduleRequest(@NonNull BasePendingRequest<S, I> pendingRequest) { in scheduleRequest()
297 void finishRequest(@NonNull BasePendingRequest<S, I> finshedRequest) { in finishRequest()
302 private void handleFinishRequest(@NonNull BasePendingRequest<S, I> finshedRequest) { in handleFinishRequest()
383 protected final void handlePendingRequest(@NonNull BasePendingRequest<S, I> pendingRequest) { in handlePendingRequest()
406 abstract void handlePendingRequestWhileUnBound( in handlePendingRequestWhileUnBound()
DAbstractSinglePendingRequestRemoteService.java92 void handlePendingRequestWhileUnBound(@NonNull BasePendingRequest<S, I> pendingRequest) { in handlePendingRequestWhileUnBound()
DAbstractMultiplePendingRequestsRemoteService.java102 void handlePendingRequestWhileUnBound(@NonNull BasePendingRequest<S, I> pendingRequest) { in handlePendingRequestWhileUnBound()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp507 Relocator::Address S = pReloc.symValue(); in applyAbs() local
697 Relocator::Address S = pReloc.symValue(); in relocAbs() local
739 Relocator::Address S = pReloc.symValue(); in relocPCREL() local
768 Relocator::Address S = pReloc.symValue(); in relocGPREL() local
914 Relocator::Address S = pReloc.symValue(); in relocGOTREL() local
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp865 Relocator::DWord S = pReloc.symValue(); in abs() local
902 Relocator::DWord S = pReloc.symValue(); in rel() local
936 Relocator::Address S = pReloc.symValue(); in gotoff32() local
1036 Relocator::Address S = pReloc.symValue(); in tls_ldo_32() local
1094 Relocator::Address S = pReloc.symValue(); in tls_le() local
1534 Relocator::DWord S = pReloc.symValue(); in abs() local
1580 Relocator::DWord S = pReloc.symValue(); in signed32() local
1651 Relocator::DWord S = pReloc.symValue(); in rel() local
/frameworks/av/media/codec2/core/include/
DC2ParamDef.h122 #define IF_FLEXIBLE(S) ENABLE_IF(_C2Flexible<S>::value) argument
/frameworks/base/tests/JankBench/scripts/external/
Dstatistics.py183 def _coerce(T, S): argument
/frameworks/rs/cpu_ref/
DrsCpuExecutable.cpp370 #define MAKE_STR_HELPER(S) #S argument
371 #define MAKE_STR(S) MAKE_STR_HELPER(S) argument
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2158 std::string S; in ParseModule() local
2165 std::string S; in ParseModule() local
2172 std::string S; in ParseModule() local
2179 std::string S; in ParseModule() local
2187 std::string S; in ParseModule() local
2194 std::string S; in ParseModule() local
2441 std::string S; in parseModuleTriple() local
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp235 ui::Transform TL, TP, S; in setProjection() local
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2425 std::string S; in ParseModule() local
2432 std::string S; in ParseModule() local
2439 std::string S; in ParseModule() local
2446 std::string S; in ParseModule() local
2454 std::string S; in ParseModule() local
2461 std::string S; in ParseModule() local
2706 std::string S; in parseModuleTriple() local
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Drate_control.h50 Int S; /*number of bits used for encoding the previous frame.*/ member
/frameworks/native/services/sensorservice/
DFusion.cpp509 const mat33_t S(scaleCovariance(L, P[0][0]) + R); in update() local

12