/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/ |
D | AppCrawlTesterTest.java | 85 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/ |
D | target_file_utils.py | 45 start = groupIndex 48 start = 0 51 for i in range(start, end):
|
D | proc_utils.py | 90 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/ |
D | PerformanceDegradationTest.java | 172 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/ |
D | binder.h | 52 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/ |
D | MonitoringUtils.java | 36 long start = System.currentTimeMillis(); in checkDeviceConnectivity() local 37 while (System.currentTimeMillis() - start < CONNECTIVITY_CHECK_TIME_MS) { in checkDeviceConnectivity()
|
D | PollingCheck.java | 57 long start = clock.currentTimeMillis(); in check() local 63 while ((clock.currentTimeMillis() - start) < timeout) { in check()
|
/test/dittosuite/src/ |
D | binder.cpp | 50 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/ |
D | ProcUidConcurrentTimeTests.py | 29 start = 'uid_active_time_table' variable in ProcUidConcurrentActiveTimeTest 70 start = 'uid_policy_time_table' variable in ProcUidConcurrentPolicyTimeTest
|
D | ProcUidIoStatsTest.py | 28 start = 'lines' variable in ProcUidIoStatsTest
|
D | ProcMiscTest.py | 28 start = 'drivers' variable in ProcMisc
|
D | ProcVmstatTest.py | 26 start = 'lines' variable in ProcVmstat
|
D | ProcShowUidStatTest.py | 27 start = 'lines' variable in ProcShowUidStatTest
|
D | ProcUidTimeInStateTest.py | 28 start = 'uid_time_table' variable in ProcUidTimeInStateTest
|
D | ProcAsoundTests.py | 35 start = 'soundcards' variable in ProcAsoundCardsTest
|
D | ProcStatTest.py | 24 start = 'stat' variable in ProcStatTest
|
D | ProcCpuFileTests.py | 34 start = 'lines' variable in ProcCpuInfoTest
|
D | ProcFsFileTests.py | 26 start = 'lines' variable in ProcDiskstatsTest
|
D | ProcZoneInfoTest.py | 39 start = 'nodes' variable in ProcZoneInfoTest
|
D | ProcVmallocInfoTest.py | 24 start = 'lines' variable in ProcVmallocInfoTest
|
/test/mlts/benchmark/tools/ |
D | build_and_dump_intermediate.sh | 58 adb shell am start -n com.android.nn.benchmark.app/com.android.nn.benchmark.util.DumpIntermediateTe…
|
/test/vts-testcase/security/avb/ |
D | VtsSecurityAvbTest.cpp | 394 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/ |
D | vts_treble_sys_prop_test.py | 57 start = groupIndex 60 start = 0 63 for i in range(start, end):
|
/test/vts-testcase/kernel/utils/ |
D | adb.py | 85 _timer.start()
|
/test/cts-root/hostsidetests/rollback/src/com/android/cts_root/rollback/host/ |
D | WatchdogEventLogger.java | 47 public void start(ITestDevice device) throws Exception { in start() method in WatchdogEventLogger
|