Searched refs:StateSet (Results 1 - 11 of 11) sorted by relevance

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DStateListDrawableTest.java6 import android.util.StateSet;
38 stateListDrawable.addState(StateSet.WILD_CARD, drawable);
41 Drawable drawableForState = shadow.getDrawableForState(StateSet.WILD_CARD);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowStateListDrawable.java5 import android.util.StateSet;
50 if (stateSet == StateSet.WILD_CARD) {
/external/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp134 typedef std::set<State> StateSet; typedef in class:__anon26587::DFA
135 StateSet states;
268 DFA::StateSet::iterator SI = states.begin();
/external/chromium_org/third_party/re2/re2/
H A Ddfa.cc174 typedef unordered_set<State*, StateHash> StateSet; typedef in class:re2::DFA
176 typedef unordered_set<State*, StateHash, StateEqual> StateSet; typedef in class:re2::DFA
365 StateSet state_cache_; // All States computed so far.
745 StateSet::iterator it = state_cache_.find(&state);
788 for (StateSet::iterator it = state_cache_.begin();
1949 StateSet queued;
/external/regex-re2/re2/
H A Ddfa.cc172 typedef unordered_set<State*, StateHash> StateSet; typedef in class:re2::DFA
174 typedef unordered_set<State*, StateHash, StateEqual> StateSet; typedef in class:re2::DFA
363 StateSet state_cache_; // All States computed so far.
743 StateSet::iterator it = state_cache_.find(&state);
786 for (StateSet::iterator it = state_cache_.begin();
1947 StateSet queued;
/external/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp38 Mgr.StateSet.RemoveNode(s);
387 if (ProgramState *I = StateSet.FindNodeOrInsertPos(ID, InsertPos))
399 StateSet.InsertNode(newState, InsertPos);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h452 /// StateSet - FoldingSet containing all the states created for analyzing
454 llvm::FoldingSet<ProgramState> StateSet; member in class:clang::ento::ProgramStateManager
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 213 milliseconds