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

  /external/icu4c/layout/
ContextualGlyphInsertion.h 39 struct LigatureSubstitutionStateEntry : StateEntry
ContextualGlyphSubstitution.h 34 struct ContextualGlyphSubstitutionStateEntry : StateEntry
LigatureSubstitution.h 37 struct LigatureSubstitutionStateEntry : StateEntry
IndicRearrangement.h 59 struct IndicRearrangementStateEntry : StateEntry
StateTables.h 57 struct StateEntry
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
StateManager.java 42 private Stack<StateEntry> mStack = new Stack<StateEntry>();
64 mStack.push(new StateEntry(data, state));
90 mStack.push(new StateEntry(data, state));
104 for (StateEntry entry : mStack) {
211 mStack.push(new StateEntry(data, state));
245 mStack.push(new StateEntry(data, activityState));
254 for (StateEntry entry : mStack) {
268 for (StateEntry entry : mStack) {
281 private static class StateEntry {
    [all...]
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 289 std::vector<int> StateEntry(states.size());
295 // to construct the StateEntry table.
298 StateEntry[i] = ValidTransitions;
312 if (ValidTransitions == StateEntry[i]) {
325 OS << StateEntry[i] << ", ";

Completed in 72 milliseconds