HomeSort by relevance Sort by last modified time
    Searched full:states (Results 76 - 100 of 2831) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PathHeader.java 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST
7 * employees are not subject to copyright protection in the United States
PathList.java 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST
7 * employees are not subject to copyright protection in the United States
SecurityClientHeader.java 7 * Pursuant to title 15 Untied States Code Section 105, works of NIST
8 * employees are not subject to copyright protection in the United States
SecurityVerifyHeader.java 7 * Pursuant to title 15 Untied States Code Section 105, works of NIST
8 * employees are not subject to copyright protection in the United States
ServiceRouteHeader.java 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST
7 * employees are not subject to copyright protection in the United States
ServiceRouteList.java 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST
7 * employees are not subject to copyright protection in the United States
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionEventListener.java 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST
7 * employees are not subject to copyright protection in the United States
  /external/oprofile/events/x86-64/family12h/
unit_masks 23 0x1f All cache states
30 0x1e All cache states except refill from northbridge
  /external/oprofile/events/x86-64/family14h/
unit_masks 23 0x1f All cache states
30 0x1e All cache states except refill from northbridge
  /external/webkit/Source/WebCore/manual-tests/
select_dropdown_box_alignment.html 17 <option>English (United States)</option>
26 <option>English (United States)</option>
  /frameworks/base/core/res/res/drawable/
tab_indicator.xml 18 <!-- Non focused states -->
22 <!-- Focused states -->
tab_indicator_v4.xml 18 <!-- Non focused states -->
22 <!-- Focused states -->
  /external/hyphenation/
hyphen.c 181 dict->states = hnj_realloc (dict->states,
185 dict->states[dict->num_states].match = NULL;
186 dict->states[dict->num_states].repl = NULL;
187 dict->states[dict->num_states].fallback_state = -1;
188 dict->states[dict->num_states].num_trans = 0;
189 dict->states[dict->num_states].trans = NULL;
200 num_trans = dict->states[state1].num_trans;
203 dict->states[state1].trans = hnj_malloc (sizeof(HyphenTrans));
207 dict->states[state1].trans = hnj_realloc (dict->states[state1].trans
    [all...]
  /external/openfst/src/include/fst/
rmfinalepsilon.h 19 // Function to remove of final states that have epsilon only input arcs.
41 // Determine the coaccesibility of states.
48 // Find potential list of removable final states. These are final states
49 // that have no outgoing transitions or final states that have a
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:
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
rmfinalepsilon.h 17 // Function to remove of final states that have epsilon only input arcs.
35 // Determine the coaccesibility of states.
42 // Find potential list of removable final states. These are final states
43 // that have no outgoing transitions or final states that have a
statesort.h 17 // Function to sort states of an Fst.
28 // Sorts the input states of an FST, modifying it. ORDER[i] gives the
30 // sorting. ORDER must be a permutation of FST's states ID sequence:
  /packages/apps/Settings/src/com/android/settings/
Display.java 44 String[] states = new String[3]; local
46 states[0] = r.getString(R.string.small_font);
47 states[1] = r.getString(R.string.medium_font);
48 states[2] = r.getString(R.string.large_font);
50 android.R.layout.simple_spinner_item, states);
  /external/libxml2/
pattern.c 108 int nbState; /* number of states in the automata */
109 int maxState; /* allocated number of states */
111 int *states; /* the array of step indexes */ member in struct:_xmlStreamCtxt
147 xmlStepStatePtr states; member in struct:_xmlStepStates
460 xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node) {
461 if ((states->states == NULL) || (states->maxstates <= 0)) {
462 states->maxstates = 4;
463 states->nbstates = 0
497 xmlStepStates states = {0, 0, NULL}; \/* \/\/ may require backtrack *\/ local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 336 String states[] = (String[])ar.result; local
343 if (states.length > 9) {
345 if (states[4] != null) {
346 baseStationId = Integer.parseInt(states[4]);
348 if (states[5] != null) {
349 baseStationLatitude = Integer.parseInt(states[5]);
351 if (states[6] != null) {
352 baseStationLongitude = Integer.parseInt(states[6]);
359 if (states[8] != null) {
360 systemId = Integer.parseInt(states[8])
558 String states[]; local
    [all...]
  /external/linux-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/qemu/distrib/sdl-1.2.15/src/joystick/
SDL_sysjoystick.h 34 Sint16 *axes; /* Current axis states */
37 Uint8 *hats; /* Current hat states */
46 Uint8 *buttons; /* Current button states */
  /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);

Completed in 1808 milliseconds

1 2 34 5 6 7 8 91011>>