HomeSort by relevance Sort by last modified time
    Searched refs:updated (Results 1 - 25 of 187) sorted by null

1 2 3 4 5 6 7 8

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/relative/
DeletionHandlerTest.java 81 String updated = TestNode.toXml(targetNode); local
109 updated);
110 assertFalse(updated.contains(BaseViewRule.stripIdPrefix(button2.getStringAttr(ANDROID_URI,
214 String updated = TestNode.toXml(targetNode); local
289 updated);
290 assertFalse(updated.contains(BaseViewRule.stripIdPrefix(button7.getStringAttr(ANDROID_URI,
333 String updated = TestNode.toXml(targetNode); local
351 updated);
352 assertFalse(updated.contains(BaseViewRule.stripIdPrefix(button1.getStringAttr(ANDROID_URI,
404 String updated = TestNode.toXml(targetNode) local
    [all...]
  /dalvik/vm/mterp/x86/
stub.S 6 LOAD_PC_FP_FROM_SELF # retrieve updated values
  /external/eigen/scripts/
relicense.py 62 text, updated = update(text)
63 if updated:
67 print 'UPDATED', filename
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiTextValueNode.java 92 boolean updated = false;
99 updated = true;
105 if (!updated) {
  /dalvik/vm/mterp/armv5te/
stub.S 5 LOAD_PC_FP_FROM_SELF() @ retrieve updated values
  /dalvik/vm/mterp/mips/
stub.S 6 LOAD_PC_FROM_SELF() # retrieve updated values
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
datastore.py 35 updated = db.DateTimeProperty(auto_now_add=True) variable in class:Contact
48 return query.get().updated
  /packages/apps/Browser/tests/src/com/android/browser/tests/utils/
BP2TestCaseHelper.java 173 boolean updated = modifyCount == 1;
174 if (updated) {
175 assertObserversTriggered(updated, mBookmarksObserver, mWidgetObserver);
180 return updated;
205 boolean updated = modifyCount == 1;
206 if (updated) {
207 assertObserversTriggered(updated, mHistoryObserver);
212 return updated;
  /libcore/luni/src/main/java/java/util/prefs/
FilePreferencesImpl.java 60 //cache for updated prefs key-value pair
61 private Set<String> updated = new HashSet<String>(); field in class:FilePreferencesImpl
131 it = updated.iterator();
136 updated.clear();
167 updated.add(name);
182 updated.remove(key);
  /external/libvpx/libvpx/vp8/encoder/
encodemv.c 204 int *updated
216 *updated = 1;
230 int *updated
326 update(w, is_short_ct, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, updated);
328 update(w, sign_ct, Pcur + MVPsign, Pnew[MVPsign], *Pupdate++, updated);
338 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated);
351 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
LocalSource.java 100 long updated = cursor.getLong(updatedIndex); local
101 data.updated = (data.updated == 0 ?
102 updated :
103 Math.min(data.updated, updated));
AlbumDataAdapter.java 153 if (a.updated == b.updated) {
156 return (int) Math.signum(b.updated - a.updated);
PicasaSource.java 381 long updated = 0; local
404 updated = cursor.getLong(updatedIndex);
411 data.updated = (long) Math.max(data.updated, updated);
413 if (data.thumbnailUrl == null || data.updated == updated) {
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_collection_impl.cc 100 bool updated = notification_ui_->Update(balloon); local
101 DCHECK(updated);
  /external/qemu/android/skin/
composer.c 271 * 'updated' initially contains the update region, in parent coordinates
277 * then we do an opaque blit of 'intersection(updated,region)', then removing it from 'updated'
284 skin_plate_redraw( SkinPlate* plate, SkinRegion* updated, SkinRegion* drawn, SkinPos* apos, SkinViewport* viewport )
291 if (skin_region_is_empty(updated) && skin_region_is_empty(drawn))
295 skin_region_translate( updated, pos.x, pos.y );
303 /* inter(updated,region) => opaque blit + remove 'region' from 'updated'*/
305 skin_region_intersect(r, updated);
308 skin_region_substract(updated, r)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
Makefile.am 25 { echo Copyright year not updated; exit 1; }
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainQuad.java 438 HashMap<String,UpdatedTerrainPatch> updated = new HashMap<String,UpdatedTerrainPatch>();
439 boolean lodChanged = calculateLod(camLocations, updated, lodCalculator); // 'updated' gets populated here
447 findNeighboursLod(updated);
449 fixEdges(updated); // 'updated' can get added to here
451 reIndexPages(updated, lodCalculator.usesVariableLod());
453 setUpdateQuadLODs(updated); // set back to main ogl thread
461 private void setUpdateQuadLODs(HashMap<String,UpdatedTerrainPatch> updated) {
463 updatedPatches = updated;
    [all...]
  /external/zlib/src/watcom/
watcom_l.mak 3 # Last updated: 28-Dec-2005
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
web_services.py 154 # Add any contacts that have been updated on the server-side
161 # Return the list of updated contacts to the client
186 # Find the high-water mark for the most recently updated friend.
191 if (contact.updated > high_water_date):
192 high_water_date = contact.updated
207 if timestamp is None or contact.updated > timestamp:
274 # Create a high-water-mark for sync-state from the 'updated' time
276 high_water = str(long(_time.mktime(contact.updated.utctimetuple())) + 1)
dashboard.py 114 entity.updated = datetime.datetime.utcnow()
128 contact.updated = datetime.datetime.utcnow()
158 contact.updated = datetime.datetime.utcnow()
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
if_arp.h 176 unsigned long int updated; member in struct:arpd_request
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/
if_arp.h 176 unsigned long int updated; member in struct:arpd_request
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/
if_arp.h 176 unsigned long int updated; member in struct:arpd_request
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintRotLimit.java 27 protected boolean updated; field in class:ConstraintRotLimit
153 if (!updated) {
154 updated = true;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
AbstractContactsProvider.java 166 int updated = updateInTransaction(uri, values, selection, selectionArgs); local
167 if (updated > 0) {
171 return updated;

Completed in 1096 milliseconds

1 2 3 4 5 6 7 8