/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...] |
/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/valgrind/callgrind/ |
threads.c | 110 CLG_(init_exec_stack)( &(t->states) ); 113 /* t->states.entry[0]->cxt = CLG_(get_cxt)(t->fns.bottom); */ 144 CLG_(copy_current_exec_stack)( &(t->states) ); 167 CLG_(set_current_exec_stack)( &(t->states) ); 303 /*--- Execution states in a thread & signal handlers ---*/
|
/cts/tests/tests/print/src/android/print/cts/ |
PrintJobTest.java | 56 * Tests all possible states of print jobs. 386 int states[] = new int[] { PrintJobInfo.STATE_QUEUED, 398 for (final int state1 : states) { 399 for (final int state2 : states) { 400 for (final int state3 : states) {
|
/external/chromium-trace/catapult/telemetry/telemetry/testing/ |
story_set_smoke_test.py | 127 'story set %s disallows having mixed states' %
|
/external/llvm/utils/TableGen/ |
DFAPacketizerEmitter.cpp | 167 // represents the possible resource states that can result from adding a L_or_M 171 // two states [0x01] and [0x10] into a DFA with a single state [0x01, 0x10]. 174 // a map from inputs to new states. 210 // PossibleStates is the set of valid resource states that ensue from valid 247 // Set of states. Need to keep this sorted to emit the transition table. 249 StateSet states; member in class:__anon18374::DFA 340 // PossibleStates is the set of valid resource states that ensue from valid 347 // Iterate over all resource states in currentState. 510 auto IterPair = states.insert(State()); 537 unsigned numStates = states.size() [all...] |
/frameworks/base/libs/hwui/ |
BakedOpState.h | 44 const BakedOpState*const* states; member in struct:android::uirenderer::MergedBakedOpList
|
BakedOpDispatcher.cpp | 48 const BakedOpState& firstState = *(opList.states[0]); 49 const SkBitmap* bitmap = (static_cast<const BitmapOp*>(opList.states[0]->op))->bitmap; 62 const BakedOpState& state = *(opList.states[i]); 93 const PatchOp& firstOp = *(static_cast<const PatchOp*>(opList.states[0]->op)); 94 const BakedOpState& firstState = *(opList.states[0]); 104 const PatchOp& op = *(static_cast<const PatchOp*>(opList.states[i]->op)); 124 const PatchOp& op = *(static_cast<const PatchOp*>(opList.states[i]->op)); 125 const BakedOpState& state = *opList.states[i]; 323 const BakedOpState& state = *(opList.states[i]); 331 const BakedOpState& state = *(opList.states[i]) [all...] |
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/ |
TextViewBindingObject.java | 313 public void clearMetaKeyState(View view, Editable content, int states) {
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetService.java | 164 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { 167 return service.getDevicesMatchingConnectionStates(states); 390 private List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { 392 return mStateMachine.getDevicesMatchingConnectionStates(states);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
HeadsetClientService.java | 198 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { 203 return service.getDevicesMatchingConnectionStates(states); 516 private List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { 518 return mStateMachine.getDevicesMatchingConnectionStates(states);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/ |
PanService.java | 249 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { 252 return service.getDevicesMatchingConnectionStates(states); 319 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { 325 for (int state : states) {
|
/external/autotest/client/cros/networking/ |
wifi_proxy.py | 189 # to connect it, and watch the states roll by. 335 def wait_for_service_states(self, ssid, states, timeout_seconds): 336 """Wait for a service (ssid) to achieve one of a number of states. 339 @param states tuple states for which to wait. 342 where successful is True iff we saw one of |states|, final_value 358 logging.error('Timed out waiting for %s states', ssid) 364 states,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/quotas/backend/quotas/ |
services.py | 208 """Response to QuotaStateRequest containing set of bucket states for user.""" 216 This class is responsible for managing all the bucket states for a user. 342 def __init__(self, config, states): 350 states: Dictionary mapping user -> QuotaState objects. 352 self.__states = states
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/ |
location_info_mixin.js | 67 //NOTE: patch initial states for each mode to obtain token start position
|
/external/v8/test/mjsunit/es6/ |
generators-states.js | 7 // Test generator states.
|
/external/v8/test/mjsunit/ |
random-bit-correlations.js | 47 // Chi squared analysis for k = 2 (2, states: same/not-same) and one
|
/external/v8/test/mjsunit/regress/ |
regress-1278.js | 31 // TypeRecordingBinaryOpStub transitions through different states.
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothA2dpSink.java | 315 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { 319 return mService.getDevicesMatchingConnectionStates(states);
|
BluetoothAvrcpController.java | 238 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { 242 return mService.getDevicesMatchingConnectionStates(states);
|
BluetoothHealth.java | 392 * states. 394 * <p> If none of the devices match any of the given states, 403 * @param states Array of states. States can be one of 409 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { 412 return mService.getHealthDevicesMatchingConnectionStates(states);
|
BluetoothMap.java | 278 * Get the list of devices matching specified states. Currently at most one. 282 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { 286 return mService.getDevicesMatchingConnectionStates(states);
|
/frameworks/base/core/java/com/android/internal/view/ |
InputConnectionWrapper.java | 438 public boolean clearMetaKeyStates(int states) { 440 mIInputContext.clearMetaKeyStates(states);
|
/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.
|