Home
last modified time | relevance | path

Searched refs:remainder (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DSuiteModuleLoader.java385 String remainder = arg.substring(moduleSep + 1); in parseArgs() local
391 int optionNameSep = remainder.indexOf(":"); in parseArgs()
396 String optionName = remainder.substring(0, optionNameSep); in parseArgs()
397 String optionValueString = remainder.substring(optionNameSep + 1); in parseArgs()
/tools/repohooks/tools/
Dcpplint.py5296 remainder = line[match.end(0):]
5298 remainder):