Home
last modified time | relevance | path

Searched refs:check (Results 1 – 11 of 11) sorted by relevance

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DPollingCheck.java54 public static boolean check( in check() method in PollingCheck
82 public static boolean check(long timeout, Callable<Boolean> condition) throws Exception { in check() method in PollingCheck
83 return check(DEFAULT_CLOCK, TIME_SLICE, timeout, condition); in check()
96 public static void check( in check() method in PollingCheck
103 if (!check(clock, pollInterval, timeout, condition)) { in check()
116 public static void check(String message, long timeout, Callable<Boolean> condition) in check() method in PollingCheck
118 check(DEFAULT_CLOCK, message, TIME_SLICE, timeout, condition); in check()
137 check(clock, "Unexpected timeout waiting for condition", pollInterval, timeout, condition); in waitFor()
/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/
DPollingCheckTest.java40 assertTrue("check failed", PollingCheck.check(testClock, 10, 100, () -> true)); in testCheckSuccess()
46 assertTrue("check failed", PollingCheck.check(testClock, 10, 1000, () -> ++i[0] == 3)); in testCheckEventualSuccess()
56 PollingCheck.check(testClock, 10, 50, () -> i[0]++ == 9)); in testCheckTimeout()
63 PollingCheck.check(testClock, 10, 100, () -> false)); in testCheckFailure()
69 PollingCheck.check( in testCheckChecksConditionAtLeastOnce()
83 PollingCheck.check( in testLongConditionCheck()
98 PollingCheck.check(testClock, "Expected message", 10, 0, () -> false); in testCheckMessage()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DDynamicConfigPusherTest.java115 File check = new File("anyfilewilldo"); in testLocalRead_fromDynamicConfigName() local
119 return check; in testLocalRead_fromDynamicConfigName()
125 assertEquals(check, res); in testLocalRead_fromDynamicConfigName()
138 File check = new File("anyfilewilldo"); in testLocalRead() local
142 return check; in testLocalRead()
148 assertEquals(check, res); in testLocalRead()
/test/vti/dashboard/
DREADME.md230 ### Steps to create an uptime check and an alerting policy
238 3. Fill in the following fields for the uptime check:
245 4. Click Test to verify your uptime check is working.
252 ### Test the check and alert
256 To test the check and alert, go to the VM Instances page, select your instance, and click Stop from…
257 You'll have to wait up to five minutes for the next uptime check to fail. The alert and notificatio…
/test/vts/script/
Drun_cts_with_profiling.sh69 …--skip-system-status-check com.android.compatibility.common.tradefed.targetprep.NetworkConnectivit…
70 --skip-system-status-check com.android.tradefed.suite.checker.KeyguardStatusChecker -m $i
/test/vts-testcase/kernel/virtual_ab/
Dmetadata_test.cpp43 EXPECT_TRUE(metadata_entry->fs_mgr_flags.check) in TEST()
/test/vts/tools/vts-tradefed/etc/
Dvts10-tradefed_win.bat28 :: check java version
34 :: check debug flag and set up remote debugging
/test/vts-testcase/nbu/src/
DREADME.md73 To check your Python's version, use command `$ python --version`.
96 all the logs will be collected in `/tmp/logs/`. You can check the test results
/test/vts/proto/
DAndroidSystemControlMessage.proto30 // To check the health of an agent.
33 // To check whether fuzzer's binder service is available.
DComponentSpecificationMessage.proto147 // similar to TYPE_UNION, but support runtime type check.
/test/vts/harnesses/tradefed/tests/res/testtype/
Dvts_multi_device_test_parser_output_error.txt33 07-08 11:56:26 I/MonitoringUtils: Connectivity: passed check.