/frameworks/base/core/java/android/bluetooth/ |
IBluetoothA2dpSink.aidl | 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
|
IBluetoothAvrcpController.aidl | 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
|
IBluetoothMap.aidl | 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
|
IBluetoothSap.aidl | 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
VolumeDialogController.java | 94 public final SparseArray<StreamState> states = new SparseArray<>(); field in class:VolumeDialogController.State 105 for (int i = 0; i < states.size(); i++) { 106 rt.states.put(states.keyAt(i), states.valueAt(i).copy()); 127 for (int i = 0; i < states.size(); i++) { 131 final int stream = states.keyAt(i); 132 final StreamState ss = states.valueAt(i);
|
/frameworks/support/emoji/core/src/android/support/text/emoji/widget/ |
EmojiKeyListener.java | 63 public void clearMetaKeyState(View view, Editable content, int states) { 64 mKeyListener.clearMetaKeyState(view, content, states);
|
/packages/apps/Settings/src/com/android/settings/vpn2/ |
ManageablePreference.java | 87 final String[] states = res.getStringArray(R.array.vpn_states); local 88 String summary = (mState == STATE_NONE ? "" : states[mState]);
|
/system/netd/server/ |
SockDiag.h | 58 int sendDumpRequest(uint8_t proto, uint8_t family, uint32_t states); 80 int sendDumpRequest(uint8_t proto, uint8_t family, uint32_t states, iovec *iov, int iovcnt);
|
/external/mesa3d/src/gallium/drivers/radeon/ |
r600_viewport.c | 39 rctx->scissors.states[start_slot + i] = state[i]; 216 struct pipe_scissor_state *states = rctx->scissors.states; local 230 r600_emit_one_scissor(rctx, cs, vp, scissor_enabled ? &states[0] : NULL); 251 scissor_enabled ? &states[i] : NULL); 270 rctx->viewports.states[index] = state[i]; 299 struct pipe_viewport_state *states = rctx->viewports.states; local 308 r600_emit_one_viewport(rctx, &states[0]); 321 r600_emit_one_viewport(rctx, &states[i]) 329 struct pipe_viewport_state *states = rctx->viewports.states; local [all...] |
/external/icu/icu4c/source/tools/makeconv/ |
makeconv.cpp | 487 staticData->maxBytesPerChar=(int8_t)data->ucm->states.maxCharLength; 488 staticData->minBytesPerChar=(int8_t)data->ucm->states.minCharLength; 489 staticData->conversionType=data->ucm->states.conversionType; 537 if(data->ucm->states.outputType<0) { 538 data->ucm->states.outputType=(int8_t)data->ucm->states.maxCharLength-1; 581 baseStates=&data->ucm->states; 632 UCMStates *states, *baseStates; local 646 states=&data->ucm->states; [all...] |
/hardware/interfaces/power/1.0/default/ |
Power.cpp | 67 hidl_vec<PowerStatePlatformSleepState> states; local 77 _hidl_cb(states, Status::SUCCESS); 114 states.resize(number_platform_modes); 118 PowerStatePlatformSleepState& state = states[i]; 143 _hidl_cb(states, Status::SUCCESS);
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/DeviceTree/ |
fvp-foundation-gicv2-psci.dts | 87 idle-states { 114 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 122 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 130 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 138 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
fvp-foundation-gicv2legacy-psci.dts | 87 idle-states { 114 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 122 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 130 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 138 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
fvp-foundation-gicv3-psci.dts | 85 idle-states { 112 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 120 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 128 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 136 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
/device/linaro/bootloader/arm-trusted-firmware/fdts/ |
fvp-foundation-gicv2-psci.dts | 85 idle-states { 110 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 118 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 126 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 134 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
fvp-foundation-gicv2legacy-psci.dts | 85 idle-states { 110 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 118 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 126 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 134 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
fvp-foundation-gicv3-psci.dts | 83 idle-states { 108 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 116 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 124 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 132 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
/frameworks/base/libs/androidfw/ |
BackupHelpers.cpp | 981 FileState states[4]; 985 states[0].modTime_sec = 0xfedcba98; 986 states[0].modTime_nsec = 0xdeadbeef; 987 states[0].mode = 0777; // decimal 511, hex 0x000001ff 988 states[0].size = 0xababbcbc; 989 states[0].crc32 = 0x12345678; 990 states[0].nameLen = -12; 991 r.s = states[0]; 995 states[1].modTime_sec = 0x93400031; 996 states[1].modTime_nsec = 0xdeadbeef [all...] |
/external/bison/src/ |
ielr.c | 87 * - The from states of gotos \c i and \c j are the same. 93 * goto \c j and it's an internal edge because the from states are the 112 for (rulep = derives[states[to_state[i]]->accessing_symbol 203 if (states[i]->nitems > max_nitems) 204 max_nitems = states[i]->nitems; 211 size_t nitems = states[from_state[i]]->nitems; 212 item_number *items = states[from_state[i]]->items; 220 == states[to_state[i]]->accessing_symbol 261 transitions *trans = states[to_state[i]]->transitions; 311 for (j = 0; j < states[i]->transitions->num; ++j [all...] |
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/ |
ParserImpl.java | 125 private final ArrayStack<Production> states; field in class:ParserImpl 138 states = new ArrayStack<Production>(100); 201 states.push(new ParseDocumentEnd()); 231 states.push(new ParseDocumentEnd()); 237 if (!states.isEmpty()) { 238 throw new YAMLException("Unexpected end of stream. States left: " + states); 274 state = states.pop(); 378 state = states.pop(); 444 state = states.pop() [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/ |
parse.py | 120 states, first = dfa
121 arcs = states[state]
132 while states[state] == [(0, state)]:
138 states, first = dfa
|
/external/autotest/client/cros/ |
kernel_config.py | 47 states = [] 50 states.append("unset") 52 states.append(state) 54 (name, value, '|'.join(states)))
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_vbuf.h | 68 const struct pipe_vertex_element *states);
|
/external/ply/ply/test/ |
lex_opt_alias.py | 4 # Tests ability to match up functions with states, aliases, and 15 states = (('instdef','inclusive'),('spam','exclusive')) variable
|
/external/python/cpython2/Lib/lib2to3/pgen2/ |
parse.py | 120 states, first = dfa 121 arcs = states[state] 132 while states[state] == [(0, state)]: 138 states, first = dfa
|