Home
last modified time | relevance | path

Searched defs:args (Results 1 – 21 of 21) sorted by relevance

/test/vts-testcase/kernel/gki/
Dcpio.cpp34 std::vector<char*> ToCStringArray(std::vector<std::string>* args) { in ToCStringArray()
46 android::base::Result<void> Exec(std::vector<std::string>* args, in Exec()
82 std::vector<std::string> args{"cpio", "-i", "-F", archive_path.data()}; in CpioExtract() local
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DBusinessLogicHostExecutor.java59 public void logInfo(String format, Object... args) { in logInfo()
70 public void logDebug(String format, Object... args) { in logDebug()
78 protected String formatExecutionString(String method, String... args) { in formatExecutionString()
86 protected ResolvedMethod getResolvedMethod(Class cls, String methodName, String... args) in getResolvedMethod()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DPreconditionPreparer.java110 protected void logInfo(String infoFormat, Object... args) { in logInfo()
122 protected void logWarning(String warningFormat, Object... args) { in logWarning()
134 protected void logError(String errorFormat, Object... args) { in logError()
/test/dittosuite/
Dditto2cpp.py91 args = fetch_arguments() variable
Ddittobench_benchmark.cpp28 void BM_DittoBench(benchmark::State& state, Args&&... args) { in BM_DittoBench()
/test/mlts/benchmark/tools/
Dconvert_binary_to_img.py46 args = parser.parse_args() variable
Dtensor_utils.py526 def main(args): argument
556 args = parser.parse_args() variable
/test/vts-testcase/kernel/ltp/testcase/tools/
Dgen_ltp_config.py73 args = arg_parser.parse_args() variable
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DApkInstaller.java71 public void install(Path apkPath, List<String> args) throws ApkInstallerException, IOException { in install()
142 public void install(List<Path> apkPaths, List<String> args) in install()
181 List<Path> apkFilePaths, String deviceSerial, List<String> args) { in createApkInstallCommand()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DConsoleReporter.java184 private void logProgress(String format, Object... args) { in logProgress()
192 private void logMessage(String format, Object... args) { in logMessage()
200 private void log(String format, Object... args) { in log()
/test/app_compat/csuite/pylib/
Dcsuite_test.py94 def __init__(self, *args, **kwargs):
/test/vts-testcase/vndk/
Dutils.py57 def Execute(self, *args):
238 def _Test(self, *args):
/test/app_compat/csuite/tools/script/
Dgenerate_module.py210 def parse_args(args, out=sys.stdout, err=sys.stderr): argument
/test/vts/tests/kernel_proc_file_api_test/
Dproc_utils.py36 def Execute(self, *args):
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRunModelsInParallel.java177 void notifyProgress(String messageFormat, Object... args) { in notifyProgress()
/test/app_compat/csuite/integration_tests/
Dcsuite_test_utils.py203 def _run_command(args, check=False, **kwargs) -> subprocess.CompletedProcess: argument
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java529 public static void main(String[] args) throws InterruptedException, ConfigurationException { in main()
/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/
DBusinessLogicHostExecutorTest.java273 public void method5(String... args) { in method5()
/test/vts/vts_hal_hidl_target/
DVtsHalHidlTargetCallbackBase.h104 shared_ptr<CallbackArgsTemplateClass> args; member
/test/vts-testcase/kernel/bow/
DBowTest.cpp55 static const char* args[] = {"/system/bin/vdc", "checkpoint", in blockCheckpointsSupported() local
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DDeviceUtilsTest.java997 private static ArgumentMatcher<String[]> contains(String... args) { in contains()