Home
last modified time | relevance | path

Searched refs:StateSet (Results 1 – 8 of 8) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowStateListDrawableTest.java10 import android.util.StateSet;
37 stateListDrawable.addState(StateSet.WILD_CARD, drawable); in testAddDrawableWithWildCardState()
40 Drawable drawableForState = shadow.getDrawableForState(StateSet.WILD_CARD); in testAddDrawableWithWildCardState()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowStateListDrawable.java5 import android.util.StateSet;
43 if (stateSet == StateSet.WILD_CARD) { in createStateList()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp124 using StateSet = std::bitset<7>; typedef
160 using ValueStateMap = DenseMap<InstantiatedValue, StateSet>;
344 static bool hasReadOnlyState(StateSet Set) { in hasReadOnlyState()
345 return (Set & StateSet(ReadOnlyStateMask)).any(); in hasReadOnlyState()
348 static bool hasWriteOnlyState(StateSet Set) { in hasWriteOnlyState()
349 return (Set & StateSet(WriteOnlyStateMask)).any(); in hasWriteOnlyState()
/external/llvm/utils/TableGen/
DDFAPacketizerEmitter.cpp249 typedef std::set<State> StateSet; typedef in __anon5ac5a47d0411::DFA
250 StateSet states;
568 DFA::StateSet::iterator SI = states.begin(); in writeTableAndAPI()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DDFAPacketizerEmitter.cpp255 typedef std::set<State> StateSet; typedef in __anonff28b4d50211::DFA
256 StateSet states;
576 DFA::StateSet::iterator SI = states.begin(); in writeTableAndAPI()
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp38 Mgr.StateSet.RemoveNode(s); in ProgramStateRelease()
387 if (ProgramState *I = StateSet.FindNodeOrInsertPos(ID, InsertPos)) in getPersistentState()
399 StateSet.InsertNode(newState, InsertPos); in getPersistentState()
/external/setupcompat/main/java/com/google/android/setupcompat/template/
DFooterBarMixin.java48 import android.util.StateSet;
661 new int[][] {pressedState, StateSet.NOTHING},
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h463 llvm::FoldingSet<ProgramState> StateSet; variable