Searched refs:SC (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DSourceInfo.cpp136 int SourceInfo::prepareModule(ScriptCompiled *SC) { argument
150 module.reset(SC->parseBitcodeFile(MEM.get()));
163 module.reset(SC->parseBitcodeFile(MEM.get()));
/frameworks/compile/slang/
H A Dslang_rs_ast_replace.cpp143 void RSASTReplace::VisitSwitchCase(clang::SwitchCase *SC) { argument
145 VisitStmt(SC);
H A Dslang_rs_ast_replace.h76 void VisitSwitchCase(clang::SwitchCase *SC);
H A Dslang_rs_object_ref_count.cpp264 void VisitSwitchCase(clang::SwitchCase *SC);
349 void DestructorVisitor::VisitSwitchCase(clang::SwitchCase *SC) { argument
351 VisitStmt(SC);
/frameworks/base/media/libstagefright/rtsp/
H A DARTPConnection.cpp579 size_t SC = data[0] & 0x3f; local
581 if (SC == 0 || size < (4 + SC * 4)) {

Completed in 464 milliseconds