HomeSort by relevance Sort by last modified time
    Searched full:states (Results 26 - 50 of 3435) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
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.
MediaRecorderSetOutputFileStateUnitTest.java 25 * Unit test class to test the set of valid and invalid states that
31 * 1. It is valid to call setOutputFile() in the following states:
33 * 2. It is invalid to call setOutputFile() in the following states:
39 // Valid states.
  /packages/apps/Launcher3/src/com/android/launcher3/
WorkspaceStateTransitionAnimation.java 125 * Stores the transition states for convenience.
129 // Raw states
171 * Manages the animations between each of the workspace states.
225 TransitionStates states = new TransitionStates(fromState, toState); local
226 int duration = getAnimationDuration(states);
227 animateWorkspace(states, toPage, animated, duration, layerViews,
229 animateSearchBar(states, animated, duration, hasOverlaySearchBar, layerViews,
231 animateBackgroundGradient(states, animated, BACKGROUND_FADE_OUT_DURATION);
255 private int getAnimationDuration(TransitionStates states) {
256 if (states.workspaceToAllApps || states.overviewToAllApps)
    [all...]
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingStateCallback.java 35 * requested type arrives. Unobserved states are states that have occurred since
98 * Total number of reachable states
160 * Wait until the one of the desired states is observed, checking all
165 * @param states Set of desired states to observe a transition to.
169 * @throws TimeoutRuntimeException if none of the states is observed before timeout.
172 public int waitForAnyOfStates(Collection<Integer> states, final long timeout) {
181 appendStates(s, states);
194 if (states.contains(nextState)) break
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSamplerStateQueryTests.cpp 116 } states[] = local
170 for (int stateNdx = 0; stateNdx < DE_LENGTH_OF_ARRAY(states); ++stateNdx)
173 if (!states[stateNdx].newInGLES31)
176 if (isExtendedParamQuery(states[stateNdx].tester))
181 std::string() + states[stateNdx].name + verifierSuffix,
182 states[stateNdx].desc,
184 states[stateNdx].tester));
186 else if (isIsVectorQuery(states[stateNdx].tester))
190 std::string() + states[stateNdx].name + verifierSuffix,
191 states[stateNdx].desc
    [all...]
es31fTextureStateQueryTests.cpp 134 } states[] = local
215 for (int stateNdx = 0; stateNdx < DE_LENGTH_OF_ARRAY(states); ++stateNdx)
217 if (!isLegalTesterForTarget(textureTargets[targetNdx].target, states[stateNdx].tester))
220 // for old targets, check only new states
221 if (!textureTargets[targetNdx].newInGLES31 && !states[stateNdx].newInGLES31)
224 if (isExtendedParamQuery(states[stateNdx].tester))
229 std::string() + states[stateNdx].name + verifierSuffix,
230 states[stateNdx].desc,
233 states[stateNdx].tester));
235 else if (isIsVectorQuery(states[stateNdx].tester)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
CombinedEventsManager.java 41 /** Events states. */
42 private final List<EventState> states; field in class:CombinedEventsManager
54 states = new ArrayList<EventState>();
72 states.add(new EventState(handler, maxCheckInterval,
84 for (EventState state : states) {
95 states.clear();
99 * @return a collection of the events states
103 return states;
110 return states.isEmpty();
129 if (states.isEmpty())
    [all...]
  /frameworks/base/core/java/android/util/
StateSet.java 25 * one or more of those states.
128 * A state set that does not contain any valid states.
145 * prohibited (if negative) {@link android.view.View} states.
146 * @param stateSet an array of {@link android.view.View} states
164 // We use negative values to indicate must-NOT-match states.
172 // We've reached the end of states to match.
177 // Continue checking other must-not-match states.
184 // Continue checking other other must-match states.
193 // We've reached the end of states to match and we didn't
205 * prohibited (if negative) {@link android.view.View} states
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/
dot.stg 33 dfa(decisionRanks,states,edges,rankdir,startState,useBox) ::= <<
37 <states; separator="\n">
42 nfa(decisionRanks,states,edges,rankdir,startState) ::= <<
46 <states; separator="\n">
51 decision_rank(states) ::= <<
52 {rank=same; rankdir=TB; <states; separator="; ">}
  /external/bison/src/
state.h 33 A core represents one state. States are numbered in the NUMBER
35 state 0 and NSTATES is the number of states. (FIXME: This sentence
51 lookahead token alone). When the states are generated, these
56 contains a vector of numbers of the states that transitions can go
57 to. The accessing_symbol fields of those states' cores say what
68 states should explicitly be errors (for implementing %nonassoc).
91 | Numbering states. |
114 state *states[1]; member in struct:__anon4737
119 TRANSITIONS->states[Num]? Can be a token (amongst which the error
123 (Transitions->states[Num]->accessing_symbol
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
OpenIntToDoubleHashMap.java 76 /** States table. */
77 private byte[] states; field in class:OpenIntToDoubleHashMap
124 states = new byte[capacity];
139 states = new byte[length];
140 System.arraycopy(source.states, 0, states, 0, length);
186 if (states[index] == FREE) {
191 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) {
216 if (states[index] == FREE) {
221 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT)
    [all...]
OpenIntToFieldHashMap.java 82 /** States table. */
83 private byte[] states; field in class:OpenIntToFieldHashMap
135 states = new byte[capacity];
151 states = new byte[length];
152 System.arraycopy(source.states, 0, states, 0, length);
198 if (states[index] == FREE) {
203 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) {
228 if (states[index] == FREE) {
233 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT)
    [all...]
  /frameworks/native/libs/binder/
IProcessInfoService.cpp 32 /*out*/ int32_t* states)
46 if (replyLen > 0 && (err = reply.read(states, length * sizeof(*states))) != NO_ERROR) {
75 // Ignore output array length returned in the parcel here, as the states array must
77 int32_t states[len]; local
78 for (size_t i = 0; i < len; i++) states[i] = -1;
80 res = getProcessStatesFromPids(len, /*in*/ pids, /*out*/ states);
83 reply->writeInt32Array(len, states);
  /external/bison/lib/
memchr.valgrind 2 # POSIX states that when the character is found, memchr must not read extra
  /external/clang/test/Driver/
aarch64-features.c 4 // The AArch64 PCS states that chars should be unsigned.
  /external/jmonkeyengine/engine/src/core/com/jme3/app/state/
package.html 11 {@link com.jme3.app.state.AppState app states},
  /packages/apps/Launcher2/res/drawable/
tab_widget_indicator_selector.xml 18 <!-- Non focused states -->
21 <!-- Focused states -->
26 <!-- Non focused states -->
30 <!-- Focused states -->

Completed in 249 milliseconds

12 3 4 5 6 7 8 91011>>