/external/libnl/lib/idiag/ |
idiag_req_obj.c | 79 void idiagnl_req_set_states(struct idiagnl_req *req, uint32_t states) 81 req->idiag_states = states; 152 nl_dump(p, "states %s ", idiagnl_state2str(req->idiag_states, buf,
|
/external/llvm/test/MC/ARM/ |
arm-thumb-cpus.s | 23 @ one or other of the execution states.
|
/external/python/cpython2/Lib/ |
posixfile.py | 62 states = ['open', 'closed'] variable in class:_posixfile_ 70 (self.states[file.closed], file.name, file.mode, \
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
FragmentActivityTest.java | 86 Object[] states = (Object[]) outState.getSerializable(ShadowFragmentActivity.FRAGMENTS_TAG); local 87 SerializedFragmentState fragmentState = (SerializedFragmentState) states[1];
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothAvrcpController.java | 197 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { 202 return service.getDevicesMatchingConnectionStates(states);
|
BluetoothPan.java | 313 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { 318 return service.getDevicesMatchingConnectionStates(states);
|
BluetoothPbapClient.java | 244 * Get the list of devices matching specified states. Currently at most one. 249 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { 256 return service.getDevicesMatchingConnectionStates(states);
|
/hardware/interfaces/power/1.0/vts/functional/ |
VtsHalPowerV1_0TargetTest.cpp | 170 auto cb = [&vec, &s](hidl_vec<PowerStatePlatformSleepState> states, 172 vec = states;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/ |
HealthService.java | 393 public List<BluetoothDevice> getHealthDevicesMatchingConnectionStates(int[] states) { 396 return service.getHealthDevicesMatchingConnectionStates(states); 484 List<BluetoothDevice> getHealthDevicesMatchingConnectionStates(int[] states) { 486 List<BluetoothDevice> devices = lookupHealthDevicesMatchingStates(states); 757 private List<HealthChannel> findChannelByStates(BluetoothDevice device, int[] states) { 761 for (int state : states) { [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
posixfile.py | 62 states = ['open', 'closed'] variable in class:_posixfile_ 70 (self.states[file.closed], file.name, file.mode, \
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
posixfile.py | 62 states = ['open', 'closed'] variable in class:_posixfile_ 70 (self.states[file.closed], file.name, file.mode, \
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
posixfile.py | 62 states = ['open', 'closed'] variable in class:_posixfile_ 70 (self.states[file.closed], file.name, file.mode, \
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
posixfile.py | 62 states = ['open', 'closed'] variable in class:_posixfile_ 70 (self.states[file.closed], file.name, file.mode, \
|
/external/v8/src/compiler/ |
memory-optimizer.cc | 418 AllocationStates const& states) { 419 // Check if all states are the same; or at least if all allocation 420 // states belong to the same allocation group. 421 AllocationState const* state = states.front(); 423 for (size_t i = 1; i < states.size(); ++i) { 424 if (states[i] != state) state = nullptr; 425 if (states[i]->group() != group) group = nullptr; 436 // The states are from different allocation groups. 463 // Check if states for all inputs are available by now. 465 // All inputs to this effect merge are done, merge the states given al [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
HidDevService.java | 388 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { 390 Log.v(TAG, "getDevicesMatchingConnectionStates(): states=" + Arrays.toString(states)); 397 return service.getDevicesMatchingConnectionStates(states); 542 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { 547 for (int state : states) {
|
/frameworks/base/libs/hwui/ |
BakedOpDispatcher.cpp | 49 const BakedOpState& firstState = *(opList.states[0]); 50 Bitmap* bitmap = (static_cast<const BitmapOp*>(opList.states[0]->op))->bitmap; 58 const BakedOpState& state = *(opList.states[i]); 89 const PatchOp& firstOp = *(static_cast<const PatchOp*>(opList.states[0]->op)); 90 const BakedOpState& firstState = *(opList.states[0]); 98 const PatchOp& op = *(static_cast<const PatchOp*>(opList.states[i]->op)); 118 const PatchOp& op = *(static_cast<const PatchOp*>(opList.states[i]->op)); 119 const BakedOpState& state = *opList.states[i]; 317 const BakedOpState& state = *(opList.states[i]); 325 const BakedOpState& state = *(opList.states[i]) [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/DeviceTree/ |
hi6220.dtsi | 59 idle-states { 93 cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; 105 cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; 116 cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; 127 cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; 138 cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; 149 cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; 160 cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; 171 cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
|
/external/icu/icu4c/source/tools/toolutil/ |
ucm.c | 718 &ucm->states, m, 735 return ucm_checkBaseExt(&ucm->states, ucm->base, ucm->ext, ucm->ext, FALSE); 1024 ucm->states.stateFlags[0]=MBCS_STATE_FLAG_DIRECT; 1025 ucm->states.conversionType=UCNV_UNSUPPORTED_CONVERTER; 1026 ucm->states.outputType=-1; 1027 ucm->states.minCharLength=ucm->states.maxCharLength=1; [all...] |
/frameworks/base/core/java/android/inputmethodservice/ |
Keyboard.java | 491 int[] states = KEY_STATE_NORMAL; local 495 states = KEY_STATE_PRESSED_ON; 497 states = KEY_STATE_NORMAL_ON; 502 states = KEY_STATE_PRESSED_OFF; 504 states = KEY_STATE_NORMAL_OFF; 508 states = KEY_STATE_PRESSED; 512 return states; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
Configuration.java | 687 List<State> states = device.getAllStates(); local 688 for (State state : states) { 1058 List<State> states = device.getAllStates(); local [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/mesa3d/src/amd/vulkan/ |
radv_pipeline.c | 1166 radv_cmd_dirty_mask_t states = RADV_CMD_DIRTY_DYNAMIC_ALL; local [all...] |
/external/toybox/toys/net/ |
netstat.c | 187 *states[] = {"","LISTENING","CONNECTING","CONNECTED","DISCONNECTING"}, local 211 if (state>ARRAY_LEN(states) || (state==1 && !flags)) state = 0; 215 refcount, toybuf, types[type], states[state], inode);
|
/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 ---*/
|