OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newStore
(Results
1 - 2
of
2
) sorted by null
/sdk/sdkstats/src/com/android/sdkstats/
DdmsPreferenceStore.java
91
PreferenceStore
newStore
= new PreferenceStore(rcFileName);
92
newStore
.load();
93
sPrefStore =
newStore
;
/external/clang/lib/StaticAnalyzer/Core/
GRState.cpp
101
const StoreRef &
newStore
=
103
return makeWithStore(
newStore
);
107
const StoreRef &
newStore
=
109
return makeWithStore(
newStore
);
113
const StoreRef &
newStore
=
115
return makeWithStore(
newStore
);
132
const StoreRef &
newStore
= Mgr.StoreMgr->BindDefault(getStore(), R, V);
133
const GRState *new_state = makeWithStore(
newStore
);
163
const StoreRef &
newStore
166
const GRState *newState = makeWithStore(
newStore
);
[
all
...]
Completed in 60 milliseconds