Searched defs:IS (Results 1 - 2 of 2) sorted by last modified time

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderDicom.java11 * distributed under the License is distributed on an "AS IS" BASIS,
91 static final short IS = vr("IS"); field in class:LoaderDicom
108 AE, AS, CS, DA, DS, DT, IS, LO, LT, PN, SH, ST, TM, UT
/frameworks/compile/slang/
H A Dslang_rs_ast_replace.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
134 void RSASTReplace::VisitIfStmt(clang::IfStmt *IS) { argument
135 if (matchesExpr(IS->getCond())) {
136 IS->setCond(mNewExpr);
137 } else if (matchesStmt(IS->getThen())) {
138 IS->setThen(mNewStmt);
139 } else if (matchesStmt(IS->getElse())) {
140 IS->setElse(mNewStmt);
142 VisitStmt(IS);

Completed in 43 milliseconds