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

1 2 3 4 5 6 7 8 91011>>

  /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);
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hliface.h 14 #error This stub requires an updated version of <rpcndr.h>
certbase.h 14 #error this stub requires an updated version of <rpcndr.h>
  /external/eigen/scripts/
relicense.py 62 text, updated = update(text)
63 if updated:
67 print 'UPDATED', filename
  /external/v8/src/
hydrogen-redundant-phi.cc 41 bool updated; local
44 updated = false;
56 updated |= value->IsPhi() && !value->CheckFlag(HValue::kIsDead);
61 } while (updated);
  /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);
  /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) {
  /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 55 //cache for updated prefs key-value pair
56 private Set<String> updated = new HashSet<String>(); field in class:FilePreferencesImpl
128 it = updated.iterator();
133 updated.clear();
164 updated.add(name);
179 updated.remove(key);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
functools.py 20 updated = WRAPPER_UPDATES):
23 wrapper is the function to be updated
28 updated is a tuple naming the attributes of the wrapper that
29 are updated with the corresponding attribute from the wrapped
34 for attr in updated:
41 updated = WRAPPER_UPDATES):
51 assigned=assigned, updated=updated)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
functools.py 20 updated = WRAPPER_UPDATES):
23 wrapper is the function to be updated
28 updated is a tuple naming the attributes of the wrapper that
29 are updated with the corresponding attribute from the wrapped
34 for attr in updated:
41 updated = WRAPPER_UPDATES):
51 assigned=assigned, updated=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/trace-viewer/third_party/WebOb/webob/
cachecontrol.py 13 updated = None variable in class:UpdateDict
18 Assign to new_dict.updated to track updates
20 updated = self.updated
21 if updated is not None:
25 updated(*args)
165 props.updated = updates_to
  /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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 110 long updated = cursor.getLong(updatedIndex); local
111 data.updated = (data.updated == 0 ?
112 updated :
113 Math.min(data.updated, updated));
AlbumDataAdapter.java 153 if (a.updated == b.updated) {
156 return (int) Math.signum(b.updated - a.updated);
  /external/pcre/dist/
CleanTxt 103 $blankcount = 2 if /^\S/ && !/^Last updated/ && !/^Copyright/ &&
  /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/chromium-trace/trace-viewer/third_party/WebOb/docs/wiki-example-code/
example.py 109 "The page has been updated since you started editing it")
115 resp.set_cookie('message', 'Page updated')
  /frameworks/base/services/core/java/com/android/server/notification/
ZenModeConditions.java 117 boolean updated = updateCondition(id, condition, config.manualRule);
119 updated |= updateCondition(id, condition, automaticRule);
120 updated |= updateSnoozing(automaticRule);
122 if (updated) {
  /frameworks/native/services/surfaceflinger/
FrameTracker.cpp 157 bool updated = false; local
165 updated = true;
175 updated = true;
179 if (updated) {
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
ParticipantRefresh.java 418 boolean updated = false;
428 updated = (selfChange == SELF_PHONE_NUMBER_OR_SUBSCRIPTION_CHANGED);
433 updated |= refreshFromContacts(db, participantData);
434 return updated;
506 boolean updated = false;
526 updated = true;
528 return updated;
588 updated = true;
591 return updated;

Completed in 1094 milliseconds

1 2 3 4 5 6 7 8 91011>>