Home
last modified time | relevance | path

Searched refs:mCS (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_object_ref_count.h53 clang::CompoundStmt *mCS; // Associated compound statement ({ ... })
59 explicit Scope(clang::CompoundStmt *CS) : mCS(CS) { in Scope()
Dslang_rs_object_ref_count.cpp1019 for (clang::Stmt* S1 : mCS->body()) { in InsertStmt()
1025 mCS->setStmts(C, newBody); in InsertStmt()
1031 for (clang::Stmt* S1 : mCS->body()) { in ReplaceStmt()
1038 mCS->setStmts(C, newBody); in ReplaceStmt()
1070 R.ReplaceStmt(mCS, AS, UpdatedStmt); in ReplaceRSObjectAssignment()
1127 AppendAfterStmt(C, mCS, DS, StmtList); in AppendRSObjectInit()
1190 AppendAfterStmt(C, mCS, DS, StmtList); in AppendRSObjectInit()
1217 Visitor.Visit(mCS); in InsertLocalVarDestructors()
1248 R.ReplaceStmt(mCS, S, CS); in InsertLocalVarDestructors()
1255 AppendAfterStmt(C, mCS, nullptr, Stmts); in InsertLocalVarDestructors()
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DUpstreamNetworkMonitorTest.java94 @Mock private IConnectivityManager mCS; field in UpstreamNetworkMonitorTest
104 reset(mCS); in setUp()
109 mCM = spy(new TestConnectivityManager(mContext, mCS)); in setUp()