Home
last modified time | relevance | path

Searched refs:SC (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_ast_replace.cpp134 void RSASTReplace::VisitSwitchCase(clang::SwitchCase *SC) { in VisitSwitchCase() argument
136 VisitStmt(SC); in VisitSwitchCase()
Dslang_rs_ast_replace.h75 void VisitSwitchCase(clang::SwitchCase *SC);
Dslang_rs_object_ref_count.cpp261 void VisitSwitchCase(clang::SwitchCase *SC);
335 void DestructorVisitor::VisitSwitchCase(clang::SwitchCase *SC) { in VisitSwitchCase() argument
337 VisitStmt(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
158 private SC mServiceConnection;
239 mServiceConnection = new SC(); in continueStartService()
/frameworks/av/media/libstagefright/rtsp/
DARTPConnection.cpp581 size_t SC = data[0] & 0x3f; in parseBYE() local
583 if (SC == 0 || size < (4 + SC * 4)) { in parseBYE()
/frameworks/base/docs/html/distribute/essentials/quality/
Dauto.jd157 <td id="AU-SC">
158 AU-SC
/frameworks/base/docs/html/training/articles/
Dsmp.jd803 Conditional”, or LL/SC.</p>
810 perform an LL/SC, the data is read with a reservation, modified, and then a
813 Atomic functions based on LL/SC usually loop, retrying the entire
869 (Note this loop is on top of whatever loop the LL/SC code might be doing inside
1804 atomics provide a full barrier. The ARM LL/SC operations don’t include a