/external/openfst/src/include/fst/ |
equivalent.h | 47 // disjoint, we map Arc::StateId on the type MappedId. The states of 51 // the correct treatment of non-coaccessible states; kNoStateId is 117 // states that can be reached by the same prefixes, starting with a 118 // set containing the start states of both acceptors. A disjoint tree 120 // states. The algorithm returns 'false' if one of the constructed 121 // sets contains both final and non-final states. Returns optional error 125 // n = |S1| + |S2| is the number of states in both acceptors 191 // representing destination states of the corresponding arcs in fst1 203 // Early return if the start states differ w.r.t. being final. 210 // invariant: each block of states contains either final states onl [all...] |
statesort.h | 19 // Function to sort states of an Fst. 33 // Sorts the input states of an FST, modifying it. ORDER[i] gives the 35 // sorting. ORDER must be a permutation of FST's states ID sequence:
|
equal.h | 29 // Tests if two Fsts have the same states and arcs in the same order. 36 VLOG(1) << "Equal: mismatched start states"; 45 VLOG(1) << "Equal: mismatched # of states"; 51 VLOG(1) << "Equal: mismatched states:"
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
ViewsStateBundle.java | 25 * Maintains a bundle of states for a group of views. Each view must have a unique id to identify 30 * mechanism? Because android strategy for saving view states has two limitations: all indirect 41 /** dont save states of any child views */ 43 /** only save visible child views, the states are lost when they are gone */ 45 /** save visible views plus save removed child views states up to {@link #getLimitNumber()} */ 71 * @return the saved views states 108 * Load view from states, it's none operation if the there is no state associated with the id.
|
/developers/build/prebuilts/gradle/ActionBarCompat-Styled/Application/src/main/res/drawable/ |
tab_indicator_ab.xml | 26 <!-- Non focused states --> 32 <!-- Focused states --> 44 <!-- Pressed & focused states -->
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/Application/src/main/res/drawable/ |
tab_indicator_ab.xml | 26 <!-- Non focused states --> 32 <!-- Focused states --> 44 <!-- Pressed & focused states -->
|
/development/samples/browseable/ActionBarCompat-Styled/res/drawable/ |
tab_indicator_ab.xml | 26 <!-- Non focused states --> 32 <!-- Focused states --> 44 <!-- Pressed & focused states -->
|
/external/linux-tools-perf/src/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
Core.py | 95 states = { 102 if state not in states: 105 return states[state]
|
/external/webrtc/src/common_audio/resampler/include/ |
resampler.h | 73 // Reset all states 76 // Reset all states if any parameter has changed 90 // Generic pointers since we don't know what states we'll need
|
/frameworks/base/core/java/android/app/ |
ActivityGroup.java | 33 private static final String STATES_KEY = "android:states"; 53 Bundle states = savedInstanceState != null local 55 mLocalActivityManager.dispatchCreate(states);
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DecisionProbe.java | 60 * is represented internall with a DFA comprised of multiple states, each of 63 * Because of this, you need to iterate over this list of DFA states. You'll 66 * will be one of the iterated states from stateToSyntacticallyAmbiguousAltsSet. 74 /** Track all DFA states with nondeterministic alternatives. 113 /** The set of states w/o emanating edges and w/o resolving sem preds. */ 189 /** If no states are dead-ends, no alts are unreachable, there are 230 /** How many states does the DFA predictor have? */ 238 * conflict resolution or alts w/o accept states). 244 /** return set of states w/o emanating edges and w/o resolving sem preds. 245 * These states come about because the analysis algorithm had t [all...] |
DFA.java | 54 /** Prevent explosion of DFA states during conversion. The max number 55 * of states per alt in a single decision's DFA. 79 /** A set of all uniquely-numbered DFA states. Maps hash of DFAState 81 * existing DFA states. Map<DFAState,DFAState>. Use Map so 84 * a dup of states array. 90 * states, but the states are not unique. s3 might be same as s1 so 92 * then these states will all be unique as states[i] always points 99 protected Vector<DFAState> states = new Vector<DFAState>() field in class:DFA [all...] |
/external/bison/src/ |
ielr.c | 87 * - The from states of gotos \c i and \c j are the same. 93 * goto \c j and it's an internal edge because the from states are the 112 for (rulep = derives[states[to_state[i]]->accessing_symbol 203 if (states[i]->nitems > max_nitems) 204 max_nitems = states[i]->nitems; 211 size_t nitems = states[from_state[i]]->nitems; 212 item_number *items = states[from_state[i]]->items; 220 == states[to_state[i]]->accessing_symbol 261 transitions *trans = states[to_state[i]]->transitions; 311 for (j = 0; j < states[i]->transitions->num; ++j [all...] |
LR0.h | 1 /* Generate the LR(0) parser states for Bison.
|
/development/samples/browseable/DrawableTinting/ |
_index.jd | 12 states of a View (for example disabled/enabled, focused, pressed or selected).
|
/device/moto/shamu/overlay/packages/apps/CellBroadcastReceiver/res/values-mcc302-mnc610/ |
config.xml | 18 <!-- Whether to enable CMAS settings (United States) -->
|
/external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/ |
ComboMove.java | 67 private List<ComboMoveState> states = new ArrayList<ComboMoveState>(); field in class:ComboMove 125 states.add(new ComboMoveState(pressed, unpressed, timeElapsed)); 132 return states.get(num); 136 return states.size();
|
/external/lldb/test/ |
blacklist.py | 6 Following is an example which states that test class IntegerTypesExprTestCase
|
/external/mockito/src/org/mockito/exceptions/ |
Discrepancy.java | 11 * However, the package clearly states that the class in a part of a public API so it can change.
|
/external/mockito/src/org/mockito/exceptions/verification/junit/ |
JUnitTool.java | 11 * However, the package clearly states that the class in a part of a public API so it can change.
|
/frameworks/base/core/java/android/bluetooth/ |
IBluetoothA2dpSink.aidl | 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
|
IBluetoothAvrcpController.aidl | 28 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
|
IBluetoothPan.aidl | 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
|
/frameworks/base/core/java/android/os/ |
IProcessInfoService.aidl | 27 void getProcessStatesFromPids(in int[] pids, out int[] states);
|
/frameworks/base/tests/SystemUIDemoModeController/res/values/ |
strings.xml | 20 <string name="help_text">"Drag: control icon states\nLong-press + drag: control background color\nDouble-tap: toggle bar mode</string>
|