HomeSort by relevance Sort by last modified time
    Searched defs:StateSet (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/util/src/android/util/cts/
StateSetTest.java 21 import android.util.StateSet;
24 * Test StateSet
35 int[] stateSet = {1, 2, 3};
36 assertEquals(stateSet, StateSet.trimStateSet(stateSet, 3));
38 int [] stateSet2 = StateSet.trimStateSet(stateSet, 2);
41 assertEquals(stateSet2[i - 1], stateSet[i - 1]);
46 int[] stateSet = {R.attr.state_window_focused
    [all...]
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 134 typedef std::set<State> StateSet;
135 StateSet states;
268 DFA::StateSet::iterator SI = states.begin();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 452 /// StateSet - FoldingSet containing all the states created for analyzing
454 llvm::FoldingSet<ProgramState> StateSet;
  /external/chromium_org/third_party/re2/re2/
dfa.cc 174 typedef unordered_set<State*, StateHash> StateSet;
176 typedef unordered_set<State*, StateHash, StateEqual> StateSet;
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();
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 310 milliseconds