Home
last modified time | relevance | path

Searched refs:iteration (Results 1 – 25 of 32) sorted by relevance

12

/tools/test/openhst/
Dstress_test.py363 self.iteration = 0
518 self.iteration, event, count)
543 self.iteration, self.name)
572 event_log_details.iteration = self.iteration
588 self.iteration += 1
589 self.cmd_string_replacements["iteration"] = self.iteration
684 (self.name, self.iteration))
693 (self.name, self.iteration))
699 "%s_traces_iteration_%06d.txt" % (self.name, self.iteration)])
702 self.iteration)])
[all …]
Dstress_test.proto87 // Files that should be moved to the local machine after every iteration of
166 int32 iteration = 1; field
/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLoopbackTest.java761 final int iteration = data.getIteration(); in storeDeviceFilesOnHost() local
763 if (getDevice().doesFileExist(getDeviceFilename(log, iteration))) { in storeDeviceFilesOnHost()
764 final String deviceFileName = getDeviceFilename(log, iteration); in storeDeviceFilesOnHost()
803 private String getKeyPrefixForIteration(int iteration) { in getKeyPrefixForIteration() argument
808 return mKeyPrefix + iteration + "_"; in getKeyPrefixForIteration()
811 private String getDeviceFilename(LogFileType key, int iteration) { in getDeviceFilename() argument
815 return String.format(FMT_DEVICE_PATH, iteration, data.fileExtension); in getDeviceFilename()
840 private void saveLogcatForIteration(ResultData data, InputStreamSource logcat, int iteration) { in saveLogcatForIteration() argument
842 CLog.i("Logcat could not be saved for iteration " + iteration); in saveLogcatForIteration()
849 temp = FileUtil.createTempFile("logcat_" + iteration + "_", ".txt"); in saveLogcatForIteration()
[all …]
DAudioLoopbackTestHelper.java196 public void setIteration(int iteration) { in setIteration() argument
197 this.mIteration = Integer.valueOf(iteration); in setIteration()
/tools/test/connectivity/acts_tests/tests/google/nr/cbr/
DCellBroadcastInitializationTest.py82 for iteration in range(1, self.cbr_init_iteration + 1):
84 iteration, self.cbr_init_iteration)
93 self.log.error('Iteration failed at %d ' % iteration)
/tools/tradefederation/contrib/src/com/android/wireless/tests/
DWifiStressTest.java306 Integer iteration = null; in parseOutputFile() local
336 iteration = Integer.parseInt(m.group(1)); in parseOutputFile()
343 if (iteration == null) { in parseOutputFile()
346 iteration = Integer.valueOf(0); in parseOutputFile()
348 runScanMetrics.put("wifi_scan_stress", iteration.toString()); in parseOutputFile()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
DGnssBlankingBase.py286 def hot_start_ttff_ffpe_process(self, iteration, wait): argument
324 iteration, argument
353 begin_time = self.hot_start_ttff_ffpe_process(iteration, wait)
359 begin_time = self.hot_start_ttff_ffpe_process(iteration, wait)
389 iteration=1, argument
455 if not self.gnss_hot_start_ttff_ffpe_test(iteration, sweep_enable,
Dgnss_test_utils.py954 iteration, argument
994 ttff_mode, iteration, raninterval, mininterval,
1089 iteration=test_cycle,
1733 def start_toggle_gnss_by_gtw_gpstool(ad, iteration): argument
1745 "--es mode toggle --es cycle %d" % iteration)
1774 while get_current_epoch_time() - begin_time <= iteration * 240000:
1794 "within %d minutes" % (iteration * 4))
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DSoftApTest.py694 for iteration in range(iterations):
705 (str(iteration + 1), err))
719 (str(iteration + 1), err))
759 for iteration in range(iterations):
765 (str(iteration + 1), err))
1082 for iteration in range(iterations):
1084 (str(iteration + 1), iterations))
1097 (str(iteration + 1), err))
1107 (str(iteration + 1), err))
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabDataTest.py173 for iteration in range(1, self.MAX_ITERATIONS + 1):
175 iteration, self.MAX_ITERATIONS)
193 self.log.info("Iteration %d Failed", iteration)
200 self.log.info("Iteration %d Passed", iteration)
/tools/treble/split/
Dmanifest_split.py544 iteration = 0
547 iteration += 1
573 iteration, len(input_projects))
584 iteration, len(input_projects))
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBtMultiprofileBaseTest.py123 def measure_rfcomm_throughput(self, iteration): argument
140 for transfer in range(iteration):
/tools/tradefederation/core/src/com/android/tradefed/util/
DBluetoothUtils.java267 String type, int iteration) throws DeviceNotAvailableException { in uploadLogFiles() argument
280 String.format("%s_btsnoop_%d", type, iteration), in uploadLogFiles()
/tools/test/connectivity/acts_tests/tests/google/nr/sa5g/
DSa5gDataTest.py93 for iteration in range(3):
96 ad.log.info("Attempt %d", iteration + 1)
/tools/tradefederation/core/javatests/res/testtype/
Dgtest_output3.txt1 Repeating all tests (iteration 1) . . .
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_5g_test_utils.py320 for iteration in range(3):
321 ad.log.info("Attempt %d", iteration + 1)
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java301 int iteration = 1; in startGceWithOxygenClient() local
302 while (res.getStatus() != CommandStatus.SUCCESS && iteration < MAX_LEASE_RETRIES) { in startGceWithOxygenClient()
312 InvocationMetricKey.LEASE_RETRY_COUNT_SUCCESS, iteration); in startGceWithOxygenClient()
315 InvocationMetricKey.LEASE_RETRY_COUNT_FAILURE, iteration); in startGceWithOxygenClient()
317 iteration++; in startGceWithOxygenClient()
/tools/test/connectivity/acts_tests/tests/google/nr/nsa5gmmw/
DNsa5gMmwDataTest.py106 for iteration in range(3):
109 ad.log.info("Attempt %d", iteration + 1)
/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/
DNsa5gDataTest.py109 for iteration in range(3):
112 ad.log.info("Attempt %d", iteration + 1)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
Dcoex_test_utils.py811 iteration = 0
827 result["discovered_devices"][iteration] = []
833 result["discovered_devices"][iteration] = list(devices_name)
835 iteration += 1
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveDataTest.py152 for iteration in range(3):
153 ad.log.info("Attempt %d", iteration + 1)
156 iteration + 1)
182 for iteration in range(3):
183 ad.log.info("Attempt %d", iteration + 1)
186 iteration + 1)
/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerFuncTest.java490 public LongInvocation(int iteration) { in LongInvocation() argument
491 mIteration = iteration; in LongInvocation()
/tools/test/connectivity/acts_tests/tests/google/gnss/
DLocationPlatinumTest.py87 self.ad, ttff_mode=mode, iteration=1, aid_data=True)
DFlpTtffTest.py115 self.ad, ttff_mode=mode, iteration=self.ttff_test_cycle)
/tools/test/openhst/resources/
Ddevice_config.common.ascii_proto25 destination: "%(device)s/%(iteration)06d_captured_dsp_audio.wav"

12