Searched refs:kf (Results 1 – 6 of 6) sorted by relevance
38 KalmanFilter kf = new KalmanFilter(); in testConstructor() local39 assertNotNull(kf); in testConstructor()52 KalmanFilter kf = new KalmanFilter(); in initializePll() local55 kf.mF = new Matrix(2, new double[]{ in initializePll()59 kf.mQ = new Matrix(2, new double[]{ in initializePll()62 kf.mH = new Matrix(2, new double[]{1.0, 0.0}); in initializePll()64 kf.mR = new Matrix(1, new double[]{measurementVariance}); in initializePll()66 kf.mP = new Matrix(2, new double[]{ in initializePll()69 kf.mx = new Matrix(2, 1); in initializePll()70 return kf; in initializePll()[all …]
215 KeyFactory kf = KeyFactory.getInstance("RSA"); in loadPrivateRSAKey() local216 return kf.generatePrivate(new PKCS8EncodedKeySpec(fakeKey)); in loadPrivateRSAKey()
231 KeyFactory kf = KeyFactory.getInstance("RSA"); in loadPrivateRSAKey() local232 return kf.generatePrivate(new PKCS8EncodedKeySpec(fakeKey)); in loadPrivateRSAKey()
817 Keyframe kf = keyframes.get(i); in setupSetterAndGetter() local818 if (!kf.hasValue() || kf.valueWasSetOnStart()) { in setupSetterAndGetter()822 kf.setValue(testValue); in setupSetterAndGetter()823 kf.setValueWasSetOnStart(true); in setupSetterAndGetter()842 Keyframe kf = keyframes.get(i); in setupSetterAndGetter() local843 if (!kf.hasValue() || kf.valueWasSetOnStart()) { in setupSetterAndGetter()853 kf.setValue(value); in setupSetterAndGetter()854 kf.setValueWasSetOnStart(true); in setupSetterAndGetter()884 private void setupValue(Object target, Keyframe kf) { in setupValue() argument887 kf.setValue(value); in setupValue()[all …]
456 KeyFactory kf = KeyFactory.getInstance("EC"); in getInsecurePrivateKeyForEndpoint1() local458 return kf.generatePrivate(skSpec); in getInsecurePrivateKeyForEndpoint1()
102 String kf = fn + ".key"; in verifyRecurrence() local