Searched refs:times (Results 1 – 10 of 10) sorted by relevance
/test/vts/tests/kernel_proc_file_api_test/proc_tests/ |
D | ProcUidConcurrentTimeTests.py | 57 cpus, times = result 58 no_repeated_uids = len(set(x[0] for x in times)) == len(times) 59 row_lengths_match = all(len(time[1]) == int(cpus) for time in times) 103 cpus, times = result 104 no_repeated_uids = len(set(x[0] for x in times)) == len(times) 105 row_lengths_match = all(len(time[1]) == int(cpus) for time in times)
|
D | ProcUidTimeInStateTest.py | 56 freqs, times = result 57 return all(len(time[1]) == len(freqs) for time in times)
|
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/ |
D | SystemAppUninstallerTest.java | 65 Mockito.verify(device, Mockito.times(1)).executeShellV2Command(Mockito.eq("start")); in uninstallPackage_frameworkNotRunning_startsFrameworkOrThrows() 74 Mockito.verify(device, Mockito.times(0)).executeShellV2Command(Mockito.startsWith("rm")); in uninstallPackage_packageIsNotInstalled_doesNotRemove() 92 Mockito.verify(device, Mockito.times(0)).executeShellV2Command(Mockito.startsWith("rm")); in uninstallPackage_differentPackageWithSameNamePrefixInstalled_doesNotRemove() 129 Mockito.verify(device, Mockito.times(0)).executeShellV2Command(Mockito.startsWith("rm")); in uninstallPackage_packageIsNotSystemApp_doesNotRemove() 139 Mockito.verify(device, Mockito.times(0)).enableAdbRoot(); in uninstallPackage_adbAlreadyRooted_doesNotRootAgain() 149 Mockito.verify(device, Mockito.times(1)).enableAdbRoot(); in uninstallPackage_adbNotAlreadyRooted_rootAdbAndThenUnroot() 150 Mockito.verify(device, Mockito.times(1)).disableAdbRoot(); in uninstallPackage_adbNotAlreadyRooted_rootAdbAndThenUnroot() 212 Mockito.verify(device, Mockito.times(1)).remountSystemWritable(); in uninstallPackage_adbRemounted_mountReadOnlyAfterwards() 213 Mockito.verify(device, Mockito.times(1)) in uninstallPackage_adbRemounted_mountReadOnlyAfterwards() 260 Mockito.verify(device, Mockito.times(1)) in uninstallPackage_packageIsSystemApp_appRemoved() [all …]
|
D | TestUtilsTest.java | 22 import static org.mockito.Mockito.times; 251 Mockito.verify(mMockTestArtifactReceiver, times(1)) in collectScreenshot_savesToTestLog() 266 Mockito.verify(mMockTestArtifactReceiver, times(1)) in saveApks_always_savesOnTestPass() 278 Mockito.verify(mMockTestArtifactReceiver, times(1)) in saveApks_always_savesOnTestFail() 290 Mockito.verify(mMockTestArtifactReceiver, times(0)) in saveApks_never_doesNotSaveOnTestPass() 302 Mockito.verify(mMockTestArtifactReceiver, times(0)) in saveApks_never_doesNotSaveOnTestFail() 314 Mockito.verify(mMockTestArtifactReceiver, times(0)) in saveApks_onPass_doesNotSaveOnTestFail() 326 Mockito.verify(mMockTestArtifactReceiver, times(1)) in saveApks_onPass_savesOnTestPass() 338 Mockito.verify(mMockTestArtifactReceiver, times(0)) in saveApks_onFail_doesNotSaveOnTestPass() 350 Mockito.verify(mMockTestArtifactReceiver, times(1)) in saveApks_onFail_savesOnTestFail() [all …]
|
D | AppCrawlTesterTest.java | 166 Mockito.verify(mTestUtils, Mockito.times(1)) in start_screenRecordEnabled_screenIsRecorded() 190 Mockito.verify(mTestUtils, Mockito.times(1)).collectGmsVersion(Mockito.anyString()); in start_collectGmsVersionEnabled_versionIsCollected() 212 Mockito.verify(mTestUtils, Mockito.times(1)).collectAppVersion(Mockito.anyString()); in start_collectAppVersionEnabled_versionIsCollected()
|
/test/vts-testcase/kernel/api/drop_caches_prop/ |
D | drop_caches_test.cpp | 64 for (unsigned int times = 3; times > 0; times--) { in TEST() local
|
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/targetprep/ |
D | CheckGmsPreparerTest.java | 155 Mockito.verify(device, Mockito.times(1)).reboot(); in setUp_gmsProcessRecoveredAfterReboot_doesNotThrow() 166 Mockito.verify(device, Mockito.times(1)).reboot(); in setUp_gmsProcessNotRecoveredAfterReboot_throwsException()
|
/test/app_compat/csuite/ |
D | pylintrc | 52 # option multiple times (only on the command line, not in the configuration
|
/test/dittosuite/ |
D | README.md | 106 - (optional) `int repeat` (`default = 1`). Specifies how many times the instruction should be
|
D | Doxyfile | 477 # an expensive process and often the same symbol appears multiple times in the 2033 # \usepackage command. To get the times font for instance you can specify : 2034 # EXTRA_PACKAGES=times or EXTRA_PACKAGES={times}
|