Home
last modified time | relevance | path

Searched defs:curve (Results 1 – 20 of 20) sorted by relevance

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DRssiCurveTest.java35 RssiCurve curve = new RssiCurve(-100, 200, new byte[] { 10 }); in lookupScore_constantCurve() local
46 RssiCurve curve = new RssiCurve(-100, 100, new byte[] { -10, 10 }); in lookupScore_changingCurve() local
60 RssiCurve curve = new RssiCurve( in lookupScore_linearCurve() local
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/
DGeekResponse.java74 public void addGeek(int curve, byte[] geekChain) { in addGeek()
84 public byte[] getGeekChain(int curve) { in getGeekChain()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DSplineMath.java18 float[][] curve = new float[n][2]; in calculatetCurve() local
160 float[][] curve = s.calculatetCurve(40); in main() local
DImageFilterHighlights.java63 float[][] curve = mSpline.calculatetCurve(256); in apply() local
DImageFilterCurves.java49 float[] curve = spline.getAppliedCurve(); in populateArray() local
DFilterCurvesRepresentation.java86 FilterCurvesRepresentation curve = in equals() local
/packages/modules/RemoteKeyProvisioning/util/src/com/android/rkpdapp/
DRkpRegistrationCheck.java95 UnsignedInteger curve = (UnsignedInteger) curveAndEekChain.get(CURVE_INDEX); in FetchEekResponse() local
103 public byte[] getEekChain(int curve) { in getEekChain()
/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/
DUtils.java218 int curve) throws Exception { in encodeAndSignSigStructure()
224 byte[] payload, byte[] privateKey, int curve) in encodeAndSignSigStructure()
DSystemInterfaceTest.java309 private byte[] generateEekChain(int curve, byte[] eek) throws Exception { in generateEekChain()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DDppManager.java487 @WifiManager.EasyConnectCryptographyCurve int curve, IDppCallback callback) { in startDppAsEnrolleeResponder()
1126 private int convertEasyConnectCryptographyCurveToHidlDppCurve( in convertEasyConnectCryptographyCurveToHidlDppCurve()
DWifiShellCommand.java1819 int curve = 0; in onCommand() local
/packages/modules/Bluetooth/system/stack/smp/
Dp_256_ecc_pp.cc32 elliptic_curve_t curve; variable
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/utils/
DCborUtils.java250 UnsignedInteger curve = (UnsignedInteger) curveAndEekChain.get(CURVE_INDEX); in parseGeekResponse() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DSpline.java149 float[] curve = new float[256]; in getAppliedCurve() local
/packages/modules/Virtualization/libs/bssl/src/
Dec_key.rs242 let curve = self.ec_group()?.coset_curve()?; in cose_public_key() localVariable
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java786 Interpolator curve = in createBreatheAnimation() local
/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiManager.aidl352 void startDppAsEnrolleeResponder(in IBinder binder, in String deviceInfo, int curve, in startDppAsEnrolleeResponder()
DBaseWifiService.java778 int curve, IDppCallback callback) { in startDppAsEnrolleeResponder()
DWifiManager.java9366 @EasyConnectCryptographyCurve int curve, in startEasyConnectAsEnrolleeResponder()
/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...