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

1 2 3 4 5 6 7 8 91011

  /external/v8/src/crankshaft/
hydrogen-redundant-phi.cc 41 bool updated; local
44 updated = false;
56 updated |= value->IsPhi() && !value->CheckFlag(HValue::kIsDead);
61 } while (updated);
  /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...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Offsettable.java 20 * Tracks the original and updated positions of a RawDexObject when it is
54 private boolean updated; field in class:Offsettable
96 if (!updated) {
106 if (!updated) {
108 updated = true;
115 return (originalPositionKnown && updated);
  /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
  /external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/appengine/
sessions_ndb.py 52 updated = model.DateTimeProperty(auto_now=True) variable in class:Session
  /external/mesa3d/src/glx/apple/
apple_glx.c 70 int updated; local
72 updated = apple_glx_context_surface_changed(uid, pthread_self());
74 apple_glx_diagnostic("surface notify updated %d\n", updated);
apple_glx_context.c 530 int updated = 0; local
546 ++updated;
553 return updated;
  /frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
TestEnrollmentActivity.java 110 KeyphraseSoundModel updated = new KeyphraseSoundModel(soundModel.uuid, local
112 boolean status = mEnrollmentUtil.addOrUpdateSoundModel(updated);
114 Toast.makeText(this, "Successfully re-enrolled, model UUID=" + updated.uuid,
  /external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/appengine/auth/
models.py 132 updated = model.DateTimeProperty(auto_now=True) variable in class:UserToken
213 updated = model.DateTimeProperty(auto_now=True) variable in class:User