OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:charList
(Results
1 - 5
of
5
) sorted by null
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattClientFacade.java
488
List<BluetoothGattCharacteristic>
charList
= gattService.getCharacteristics();
489
if (
charList
.get(characteristicIndex) == null) {
492
return bluetoothGatt.readCharacteristic(
charList
.get(characteristicIndex));
520
List<BluetoothGattCharacteristic>
charList
= mGattService.getCharacteristics();
521
for (BluetoothGattCharacteristic mGattChar :
charList
) {
563
List<BluetoothGattCharacteristic>
charList
= mGattService.getCharacteristics();
564
for (BluetoothGattCharacteristic mGattChar :
charList
) {
610
List<BluetoothGattCharacteristic>
charList
= mGattService.getCharacteristics();
611
for (BluetoothGattCharacteristic mGattChar :
charList
) {
655
List<BluetoothGattCharacteristic>
charList
= mGattService.getCharacteristics()
[
all
...]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
BIG5Tool.java
203
List
charList
= new ArrayList();
209
charList
.add(new Integer(c.charCode));
211
Object [] sortedChars =
charList
.toArray();
EUCTool.java
203
List
charList
= new ArrayList();
209
charList
.add(new Integer(c.charCode));
211
Object [] sortedChars =
charList
.toArray();
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
FdfParserLite.py
[
all
...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
FdfParser.py
[
all
...]
Completed in 6837 milliseconds