Searched defs:SS (Results 1 - 3 of 3) sorted by path

/frameworks/compile/slang/
H A Dslang_rs_ast_replace.cpp151 void RSASTReplace::VisitSwitchStmt(clang::SwitchStmt *SS) { argument
152 if (matchesExpr(SS->getCond())) {
153 SS->setCond(mNewExpr);
155 VisitStmt(SS);
H A Dslang_rs_object_ref_count.cpp209 void VisitSwitchStmt(clang::SwitchStmt *SS);
252 void DestructorVisitor::VisitSwitchStmt(clang::SwitchStmt *SS) { argument
254 VisitStmt(SS);
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderDicom.java97 static final short SS = vr("SS"); field in class:LoaderDicom

Completed in 102 milliseconds