Home
last modified time | relevance | path

Searched refs:start (Results 1 – 25 of 45) sorted by relevance

12

/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DAppCrawlTesterTest.java85 assertThrows(NullPointerException.class, () -> sut.start()); in start_apkNotProvided_throwsException()
97 assertThrows(AssertionError.class, () -> sut.start()); in start_roboscriptDirectoryProvided_throws()
109 assertThrows(AssertionError.class, () -> sut.start()); in start_crawlGuidanceDirectoryProvided_throws()
164 sut.start(); in start_screenRecordEnabled_screenIsRecorded()
176 sut.start(); in start_screenRecordDisabled_screenIsNotRecorded()
188 sut.start(); in start_collectGmsVersionEnabled_versionIsCollected()
199 sut.start(); in start_collectGmsVersionDisabled_versionIsNotCollected()
210 sut.start(); in start_collectAppVersionEnabled_versionIsCollected()
221 sut.start(); in start_collectAppVersionDisabled_versionIsNotCollected()
231 sut.start(); in start_withSplitApksDirectory_doesNotThrowException()
[all …]
/test/vts/tests/kernel_proc_file_api_test/
Dtarget_file_utils.py45 start = groupIndex
48 start = 0
51 for i in range(start, end):
Dproc_utils.py90 start = time.time()
94 if time.time() - start >= timeout:
122 start = time.time()
123 while (time.time() - start) <= timeout:
171 _timer.start()
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DPerformanceDegradationTest.java172 final CountDownLatch start = new CountDownLatch(totalThreadCount); in testDegradationForModels() local
174 () -> new ModelCompiler(start, mContext, mAcceleratorName, in testDegradationForModels()
180 modelPerformanceCollector(inferenceModelEntry, start); in testDegradationForModels()
227 final TestModels.TestModelEntry inferenceModelEntry, final CountDownLatch start) { in modelPerformanceCollector() argument
232 if (start != null) { in modelPerformanceCollector()
233 start.countDown(); in modelPerformanceCollector()
234 start.await(); in modelPerformanceCollector()
251 ModelCompiler(final CountDownLatch start, final Context context,
253 mStart = start;
/test/dittosuite/include/ditto/
Dbinder.h52 virtual void start() = 0;
66 virtual void start();
87 virtual void start();
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DMonitoringUtils.java36 long start = System.currentTimeMillis(); in checkDeviceConnectivity() local
37 while (System.currentTimeMillis() - start < CONNECTIVITY_CHECK_TIME_MS) { in checkDeviceConnectivity()
DPollingCheck.java57 long start = clock.currentTimeMillis(); in check() local
63 while ((clock.currentTimeMillis() - start) < timeout) { in check()
/test/dittosuite/src/
Dbinder.cpp50 void BpDittoBinder::start() { in start() function in dittosuite::BpDittoBinder
97 start(); in onTransact()
130 void DittoBinder::start() { in start() function in dittosuite::DittoBinder
/test/vts/tests/kernel_proc_file_api_test/proc_tests/
DProcUidConcurrentTimeTests.py29 start = 'uid_active_time_table' variable in ProcUidConcurrentActiveTimeTest
70 start = 'uid_policy_time_table' variable in ProcUidConcurrentPolicyTimeTest
DProcUidIoStatsTest.py28 start = 'lines' variable in ProcUidIoStatsTest
DProcMiscTest.py28 start = 'drivers' variable in ProcMisc
DProcVmstatTest.py26 start = 'lines' variable in ProcVmstat
DProcShowUidStatTest.py27 start = 'lines' variable in ProcShowUidStatTest
DProcUidTimeInStateTest.py28 start = 'uid_time_table' variable in ProcUidTimeInStateTest
DProcAsoundTests.py35 start = 'soundcards' variable in ProcAsoundCardsTest
DProcStatTest.py24 start = 'stat' variable in ProcStatTest
DProcCpuFileTests.py34 start = 'lines' variable in ProcCpuInfoTest
DProcFsFileTests.py26 start = 'lines' variable in ProcDiskstatsTest
DProcZoneInfoTest.py39 start = 'nodes' variable in ProcZoneInfoTest
DProcVmallocInfoTest.py24 start = 'lines' variable in ProcVmallocInfoTest
/test/mlts/benchmark/tools/
Dbuild_and_dump_intermediate.sh58 adb shell am start -n com.android.nn.benchmark.app/com.android.nn.benchmark.util.DumpIntermediateTe…
/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp394 size_t start = str.find_first_not_of(whitespaces, *pos); in NextWord() local
395 if (start == std::string::npos) { in NextWord()
396 return start; in NextWord()
398 *pos = str.find_first_of(whitespaces, start); in NextWord()
402 return start; in NextWord()
/test/vts-testcase/security/system_property/
Dvts_treble_sys_prop_test.py57 start = groupIndex
60 start = 0
63 for i in range(start, end):
/test/vts-testcase/kernel/utils/
Dadb.py85 _timer.start()
/test/cts-root/hostsidetests/rollback/src/com/android/cts_root/rollback/host/
DWatchdogEventLogger.java47 public void start(ITestDevice device) throws Exception { in start() method in WatchdogEventLogger

12