Home
last modified time | relevance | path

Searched refs:commandLine (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/commandline/
DParseableCommandTest.kt266 val commandLine = "-f --param1 arg1 sub-command1 -f -p arg2 --param2 arg3".split(" ") in complexCommandWithSubCommands_reusedNames() constant
287 myCommand.execute(pw, commandLine) in complexCommandWithSubCommands_reusedNames()
/frameworks/multidex/library/
Dbuild.gradle30 commandLine 'sh', '-c', 'git log --format="%H" -n 1 || (echo git hash not available; exit 0)'
/frameworks/rs/cpu_ref/
DrsCpuScript.h153 const char *commandLine,
DrsCpuScript.cpp210 const char *commandLine, in constructBuildChecksum() argument
220 checksum = adler32(checksum, (const unsigned char *) commandLine, in constructBuildChecksum()
221 strlen(commandLine)); in constructBuildChecksum()