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

1 2 3 4 5 67 8 91011>>

  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 295 void **states)
319 trace_dump_arg_array(ptr, states, num_states);
323 pipe->bind_vertex_sampler_states(pipe, num_states, states);
326 pipe->bind_geometry_sampler_states(pipe, num_states, states);
329 pipe->bind_fragment_sampler_states(pipe, num_states, states);
342 void **states)
345 0, num, states);
352 void **states)
355 0, num, states);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ClipDrawableTest.java 240 int[] states = new int[] {1, 2, 3}; local
241 assertFalse(mockClipDrawable.onStateChange(states));
242 assertEquals(states, mockDrawable.getState());
DrawableTest.java 427 int[] states = new int[] {1, 2, 3}; local
428 assertFalse(mockDrawable.setState(states));
429 assertEquals(states, mockDrawable.getState());
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFAState.java 40 * to keep track of all possible states the NFA can be in after
43 * subset T of the states of the NFA that are reachable from the
46 * would be a bitset representing the set of states the
49 * a stack of states, tracking the closure operations as they
82 * dfa states, but it is only a valid value if the user has specified
87 /** The NFA->DFA algorithm may terminate leaving some states
109 * but try to isolate it to only those states whose closure operations
147 * prevent closures only on states contributed by closure not reach
155 /** As this state is constructed (i.e., as NFA states are added), we
158 * process this node eventually, we'll have to walk all states lookin
549 Set states = stateToConfigListMap.keySet(); local
    [all...]
  /external/bison/src/
print-xml.c 152 state *s1 = trans->states[i];
165 state *s1 = trans->states[i];
526 print_state (out, level + 2, states[i]);
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/
ImeTest.java 310 private void waitAndVerifyEditableCallback(final ArrayList<TestImeState> states,
316 return states.size() > index;
319 states.get(index).assertEqualState(
  /external/valgrind/main/callgrind/
threads.c 107 CLG_(init_exec_stack)( &(t->states) );
110 /* t->states.entry[0]->cxt = CLG_(get_cxt)(t->fns.bottom); */
141 CLG_(copy_current_exec_stack)( &(t->states) );
164 CLG_(set_current_exec_stack)( &(t->states) );
300 /*--- Execution states in a thread & signal handlers ---*/
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputConnectionWrapperTest.java 117 public boolean clearMetaKeyStates(int states) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 324 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
327 return service.getDevicesMatchingConnectionStates(states);
411 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
417 for (int state : states) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 280 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
283 return service.getDevicesMatchingConnectionStates(states);
345 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
351 for (int state : states) {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
history.js 63 * of "active" states. No events are fired upon idle.
  /external/chromium_org/sync/test/engine/
mock_connection_manager.h 237 void ExpectGetUpdatesRequestStates(const ModelTypeInvalidationMap& states) {
238 expected_states_ = states;
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1278.js 31 // TypeRecordingBinaryOpStub transitions through different states.
  /external/v8/test/mjsunit/regress/
regress-1278.js 31 // TypeRecordingBinaryOpStub transitions through different states.
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 296 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
300 return mService.getDevicesMatchingConnectionStates(states);
BluetoothHealth.java 393 * states.
395 * <p> If none of the devices match any of the given states,
404 * @param states Array of states. States can be one of
410 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
413 return mService.getHealthDevicesMatchingConnectionStates(states);
BluetoothMap.java 279 * Get the list of devices matching specified states. Currently at most one.
283 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
287 return mService.getDevicesMatchingConnectionStates(states);
  /frameworks/base/core/java/android/net/http/
Connection.java 54 private static final String[] states = {"SEND", "READ", "DRAIN", "DONE"}; field in class:Connection
171 states[state] + " pipe " + pipe.size());
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 5 * Any state that has a semantic predicate edge is special; those states
9 * There are at most 32767 states (16-bit signed short).
12 * lexer's Tokens rule DFA has 326 states roughly.
  /external/chromium_org/remoting/webapp/
log_to_server.js 91 * Whether a session state is one of the states that occurs at the start of
105 * Whether a session state is one of the states that occurs at the end of
128 // some intermediate states where it is relevant (e.g. to determine how long
host_setup_dialog.js 27 // Dialog states.
33 // Processing states.
38 // Done states.
43 // Failure states.
88 // TODO(sergeyu): Add other error states and use them here.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_blit.c 62 util_blitter_save_rasterizer(rctx->blitter, rctx->states[R600_PIPE_STATE_RASTERIZER]);
65 if (rctx->states[R600_PIPE_STATE_VIEWPORT]) {
69 util_blitter_save_blend(rctx->blitter, rctx->states[R600_PIPE_STATE_BLEND]);
70 util_blitter_save_depth_stencil_alpha(rctx->blitter, rctx->states[R600_PIPE_STATE_DSA]);
71 if (rctx->states[R600_PIPE_STATE_STENCIL_REF]) {
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 62 util_blitter_save_rasterizer(rctx->blitter, rctx->states[R600_PIPE_STATE_RASTERIZER]);
65 if (rctx->states[R600_PIPE_STATE_VIEWPORT]) {
69 util_blitter_save_blend(rctx->blitter, rctx->states[R600_PIPE_STATE_BLEND]);
70 util_blitter_save_depth_stencil_alpha(rctx->blitter, rctx->states[R600_PIPE_STATE_DSA]);
71 if (rctx->states[R600_PIPE_STATE_STENCIL_REF]) {
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuBuilder.java 345 public void restoreActionViewStates(Bundle states) {
346 if (states == null) {
350 SparseArray<Parcelable> viewStates = states.getSparseParcelableArray(
362 subMenu.restoreActionViewStates(states);
366 final int expandedId = states.getInt(EXPANDED_ACTION_VIEW_ID);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuBuilder.java 358 public void restoreActionViewStates(Bundle states) {
359 if (states == null) {
363 SparseArray<Parcelable> viewStates = states.getSparseParcelableArray(
375 subMenu.restoreActionViewStates(states);
379 final int expandedId = states.getInt(EXPANDED_ACTION_VIEW_ID);
    [all...]

Completed in 1348 milliseconds

1 2 3 4 5 67 8 91011>>