/frameworks/compile/slang/ |
D | slang_rs_export_reduce.cpp | 161 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 …]
|
D | slang_rs_ast_replace.h | 51 inline bool matchesStmt(const clang::Stmt *S) const { in matchesStmt()
|
D | slang_rs_context.h | 173 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()
|
D | slang_rs_object_ref_count.h | 89 void setCurrentStmt(clang::Stmt *S) { mCurrent = S; } in setCurrentStmt()
|
D | slang_rs_ast_replace.cpp | 62 void RSASTReplace::VisitStmt(clang::Stmt *S) { in VisitStmt()
|
D | slang_rs_object_ref_count.cpp | 128 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()
|
D | slang_rs_check_ast.cpp | 29 void RSCheckAST::VisitStmt(clang::Stmt *S) { in VisitStmt()
|
D | slang_rs_foreach_lowering.cpp | 376 void RSForEachLowering::VisitStmt(clang::Stmt* S) { in VisitStmt()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsRelocator.cpp | 66 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/ |
D | ARMRelocator.cpp | 791 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/ |
D | AArch64Relocator.cpp | 465 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/ |
D | raw_ostream.cpp | 94 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/ |
D | AbstractRemoteService.java | 287 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()
|
D | AbstractSinglePendingRequestRemoteService.java | 92 void handlePendingRequestWhileUnBound(@NonNull BasePendingRequest<S, I> pendingRequest) { in handlePendingRequestWhileUnBound()
|
D | AbstractMultiplePendingRequestsRemoteService.java | 102 void handlePendingRequestWhileUnBound(@NonNull BasePendingRequest<S, I> pendingRequest) { in handlePendingRequestWhileUnBound()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonRelocator.cpp | 507 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/ |
D | X86Relocator.cpp | 865 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/ |
D | C2ParamDef.h | 122 #define IF_FLEXIBLE(S) ENABLE_IF(_C2Flexible<S>::value) argument
|
/frameworks/base/tests/JankBench/scripts/external/ |
D | statistics.py | 183 def _coerce(T, S): argument
|
/frameworks/rs/cpu_ref/ |
D | rsCpuExecutable.cpp | 370 #define MAKE_STR_HELPER(S) #S argument 371 #define MAKE_STR(S) MAKE_STR_HELPER(S) argument
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 2158 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/ |
D | DisplayDevice.cpp | 235 ui::Transform TL, TP, S; in setProjection() local
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 2425 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/ |
D | rate_control.h | 50 Int S; /*number of bits used for encoding the previous frame.*/ member
|
/frameworks/native/services/sensorservice/ |
D | Fusion.cpp | 509 const mat33_t S(scaleCovariance(L, P[0][0]) + R); in update() local
|