Home
last modified time | relevance | path

Searched defs:samples (Results 1 – 10 of 10) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
Dplot_utils.py31 def current_waveform_plot(samples, voltage, dest_path, plot_title): argument
148 def monsoon_histogram_plot(samples, dest_path, plot_title): argument
DPowerGnssBaseTest.py59 def monsoon_data_plot_power(self, samples, voltage, dest_path, plot_title): argument
DPowerGTWGnssBaseTest.py118 def calibrate_avg_current(self, samples): argument
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/
Dcommon.py29 def __init__(self, samples, calibration_data): argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/
Dcellular_idle_power_test.py58 def filter_for_idle_state(self, samples): argument
/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/
DPresetSimulation.py219 def get_measured_ul_power(self, samples=5, wait_after_sample=3): argument
DLteSimulation.py916 def get_measured_ul_power(self, samples=5, wait_after_sample=3): argument
/tools/trebuchet/trebuchet/startup-summarizer/src/
DStartupSummarizer.kt228 val samples : MutableMap<String, MutableList<Double>> = mutableMapOf() in printSampleSetPlainText() constant
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DNativeDeviceTest.java1158 List<Long> samples = new ArrayList<Long>(); in testDisableNetworkMonitor() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java3385 List<Long> samples = wifi.stopMonitor(); in disableNetworkMonitor() local