HomeSort by relevance Sort by last modified time
    Searched full:curve (Results 176 - 200 of 1077) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/
OverScroll.java 28 * This curve determines how the effect of scrolling over the limits of the page diminishes
32 * @return A transformed percentage based on the influence curve.
  /packages/apps/Launcher3/src/com/android/launcher3/touch/
OverScroll.java 26 * This curve determines how the effect of scrolling over the limits of the page diminishes
30 * @return A transformed percentage based on the influence curve.
  /system/security/keystore/
key_config.proto 57 // Which ec curve was selected if elliptic curve cryptography is in use
  /external/boringssl/src/ssl/test/runner/
key_agreement.go 253 // ellipticECDHCurve implements ecdhCurve with an elliptic.Curve.
255 curve elliptic.Curve
261 e.privateKey, x, y, err = elliptic.GenerateKey(e.curve, rand)
265 return elliptic.Marshal(e.curve, x, y), nil
281 x, y := elliptic.Unmarshal(e.curve, peerKey)
285 x, _ = e.curve.ScalarMult(x, y, e.privateKey)
286 preMasterSecret = make([]byte, (e.curve.Params().BitSize+7)>>3)
340 return &ellipticECDHCurve{curve: elliptic.P224()}, true
342 return &ellipticECDHCurve{curve: elliptic.P256()}, tru
    [all...]
  /external/wpa_supplicant_8/src/common/
