HomeSort by relevance Sort by last modified time
    Searched refs:updated (Results 1 - 25 of 797) 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);
  /system/libvintf/
VintfObject.cpp 135 const T **updated,
138 *updated = pkg;
143 *updated = getFunction();
181 UpdatedInfo updated; // All files and runtime info after the update. local
210 pkg.fwk.manifest.get(), mount, mountSystem, &updated.fwk.manifest,
215 pkg.dev.manifest.get(), mount, mountVendor, &updated.dev.manifest,
220 pkg.fwk.matrix.get(), mount, mountSystem, &updated.fwk.matrix,
226 pkg.dev.matrix.get(), mount, mountVendor, &updated.dev.matrix,
236 updated.runtimeInfo = VintfObject::GetRuntimeInfo(true /* skipCache */);
240 if (updated.fwk.manifest == nullptr)
    [all...]
  /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);
  /art/runtime/
image-inl.h 59 ArtMethod* updated = visitor(orig); local
60 if (updated != orig) {
61 imt->Set(i, updated, pointer_size);
thread_list.cc 326 bool updated = thread->ModifySuspendCount(self, +1, nullptr, false); local
327 DCHECK(updated);
369 bool updated = thread->ModifySuspendCount(self, -1, nullptr, false); local
370 DCHECK(updated);
570 bool updated = thread->ModifySuspendCount(self, -1, nullptr, false); local
571 DCHECK(updated);
604 bool updated = thread->ModifySuspendCount(self, -1, nullptr, false); local
605 DCHECK(updated);
715 bool updated = thread->ModifySuspendCount(self, +1, &pending_threads, debug_suspend); local
716 DCHECK(updated);
794 bool updated = thread->ModifySuspendCount(self, -1, nullptr, false); local
837 bool updated = thread->ModifySuspendCount(self, -1, nullptr, for_debugger); local
894 bool updated = suspended_thread->ModifySuspendCount(soa.Self(), local
924 bool updated = suspended_thread->ModifySuspendCount(self, +1, nullptr, debug_suspension); local
957 bool updated = suspended_thread->ModifySuspendCount(soa.Self(), local
1034 bool updated = thread->ModifySuspendCount(self, +1, nullptr, debug_suspension); local
1066 bool updated = thread->ModifySuspendCount(soa.Self(), -1, nullptr, debug_suspension); local
1144 bool updated = self->ModifySuspendCount(self, +1, nullptr, true); local
1229 bool updated = thread->ModifySuspendCount(self, -1, nullptr, true); local
1320 bool updated = thread->ModifySuspendCount(self, +1, nullptr, false); local
1380 bool updated = self->ModifySuspendCount(self, +1, nullptr, true); local
1384 bool updated = self->ModifySuspendCount(self, +1, nullptr, false); local
1501 bool updated = thread->ModifySuspendCount(self, -1, nullptr, false); local
    [all...]
  /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());
  /build/make/
Android.mk 5 # been updated, we need to include all the subdirectories.
  /cts/tests/autofillservice/src/android/autofillservice/cts/
OneTimeSettingsListener.java 15 * Helper used to block tests until a secure settings value has been updated.
42 final boolean updated = mLatch.await(5, TimeUnit.SECONDS);
43 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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/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)
  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
SubscriptionManager.cpp 48 bool updated = updatedRate > oldOpts.sampleRate local
51 if (updated) {
58 return updated;
123 SubscribeOptions updated; local
124 if (updateHalEventSubscriptionLocked(opts, &updated)) {
125 outUpdatedSubscriptions->push_back(updated);
186 bool updated = false; local
191 updated = true;
198 updated = true;
202 return updated;
    [all...]
  /external/libchrome/base/
callback_list.h 179 bool updated = false; local
182 updated = true;
189 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,
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerClientApiTest.java 307 makeShortcut("s2", "title2-updated"))));
316 assertEquals("title2-updated", si.getShortLabel());
396 // No fields updated.
397 final ShortcutInfo updated = makeShortcutBuilder("s1")
402 assertTrue(getManager().setDynamicShortcuts(list(updated)));
454 // No fields updated.
455 final ShortcutInfo updated = makeShortcutBuilder("s1")
461 assertTrue(getManager().setDynamicShortcuts(list(updated)));
473 // No fields updated.
474 final ShortcutInfo updated = makeShortcutBuilder("s1"
    [all...]

Completed in 733 milliseconds

1 2 3 4 5 6 7 8 91011>>