Home
last modified time | relevance | path

Searched defs:stdev (Results 1 – 25 of 51) sorted by relevance

123

/aosp_15_r20/hardware/libhardware/modules/soundtrigger/
H A Dsound_trigger_hw.c203 struct stub_sound_trigger_device* stdev, sound_model_handle_t* model_handle) { in fetch_model_with_handle()
218 static sound_model_handle_t* get_model_handle_with_uuid(struct stub_sound_trigger_device* stdev, in get_model_handle_with_uuid()
234 struct stub_sound_trigger_device *stdev = (struct stub_sound_trigger_device *)dev; in generate_sound_model_handle() local
304 struct stub_sound_trigger_device* stdev, int event_type, in send_event_with_handle()
356 static void send_event(int conn_socket, struct stub_sound_trigger_device* stdev, int event_type, in send_event()
374 static bool recognition_callback_exists(struct stub_sound_trigger_device *stdev) { in recognition_callback_exists()
389 static struct recognition_context * get_model_context(struct stub_sound_trigger_device *stdev, in get_model_context()
406 struct stub_sound_trigger_device *stdev = (struct stub_sound_trigger_device *)context; in control_thread_loop() local
468 struct stub_sound_trigger_device* stdev) { in list_models()
523 bool parse_socket_data(int conn_socket, struct stub_sound_trigger_device* stdev) { in parse_socket_data()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dstatistics.py907 def stdev(data, xbar=None): function
1304 def stdev(self): member in NormalDist
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dstatistics.py907 def stdev(data, xbar=None): function
1304 def stdev(self): member in NormalDist
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dstatistics.py907 def stdev(data, xbar=None): function
1304 def stdev(self): member in NormalDist
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dstatistics.py907 def stdev(data, xbar=None): function
1304 def stdev(self): member in NormalDist
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dstatistics.py907 def stdev(data, xbar=None): function
1304 def stdev(self): member in NormalDist
/aosp_15_r20/external/python/cpython3/Lib/
Dstatistics.py907 def stdev(data, xbar=None): function
1304 def stdev(self): member in NormalDist
/aosp_15_r20/frameworks/base/startop/apps/test/src/
H A DInteractiveMicrobenchmarkActivity.java72 TextView stdev = new TextView(context); in addBenchmark() local
H A DSystemServerBenchmarks.java50 void onResult(double mean, double stdev); in onResult()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/
DSimpleStats.java139 public Double stdev() { in stdev() method in SimpleStats
/aosp_15_r20/frameworks/base/tests/JankBench/scripts/external/
H A Dstatistics.py609 def stdev(data, xbar=None): function
/aosp_15_r20/external/toybox/toys/lsb/
H A Dmount.c189 struct stat stdev, stdir; in mount_filesystem() local
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/
H A DGnssLocationUpdateIntervalTest.java289 double stdev = computeStdev(mean, deltas); in assertMeanAndStdev() local
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
H A DMediaPerfUtils.java130 long stdev = Math.round(statsUs.getStdev()); in logPerformanceStats() local
/aosp_15_r20/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
H A DUtils.java87 public static double stdev(double[] a) { in stdev() method in Utils
/aosp_15_r20/external/ltp/testcases/misc/math/fptests/
H A Dfptest02.c319 static double stdev; variable
H A Dfptest01.c338 static double stdev; variable
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/
Droutine.rs118 let stdev = (sq(t_prev - t) + sq(t_now - 2. * t)).sqrt(); in sample() localVariable
/aosp_15_r20/hardware/interfaces/gnss/aidl/vts/
H A Dgnss_hal_test.cpp547 double stdev = computeStdev(mean, deltasMs); in assertMeanAndStdev() local
/aosp_15_r20/external/grpc-grpc-java/core/src/test/java/io/grpc/util/
H A DOutlierDetectionLoadBalancerTest.java1034 double stdev = SuccessRateOutlierEjectionAlgorithm.standardDeviation(values, mean); in mathChecksOut() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/outlier_detection/
Doutlier_detection.cc910 double stdev = std::sqrt(variance); in OnTimerLocked() local
/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/outlier_detection/
H A Doutlier_detection.cc957 double stdev = std::sqrt(variance); in OnTimerLocked() local
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/util/
H A DOutlierDetectionLoadBalancer.java763 double stdev = standardDeviation(successRates, mean); in ejectOutliers() local
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmw500.py1410 def stdev(self): member in LteMeasurement
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/core/grpc-java-core-util/android_common_apex30/javac/
Dgrpc-java-core-util.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...

123