HomeSort by relevance Sort by last modified time
    Searched full:states (Results 1 - 25 of 1747) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/third_party/icu/source/tools/toolutil/
ucmstate.c 154 /* adjust "final valid" states according to the state flags */
186 ucm_addState(UCMStates *states, const char *s) {
189 if(states->countStates==MBCS_MAX_STATE_COUNT) {
190 fprintf(stderr, "ucm error: too many states (maximum %u)\n", MBCS_MAX_STATE_COUNT);
194 error=parseState(s, states->stateTable[states->countStates],
195 &states->stateFlags[states->countStates]);
201 ++states->countStates;
207 UCMStates *states; local
    [all...]
  /external/icu4c/tools/toolutil/
ucmstate.c 154 /* adjust "final valid" states according to the state flags */
186 ucm_addState(UCMStates *states, const char *s) {
189 if(states->countStates==MBCS_MAX_STATE_COUNT) {
190 fprintf(stderr, "ucm error: too many states (maximum %u)\n", MBCS_MAX_STATE_COUNT);
194 error=parseState(s, states->stateTable[states->countStates],
195 &states->stateFlags[states->countStates]);
201 ++states->countStates;
207 UCMStates *states; local
    [all...]
  /cts/tools/signature-tools/src/signature/compare/model/
DeltaType.java 24 * States that an element was added to the toApi.
28 * States that an element was removed from the toApi.
32 * States that an element changed.
  /external/webkit/WebCore/inspector/front-end/
StatusBarButton.js 31 WebInspector.StatusBarButton = function(title, className, states)
45 this.states = states;
46 if (!states)
47 this.states = 2;
49 if (states == 2)
101 if (this.states === 2) {
118 if (this.states !== 2)
119 throw("Only used toggled when there are 2 states, otherwise, use state");
125 if (this.states !== 2
    [all...]
  /frameworks/base/core/java/android/util/
StateSet.java 25 * one or more of those states.
55 * prohibited (if negative) {@link android.view.View} states.
56 * @param stateSet an array of {@link android.view.View} states
74 // We use negative values to indicate must-NOT-match states.
82 // We've reached the end of states to match.
87 // Continue checking other must-not-match states.
94 // Continue checking other other must-match states.
103 // We've reached the end of states to match and we didn't
115 * prohibited (if negative) {@link android.view.View} states.
131 // We use negative values to indicate must-NOT-match states
    [all...]
  /external/bison/src/
state.h 35 A core represents one state. States are numbered in the NUMBER
37 state 0 and NSTATES is the number of states. (FIXME: This sentence
53 look-ahead token alone). When the states are generated, these
58 contains a vector of numbers of the states that transitions can go
59 to. The accessing_symbol fields of those states' cores say what
71 states should explicitly be errors (for implementing %nonassoc).
94 | Numbering states. |
117 state *states[1]; member in struct:__anon1460
122 TRANSITIONS->states[Num]? Can be a token (amongst which the error
126 (Transitions->states[Num]->accessing_symbol
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerGetCurrentPositionStateUnitTest.java 24 * Unit test class to test the set of valid and invalid states that
31 * 1. It is valid to call getCurrentPosition() in the following states:
33 * 2. It is invalid to call getCurrentPosition() in the following states:
39 // Valid states.
50 // Invalid states.
MediaPlayerGetDurationStateUnitTest.java 24 * Unit test class to test the set of valid and invalid states that
31 * 1. It is valid to call getDuration() in the following states:
33 * 2. It is invalid to call getDuration() in the following states:
39 // Valid states.
48 // Invalid states.
MediaPlayerGetVideoHeightStateUnitTest.java 24 * Unit test class to test the set of valid and invalid states that
31 * 1. It is valid to call getVideoHeight() in the following states:
33 * 2. It is invalid to call getVideoHeight() in the following states:
39 // Valid states.
51 // Invalid states.
MediaPlayerGetVideoWidthStateUnitTest.java 24 * Unit test class to test the set of valid and invalid states that
31 * 1. It is valid to call getVideoWidth() in the following states:
33 * 2. It is invalid to call getVideoWidth() in the following states:
39 // Valid states.
51 // Invalid states.
MediaPlayerIsPlayingStateUnitTest.java 24 * Unit test class to test the set of valid and invalid states that
31 * 1. It is valid to call isPlaying() in the following states:
33 * 2. It is invalid to call isPlaying() in the following states:
39 // Valid states.
51 // Invalid states.
MediaPlayerPauseStateUnitTest.java 24 * Unit test class to test the set of valid and invalid states that
31 * 1. It is valid to call pause() in the following states:
33 * 2. It is invalid to call pause() in the following states:
39 // Valid states.
44 // Invalid states.
MediaPlayerResetStateUnitTest.java 24 * Unit test class to test the set of valid and invalid states that
31 * 1. It is valid to call reset() in the following states:
33 * 2. It is invalid to call reset() in the following states:
39 // Valid states.
51 // Invalid states.
MediaPlayerSeekToStateUnitTest.java 24 * Unit test class to test the set of valid and invalid states that
31 * 1. It is valid to call seekTo() in the following states:
33 * 2. It is invalid to call seekTo() in the following states:
39 // Valid states.
47 // Invalid states.
MediaPlayerSetAudioStreamTypeStateUnitTest.java 25 * Unit test class to test the set of valid and invalid states that
32 * 1. It is valid to call setAudioStreamType() in the following states:
34 * 2. It is invalid to call setAudioStreamType() in the following states:
40 // Valid states.
52 // Invalid states.
MediaPlayerSetLoopingStateUnitTest.java 24 * Unit test class to test the set of valid and invalid states that
32 * 1. It is valid to call setLooping() in the following states:
34 * 2. It is invalid to call setLooping() in the following states:
40 // Valid states.
52 // Invalid states.
MediaPlayerSetVolumeStateUnitTest.java 24 * Unit test class to test the set of valid and invalid states that
31 * 1. It is valid to call setVolume() in the following states:
33 * 2. It is invalid to call setVolume() in the following states:
39 // Valid states.
51 // Invalid states.
MediaPlayerStartStateUnitTest.java 24 * Unit test class to test the set of valid and invalid states that
31 * 1. It is valid to call start() in the following states:
33 * 2. It is invalid to call start() in the following states:
39 // Valid states.
47 // Invalid states.
MediaPlayerStopStateUnitTest.java 24 * Unit test class to test the set of valid and invalid states that
31 * 1. It is valid to call stop() in the following states:
33 * 2. It is invalid to call stop() in the following states:
39 // Valid states.
48 // Invalid states.
MediaRecorderPrepareStateUnitTest.java 26 * Unit test class to test the set of valid and invalid states that
33 * 1. It is valid to call prepare() in the following states:
35 * 2. It is invalid to call prepare() in the following states:
41 // Valid states.
44 // Invalid states.
MediaRecorderResetStateUnitTest.java 25 * Unit test class to test the set of valid and invalid states that
32 * 1. It is valid to call reset() in the following states:
34 * 2. It is invalid to call reset() in the following states:
40 // Valid states.
50 // Invalid states.
MediaRecorderSetAudioEncoderStateUnitTest.java 25 * Unit test class to test the set of valid and invalid states that
32 * 1. It is valid to call setAudioEncoder() in the following states:
34 * 2. It is invalid to call setAudioEncoder() in the following states:
40 // Valid states.
43 // Invalid states.
MediaRecorderSetAudioSourceStateUnitTest.java 25 * Unit test class to test the set of valid and invalid states that
32 * 1. It is valid to call setAudioSource() in the following states:
34 * 2. It is invalid to call setAudioSource() in the following states:
40 // Valid states.
46 // Invalid states.
MediaRecorderSetOutputFormatStateUnitTest.java 25 * Unit test class to test the set of valid and invalid states that
32 * 1. It is valid to call setOutputFormat() in the following states:
34 * 2. It is invalid to call setOutputFormat() in the following states:
40 // Valid states.
43 // Invalid states.
MediaRecorderStartStateUnitTest.java 25 * Unit test class to test the set of valid and invalid states that
32 * 1. It is valid to call start() in the following states:
34 * 2. It is invalid to call start() in the following states:
40 // Valid states.
43 // Invalid states.

Completed in 402 milliseconds

1 2 3 4 5 6 7 8 91011>>