/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | RssiCurveTest.java | 35 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/ |
D | GeekResponse.java | 74 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/ |
D | SplineMath.java | 18 float[][] curve = new float[n][2]; in calculatetCurve() local 160 float[][] curve = s.calculatetCurve(40); in main() local
|
D | ImageFilterHighlights.java | 63 float[][] curve = mSpline.calculatetCurve(256); in apply() local
|
D | ImageFilterCurves.java | 49 float[] curve = spline.getAppliedCurve(); in populateArray() local
|
D | FilterCurvesRepresentation.java | 86 FilterCurvesRepresentation curve = in equals() local
|
/packages/modules/RemoteKeyProvisioning/util/src/com/android/rkpdapp/ |
D | RkpRegistrationCheck.java | 95 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/ |
D | Utils.java | 218 int curve) throws Exception { in encodeAndSignSigStructure() 224 byte[] payload, byte[] privateKey, int curve) in encodeAndSignSigStructure()
|
D | SystemInterfaceTest.java | 309 private byte[] generateEekChain(int curve, byte[] eek) throws Exception { in generateEekChain()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | DppManager.java | 487 @WifiManager.EasyConnectCryptographyCurve int curve, IDppCallback callback) { in startDppAsEnrolleeResponder() 1126 private int convertEasyConnectCryptographyCurveToHidlDppCurve( in convertEasyConnectCryptographyCurveToHidlDppCurve()
|
D | WifiShellCommand.java | 1819 int curve = 0; in onCommand() local
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | p_256_ecc_pp.cc | 32 elliptic_curve_t curve; variable
|
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/utils/ |
D | CborUtils.java | 250 UnsignedInteger curve = (UnsignedInteger) curveAndEekChain.get(CURVE_INDEX); in parseGeekResponse() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | Spline.java | 149 float[] curve = new float[256]; in getAppliedCurve() local
|
/packages/modules/Virtualization/libs/bssl/src/ |
D | ec_key.rs | 242 let curve = self.ec_group()?.coset_curve()?; in cose_public_key() localVariable
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/ |
D | FlingUpDownMethod.java | 786 Interpolator curve = in createBreatheAnimation() local
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | IWifiManager.aidl | 352 void startDppAsEnrolleeResponder(in IBinder binder, in String deviceInfo, int curve, in startDppAsEnrolleeResponder()
|
D | BaseWifiService.java | 778 int curve, IDppCallback callback) { in startDppAsEnrolleeResponder()
|
D | WifiManager.java | 9366 @EasyConnectCryptographyCurve int curve, in startEasyConnectAsEnrolleeResponder()
|
/packages/modules/RemoteKeyProvisioning/app/tests/unit/ |
D | tink-android-1.5.0.jar | com/google/crypto/tink/subtle/prf/StreamingPrf.class
StreamingPrf.java
package ... |