Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
DLoaderDicom.java359 final Vector<File> toRun = new Vector<File>(); in buildRSVolume() local
368 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() local
527 toRun.add(file1); in buildRSVolume2()
547 for (File file : toRun) { in buildRSVolume2()
DLoaderRaw.java85 final Vector<File> toRun = new Vector<File>(); in buildRSVolume() local
92 toRun.add(f[i]); in buildRSVolume()
111 for (File file : toRun) { in buildRSVolume()
/frameworks/base/services/core/java/com/android/server/content/
DSyncOperation.java185 public boolean isConflict(SyncOperation toRun) { in isConflict() argument
186 final SyncStorageEngine.EndPoint other = toRun.target; in isConflict()