Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java393 Iterator<Pair<String, Long>> itr = shardedModules.iterator(); in splitModules() local
394 lineBuffer.append(itr.next().first); in splitModules()
395 while (itr.hasNext()) { in splitModules()
397 lineBuffer.append(itr.next().first); in splitModules()
/test/framework/harnesses/cts-tradefed/
Dtradefed-cts-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...