HomeSort by relevance Sort by last modified time
    Searched refs:updated (Results 1 - 25 of 590) 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/crankshaft/
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);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/decals/
Decal.java 59 protected boolean updated = false; field in class:Decal
109 updated = false;
117 updated = false;
125 updated = false;
134 updated = false;
143 updated = false;
152 updated = false;
161 updated = false;
171 updated = false;
178 updated = false;
    [all...]
  /art/runtime/
image-inl.h 57 ArtMethod* updated = visitor(orig); local
58 if (updated != orig) {
59 imt->Set(i, updated, pointer_size);
  /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) {
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_abs_send_time_unittest.cc 126 EXPECT_TRUE(bitrate_observer_->updated());
148 EXPECT_TRUE(bitrate_observer_->updated());
179 EXPECT_TRUE(bitrate_observer_->updated());
199 EXPECT_TRUE(bitrate_observer_->updated());
218 EXPECT_FALSE(bitrate_observer_->updated());
236 EXPECT_TRUE(bitrate_observer_->updated());
256 EXPECT_TRUE(bitrate_observer_->updated());
273 EXPECT_FALSE(bitrate_observer_->updated());
288 EXPECT_TRUE(bitrate_observer_->updated());
remote_bitrate_estimator_unittest_helper.cc 241 // The StreamGenerator::updated() should be used to check for any changes in
260 if (bitrate_observer_->updated()) {
295 } else if (bitrate_observer_->updated()) {
321 EXPECT_FALSE(bitrate_observer_->updated());
330 EXPECT_FALSE(bitrate_observer_->updated());
346 EXPECT_TRUE(bitrate_observer_->updated());
365 EXPECT_FALSE(bitrate_observer_->updated()); // No valid estimate.
376 EXPECT_TRUE(bitrate_observer_->updated());
394 EXPECT_TRUE(bitrate_observer_->updated());
417 } else if (bitrate_observer_->updated()) {
    [all...]
  /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
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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)
  /external/libchrome/base/
callback_list.h 180 bool updated = false; local
183 updated = true;
190 if (updated && !removal_callback_.is_null())
  /external/libweave/third_party/chromium/base/
callback_list.h 180 bool updated = false; local
183 updated = true;
190 if (updated && !removal_callback_.is_null())
  /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/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
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerClientApiTest.java 307 makeShortcut("s2", "title2-updated"))));
316 assertEquals("title2-updated", si.getShortLabel());
393 // No fields updated.
394 final ShortcutInfo updated = makeShortcutBuilder("s1")
399 assertTrue(getManager().setDynamicShortcuts(list(updated)));
451 // No fields updated.
452 final ShortcutInfo updated = makeShortcutBuilder("s1")
458 assertTrue(getManager().setDynamicShortcuts(list(updated)));
470 // No fields updated.
471 final ShortcutInfo updated = makeShortcutBuilder("s1"
    [all...]
  /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);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
snapshot.py 74 def _update(self, updated):
75 self.progress = updated.progress
76 self.status = updated.status

Completed in 8185 milliseconds

1 2 3 4 5 6 7 8 91011>>