HomeSort by relevance Sort by last modified time
    Searched defs:toUpdate (Results 1 - 14 of 14) sorted by null

  /external/okhttp/okio/okio/src/main/java/okio/
GzipSource.java 196 int toUpdate = (int) Math.min(s.limit - pos, byteCount);
197 crc.update(s.data, pos, toUpdate);
198 byteCount -= toUpdate;
  /packages/apps/TV/src/com/android/tv/dvr/
DvrManager.java 306 List<ScheduledRecording> toUpdate = new ArrayList<>();
317 toUpdate.add(r);
330 if (!toUpdate.isEmpty()) {
331 mDataManager.updateScheduledRecording(ScheduledRecording.toArray(toUpdate));
    [all...]
DvrDataManagerImpl.java 221 List<ScheduledRecording> toUpdate = new ArrayList<>();
237 toUpdate.add(ScheduledRecording.buildFrom(r)
241 toUpdate.add(ScheduledRecording.buildFrom(r)
249 toUpdate.add(ScheduledRecording.buildFrom(r)
263 if (!toUpdate.isEmpty()) {
264 updateScheduledRecording(ScheduledRecording.toArray(toUpdate));
638 List<ScheduledRecording> toUpdate = new ArrayList<>();
645 toUpdate.add(ScheduledRecording.buildFrom(r)
650 if (!toUpdate.isEmpty()) {
653 updateScheduledRecording(false, ScheduledRecording.toArray(toUpdate));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar 
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.6.0/
okio-1.6.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.8.0/
okio-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.9.0/
okio-1.9.0.jar 
  /prebuilts/tools/common/m2/repository/org/shredzone/flattr4j/flattr4j-core/2.12/
flattr4j-core-2.12.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.text_3.5.400.v20150505-1044.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.director_2.3.1.v20140221-1852.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar 

Completed in 205 milliseconds