HomeSort by relevance Sort by last modified time
    Searched refs:StateEntry (Results 1 - 7 of 7) sorted by null

  /external/icu4c/layout/
ContextualGlyphSubstitution.h 39 struct ContextualGlyphSubstitutionStateEntry : StateEntry
ContextualGlyphInsertion.h 44 struct ContextualGlyphInsertionStateEntry : StateEntry
IndicRearrangement.h 63 struct IndicRearrangementStateEntry : StateEntry
LigatureSubstitution.h 45 struct LigatureSubstitutionStateEntry : StateEntry
StateTables.h 65 struct StateEntry
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
StateManager.java 44 private Stack<StateEntry> mStack = new Stack<StateEntry>();
72 mStack.push(new StateEntry(data, state));
101 mStack.push(new StateEntry(data, state));
115 for (StateEntry entry : mStack) {
251 mStack.push(new StateEntry(data, state));
288 mStack.push(new StateEntry(data, activityState));
302 for (StateEntry entry : mStack) {
316 for (StateEntry entry : mStack) {
329 private static class StateEntry {
    [all...]
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 286 std::vector<int> StateEntry(states.size());
292 // to construct the StateEntry table.
296 StateEntry[i] = ValidTransitions;
308 if (ValidTransitions == StateEntry[i]) {
326 OS << StateEntry[i] << ", ";

Completed in 84 milliseconds