Home
last modified time | relevance | path

Searched full:anomaly (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/autotest/client/cros/audio/
H A Daudio_analysis_unittest.py184 """Inserts an anomaly to the test signal.
186 The anomaly self.anomaly_samples should be created before calling this
206 """Creates an anomaly of constant samples.
217 """Runs the anomaly detection."""
224 """Verifies that there is no anomaly in detection result."""
230 """Verifies that there is anomaly in detection result.
232 The detection result should contain anomaly time stamps that are
233 close to where anomaly was inserted. There can be multiple anomalies
239 # Anomaly can be detected as long as the detection window of block size
240 # overlaps with anomaly.
[all …]
/aosp_15_r20/packages/modules/StatsD/tests/src/android/cts/statsd/alert/
DAnomalyDetectionTests.java66 * Statsd Anomaly Detection tests.
101 CLog.w(TAG, TAG + " anomaly tests are disabled by a flag. Change flag to true to run"); in setUp()
133 // Tests that anomaly detection for count works.
134 // Also tests that anomaly detection works when spanning multiple buckets.
152 // count(label=6) -> 1 (not an anomaly, since not "greater than 2") in testCountAnomalyDetection()
156 assertWithMessage("Premature anomaly").that( in testCountAnomalyDetection()
162 // count(label=6) -> 2 (not an anomaly, since not "greater than 2") in testCountAnomalyDetection()
166 assertWithMessage("Premature anomaly").that( in testCountAnomalyDetection()
172 // count(label=12) -> 1 (not an anomaly, since not "greater than 2") in testCountAnomalyDetection()
176 assertWithMessage("Premature anomaly").that( in testCountAnomalyDetection()
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils_tests/
Daudio_analysis_integrationtest.py194 """Inserts an anomaly to the test signal.
196 The anomaly self.anomaly_samples should be created before calling this
216 """Creates an anomaly of constant samples.
227 """Runs the anomaly detection."""
233 """Verifies that there is no anomaly in detection result."""
238 """Verifies that there is anomaly in detection result.
240 The detection result should contain anomaly time stamps that are
241 close to where anomaly was inserted. There can be multiple anomalies
247 # Anomaly can be detected as long as the detection window of block size
248 # overlaps with anomaly.
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/23/
D2378423f50bff5801872a52e720376587f944d3b123 …from: "out/soong/.intermediates/packages/apps/Settings/tests/anomaly-tester/AnomalyTester/android_…
124 …to: "out/soong/.intermediates/packages/apps/Settings/tests/anomaly-tester/AnomalyTester/android_co…
127 …from: "out/soong/.intermediates/packages/apps/Settings/tests/anomaly-tester/AnomalyTester/android_…
128 …to: "out/soong/.intermediates/packages/apps/Settings/tests/anomaly-tester/AnomalyTester/android_co…
131 …from: "out/soong/.intermediates/packages/apps/Settings/tests/anomaly-tester/AnomalyTester/android_…
132 …to: "out/soong/.intermediates/packages/apps/Settings/tests/anomaly-tester/AnomalyTester/android_co…
175anomaly-tester/AnomalyTester/android_common/lint-srcs.list.rsp __SBOX_SANDBOX_DIR__/out/lint-srcs.…
178 …to: "out/soong/.intermediates/packages/apps/Settings/tests/anomaly-tester/AnomalyTester/android_co…
182 …to: "out/soong/.intermediates/packages/apps/Settings/tests/anomaly-tester/AnomalyTester/android_co…
186 …to: "out/soong/.intermediates/packages/apps/Settings/tests/anomaly-tester/AnomalyTester/android_co…
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/lookoutmetrics/src/main/resources/codegen-resources/
H A Dservice-2.json32 "documentation":"<p>Activates an anomaly detector.</p>"
49 "documentation":"<p>Runs a backtest for anomaly detection for the specified resource.</p>"
68 "documentation":"<p>Creates an alert for an anomaly detector.</p>"
87 "documentation":"<p>Creates an anomaly detector.</p>"
124 "documentation":"<p>Deactivates an anomaly detector.</p>"
159 …"documentation":"<p>Deletes a detector. Deleting an anomaly detector will delete all of its corres…
193 …"documentation":"<p>Returns information about the status of the specified anomaly detection jobs.<…
295 "documentation":"<p>Get feedback for an anomaly group.</p>"
363 …tion":"<p>Returns a list of measures that are potential causes or effects of an anomaly group.</p>"
380 "documentation":"<p>Returns a list of anomaly groups.</p>"
[all …]
/aosp_15_r20/external/googleapis/google/cloud/aiplatform/v1beta1/
H A Dmodel_monitoring_alert.proto40 // Represents a single model monitoring anomaly.
42 // Tabular anomaly details.
44 // Additional anomaly information. e.g. Google Cloud Storage uri.
47 // Overview of this anomaly.
50 // Anomaly body.
51 google.protobuf.Value anomaly = 3; field
53 // The time the anomaly was triggered.
56 // The alert condition associated with this anomaly.
60 oneof anomaly { oneof
61 // Tabular anomaly.
[all …]
/aosp_15_r20/frameworks/proto_logging/stats/atoms/wearpas/
H A Dwearpas_extension_atoms.proto97 * Logs cumulative stats about the Power Anomaly Service
144 * Logs event stats about the Power Anomaly Service
168 * If the triggered anomaly rule does not have additional reactions beyond
174 * If the triggered anomaly rule does have additional reactions, this will
181 * Following an anomaly with additional reactions, this will be sent if the
182 * reactions have resolved the anomaly.
187 * Following an anomaly with additional reactions, this will be sent if the
188 * reactions have not resolved the anomaly.
193 * Following an anomaly with bugreport triggering enabled, this will be sent
199 /* Power entity type for which an anomaly was detected */
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/
Daudio_analysis.py44 # difference between two anomaly time values can be to be grouped together.
276 """Detects anomaly in a sine wave signal.
278 This method detects anomaly in a sine wave signal by matching
283 signal is matched and there is no anomaly in this block of test signal.
285 covers an anomaly.
288 be at least one block covering the transition from sine wave to anomaly.
295 block_size: The block size in samples to detect anomaly.
299 A list containing time markers in seconds that have an anomaly within
332 judged to be part of the same anomaly if they lie within a given tolerance
340 block_size (int): The block size in samples to detect anomaly.
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/devopsguru/src/main/resources/codegen-resources/
H A Dservice-2.json104 "documentation":"<p> Returns details about an anomaly that you specify using its ID. </p>"
655 … events began. The impact start time indicates the time of the first log anomaly event that occurs…
667 …"documentation":"<p> The log anomalies in the log group. Each log anomaly displayed represents a c…
694 "documentation":"<p> The time when an anomaly is opened. </p>"
698 "documentation":"<p> The time when an anomaly is closed. </p>"
701 …p> A time range that specifies when DevOps Guru opens and then closes an anomaly. This is differen…
715 …Ops Guru detected unusual behavior that resulted in the generation of an anomaly. When DevOps Guru…
742 …n":"<p> Details about the source of the anomalous operational data that triggered the anomaly.</p>"
749 "documentation":"<p>The source of the anomaly.</p>"
753 "documentation":"<p>The name of the anomaly's resource.</p>"
[all …]
/aosp_15_r20/packages/modules/StatsD/statsd/src/anomaly/
DAnomalyTracker.h66 // represents the partially-filled current bucket), an anomaly has happened.
76 // represents the partially-filled current bucket), an anomaly has happened, and if so,
77 // declares an anomaly and informs relevant subscribers.
82 // Init the AlarmMonitor which is shared across anomaly trackers.
93 // Returns the anomaly threshold set in the configuration.
99 // Before this moment, any detected anomaly will be ignored.
106 // Returns the (constant) number of past buckets this anomaly tracker can store.
121 // declare the anomaly now.
131 // Declares an anomaly for each alarm in firedAlarms that belongs to this AnomalyTracker,
168 // for the anomaly detection (since the current bucket is not in the past).
[all …]
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataConfigManager.java207 /** DeviceConfig key of anomaly report threshold for back to back ims release-request. */
209 /** DeviceConfig key of anomaly report threshold for frequent setup data failure. */
212 /** DeviceConfig key of anomaly report threshold for frequent network-unwanted call. */
214 /** DeviceConfig key of anomaly report threshold for invalid QNS params. */
216 /** DeviceConfig key of anomaly report threshold for DataNetwork stuck in connecting state. */
219 /** DeviceConfig key of anomaly report threshold for DataNetwork stuck in disconnecting state.*/
222 /** DeviceConfig key of anomaly report threshold for DataNetwork stuck in handover state. */
225 /** DeviceConfig key of anomaly report: True for enabling APN config invalidity detection */
229 /** Anomaly report thresholds for frequent setup data call failure. */
232 /** Anomaly report thresholds for back to back release-request of IMS. */
[all …]
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/pseudorange/
H A DSatelliteClockCorrectionCalculator.java33 * meters and Kepler Eccentric Anomaly in Radians.
46 // Mean anomaly (radians) in calculateSatClockCorrAndEccAnomAndTkIteratively()
48 // Kepler's Equation for Eccentric Anomaly iteratively (Radians) in calculateSatClockCorrAndEccAnomAndTkIteratively()
85 // Mean anomaly (radians) in calculateSatClockCorrAndEccAnomAndTkIteratively()
87 // eccentric anomaly (radians) in calculateSatClockCorrAndEccAnomAndTkIteratively()
89 // Iteratively solve for Kepler's eccentric anomaly according to ICD-GPS200 page 99 in calculateSatClockCorrAndEccAnomAndTkIteratively()
96 throw new Exception("Kepler Eccentric Anomaly calculation did not converge in " in calculateSatClockCorrAndEccAnomAndTkIteratively()
117 // return satellite clock correction (meters) and Kepler Eccentric Anomaly in Radians in calculateSatClockCorrAndEccAnomAndTkIteratively()
162 * meters, Kepler Eccentric Anomaly in Radians and the time from the reference epoch in seconds.
174 * Kepler Eccentric Anomaly in Radians
/aosp_15_r20/external/aws-sdk-java-v2/services/cloudwatchlogs/src/main/resources/codegen-resources/
H A Dservice-2.json97anomaly detector</i> that regularly scans one or more log groups and look for patterns and anomali…
254 "documentation":"<p>Deletes the specified CloudWatch Logs anomaly detector.</p>"
680 … "documentation":"<p>Retrieves information about the log anomaly detector that you specify.</p>"
758 …urns a list of anomalies that log anomaly detectors have found. For details about the structure fo…
774 "documentation":"<p>Retrieves a list of the log anomaly detectors in the account.</p>"
1152anomaly detection for a specified anomaly or pattern. If you suppress an anomaly, CloudWatch Logs …
1167 "documentation":"<p>Updates an existing log anomaly detector.</p>"
1241 "member":{"shape":"Anomaly"}
1243 "Anomaly":{ object
1263 "documentation":"<p>The unique ID that CloudWatch Logs assigned to this anomaly.</p>"
[all …]
/aosp_15_r20/packages/apps/Settings/tests/anomaly-tester/src/com/android/settings/anomaly/tests/
DWakelockAnomalyTest.java15 package com.android.settings.anomaly.tests;
36 * Functional test for bluetooth unoptimized scanning anomaly detector
38 * @see com.android.settings.fuelgauge.anomaly.checker.BluetoothScanAnomalyDetector
44 "com.android.settings.anomaly.tester:id/wakelock_run_time";
46 "com.android.settings.anomaly.tester:id/wakelock_button";
58 // start anomaly-tester app in setUp()
84 assertWithMessage("Doesn't have wakelock anomaly").that( in testWakelockAnomaly_longTimeWhileRunning_report()
105 assertWithMessage("Shouldn't have wakelock anomaly").that( in testWakelockAnomaly_shortTime_notReport()
128 assertWithMessage("Shouldn't have wakelock anomaly").that( in testWakelockAnomaly_longTimeWhileNotRunning_notReport()
DBluetoothAnomalyTest.java15 package com.android.settings.anomaly.tests;
36 * Functional test for bluetooth unoptimized scanning anomaly detector
38 * @see com.android.settings.fuelgauge.anomaly.checker.BluetoothScanAnomalyDetector
44 "com.android.settings.anomaly.tester:id/bluetooth_run_time";
46 "com.android.settings.anomaly.tester:id/bluetooth_button";
58 // start anomaly-tester app in setUp()
83 assertWithMessage("Doesn't have bluetooth anomaly").that( in testBluetoothAnomaly_longScanningTime_reportAnomaly()
104 assertWithMessage("Shouldn't have bluetooth anomaly").that( in testBluetoothAnomaly_shortScanningTime_notReport()
/aosp_15_r20/packages/apps/Settings/tests/anomaly-tester/src/com/android/settings/anomaly/tester/
DAnomalyActivity.java15 package com.android.settings.anomaly.tester;
28 import com.android.settings.anomaly.tester.service.AnomalyService;
29 import com.android.settings.anomaly.tester.utils.AnomalyActions;
30 import com.android.settings.anomaly.tester.utils.AnomalyPolicyBuilder;
33 * Main activity to control and start anomaly
51 // Enable anomaly detection and change the threshold in startBluetoothAnomaly()
61 // Start the anomaly service in startBluetoothAnomaly()
78 // Enable anomaly detection and change the threshold in startWakelockAnomaly()
89 // Start the anomaly service in startWakelockAnomaly()
/aosp_15_r20/packages/modules/StatsD/statsd/src/metrics/duration_helper/
DOringDurationTracker.cpp193 // End of full bucket, can send to anomaly tracker now. in flushCurrentBucket()
200 // Full bucket is only needed when we have anomaly trackers. in flushCurrentBucket()
213 // Safe to send these buckets to anomaly tracker since they must be full buckets. in flushCurrentBucket()
235 // On a partial bucket, only clear if no anomaly trackers, as full bucket duration is used in flushCurrentBucket()
236 // for anomaly detection. in flushCurrentBucket()
237 // Note: Anomaly trackers can be added on config updates, in which case mAnomalyTrackers > 0 and in flushCurrentBucket()
380 // The anomaly threshold. in predictAnomalyTimestampNs()
398 // The anomaly should happen when accumulated wakelock duration is above the threshold and in predictAnomalyTimestampNs()
402 // If the predicted the anomaly timestamp is within the current bucket, return it directly. in predictAnomalyTimestampNs()
415 // The anomaly depends on only one bucket. in predictAnomalyTimestampNs()
[all …]
/aosp_15_r20/packages/modules/StatsD/statsd/tests/e2e/
DAnomaly_duration_sum_e2e_test.cpp23 #include "src/anomaly/DurationAnomalyTracker.h"
138 // Release wakelock wl1. No anomaly detected. Alarm cancelled at the "release" event. in TEST_F()
153 // Release wakelock wl1. One anomaly detected. in TEST_F()
173 // Anomaly alarm fired. in TEST_F()
187 // Within refractory period. No more anomaly detected. in TEST_F()
226 // Anomaly detected when stopping the alarm. The refractory period does not change. in TEST_F()
262 // Detected one anomaly. in TEST_F()
398 // The buckets are not messed up across dimensions. Only one dimension has anomaly triggered. in TEST_F()
443 // Release wakelock wl1. No anomaly detected. Alarm cancelled at the "release" event. in TEST_F()
477 // Release wakelock wl1. One anomaly detected. in TEST_F()
[all …]
/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAnomalyWatchdogTest.java155 * Test that the anomaly call state class correctly reports whether the state is transitory or
156 * not for the purposes of the call anomaly watchdog.
160 // When connection creation isn't complete, most states are transitory from the anomaly in testAnomalyCallStateIsTransitory()
224 * Test that the anomaly call state class correctly reports whether the state is intermediate or
225 * not for the purposes of the call anomaly watchdog.
230 // the anomaly tracker's point of view. in testAnomalyCallStateIsIntermediate()
646 * In this case, the timeout will fire in transitory state and should report an anomaly.
661 //Ensure an anomaly was reported in testVoipPlaceCallTimeoutReportAnomaly()
670 * anomaly.
686 //Ensure an anomaly was reported in testVoipEmergencyPlaceCallTimeoutReportAnomaly()
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/lookoutvision/src/main/resources/codegen-resources/
H A Dservice-2.json217anomaly found in the image.</p> <note> <p>Before calling <code>DetectAnomalies</code>, you must fi…
235 …es within a dataset. An Amazon Lookout for Vision JSON Line contains the anomaly information for a…
420 …he dataset. </p> <p>For more information, see <i>Defining JSON lines for anomaly classification</i…
434 "Anomaly":{ object
439anomaly type found in an image. <code>Name</code> maps to an anomaly type in the training dataset,…
443 "documentation":"<p>Information about the pixel mask that covers an anomaly type.</p>"
446 …"documentation":"<p>Information about an anomaly type found on an image by an image segmentation m…
452 "pattern":"(normal|anomaly)"
456 "member":{"shape":"Anomaly"}
724 "Anomaly":{ object
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/costexplorer/src/main/resources/codegen-resources/
H A Dservice-2.json28 …"documentation":"<p>Creates a new cost anomaly detection monitor with the requested type and monit…
42 …"documentation":"<p>Adds an alert subscription to a cost anomaly detection monitor. You can use ea…
70 "documentation":"<p>Deletes a cost anomaly monitor. </p>"
84 "documentation":"<p>Deletes a cost anomaly subscription. </p>"
141 …ntation":"<p>Retrieves the cost anomaly monitor definitions for your account. You can filter using…
156 …tation":"<p>Retrieves the cost anomaly subscription objects for your account. You can filter using…
470 "documentation":"<p>Modifies the feedback property of a given cost anomaly. </p>"
529 …"documentation":"<p>Updates an existing cost anomaly monitor. The changes made are applied going f…
544 …"documentation":"<p>Updates an existing cost anomaly subscription. Specify the fields that you wan…
587 "member":{"shape":"Anomaly"}
[all …]
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/
DAnomalyDatabaseHelper.java29 /** Database controls the anomaly logging(e.g. packageName, anomalyType and time) */
51 String TABLE_ANOMALY = "anomaly";
56 /** The package name of the anomaly app */
59 /** The uid of the anomaly app */
63 * The type of the anomaly app
70 * The state of the anomaly app
76 /** The time when anomaly happens */
/aosp_15_r20/external/pytorch/torch/autograd/
H A Danomaly_mode.py2 r"""Autograd anomaly mode."""
12 r"""Context-manager that enable anomaly detection for the autograd engine.
82 "Anomaly Detection has been enabled. "
96 r"""Context-manager that sets the anomaly detection for the autograd engine on or off.
98 ``set_detect_anomaly`` will enable or disable the autograd anomaly detection
102 See ``detect_anomaly`` above for details of the anomaly detection behaviour.
105 mode (bool): Flag whether to enable anomaly detection (``True``),
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
DBatteryTestUtils.java222 /** Create an empty power anomaly event list proto. */
227 /** Create an non-empty power anomaly event list proto. */
235 /** Create a power anomaly event proto of adaptive brightness. */
240 /** Create a power anomaly event proto of adaptive brightness. */
265 /** Create a power anomaly event proto of screen timeout. */
270 /** Create a power anomaly event proto of screen timeout. */
292 /** Create a power anomaly event proto of app anomaly. */
/aosp_15_r20/external/aws-sdk-java-v2/services/cloudwatch/src/main/resources/codegen-resources/
H A Dservice-2.json45anomaly detection model from your account. For more information about how to delete an anomaly det…
162anomaly detection models that you have created in your account. For single metric anomaly detector…
444anomaly detection model for a CloudWatch metric. You can use the model to display a band of expect…
520anomaly detection model, or Metrics Insights query. For more information about using a Metrics Ins…
756 … "documentation":"<p>The namespace of the metric associated with the anomaly detection model.</p>",
762 … "documentation":"<p>The name of the metric associated with the anomaly detection model.</p>",
768 … "documentation":"<p>The metric dimensions associated with the anomaly detection model.</p>",
774 "documentation":"<p>The statistic associated with the anomaly detection model.</p>",
780 …"documentation":"<p>The configuration specifies details about how the anomaly detection model is t…
784 …"documentation":"<p>The current status of the anomaly detector's training. The possible values are…
[all …]

12345678910>>...16