/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()
|
/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/libs/binary_translation/test_utils/include/berberis/test_utils/ |
D | guest_exec_region.h | 32 GuestAddr MakeGuestExecRegion(const T (&guest_code)[S]) { in MakeGuestExecRegion()
|
/frameworks/base/errorprone/tests/res/android/os/ |
D | Build.java | 24 public static final int S = CUR_DEVELOPMENT; field in Build.VERSION_CODES
|
/frameworks/base/core/java/com/android/internal/infra/ |
D | AbstractRemoteService.java | 343 protected void scheduleRequest(@NonNull BasePendingRequest<S, I> pendingRequest) { in scheduleRequest() 353 void finishRequest(@NonNull BasePendingRequest<S, I> finshedRequest) { in finishRequest() 358 private void handleFinishRequest(@NonNull BasePendingRequest<S, I> finishedRequest) { in handleFinishRequest() 454 protected final void handlePendingRequest(@NonNull BasePendingRequest<S, I> pendingRequest) { in handlePendingRequest() 479 abstract void handlePendingRequestWhileUnBound( in handlePendingRequestWhileUnBound()
|
D | AbstractSinglePendingRequestRemoteService.java | 89 void handlePendingRequestWhileUnBound(@NonNull BasePendingRequest<S, I> pendingRequest) { in handlePendingRequestWhileUnBound()
|
D | AbstractMultiplePendingRequestsRemoteService.java | 110 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 | 125 #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/base/libs/androidfw/ |
D | ResourceTimer.cpp | 47 static const unsigned int S = 1000 * 1000 * 1000; variable
|
/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/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/internal/ |
D | Graph.kt | 461 data class S constructor(val state: StateSource<*>) : Schedulable class
|
/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/av/media/audioaidlconversion/ |
D | AidlConversionCppNdk.cpp | 847 std::map<S, T> make_DirectMap(const std::vector<std::pair<S, T>>& v) { in make_DirectMap() 855 const std::vector<std::pair<S, T>>& v1, const std::vector<std::pair<S, T>>& v2) { in make_DirectMap() 865 std::map<T, S> make_ReverseMap(const std::vector<std::pair<S, T>>& v) { in make_ReverseMap() 868 [](const std::pair<S, T>& p) { in make_ReverseMap()
|