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

1 23 4 5 6 7 8 91011>>

  /external/parameter-framework/test/test-platform/
README.md 4 with custom criteria and full control over criteria states. It also serves
10 - Create criteria from a name, a type (exclusive or inclusive), states (the
13 - Change criteria states and apply configurations
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
StateListDrawableTest.java 24 int[] states = {R.attr.state_pressed}; local
25 stateListDrawable.addState(states, drawable);
28 Drawable drawableForState = shadow.getDrawableForState(states);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaRecorderStopStateUnitTest.java 26 * Unit test class to test the set of valid and invalid states that
35 * 1. It is valid to call stop() in the following states:
37 * 2. It is invalid to call stop() in the following states:
43 // Valid states.
46 // Invalid states.
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
TintManager.java 335 final int[][] states = new int[7][];
340 states[i] = ThemeUtils.DISABLED_STATE_SET;
344 states[i] = ThemeUtils.FOCUSED_STATE_SET;
348 states[i] = ThemeUtils.ACTIVATED_STATE_SET;
352 states[i] = ThemeUtils.PRESSED_STATE_SET;
356 states[i] = ThemeUtils.CHECKED_STATE_SET;
360 states[i] = ThemeUtils.SELECTED_STATE_SET;
365 states[i] = ThemeUtils.EMPTY_STATE_SET;
369 mDefaultColorStateList = new ColorStateList(states, colors);
375 final int[][] states = new int[3][]
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
SwitchCompatUtils.java 68 final int[][] states = new int[3][]; local
72 states[i] = new int[] { -android.R.attr.state_enabled };
75 states[i] = new int[] { android.R.attr.state_checked };
79 states[i] = new int[0];
83 return new ColorStateList(states, colors);
88 final int[][] states = new int[3][]; local
92 states[i] = new int[] { -android.R.attr.state_enabled };
95 states[i] = new int[] { android.R.attr.state_checked };
99 states[i] = new int[0];
102 return new ColorStateList(states, colors)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureStateQueryTests.cpp 90 } states[] = local
119 for (int stateNdx = 0; stateNdx < DE_LENGTH_OF_ARRAY(states); ++stateNdx)
121 if (!isLegalTesterForTarget(textureTargets[targetNdx].target, states[stateNdx].tester))
126 std::string() + textureTargets[targetNdx].name + "_" + states[stateNdx].name + getVerifierSuffix(verifier),
127 states[stateNdx].desc,
130 states[stateNdx].tester)));
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StateAdapter.java 84 public boolean same(Vector<State> states) {
86 if (states.size() + 1 != getCount()) {
91 if (!state.equals(states.elementAt(i-1))) {
98 public void fill(Vector<State> states) {
99 if (same(states)) {
104 addAll(states);
  /external/bison/src/
conflicts.h 29 * - \c nstates_old is the old number of states.
33 * - The highest new state number is the number of remaining states - 1.
34 * - The numerical order of the remaining states has not changed.
  /external/v8/src/
v8threads.h 87 // Iterate over in-use states.
107 // Head of linked list of free states.
109 // Head of linked list of states in use.
  /frameworks/native/libs/binder/
ProcessInfoService.cpp 30 /*out*/ int32_t* states) {
40 err = pis->getProcessStatesFromPids(length, /*in*/ pids, /*out*/ states);
54 ALOGW("%s: Could not retrieve process states from ProcessInfoService after %d retries.",
  /frameworks/opt/colorpicker/src/com/android/colorpicker/
ColorStateDrawable.java 40 protected boolean onStateChange(int[] states) {
42 for (int state : states) {
55 return super.onStateChange(states);
  /external/eigen/
COPYING.MINPACK 30 UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND
43 HOLDER, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
CopyrightMINPACK.txt 30 UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND
43 HOLDER, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF
  /external/mockito/src/org/mockito/exceptions/
Pluralizer.java 11 * However, the package clearly states that the class in a part of a public API so it can change.
  /external/valgrind/docs/internals/
tm-mutexstates.dot 2 // States
  /frameworks/base/core/res/res/drawable/
tab_indicator_ab_holo.xml 18 <!-- Non focused states -->
22 <!-- Focused states -->
27 <!-- Non focused states -->
31 <!-- Focused states -->
tab_indicator_holo.xml 18 <!-- Non focused states -->
22 <!-- Focused states -->
27 <!-- Non focused states -->
31 <!-- Focused states -->
  /frameworks/native/include/binder/
ProcessInfoService.h 37 status_t getProcessStatesImpl(size_t length, /*in*/ int32_t* pids, /*out*/ int32_t* states);
46 * for that process into the "states" output array, or
53 /*out*/ int32_t* states) {
55 /*out*/ states);
  /frameworks/opt/vcard/tests/res/raw/
v21_complicated.vcf 14 ADR;WORK:;;100 Waters Edge;Baytown;LA;30314;United States of America
15 LABEL;WORK;ENCODING=QUOTED-PRINTABLE:100 Waters Edge=0D=0ABaytown, LA 30314=0D=0AUnited States of America
16 ADR;HOME:;;42 Plantation St.;Baytown;LA;30314;United States of America
19 United States of America
  /packages/apps/Messaging/res/drawable/
tab_indicator.xml 19 <!-- Non focused states -->
31 <!-- Focused states -->
44 <!-- Non focused states -->
56 <!-- Focused states -->
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
grammar.py 47 states -- a list of DFAs, where each DFA is a list of
48 states, each state is a list of arcs, and each
52 Final states are represented by a special arc of
56 pairs, where DFA is an item from the states list
79 self.states = []
109 new.states = self.states[:]
120 print "states"
121 pprint(self.states)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
grammar.py 47 states -- a list of DFAs, where each DFA is a list of
48 states, each state is a list of arcs, and each
52 Final states are represented by a special arc of
56 pairs, where DFA is an item from the states list
79 self.states = []
109 new.states = self.states[:]
120 print "states"
121 pprint(self.states)
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
drawable1-expected-completion50.txt 11 <selector ></selector> : Drawable used to render several states.
  /external/jsilver/src/com/google/streamhtmlparser/
JavascriptParser.java 23 * it simply exposes the states in which the Javascript parser may be in.
25 * <p>Note: These are the exact states exposed in the original C++ Parser.
  /external/libxml2/
dbgen.pl 14 @states = ("AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "FL", "GA",
28 $state = $states [($i / 100) % 50];

Completed in 1121 milliseconds

1 23 4 5 6 7 8 91011>>