Searched refs:toRun (Results 1 – 4 of 4) sorted by relevance
359 final Vector<File> toRun = new Vector<File>(); in buildRSVolume() local368 toRun.add(file); in buildRSVolume()393 synchronized (toRun) { in buildRSVolume()394 if (toRun.isEmpty()) { in buildRSVolume()397 return toRun.remove(0); in buildRSVolume()518 final Vector<File> toRun = new Vector<File>(); in buildRSVolume2() local527 toRun.add(file1); in buildRSVolume2()547 for (File file : toRun) { in buildRSVolume2()
85 final Vector<File> toRun = new Vector<File>(); in buildRSVolume() local92 toRun.add(f[i]); in buildRSVolume()111 for (File file : toRun) { in buildRSVolume()
315 boolean isConflict(SyncOperation toRun) { in isConflict() argument316 final SyncStorageEngine.EndPoint other = toRun.target; in isConflict()
1057 Runnable toRun = getAndResetLastCommand(); in simulateAsyncExecutionOfLastCommand() local1058 toRun.run(); in simulateAsyncExecutionOfLastCommand()