Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_ast_replace.h51 inline bool matchesStmt(const clang::Stmt *S) const { in matchesStmt()
Dslang_rs_context.h122 inline void setLicenseNote(const std::string &S) { in setLicenseNote()
127 inline void addExportType(const std::string &S) { in addExportType()
132 inline void setReflectJavaPackageName(const std::string &S) { in setReflectJavaPackageName()
Dslang_rs_ast_replace.cpp64 void RSASTReplace::VisitStmt(clang::Stmt *S) { in VisitStmt()
Dslang_rs_object_ref_count.cpp122 clang::Stmt *S, in AppendAfterStmt()
224 clang::Stmt *S = NULL; in InsertDestructors() local
282 void DestructorVisitor::VisitStmt(clang::Stmt *S) { in VisitStmt()
1454 Scope *S = new Scope(CS); in VisitCompoundStmt() local
1478 void RSObjectRefCount::VisitStmt(clang::Stmt *S) { in VisitStmt()
Dllvm-rs-cc.cpp62 llvm::StringRef S) { in SaveStringInSet()
Dslang_rs_metadata_spec_encoder.cpp131 unsigned RSMetadataEncoderInternal::joinString(const std::string &S) { in joinString()
/frameworks/compile/linkloader/include/impl/
DELFObject.hxx144 Inst_t S = (Inst_t)(int64_t)sym->getAddress(); in relocateARM() local
273 Inst_t S = (Inst_t)(int64_t)sym->getAddress(); in relocateX86_64() local
324 Inst_t S = (Inst_t)(uintptr_t)sym->getAddress(); in relocateX86_32() local
/frameworks/compile/libbcc/lib/ExecutionEngine/
DMCCacheReader.cpp56 Script *S) { in readCacheFile()
71 Script *S) { in checkCacheFile()
DMCCacheWriter.cpp52 Script *S, uint32_t libRS_threadable) { in writeCacheFile()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1646 std::string S; in ParseModule() local
1653 std::string S; in ParseModule() local
1660 std::string S; in ParseModule() local
1667 std::string S; in ParseModule() local
1674 std::string S; in ParseModule() local
1681 std::string S; in ParseModule() local
1933 std::string S; in ParseModuleTriple() local
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
DCacheReader.cpp54 Script *S) { in readCacheFile()
DCacheWriter.cpp55 Script *S, in writeCacheFile()
/frameworks/compile/libbcc/tests/data/src/
Dotcc-ansi.c154 int S(int j, int e) { in S() function
/frameworks/base/graphics/java/android/graphics/
DColor.java168 float S; in saturation() local
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
Drate_control.h50 Int S; /*number of bits used for encoding the previous frame.*/ member
Dvlc_encode.cpp2056 Int S = 0, S1, S2; in DCACPred() local
/frameworks/base/services/sensorservice/
DFusion.cpp409 const mat33_t S(scaleCovariance(L, P[0][0]) + R); in update() local
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
DarmCOMM_IDCT_s.h844 VMLAL qXt0, dXi6lo, S ;// c*i4+s*i6 variable
851 VMLSL qXt0, dXi4lo, S ;// -s*i4 + c*h6 variable
1053 VMLAL qXt0, dYi6lo, S ;// c*i4+s*i6 variable
1060 VMLSL qXt0, dYi4lo, S ;// -s*i4 + c*h6 variable
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
DarmCOMM_IDCT_s.h838 VMLAL qXt0, dXi6lo, S ;// c*i4+s*i6 variable
845 VMLSL qXt0, dXi4lo, S ;// -s*i4 + c*h6 variable
1047 VMLAL qXt0, dYi6lo, S ;// c*i4+s*i6 variable
1054 VMLSL qXt0, dYi4lo, S ;// -s*i4 + c*h6 variable
/frameworks/compile/libbcc/lib/CodeGen/
DCodeEmitter.cpp1046 size_t S = mpTD->getTypeAllocSize(GlobalType); in GetMemoryForGV() local
/frameworks/base/include/private/opengles/
Dgl_context.h89 struct { GLfixed S, T, R; }; member
98 struct { GLfixed S, T, R, Q; }; member
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
Davcenc_int.h270 int S; /*number of bits used for encoding the previous frame.*/ member