OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mSM
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/slang/
slang_rs_check_ast.h
33
clang::SourceManager &
mSM
;
50
: C(Con), mDiagEngine(Con.getDiagnostics()),
mSM
(C.getSourceManager()),
/development/samples/Obb/src/com/example/android/obbapp/
ObbMountActivity.java
46
private StorageManager
mSM
;
67
mSM
= state.storageManager;
72
mSM
= (StorageManager) getApplicationContext().getSystemService(STORAGE_SERVICE);
84
mPath.setText(
mSM
.getMountedObbPath(mObbPath));
100
if (
mSM
.mountObb(mObbPath, null, mEventListener)) {
118
if (
mSM
.unmountObb(mObbPath, false, mEventListener)) {
133
ObbState state = new ObbState(
mSM
, mStatus.getText(), mPath.getText());
Completed in 53 milliseconds