HomeSort by relevance Sort by last modified time
    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/
ProgramState.cpp 95 StoreRef newStore = StoreMgr->removeDeadBindings(NewState.getStore(), LCtx,
97 NewState.setStore(newStore);
98 SymReaper.setReapedStore(newStore);
117 const StoreRef &newStore =
119 return makeWithStore(newStore);
123 const StoreRef &newStore =
125 return makeWithStore(newStore);
129 const StoreRef &newStore =
131 return makeWithStore(newStore);
148 const StoreRef &newStore = Mgr.StoreMgr->BindDefault(getStore(), R, V)
    [all...]

Completed in 53 milliseconds