Searched refs:check (Results 1 – 8 of 8) sorted by relevance
/test/app_compat/csuite/integration_tests/ |
D | csuite_test_utils.py | 175 check: bool = None) -> subprocess.CompletedProcess: 190 return self.run(['shell'] + args, check) 194 check: bool = None) -> subprocess.CompletedProcess: 196 return _run_command(self._args + args, check=check) 198 def uninstall(self, package_name: Text, check: bool = None): 200 self.run(['uninstall', package_name], check=check) 208 def _run_command(args, check=True, **kwargs) -> subprocess.CompletedProcess: argument 225 return subprocess.run(args, check=check, **kwargs)
|
D | csuite_crash_detection_test.py | 63 self.adb.uninstall(test_app_package, check=False)
|
/test/vti/dashboard/ |
D | README.md | 230 ### 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-testcase/nbu/src/ |
D | README.md | 73 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-testcase/kernel/virtual_ab/ |
D | metadata_test.cpp | 43 EXPECT_TRUE(metadata_entry->fs_mgr_flags.check) in TEST()
|
/test/vts/proto/ |
D | AndroidSystemControlMessage.proto | 30 // To check the health of an agent. 33 // To check whether fuzzer's binder service is available.
|
D | ComponentSpecificationMessage.proto | 147 // similar to TYPE_UNION, but support runtime type check.
|
/test/app_compat/csuite/ |
D | pylintrc | 279 no-space-check= 305 # Tells whether we should check for unused import in __init__ files. 327 # Logging modules to check that the string format arguments are in logging
|