Home
last modified time | relevance | path

Searched defs:SC (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_ast_replace.cpp134 void RSASTReplace::VisitSwitchCase(clang::SwitchCase *SC) { in VisitSwitchCase()
Dslang_rs_object_ref_count.cpp335 void DestructorVisitor::VisitSwitchCase(clang::SwitchCase *SC) { in VisitSwitchCase()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DServiceMonitor.java113 private final class SC implements ServiceConnection, IBinder.DeathRecipient { class in ServiceMonitor
/frameworks/av/media/libstagefright/rtsp/
DARTPConnection.cpp581 size_t SC = data[0] & 0x3f; in parseBYE() local