Home
last modified time | relevance | path

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

123

/aosp12/system/libbase/
H A Dmacros_test.cpp24 struct S { in TEST() struct
25 int32_t i32; in TEST()
26 double d; in TEST()
/aosp12/frameworks/compile/slang/
H A 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 …]
H A Dslang_rs_ast_replace.h51 inline bool matchesStmt(const clang::Stmt *S) const { in matchesStmt()
H A 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()
H A Dslang_rs_object_ref_count.h89 void setCurrentStmt(clang::Stmt *S) { mCurrent = S; } in setCurrentStmt()
H A Dslang_rs_ast_replace.cpp62 void RSASTReplace::VisitStmt(clang::Stmt *S) { in VisitStmt()
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp947 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 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 …]
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A 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
/aosp12/frameworks/compile/mclinker/lib/Support/
H A 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
/aosp12/frameworks/base/errorprone/tests/res/android/os/
H A DBuild.java24 public static final int S = CUR_DEVELOPMENT; field in Build.VERSION_CODES
/aosp12/frameworks/base/core/java/com/android/internal/infra/
H A DAbstractRemoteService.java291 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 DAbstractSinglePendingRequestRemoteService.java89 void handlePendingRequestWhileUnBound(@NonNull BasePendingRequest<S, I> pendingRequest) { in handlePendingRequestWhileUnBound()
H A DAbstractMultiplePendingRequestsRemoteService.java110 void handlePendingRequestWhileUnBound(@NonNull BasePendingRequest<S, I> pendingRequest) { in handlePendingRequestWhileUnBound()
/aosp12/art/test/1000-non-moving-space-stress/src-art/
H A DMain.java26 int S = 512; in main() local
/aosp12/system/libvintf/include/vintf/
H A DLevel.h41 S = 6, enumerator
/aosp12/build/blueprint/proptools/
H A Dclone_test.go271 S string member
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_erff.c84 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 Ds_erf.c200 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 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
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2ParamDef.h125 #define IF_FLEXIBLE(S) ENABLE_IF(_C2Flexible<S>::value) argument
/aosp12/frameworks/compile/mclinker/lib/Target/X86/
H A 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
/aosp12/packages/apps/Gallery2/jni/filters/
H A Dsaturated.c28 float S = saturation;; in JNIFUNCF() local
H A Dvibrance.c30 float S = Vib+1; in JNIFUNCF() local
/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Ddmisc.c112 (b, S) Bigint *b, *S; in quorem() argument

123