Home
last modified time | relevance | path

Searched refs:formatted (Results 1 – 6 of 6) sorted by relevance

/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/
DBazelTest.java358 .formatted(mJavaTempOutput.toAbsolutePath().toString())); in createBazelCommand()
360 "--output_user_root=%s".formatted(mBazelOutputRoot.toAbsolutePath().toString())); in createBazelCommand()
361 command.add("--max_idle_secs=%d".formatted(mBazelMaxIdleTimeout.toSeconds())); in createBazelCommand()
414 Path logFile = createLogFile("%s-log".formatted(QUERY_ALL_TARGETS)); in queryAllTestTargets()
444 Path logFile = createLogFile("%s-log".formatted(QUERY_MAP_MODULES_TO_TARGETS)); in queryModulesToTestTargets()
449 builder.command().add("--query_file=%s".formatted(cqueryTestTargetsFile.toAbsolutePath())); in queryModulesToTestTargets()
451 builder.command().add("--starlark:file=%s".formatted(cqueryFormatFile.toAbsolutePath())); in queryModulesToTestTargets()
495 .formatted(moduleName, duplicateEntry, targetName)); in parseModulesToTargets()
518 Path logFile = createLogFile("%s-log".formatted(RUN_TESTS)); in startTests()
527 builder.command().add("--build_event_binary_file=%s".formatted(bepFile.toAbsolutePath())); in startTests()
[all …]
/tools/tradefederation/core/test_framework/com/android/tradefed/postprocessor/
DStatsdBeforeAfterGaugeMetricPostProcessor.java491 String formatted = String.format(formatter, args); in logWarning() local
492 logFormattedWarning(formatted); in logWarning()
/tools/test/connectivity/acts/
DREADME.md102 To run tests, required information must be provided via a json-formatted
/tools/asuite/atest/bazel/runner/src/main/protobuf/
Dinvocation_policy.proto22 // formatted InvocationPolicy message.
/tools/repohooks/
DREADME.md192 `Relnote:` field and that multiline release notes are properly formatted with
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1040 String formatted = in executeShellCommand() local
1048 FileUtil.writeToFile(formatted, mExecuteShellCommandLogs, true); in executeShellCommand()