HomeSort by relevance Sort by last modified time
    Searched refs:updated (Results 1 - 25 of 846) 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);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
RatRatcheterTest.java 43 boolean updated = RatRatcheter.updateBandwidths(bandwidths, mServiceState);
45 assertTrue(updated);
55 boolean updated = RatRatcheter.updateBandwidths(newBandwidths, mServiceState);
57 assertFalse(updated);
66 boolean updated = RatRatcheter.updateBandwidths(null, mServiceState);
68 assertFalse(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 42 bool updated; local
45 updated = false;
57 updated |= value->IsPhi() && !value->CheckFlag(HValue::kIsDead);
62 } while (updated);
  /external/mesa3d/src/glx/apple/
apple_glx.c 68 int updated; local
70 updated = apple_glx_context_surface_changed(uid, pthread_self());
72 apple_glx_diagnostic("surface notify updated %d\n", updated);
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/
TimestampedScoredNetworkTest.java 51 ScoredNetwork updated = createTestScoredNetwork("updated"); local
52 impl.update(updated, time);
54 assertThat(impl.getScore()).isEqualTo(updated);
  /art/runtime/
image-inl.h 59 ArtMethod* updated = visitor(orig); local
60 if (updated != orig) {
61 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) {
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
ZFileExtension.java 25 * An extension of a {@link ZFile}. Extensions are notified when files are open, updated, closed and
27 * has been updated in memory for open, when files are added or removed and when the zip has been
28 * updated on disk or closed.
30 * An extension is also notified before the file is updated, allowing it to modify the file before
46 * <li>(zip file is updated on disk)</li>
47 * <li>E1 is notified the zip was updated.</li>
48 * <li>E2 is notified the zip was updated.</li>
72 * The zip will be updated. This method allows the extension to register changes to the zip
80 * When no more files are updated, the {@link #entriesWritten()} notification is sent.
93 * updated during this notification. If this method forces an update of either the centra
109 public void updated() throws IOException { method in class:ZFileExtension
    [all...]
  /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());
  /cts/tests/autofillservice/src/android/autofillservice/cts/common/
OneTimeSettingsListener.java 34 * Helper used to block tests until a secure settings value has been updated.
76 final boolean updated = mLatch.await(5, TimeUnit.SECONDS);
77 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)
  /external/python/cpython2/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)
  /system/libvintf/
VintfObject.cpp 386 std::shared_ptr<const T>* updated,
389 *updated = pkg;
394 *updated = getFunction();
432 UpdatedInfo updated; // All files and runtime info after the update. local
461 pkg.fwk.manifest, mount, mountSystem, &updated.fwk.manifest,
466 pkg.dev.manifest, mount, mountVendor, &updated.dev.manifest,
471 pkg.fwk.matrix, mount, mountSystem, &updated.fwk.matrix,
477 pkg.dev.matrix, mount, mountVendor, &updated.dev.matrix,
488 updated.runtimeInfo = VintfObject::GetRuntimeInfo(true /* skipCache */);
492 if (updated.fwk.manifest == nullptr)
    [all...]
  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
SubscriptionManager.cpp 40 bool updated = (updatedRate > oldOpts.sampleRate) || (updatedFlags != oldOpts.flags); local
41 if (updated) {
47 return updated;
110 SubscribeOptions updated; local
111 if (updateHalEventSubscriptionLocked(opts, &updated)) {
112 outUpdatedSubscriptions->push_back(updated);
172 bool updated = false; local
177 updated = true;
184 updated = true;
188 return updated;
    [all...]
  /external/libchrome/base/
callback_list.h 179 bool updated = false; local
182 updated = true;
189 if (updated && !removal_callback_.is_null())

Completed in 1006 milliseconds

1 2 3 4 5 6 7 8 91011>>