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

1 2 34 5 6 7 8 91011>>

  /external/icu4c/tools/toolutil/
ucm.h 104 UCMStates states; member in struct:UCMFile
176 * Check the validity of mappings against a base table's states;
238 ucm_addState(UCMStates *states, const char *s);
241 ucm_processStates(UCMStates *states, UBool ignoreSISOCheck);
244 ucm_countChars(UCMStates *states,
265 /* finalize and optimize states after the toUnicode mappings are processed */
267 ucm_optimizeStates(UCMStates *states,
  /frameworks/base/core/java/android/content/res/
ColorStateList.java 53 * states that a view must either be in or not be in and the color specifies the color associated
55 * An item with no state spec is considered to match any set of states and is generally useful as
76 * states to colors.
78 public ColorStateList(int[][] states, int[] colors) {
79 mStateSpecs = states;
82 if (states.length > 0) {
85 for (int i = 0; i < states.length; i++) {
86 if (states[i].length == 0) {
155 * Creates a new ColorStateList that has the same states and
264 * Return the color associated with the given set of {@link android.view.View} states
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
StateListDrawable.java 101 if (DEBUG) android.util.Log.i(TAG, "onStateChange " + this + " states "
160 int[] states = new int[numAttrs]; local
167 states[j++] = attrs.getAttributeBooleanValue(i, false)
172 states = StateSet.trimStateSet(states, j);
189 mStateListState.addStateSet(states, dr);
200 * Gets the number of states contained in this drawable.
202 * @return The number of states contained in this drawable.
273 // we're accessing potentially unused states.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchWidgetProvider.java 78 SearchWidgetState[] states = new SearchWidgetState[appWidgetIds.length]; local
80 states[i] = getSearchWidgetState(context, appWidgetIds[i]);
82 return states;
91 SearchWidgetState[] states = getSearchWidgetStates(context); local
93 for (SearchWidgetState state : states) {
  /external/chromium_org/third_party/icu/source/tools/makeconv/
genmbcs.c 38 /* toUnicode (state table in ucm->states) */
197 sum=mbcsData->ucm->states.countToUCodeUnits;
215 maxCharLength=mbcsData->ucm->states.maxCharLength;
375 if(mbcsData->ucm->states.countStates==0) {
381 if(length==2 && mbcsData->ucm->states.outputType==MBCS_OUTPUT_2_SISO) {
391 entry=mbcsData->ucm->states.stateTable[state][bytes[i++]];
452 mbcsData->ucm->states.stateTable[state][bytes[i-1]]=entry;
553 return (UBool)(1==ucm_countChars(&mbcsData->ucm->states, bytes, length));
687 maxCharLength=mbcsData->ucm->states.maxCharLength;
689 if( mbcsData->ucm->states.outputType==MBCS_OUTPUT_2_SISO &
1326 UCMStates *states; local
    [all...]
  /external/icu4c/tools/makeconv/
genmbcs.cpp 38 /* toUnicode (state table in ucm->states) */
197 sum=mbcsData->ucm->states.countToUCodeUnits;
215 maxCharLength=mbcsData->ucm->states.maxCharLength;
375 if(mbcsData->ucm->states.countStates==0) {
381 if(length==2 && mbcsData->ucm->states.outputType==MBCS_OUTPUT_2_SISO) {
391 entry=mbcsData->ucm->states.stateTable[state][bytes[i++]];
452 mbcsData->ucm->states.stateTable[state][bytes[i-1]]=entry;
553 return (UBool)(1==ucm_countChars(&mbcsData->ucm->states, bytes, length));
687 maxCharLength=mbcsData->ucm->states.maxCharLength;
689 if( mbcsData->ucm->states.outputType==MBCS_OUTPUT_2_SISO &
1331 UCMStates *states; local
    [all...]
  /external/chromium_org/chrome/test/mini_installer/
test_installer.py 7 For each test case, it checks that the machine states after the execution of
8 each command match the expected machine states. For more details, take a look at
22 """Describes the machine states, actions, and test cases.
25 states: A dictionary where each key is a state name and the associated value
32 self.states = {}
98 verifier.Verify(self._config.states[state])
166 for state_name, state_property_filenames in config_data['states']:
167 config.states[state_name] = ParsePropertyFiles(directory,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_context.h 76 const struct pipe_sampler_state **states);
91 const struct pipe_sampler_state *states);
99 const struct pipe_vertex_element *states);
  /external/llvm/lib/Support/
regexec.c 56 /* macros for manipulating states, small version */
57 /* FIXME: 'states' is assumed as 'long' on small version. */
59 #define states states1 macro
85 #undef states macro
105 /* macros for manipulating states, large version */
106 #define states char * macro
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.h 76 const struct pipe_sampler_state **states);
91 const struct pipe_sampler_state *states);
99 const struct pipe_vertex_element *states);
  /external/chromium_org/third_party/libxml/src/
relaxng.c 320 int nbState; /* the number of states */
373 xmlRelaxNGStatesPtr states; /* the accumulated state list */ member in struct:_xmlRelaxNGValidCtxt
375 xmlRelaxNGStatesPtr freeState; /* the pool of free valid states */
1025 xmlRngVErrMemory(ctxt, "allocating states\n");
1034 xmlRngVErrMemory(ctxt, "allocating states\n");
1044 * @states: the states containe
10117 xmlRelaxNGStatesPtr states = NULL, res = NULL; local
10261 xmlRelaxNGStatesPtr states = NULL; local
10551 xmlRelaxNGStatesPtr states, res; local
    [all...]
  /external/libxml2/
relaxng.c 320 int nbState; /* the number of states */
373 xmlRelaxNGStatesPtr states; /* the accumulated state list */ member in struct:_xmlRelaxNGValidCtxt
375 xmlRelaxNGStatesPtr freeState; /* the pool of free valid states */
1025 xmlRngVErrMemory(ctxt, "allocating states\n");
1034 xmlRngVErrMemory(ctxt, "allocating states\n");
1044 * @states: the states containe
10146 xmlRelaxNGStatesPtr states = NULL, res = NULL; local
10290 xmlRelaxNGStatesPtr states = NULL; local
10580 xmlRelaxNGStatesPtr states, res; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
block_switch.c 34 IIRFilter(const Word16 in, const Word32 coeff[], Word32 states[]);
339 static Word16 IIRFilter(const Word16 in, const Word32 coeff[], Word32 states[])
345 accu3 = accu1 - states[0];
346 accu2 = fixmul( coeff[0], states[1] );
349 states[0] = accu1;
350 states[1] = out;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
conv.py 129 states = []
150 assert s == len(states), (lineno, line)
160 states.append(state)
164 self.states = states
181 state = states[z]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
conv.py 129 states = []
150 assert s == len(states), (lineno, line)
160 states.append(state)
164 self.states = states
181 state = states[z]
  /external/chromium_org/third_party/libxslt/libxslt/
pattern.c 80 xsltStepStatePtr states; member in struct:_xsltStepStates
478 xsltPatPushState(xsltTransformContextPtr ctxt, xsltStepStates *states,
480 if ((states->states == NULL) || (states->maxstates <= 0)) {
481 states->maxstates = 4;
482 states->nbstates = 0;
483 states->states = xmlMalloc(4 * sizeof(xsltStepState));
485 else if (states->maxstates <= states->nbstates)
632 xsltStepStates states = {0, 0, NULL}; \/* \/\/ may require backtrack *\/ local
    [all...]
  /external/libxslt/libxslt/
pattern.c 80 xsltStepStatePtr states; member in struct:_xsltStepStates
478 xsltPatPushState(xsltTransformContextPtr ctxt, xsltStepStates *states,
480 if ((states->states == NULL) || (states->maxstates <= 0)) {
481 states->maxstates = 4;
482 states->nbstates = 0;
483 states->states = xmlMalloc(4 * sizeof(xsltStepState));
485 else if (states->maxstates <= states->nbstates)
632 xsltStepStates states = {0, 0, NULL}; \/* \/\/ may require backtrack *\/ local
    [all...]
  /external/bison/src/
conflicts.c 382 | and flag as inconsistent the states that still have conflicts. |
400 set_conflicts (states[i], errors);
402 /* For uniformity of the code, make sure all the states have a valid
404 if (!states[i]->errs)
405 states[i]->errs = errs_new (0, 0);
503 | Output the detailed description of states with conflicts. |
513 state *s = states[i];
544 count += count_sr_conflicts (states[i]);
545 count += count_rr_conflicts (states[i], false);
576 src_total += count_sr_conflicts (states[i])
    [all...]
  /external/chromium_org/chrome/browser/chromeos/dbus/
org.chromium.LibCrosService.conf 27 <!-- powerd needs to change display power states. -->
  /frameworks/base/core/java/android/bluetooth/
BluetoothManager.java 145 * states.
147 * <p> If none of the devices match any of the given states,
158 * @param states Array of states. States can be one of
164 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int profile, int[] states) {
177 devices = iGatt.getDevicesMatchingConnectionStates(states);
IBluetoothHeadset.aidl 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
  /frameworks/base/core/java/com/android/internal/view/
IInputContext.aidl 68 void clearMetaKeyStates(int states);
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 150 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
152 return mStateMachine.getDevicesMatchingConnectionStates(states);
243 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
246 return service.getDevicesMatchingConnectionStates(states);
  /frameworks/base/core/java/android/text/method/
MetaKeyKeyListener.java 67 * // Use the combined meta states from the event and the key listener.
110 // so as not to conflict with any meta key states publicly defined by KeyEvent.
417 public void clearMetaKeyState(View view, Editable content, int states) {
418 clearMetaKeyState(content, states);
421 public static void clearMetaKeyState(Editable content, int states) {
422 if ((states&META_SHIFT_ON) != 0) content.removeSpan(CAP);
423 if ((states&META_ALT_ON) != 0) content.removeSpan(ALT);
424 if ((states&META_SYM_ON) != 0) content.removeSpan(SYM);
425 if ((states&META_SELECTING) != 0) content.removeSpan(SELECTING);

Completed in 720 milliseconds

1 2 34 5 6 7 8 91011>>