/aosp12/system/libbase/ |
H A D | macros_test.cpp | 24 struct S { in TEST() struct 25 int32_t i32; in TEST() 26 double d; in TEST()
|
/aosp12/frameworks/compile/slang/ |
H A 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 …]
|
H A D | slang_rs_ast_replace.h | 51 inline bool matchesStmt(const clang::Stmt *S) const { in matchesStmt()
|
H A 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()
|
H A D | slang_rs_object_ref_count.h | 89 void setCurrentStmt(clang::Stmt *S) { mCurrent = S; } in setCurrentStmt()
|
H A D | slang_rs_ast_replace.cpp | 62 void RSASTReplace::VisitStmt(clang::Stmt *S) { in VisitStmt()
|
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/ |
H A D | MipsRelocator.cpp | 947 uint64_t S = pReloc.S(); in gprel16() local 1007 uint64_t S = pReloc.S(); in sub() local 1028 uint64_t S = pReloc.S(); in gprel32() local 1093 int64_t S = pReloc.S(); in pc16() local 1103 int64_t S = pReloc.S(); in pc32() local 1113 int64_t S = pReloc.S(); in pc18_s3() local 1123 int64_t S = pReloc.S(); in pc19_s2() local 1133 int32_t S = pReloc.S(); in pc21_s2() local 1143 int64_t S = pReloc.S(); in pc26_s2() local 1153 int64_t S = pReloc.S(); in pchi16() local [all …]
|
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/ |
H A 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 …]
|
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/ |
H A 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
|
/aosp12/frameworks/compile/mclinker/lib/Support/ |
H A 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
|
/aosp12/frameworks/base/errorprone/tests/res/android/os/ |
H A D | Build.java | 24 public static final int S = CUR_DEVELOPMENT; field in Build.VERSION_CODES
|
/aosp12/frameworks/base/core/java/com/android/internal/infra/ |
H A D | AbstractRemoteService.java | 291 protected void scheduleRequest(@NonNull BasePendingRequest<S, I> pendingRequest) { in scheduleRequest() 301 void finishRequest(@NonNull BasePendingRequest<S, I> finshedRequest) { in finishRequest() 306 private void handleFinishRequest(@NonNull BasePendingRequest<S, I> finshedRequest) { in handleFinishRequest() 401 protected final void handlePendingRequest(@NonNull BasePendingRequest<S, I> pendingRequest) { in handlePendingRequest() 424 abstract void handlePendingRequestWhileUnBound( in handlePendingRequestWhileUnBound()
|
H A D | AbstractSinglePendingRequestRemoteService.java | 89 void handlePendingRequestWhileUnBound(@NonNull BasePendingRequest<S, I> pendingRequest) { in handlePendingRequestWhileUnBound()
|
H A D | AbstractMultiplePendingRequestsRemoteService.java | 110 void handlePendingRequestWhileUnBound(@NonNull BasePendingRequest<S, I> pendingRequest) { in handlePendingRequestWhileUnBound()
|
/aosp12/art/test/1000-non-moving-space-stress/src-art/ |
H A D | Main.java | 26 int S = 512; in main() local
|
/aosp12/system/libvintf/include/vintf/ |
H A D | Level.h | 41 S = 6, enumerator
|
/aosp12/build/blueprint/proptools/ |
H A D | clone_test.go | 271 S string member
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | s_erff.c | 84 float R,S,P,Q,s,y,z,r; in erff() local 131 float R,S,P,Q,s,y,z,r; in erfcf() local
|
H A D | s_erf.c | 200 double R,S,P,Q,s,y,z,r; in erf() local 253 double R,S,P,Q,s,y,z,r; in erfc() local
|
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/ |
H A 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
|
/aosp12/frameworks/av/media/codec2/core/include/ |
H A D | C2ParamDef.h | 125 #define IF_FLEXIBLE(S) ENABLE_IF(_C2Flexible<S>::value) argument
|
/aosp12/frameworks/compile/mclinker/lib/Target/X86/ |
H A 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
|
/aosp12/packages/apps/Gallery2/jni/filters/ |
H A D | saturated.c | 28 float S = saturation;; in JNIFUNCF() local
|
H A D | vibrance.c | 30 float S = Vib+1; in JNIFUNCF() local
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
H A D | dmisc.c | 112 (b, S) Bigint *b, *S; in quorem() argument
|