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

  /packages/apps/Browser/tests/src/com/android/browser/tests/
BP2UriObserverTests.java 43 Uri toUpdate = insertBookmark("http://stub1.com", "Stub1");
45 TriggeredObserver updateObs = new TriggeredObserver(toUpdate);
48 assertTrue(updateBookmark(toUpdate, "http://stub1.com", "Stub1: Revenge of the stubs"));
54 Uri toUpdate = insertBookmark("http://stub1.com", "Stub1");
63 TriggeredObserver updateObs = new TriggeredObserver(toUpdate);
65 assertTrue(updateBookmark(toUpdate, values));
79 Uri toUpdate = insertHistory("http://stub1.com", "Stub1");
81 TriggeredObserver updateObs = new TriggeredObserver(toUpdate);
84 assertTrue(updateHistory(toUpdate, "http://stub1.com", "Stub1: Revenge of the stubs"));
90 Uri toUpdate = insertHistory("http://stub1.com", "Stub1")
    [all...]
  /developers/build/
github.sh 138 toUpdate=()
153 toUpdate+=("$i")
171 numUpdates=${#toUpdate[@]}
178 for i in ${toUpdate[@]};
  /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;
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [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.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /frameworks/base/services/core/java/com/android/server/content/
SyncStorageEngine.java     [all...]
  /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 180 milliseconds