Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/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.java315 boolean isConflict(SyncOperation toRun) { in isConflict() argument
316 final SyncStorageEngine.EndPoint other = toRun.target; in isConflict()
/frameworks/base/services/tests/servicestests/src/com/android/server/timezone/
DRulesManagerServiceTest.java1057 Runnable toRun = getAndResetLastCommand(); in simulateAsyncExecutionOfLastCommand() local
1058 toRun.run(); in simulateAsyncExecutionOfLastCommand()