HomeSort by relevance Sort by last modified time
    Searched refs:updates (Results 26 - 50 of 157) sorted by null

12 3 4 5 6 7

  /external/chromium_org/chrome/common/extensions/docs/server2/
mock_file_system.py 21 # Updates are stored as TestFileSystems because it already implements a
30 def Create(file_system, updates):
32 for update in updates:
96 return 'MockFileSystem(read_count=%s, stat_count=%s, updates=%s)' % (
  /frameworks/base/libs/input/
SpriteController.cpp 110 // Collect information about sprite updates.
115 Vector<SpriteUpdate> updates; local
124 updates.push(SpriteUpdate(sprite, sprite->getStateLocked()));
133 SpriteUpdate& update = updates.editItemAt(i);
151 SpriteUpdate& update = updates.editItemAt(i);
192 SpriteUpdate& update = updates.editItemAt(i);
243 SpriteUpdate& update = updates.editItemAt(i);
329 const SpriteUpdate& update = updates.itemAt(i);
344 updates.clear();
  /external/chromium_org/sync/engine/
directory_update_handler_unittest.cc 35 // A test harness for tests that focus on processing updates.
37 // Update processing is what occurs when we first download updates. It converts
39 // Any invalid or redundant updates will be dropped at this point.
148 // Add it to the applicable updates list.
184 // Add it to the applicable updates list.
217 // Add it to the applicable updates list.
291 // Add to the applicable updates list.
292 SyncEntityList updates; local
293 updates.push_back(type_root.get());
294 updates.push_back(e1.get())
348 SyncEntityList updates; local
    [all...]
  /external/chromium_org/chrome/browser/component_updater/
update_response.cc 196 // Get the list of urls for full and optionally, for diff updates.
261 std::vector<xmlNode*> updates = GetChildren(app, "updatecheck"); local
262 if (updates.empty()) {
267 return ParseUpdateCheckTag(updates[0], result, error);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
layouttestresults_unittest.py 71 "dynamic-updates": {
  /external/chromium_org/third_party/mesa/src/docs/
MESA_ycbcr_texture.spec 200 29 April 2003 - minor updates
202 19 September 2003 - a few more updates prior to submitting to extension
MESA_resize_buffers.spec 36 Mesa's glViewport command queries the current window size and updates
  /external/mesa3d/docs/
MESA_ycbcr_texture.spec 200 29 April 2003 - minor updates
202 19 September 2003 - a few more updates prior to submitting to extension
MESA_resize_buffers.spec 36 Mesa's glViewport command queries the current window size and updates
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 95 PreferencePage_Heap_Updates_Enabled_Default=Heap updates enabled by default
102 PreferencePage_Thread_Updates_Enabled_By_Default=Thread updates enabled by default
  /external/chromium_org/sync/test/engine/
mock_connection_manager.cc 60 EXPECT_TRUE(update_queue_.empty()) << "Unfetched updates.";
508 sync_pb::GetUpdatesResponse* updates = &update_queue_.front(); local
509 for (int i = 0; i < updates->entries_size(); ++i) {
510 if (!updates->entries(i).deleted()) {
511 ModelType entry_type = GetModelType(updates->entries(i));
514 << "Syncer did not request updates being provided by the test.";
518 response->mutable_get_updates()->CopyFrom(*updates);
657 sync_pb::GetUpdatesResponse* updates = GetUpdateResponse(); local
658 EXPECT_GT(updates->entries_size(), 0);
659 return updates->mutable_entries()->Mutable(updates->entries_size() - 1)
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
enrollhelper.js 47 * progress updates to the enroll request.
  /external/chromium_org/remoting/tools/win/
chromoting-set-channel.bat 14 echo This script updates the registry and needs to be run as Administrator.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1125.js 28 // Test a lot of updates to freshly created contexts.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedPublish.emf.properties 44 updateManagerURL=http://download.eclipse.org/tools/emf/updates/
feedPublish.uml2.properties 44 updateManagerURL=http://download.eclipse.org/modeling/mdt/updates/?project=uml2-uml
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar 
  /external/chromium_org/chrome/browser/extensions/api/management/
management_browsertest.cc 173 // Used for testing notifications sent during extension updates.
192 const std::set<std::string>& updates() { return updates_; } function in class:NotificationListener
297 ASSERT_TRUE(ContainsKey(notification_listener.updates(),
313 ASSERT_TRUE(ContainsKey(notification_listener.updates(),
393 ASSERT_TRUE(ContainsKey(notification_listener.updates(),
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.h 34 virtual Status Write(const WriteOptions& options, WriteBatch* updates);
79 // amount of work to recover recently logged updates. Any changes to
  /packages/apps/Email/src/com/android/email/service/
Pop3Service.java 274 Cursor updates = resolver.query( local
281 while (updates.moveToNext()) {
282 long id = updates.getLong(Message.ID_COLUMNS_ID_COLUMN);
298 updates.close();
  /external/chromium_org/chrome/browser/password_manager/
password_store_mac_unittest.cc 601 // Test that adding duplicate item updates the existing item.
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
live_regions_deprecated.js 6 * @fileoverview Keeps track of live regions on the page and speaks updates
45 * updates, to avoid announcing regions as they're initially created.
54 * updates within the first INITIAL_SILENCE_MS milliseconds are ignored.
  /external/chromium_org/chrome/browser/extensions/updater/
extension_updater_unittest.cc 741 UpdateManifest::Results updates; local
743 downloader.DetermineUpdates(fetch_data, updates, &updateable);
746 // Create two updates - expect that DetermineUpdates will return the first
753 AddParseResult(id1, "1.1", "http://localhost/e1_1.1.crx", &updates);
756 AddParseResult(id2, "2.0.0.0", "http://localhost/e2_2.0.crx", &updates);
766 downloader.DetermineUpdates(fetch_data, updates, &updateable);
783 UpdateManifest::Results updates; local
797 AddParseResult(*it, "1.1", "http://localhost/e1_1.1.crx", &updates);
805 downloader.DetermineUpdates(fetch_data, updates, &updateable);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
progress_manager.js 66 * Calculates and updates the width of progress track.
  /external/chromium_org/chrome/browser/resources/net_export/
net_export.js 22 * Delay in milliseconds between updates of certain browser information.
68 * Updates the UI to reflect the current state. Displays the path name of

Completed in 727 milliseconds

12 3 4 5 6 7