/external/v8/src/compiler/ |
escape-analysis.cc | 296 ZoneVector<VirtualState*>& states() { return states_; } function in class:v8::internal::compiler::MergeCache 503 DCHECK_GT(cache->states().size(), 0u); 510 for (VirtualState* state : cache->states()) { 519 if (cache->objects().size() == cache->states().size()) { [all...] |
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
BatteryHistoryChart.java | 565 aggrStates |= rec.states; 832 (rec.states&HistoryItem.STATE_BATTERY_PLUGGED_FLAG) != 0 [all...] |
/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 | 364 public void restoreActionViewStates(Bundle states) { 365 if (states == null) { 369 SparseArray<Parcelable> viewStates = states.getSparseParcelableArray( 381 subMenu.restoreActionViewStates(states); 385 final int expandedId = states.getInt(EXPANDED_ACTION_VIEW_ID); [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/ |
MenuBuilder.java | 397 public void restoreActionViewStates(Bundle states) { 398 if (states == null) { 402 SparseArray<Parcelable> viewStates = states.getSparseParcelableArray( 414 subMenu.restoreActionViewStates(states); 418 final int expandedId = states.getInt(EXPANDED_ACTION_VIEW_ID); [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
AvrcpControllerService.java | 185 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { 187 for (int i = 0; i < states.length; i++) { 188 if (states[i] == BluetoothProfile.STATE_CONNECTED) { 283 sendCommand = true; // we can send this command in all states 414 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { 417 return service.getDevicesMatchingConnectionStates(states); [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
SapService.java | 521 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { 532 for(int i = 0; i < states.length; i++) { 533 if (connectionState == states[i]) { [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/emr/ |
connection.py | 108 def describe_jobflows(self, states=None, jobflow_ids=None, 113 :type states: list 114 :param states: A list of strings with job flow states wanted 126 if states: 127 self.build_list_params(params, states, 'JobFlowStates.member') 183 :param cluster_states: Bound on cluster states 256 :param step_states: Filter by step states
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
A2dpStateMachine.java | 88 // Stable states 93 // Interim states 691 synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { 702 for(int i = 0; i < states.length; i++) { 703 if (connectionState == states[i]) { [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
ImagePreset.java | 590 Vector<State> states = new Vector<State>(); local 598 states.add(state); 600 imageStateAdapter.fill(states);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
MultiCall.py | 107 # a list of the states which are a subset of it. This list is ordered by the 115 def expand_substates(states): 116 '''For each item of states return a list containing all combinations of 127 for state in states: 128 substates = list(set(state & x for x in states)) 149 # When a new detail is discovered, handlers for all the possible states
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
MultiCall.py | 107 # a list of the states which are a subset of it. This list is ordered by the 115 def expand_substates(states): 116 '''For each item of states return a list containing all combinations of 127 for state in states: 128 substates = list(set(state & x for x in states)) 149 # When a new detail is discovered, handlers for all the possible states
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
MultiCall.py | 107 # a list of the states which are a subset of it. This list is ordered by the 115 def expand_substates(states): 116 '''For each item of states return a list containing all combinations of 127 for state in states: 128 substates = list(set(state & x for x in states)) 149 # When a new detail is discovered, handlers for all the possible states
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
MultiCall.py | 107 # a list of the states which are a subset of it. This list is ordered by the 115 def expand_substates(states): 116 '''For each item of states return a list containing all combinations of 127 for state in states: 128 substates = list(set(state & x for x in states)) 149 # When a new detail is discovered, handlers for all the possible states
|
/system/connectivity/shill/test-rpc-proxy/ |
proxy_rpc_server.cc | 243 std::vector<std::string> states; local 245 states.emplace_back(std::string(states_as_xmlrpcvalue[array_pos])); 250 ssid, states, GetMillisecondsFromSeconds(timeout),
|
/system/netd/server/ |
SockDiagTest.cpp | 54 static const char *states[] = { local 69 return states[(state < ARRAY_SIZE(states)) ? state : 0];
|
/external/libchrome/base/metrics/ |
field_trial_unittest.cc | 467 // Getting all states should have finalized the trial. 1040 std::string states; local 1122 std::string states; local [all...] |
/external/mksh/src/ |
lex.c | 29 * states while lexing word 193 Lex_state states[STATE_BSIZE], *statep, *s2, *base; local 202 states[0].type = SINVALID; 203 states[0].ls_base = NULL; 204 statep = &states[1]; 205 state_info.base = states; 897 if (statep != &states[1]) [all...] |
/external/apache-http/android/src/android/net/http/ |
Connection.java | 50 private static final String[] states = {"SEND", "READ", "DRAIN", "DONE"}; field in class:Connection 167 states[state] + " pipe " + pipe.size());
|
/external/autotest/client/cros/cellular/ |
cell_tools.py | 53 states = ['portal', 'online', 'idle'] 55 expected_states=states,
|
/external/bison/src/ |
print.c | 158 state *s1 = trans->states[i]; 526 print_state (out, states[i]);
|
/external/chromium-trace/catapult/netlog_viewer/netlog_viewer/ |
net_constants.js | 105 // These states correspond to the lengthy periods of time that a
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothA2dp.java | 322 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { 327 return mService.getDevicesMatchingConnectionStates(states);
|
BluetoothInputDevice.java | 388 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { 392 return mService.getDevicesMatchingConnectionStates(states);
|
IBluetoothGatt.aidl | 36 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
|