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

/frameworks/compile/slang/
H A Dslang_rs_ast_replace.cpp134 void RSASTReplace::VisitSwitchCase(clang::SwitchCase *SC) { argument
136 VisitStmt(SC);
H A Dslang_rs_ast_replace.h75 void VisitSwitchCase(clang::SwitchCase *SC);
H A Dslang_rs_object_ref_count.cpp261 void VisitSwitchCase(clang::SwitchCase *SC);
335 void DestructorVisitor::VisitSwitchCase(clang::SwitchCase *SC) { argument
337 VisitStmt(SC);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DServiceMonitor.java113 private final class SC implements ServiceConnection, IBinder.DeathRecipient { class in class:ServiceMonitor
158 private SC mServiceConnection;
239 mServiceConnection = new SC();
/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.cpp581 size_t SC = data[0] & 0x3f; local
583 if (SC == 0 || size < (4 + SC * 4)) {

Completed in 2647 milliseconds