Home
last modified time | relevance | path

Searched defs:str (Results 1 – 17 of 17) sorted by relevance

/platform_testing/tests/automotive/mobly_tests/utilities/
Dcrystalball_metrics_utils.py24 def export_to_crystalball(data: Dict[str, Any], output_dir: str, test_name: str) -> None:
/platform_testing/libraries/screenshot/scripts/
Ddeviceless_converter.py11 def runGradleCommand(outputFile: str, cfg: Config, mc: ModuleConfig) -> int:
32 def walkDir(dirname: str) -> Generator[str, None, None]:
40 def processFile(filename: str, cfg: Config, mc: ModuleConfig) -> None:
68 def process(cfg: Config, successful: list[str], failed: list[str]):
/platform_testing/tests/automotive/
Dpreupload_hook_script.py32 def _check_run_shell_command(cmd: str, cwd: str = None) -> None:
39 def _run_python_lint(lint_bin: str, files: list[pathlib.Path]) -> None:
/platform_testing/tests/automotive/mobly_tests/certification/devices/
D__init__.py19 def get_device(device_name: str):
/platform_testing/libraries/screenshot/
Dupdate_goldens.py99 def get_stripped_actual_screenshot_file(original_file_name: str) -> str:
/platform_testing/libraries/annotations/src/py/
DVsrTest.py27 def __init__(self, requirements: List[str] = []):
DDesktopTest.py30 def __init__(self, requirements: List[str] = []):
DGmsTest.py27 def __init__(self, requirements: List[str] = []):
DApiTest.py30 def __init__(self, apis: List[str] = []):
DCddTest.py30 def __init__(self, requirements: List[str] = []):
DNonApiTest.py32 self, exemption_reasons: List[ReasonType] = [], justification: str = ''
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DDropCachesRule.java65 String str = "echo 3 > /proc/sys/vm/drop_caches && echo Success || echo Failure"; in executeDropCachesImpl() local
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/validators/
DValidateScrollConfig.java168 private void validateIsNumeric(String str, JsonObject jsonObject) { in validateIsNumeric()
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DBackupUtils.java276 String str; in executeShellCommandAndReturnOutput() local
328 String str; in getLineString() local
DReadElf.java1319 String str = new String(byteArr, strOffset, i - strOffset); in getRoStrings() local
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
DFreeMemHelper.java234 String str = "echo 3 > /proc/sys/vm/drop_caches && echo Success || echo Failure"; in executeDropCachesImpl() local
/platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/
DAccessibilityScannerHelper.java398 String str = result.split("\\s+")[0]; in getNumberOfSuggestions() local