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

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ObservableTest.java 29 int updateCount = 0;
32 ++updateCount;
36 public int updateCount() {
37 return updateCount;
43 int updateCount = 0;
52 ++updateCount;
59 public int updateCount() {
60 return updateCount;
164 .updateCount());
168 1, ((TestObserver) observer).updateCount());
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
ObservableTest.java 29 int updateCount = 0;
32 ++updateCount;
36 public int updateCount() {
37 return updateCount;
43 int updateCount = 0;
52 ++updateCount;
59 public int updateCount() {
60 return updateCount;
188 .updateCount());
192 1, ((TestObserver) observer).updateCount());
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldObserverTest.java 26 int updateCount = 0;
29 ++updateCount;
33 return updateCount;
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TilePainter.h 51 void setUpdateCount(unsigned int updateCount) { m_updateCount = updateCount; }
BaseRenderer.cpp 75 const TileRenderInfo& renderInfo, int updateCount, double renderDuration)
84 renderInfo.scale, updateCount, renderDuration);
123 unsigned int updateCount = renderInfo.tilePainter->getUpdateCount() & UPDATE_COUNT_MASK;
124 const int color = updateCount & UPDATE_COUNT_ALPHA_MASK;
133 drawTileInfo(&canvas, renderInfo, updateCount, after - before);
BaseRenderer.h 93 int updateCount, double renderDuration);
SurfaceCollection.cpp 64 unsigned int updateCount = TilesManager::instance()->incWebkitContentUpdates();
66 m_surfaces[i]->setUpdateCount(updateCount);
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssContentProvider.java 172 int updateCount = mDb.update(DATABASE_TABLE_NAME, values, whereClause);
176 return updateCount;
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityDeltaListTests.java 293 int updateCount = 0;
297 updateCount++;
300 return updateCount;
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/calllog/
FillCallLogTestActivity.java 239 updateCount(values[0]);
305 public void updateCount(Integer count) {
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java 583 final int updateCount = keysToUpdate.size();
584 for (int i = 0; i < updateCount; i++) {
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldPreparedStatementTest.java 351 int updateCount = ps.executeUpdate();
352 assertEquals(1, updateCount);
    [all...]
  /prebuilt/common/jython/
jython.jar 
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]

Completed in 170 milliseconds