HomeSort by relevance Sort by last modified time
    Searched refs:CURVE (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/tests/coretests/src/android/net/
ScoredNetworkTest.java 37 private static final RssiCurve CURVE =
53 // No curve or ranking score offset set in curve
65 ScoredNetwork scoredNetwork = new ScoredNetwork(KEY, CURVE);
71 ScoredNetwork scoredNetwork1 = new ScoredNetwork(KEY, CURVE);
73 = new ScoredNetwork(KEY, CURVE, false /* meteredHint */, ATTRIBUTES);
85 = new ScoredNetwork(KEY, CURVE, false /* meteredHint */, attr);
94 new ScoredNetwork(KEY, CURVE, false /* meteredHint */, attr);
114 new ScoredNetwork(KEY, CURVE , false /* meteredHint */);
120 ScoredNetwork network = new ScoredNetwork(KEY, CURVE, true /* meteredHint */, ATTRIBUTES)
    [all...]
  /development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
PathPoint.java 32 public static final int CURVE = 2;
40 * The first control point, if any, for a PathPoint of type CURVE
45 * The second control point, if any, for a PathPoint of type CURVE
51 * to the location of this PathPoint. This can be one of MOVE, LINE, or CURVE.
67 * Curve constructor
76 mOperation = CURVE;
87 * Constructs and returns a PathPoint object that describes a curve to the given xy location
PathEvaluator.java 30 if (endValue.mOperation == PathPoint.CURVE) {
  /external/wycheproof/java/com/google/security/wycheproof/testcases/
EcdsaTest.java 57 static final String CURVE = "secp256r1";
573 * signature is DER encoded. and that the order of the curve is smaller than 2^1024.
679 String curve = "secp256r1"; local
    [all...]

Completed in 1466 milliseconds