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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/cc/layers/
video_layer.cc 27 bool updated = Layer::Update(queue, occlusion); local
34 updated |= !update_rect_.IsEmpty();
36 return updated;
contents_scaling_layer.cc 41 bool updated = Layer::Update(queue, occlusion); local
45 return updated;
51 return updated;
io_surface_layer.cc 45 bool updated = Layer::Update(queue, occlusion); local
49 return updated || !update_rect_.IsEmpty();
delegated_renderer_layer.cc 89 bool updated = Layer::Update(queue, occlusion); local
91 return updated;
picture_layer.cc 91 bool updated = Layer::Update(queue, occlusion); local
103 return updated;
130 updated |=
142 if (updated) {
150 return 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...]
  /external/chromium_org/cc/test/
fake_picture_layer.cc 29 bool updated = PictureLayer::Update(queue, occlusion); local
31 return updated || always_update_resources_;
fake_painted_scrollbar_layer.cc 40 bool updated = PaintedScrollbarLayer::Update(queue, occlusion); local
42 return updated;
fake_content_layer.cc 40 bool updated = ContentLayer::Update(queue, occlusion); local
42 return updated || always_update_resources_;
  /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/chromium_org/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/chromium_org/third_party/mesa/src/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/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/chromium_org/chrome/browser/bookmarks/
chrome_bookmark_client_unittest.cc 164 scoped_ptr<base::ListValue> updated(CreateTestTree());
166 ASSERT_TRUE(updated->Remove(0, &removed));
167 updated->Append(removed.release());
172 prefs_->SetManagedPref(prefs::kManagedBookmarks, updated->DeepCopy());
177 CreateFolder(GetManagedFolderTitle(), updated.release()));
183 scoped_ptr<base::ListValue> updated(CreateTestTree());
184 ASSERT_TRUE(updated->Remove(1, NULL));
188 prefs_->SetManagedPref(prefs::kManagedBookmarks, updated->DeepCopy());
193 CreateFolder(GetManagedFolderTitle(), updated.release()));
199 scoped_ptr<base::ListValue> updated(new base::ListValue)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
UserActionElementSet.cpp 98 unsigned updated = found->value & ~flags; local
99 if (!updated) {
105 found->value = 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) {
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImport.cpp 91 Vector<HTMLImport*> updated; local
112 updated.append(i);
115 for (size_t i = 0; i < updated.size(); ++i)
116 updated[i]->stateDidChange();
  /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)
  /external/chromium_org/components/policy/core/browser/
managed_bookmarks_tracker_unittest.cc 197 scoped_ptr<base::ListValue> updated(CreateTestTree());
199 ASSERT_TRUE(updated->Remove(0, &removed));
200 updated->Append(removed.release());
205 prefs_.SetManagedPref(prefs::kManagedBookmarks, updated->DeepCopy());
210 CreateFolder(GetManagedFolderTitle(), updated.release()));
219 scoped_ptr<base::ListValue> updated(CreateTestTree());
220 ASSERT_TRUE(updated->Remove(1, NULL));
224 prefs_.SetManagedPref(prefs::kManagedBookmarks, updated->DeepCopy());
229 CreateFolder(GetManagedFolderTitle(), updated.release()));
238 scoped_ptr<base::ListValue> updated(new base::ListValue)
    [all...]

Completed in 611 milliseconds

1 2 3 4 5 6 7 8 91011>>