Searched refs:descs (Results 1 – 4 of 4) sorted by relevance
24 auto descs = dynamicproto::fileDescriptors(argv[1]); in main() local26 if(descs.size()<2) { in main()33 dynamicproto::extensionsOf(descs.back(), FIDELITYPARAMS, exts); in main()35 << " in " << descs.back()->name() << " and its dependencies" in main()38 auto m = dynamicproto::newMessage(descs.front(), "FidelityParams"); in main()
326 ArrayList<BluetoothGattDescriptor> descs = in BluetoothGattCharacteristic() local328 if (descs != null) { in BluetoothGattCharacteristic()329 for (BluetoothGattDescriptor desc : descs) { in BluetoothGattCharacteristic()
560 AuthenticatorDescription[] descs = AccountManager.get(this).getAuthenticatorTypes(); in getReleventAccountTypes() local561 Set<String> supportedAccountTypes = new HashSet<String>(descs.length); in getReleventAccountTypes()562 for (AuthenticatorDescription desc : descs) { in getReleventAccountTypes()
846 Account[] descs = new Account[parcelables.length];848 descs[i] = (Account) parcelables[i];850 return descs;