HomeSort by relevance Sort by last modified time
    Searched refs:states (Results 276 - 300 of 642) sorted by null

<<11121314151617181920>>

  /frameworks/support/design/src/android/support/design/widget/
TabLayout.java 713 * Sets the text colors for the different states (normal, selected) used for the tabs.
725 * Gets the text colors for the different states (normal, selected) used for the tabs.
733 * Sets the text colors for the different states (normal, selected) used for the tabs.
2050 final int[][] states = new int[2][]; local
    [all...]
AppBarLayout.java 496 final int[] states = super.onCreateDrawableState(extraSpace + extraStates.length); local
502 return mergeDrawableStates(states, extraStates);
    [all...]
CoordinatorLayout.java 2977 final Parcelable[] states = source.readParcelableArray(loader); local
2997 final Parcelable[] states = new Parcelable[size]; local
    [all...]
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
model.py 730 """A shard's states that are kept in task payload.
732 TransientShardState holds two types of states:
733 1. Some states just don't need to be saved to datastore. e.g.
735 2. Some states are duplicated from datastore, e.g. slice_id, shard_id.
789 """Advance relavent states for next slice.
924 # Maximum number of shard states to hold in memory at any time.
    [all...]
  /external/libpng/contrib/libtests/
tarith.c 277 start, fraction, exponent, states enumerator in enum:checkfp_state
280 /* The characters (other than digits) that characterize the states: */
290 state_characters[states] =
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 177 RESOLVED: ARB_texture_float states type is either NONE,
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state_validate.c 486 uint32_t states; member in struct:state_validate
535 if (state_mask & validate->states)
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c     [all...]
evergreen_compute.c 336 cb_state = ctx->states[R600_PIPE_STATE_FRAMEBUFFER];
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattClientFacade.java 321 * Get the bluetooth devices matching input connection states
324 * @param states the list of states to match
325 * @return The list of BluetoothDevice objects that match the states
328 @Rpc(description = "Get the bluetooth devices matching input connection states")
332 @RpcParameter(name = "states")
333 int[] states
336 return mBluetoothGattList.get(index).getDevicesMatchingConnectionStates(states);
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/emr/
test_connection.py 477 # Check for step states
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/quotas/backend/quotas/
services_test.py 174 self.states = {}
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c     [all...]
  /external/valgrind/callgrind/
global.h 551 * This is the number of execution states storable in a thread.
575 exec_stack states; /* execution states interrupted by signals */ member in struct:_thread_info
  /frameworks/base/core/java/android/bluetooth/
BluetoothGatt.java     [all...]
BluetoothGattServer.java 724 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
  /frameworks/base/core/java/android/widget/
ListView.java 487 // AbsListView#setAdapter will update choice mode states.
    [all...]
  /ndk/sources/android/support/src/stdio/
vfprintf.c 97 static const unsigned char states[]['z'-'A'+1] = { variable
549 st=states[st]S(*s++);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 338 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
341 return service.getDevicesMatchingConnectionStates(states);
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 2379 int[] states = view.mergeDrawableStatesWrapper(new int[] { 0, 1, 2, 0, 0 }, local
    [all...]
  /external/autotest/client/cros/
power_status.py 718 # TODO (snanda): Handle changes in number of c-states due to events such
720 # TODO (snanda): Handle non-S0 states. Time spent in suspend states is
734 states = glob.glob(state_path)
737 for state in states:
743 # subtracting all other states from total time (using epoch
    [all...]
  /ndk/build/core/
add-application.mk 32 # the only valid states are: undefined, 0, 1, false and true
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-shared-io/1.1/
maven-shared-io-1.1.jar 
  /external/v8/benchmarks/
earley-boyer.js     [all...]

Completed in 2343 milliseconds

<<11121314151617181920>>