dpp.h 104 const struct dpp_curve_params *curve; member in struct:dpp_bootstrap_info
142 const struct dpp_curve_params *curve; member in struct:dpp_authentication
197 const struct dpp_curve_params *curve; member in struct:dpp_configurator
214 char * dpp_keygen(struct dpp_bootstrap_info *bi, const char *curve,
249 dpp_keygen_configurator(const char *curve, const u8 *privkey,
252 const char *curve);
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
VolumeCurve.h 46 // A volume curve for a given use case and device category
47 // It contains of list of points of this curve expressing the attenuation in Millibels for
120 ALOG_ASSERT(indexOfKey(deviceCategory) >= 0, "Invalid device category for Volume Curve");
142 ALOGE("Invalid device category %d for Volume Curve", deviceCat);
229 ALOG_ASSERT(indexOfKey(stream) >= 0, "Invalid stream type for Volume Curve");
234 ALOG_ASSERT(indexOfKey(stream) >= 0, "Invalid stream type for Volume Curve");
  /frameworks/base/services/core/java/com/android/server/display/utils/
Plog.java 31 * to log a curve, call {@link Plog.logCurve} with its name and points.
73 * Adds a curve to the current plot.
75 * @param name The curve name (that will appear in the legend).
76 * @param xs The curve x coordinates.
77 * @param ys The curve y coordinates.
95 sb.append("curve: " + name + ": [");
  /external/tpm2/
CryptUtil_fp.h 14 TPM_ECC_CURVE curveID, // IN: the starting ECC curve
15 UINT32 maxCount, // IN: count of returned curve
16 TPML_ECC_CURVE *curveList // OUT: ECC curve list
29 TPM_ECC_CURVE curveID, // IN: The curve for the computation
90 #define CryptEccGetKeySizeInBytes(curve) \
91 ((CryptEccGetKeySizeInBits(curve) + 7) / 8)
97 TPM_ECC_CURVE curveId, // IN: the curve for the computation
121 TPM_ECC_CURVE curveId // IN: the curve id
124 TPM_ECC_CURVE curveId, // IN: ECC curve ID
128 TPM_ECC_CURVE curveId, // IN: curve selecto
    [all...]
  /cts/tests/tests/display/src/android/display/cts/
BrightnessTest.java 219 // After clearing the curve we should get back the default curve.
238 Pair<float[], float[]> curve = defaultConfig.getCurve(); local
239 assertTrue(curve.first.length > 0);
240 assertEquals(curve.first.length, curve.second.length);
241 assertInRange(curve.first, 0, Float.MAX_VALUE);
242 assertInRange(curve.second, 0, Float.MAX_VALUE);
243 assertEquals(0.0, curve.first[0], 0.1);
244 assertMonotonic(curve.first, true /*strictly increasing*/, "lux")
    [all...]
  /external/adhd/scripts/mic_testing/frontend/
analysis.js 54 * Audio curve class
97 * Adds curve on the canvas
98 * @param {AudioCurve} audio curve object
107 * Removes curve from the canvas
108 * @param {int} curve index
174 * @param {int} curve index
239 * Draws a channel of a curve
241 * @param {string} curve color
314 var curve = curveBuffer[j];
315 for (var k = 0; k < curve.channel.length; k++)
    [all...]
  /external/skia/src/pathops/
SkOpSegment.h 46 SkDCurve curve; local
47 curve.fConic.set(pts, weight);
48 curve.setConicBounds(pts, weight, 0, 1, &fBounds);
54 SkDCurve curve; local
55 curve.fCubic.set(pts);
56 curve.setCubicBounds(pts, 1, 0, 1, &fBounds);
89 SkDCurve curve; local
90 curve.fQuad.set(pts);
91 curve.setQuadBounds(pts, 1, 0, 1, &fBounds);
  /external/skqp/src/pathops/
SkOpSegment.h 46 SkDCurve curve; local
47 curve.fConic.set(pts, weight);
48 curve.setConicBounds(pts, weight, 0, 1, &fBounds);
54 SkDCurve curve; local
55 curve.fCubic.set(pts);
56 curve.setCubicBounds(pts, 1, 0, 1, &fBounds);
89 SkDCurve curve; local
90 curve.fQuad.set(pts);
91 curve.setQuadBounds(pts, 1, 0, 1, &fBounds);
  /packages/apps/Camera2/src/com/android/camera/ui/motion/
UnitBezier.java 20 * This represents is a precomputed cubic bezier curve starting at (0,0) and
51 * Given a unit bezier curve find the height of the curve at t (which is
55 * @return the closest approximate height of the curve at x.
63 * Given a unit bezier curve find a value along the x axis such that
  /cts/tests/tests/animation/src/android/animation/cts/
InterpolatorTest.java 64 // Test that the first segment of the curve (i.e. fraction in (0, 0.166666)) is below the
71 // Test that the second segment of the curve (i.e. fraction in (0.166666, 1)) is above
78 // The curve needs to pass the turning point.
  /cts/tests/tests/keystore/src/android/keystore/cts/
ECCurves.java 29 // NIST EC curve parameters copied from "Standards for Efficient Cryptography 2 (SEC 2)".
115 EllipticCurve curve = new EllipticCurve(field, a, b, seed); local
118 curve,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
AlgorithmParametersSpi.java 42 throw new InvalidParameterSpecException("EC curve name not recognized: " + ecGenParameterSpec.getName());
80 ECCurve curve = EC5Util.getCurve(BouncyCastleProvider.CONFIGURATION, params); local
93 ecParameterSpec = EC5Util.convertToSpec(params, curve);
  /external/freetype/src/psaux/
psglue.h 69 CF2_PathOpQuadTo = 3, /* quadratic curve */
70 CF2_PathOpCubeTo = 4 /* cubic curve */
98 /* is included for each path element for generality; curve conversions */
  /external/libchrome/crypto/
ec_private_key.h 22 // Encapsulates an elliptic curve (EC) private key. Can be used to generate new
32 // The created key will use the NIST P-256 curve.
33 // TODO(mattm): Add a curve parameter.
  /external/skia/src/effects/
SkCornerPathEffect.cpp 93 // TBD - just replicate the curve for now
103 // TBD - just replicate the curve for now
117 // TBD - just replicate the curve for now
  /external/skqp/src/effects/
SkCornerPathEffect.cpp 87 // TBD - just replicate the curve for now
97 // TBD - just replicate the curve for now
111 // TBD - just replicate the curve for now
  /frameworks/av/services/audiopolicy/common/include/
Volume.h 34 * device categories used for volume curve management.
49 * 4 points to define the volume attenuation curve, each characterized by the volume
111 * returns the category the device belongs to with regard to volume curve management
  /frameworks/base/core/java/android/hardware/display/
IDisplayManager.aidl 22 import android.hardware.display.Curve;
117 // Get the minimum brightness curve.
118 Curve getMinimumBrightnessCurve();
  /libcore/ojluni/src/main/java/java/security/spec/
ECPoint.java 30 * This immutable class represents a point on an elliptic curve (EC)
90 * Compares this elliptic curve point for equality with
107 * Returns a hash code value for this elliptic curve point.
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterCurvesRepresentation.java 18 public static final String SERIALIZATION_NAME = "Curve";
86 FilterCurvesRepresentation curve = local
89 if (!getSpline(i).sameValues(curve.getSpline(i))) {
  /prebuilts/go/darwin-x86/src/crypto/x509/
pkcs8.go 75 oid, ok := oidFromNamedCurve(k.Curve)
77 return nil, errors.New("x509: unknown curve while marshalling to PKCS#8")
82 return nil, errors.New("x509: failed to marshal curve OID: " + err.Error())

Completed in 850 milliseconds

1 2 3 4 5 6 78 91011>>