Home
last modified time | relevance | path

Searched refs:deviation (Results 1 – 25 of 28) sorted by relevance

12

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DDiscretePathEffect.java25 public DiscretePathEffect(float segmentLength, float deviation) { in DiscretePathEffect() argument
26 native_instance = nativeCreate(segmentLength, deviation); in DiscretePathEffect()
29 private static native long nativeCreate(float length, float deviation); in nativeCreate() argument
/aosp12/frameworks/base/proto/src/
H A Dgnss.proto25 // Standard deviation of time to first fix (in seconds)
34 // Standard deviation of position accuracy (in meters)
43 // Standard deviation of top 4 average CN0 (dB-Hz)
70 // Standard deviation of l5 top 4 average CN0 (dB-Hz)
/aosp12/frameworks/av/media/libmedia/include/media/
H A DEventMetric.h90 double deviation = value - stats->mean; in Record() local
91 stats->mean = stats->mean + (deviation / stats->count); in Record()
93 stats->sum_squared_deviation + (deviation * (value - stats->mean)); in Record()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/text/
H A DOptimizingLineBreaker.java164 float deviation = finalBreak ? 0 : maxWidth - width; in computeDemerits() local
165 return (deviation * deviation) + penalty; in computeDemerits()
/aosp12/frameworks/base/libs/hwui/jni/
H A DPathEffect.cpp62 jfloat length, jfloat deviation) { in Discrete_constructor() argument
63 SkPathEffect* effect = SkDiscretePathEffect::Make(length, deviation).release(); in Discrete_constructor()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DDiscretePathEffect_Delegate.java65 /*package*/ static long nativeCreate(float length, float deviation) { in nativeCreate() argument
/aosp12/hardware/qcom/gps/msm8996/utils/
H A DLocTimer.cpp671 deviation(); in timeOutCallback()
673 double deviation() { in deviation() function in LocTimerTest
/aosp12/hardware/qcom/gps/msm8909/utils/
H A DLocTimer.cpp672 deviation(); in timeOutCallback()
674 double deviation() { in deviation() function in LocTimerTest
/aosp12/hardware/qcom/gps/msm8909w_3100/utils/
H A DLocTimer.cpp684 deviation(); in timeOutCallback()
686 double deviation() { in deviation() function in LocTimerTest
/aosp12/hardware/qcom/gps/msm8998/utils/
H A DLocTimer.cpp683 deviation(); in timeOutCallback()
685 double deviation() { in deviation() function in LocTimerTest
/aosp12/hardware/qcom/sdm845/gps/msm8909/utils/
H A DLocTimer.cpp679 deviation(); in timeOutCallback()
681 double deviation() { in deviation() function in LocTimerTest
/aosp12/hardware/qcom/sdm845/gps/msm8998/utils/
H A DLocTimer.cpp683 deviation(); in timeOutCallback()
685 double deviation() { in deviation() function in LocTimerTest
/aosp12/hardware/qcom/sm8150p/gps/utils/
H A DLocTimer.cpp686 deviation(); in timeOutCallback()
688 double deviation() { in deviation() function in LocTimerTest
/aosp12/hardware/qcom/sdm845/gps/sdm845/utils/
H A DLocTimer.cpp686 deviation(); in timeOutCallback()
688 double deviation() { in deviation() function in LocTimerTest
/aosp12/hardware/qcom/sm7150/gps/utils/
H A DLocTimer.cpp686 deviation(); in timeOutCallback()
688 double deviation() { in deviation() function in LocTimerTest
/aosp12/hardware/qcom/sdm845/gps/msm8996/utils/
H A DLocTimer.cpp677 deviation(); in timeOutCallback()
679 double deviation() { in deviation() function in LocTimerTest
/aosp12/hardware/interfaces/gnss/measurement_corrections/1.1/
H A Dtypes.hal61 * Environment bearing uncertainty [0 to 180]. It represents the standard deviation of the
/aosp12/hardware/interfaces/wifi/1.4/
H A Dtypes.hal543 * Rtt standard deviation in picoseconds.
558 * Standard deviation in mm (optional).
/aosp12/bionic/benchmarks/
H A DREADME.md111 standard deviation) for the runs. To do so, pass the `--benchmark_repetitions` option, e.g.:
/aosp12/hardware/interfaces/sensors/1.0/
H A Dtypes.hal996 * float[2]: delay in seconds, standard deviation of estimated value
1050 * standard deviation of sampling period
1063 * float[3]: sample period, standard deviation of sample period,
/aosp12/hardware/interfaces/wifi/1.0/
H A Dtypes.hal1862 * Rtt standard deviation in picoseconds.
1874 * Standard deviation in mm (optional).
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto3826 * and the standard deviation of the time spent processing touchscreen events
3841 // Standard deviation
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...

12