Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileParser.java390 int inputIdx = 0; in parseFile() local
391 while (inputIdx < mLines.size()) { in parseFile()
392 if (!inputBitmask.get(inputIdx)) { in parseFile()
395 CLog.d("skipping input line %s", mLines.get(inputIdx)); in parseFile()
396 ++inputIdx; in parseFile()
400 CommandLine line = mLines.get(inputIdx); in parseFile()
411 inputBitmask.unset(inputIdx); in parseFile()
415 ++inputIdx; in parseFile()
419 mLines.remove(inputIdx); in parseFile()
420 inputBitmask.remove(inputIdx); in parseFile()
[all …]