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

12 3 4

  /external/webrtc/src/modules/audio_processing/ns/
ns_core.h 72 int updates; member in struct:NSinst_t_
ns_core.c 133 inst->updates = 0;
244 if (inst->updates < END_STARTUP_LONG) {
245 inst->updates++;
283 if (inst->updates >= END_STARTUP_LONG) {
294 if (inst->updates < END_STARTUP_LONG) {
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
watch.js 1 description("Tests that watchPosition correctly reports position updates and errors from the Geolocation service.");
  /frameworks/base/services/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);
244 SpriteUpdate& update = updates.editItemAt(i);
330 const SpriteUpdate& update = updates.itemAt(i);
345 updates.clear();
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragmentCarousel.java 33 * one to see updates from the contact. Depending on the scroll position and user selection of which
47 * contact card), in order for this view to automatically snap to the "updates" page.
52 * Maximum X scroll position (if the user is on the "updates" page of the contact card), below
149 * Set the view containers for the detail and updates fragment.
151 public void setFragmentViews(FrameLayoutWithOverlay about, FrameLayoutWithOverlay updates) {
153 mUpdatesFragment = updates;
251 // threshold, then we should switch to the "updates" page.
254 // If the user is on the "updates" page, and the scroll position goes below the
275 * Starts an "appear" animation by moving in the "Updates" from the right.
  /external/chromium/chrome/browser/sync/sessions/
status_controller.cc 160 // Returns the number of updates received from the sync server.
162 const ClientToServerResponse& updates = shared_.updates_response; local
163 if (updates.has_get_updates()) {
164 return updates.get_updates().entries().size();
  /external/webkit/Tools/Scripts/
update-webkit 68 -q|--quiet pass -q to svn update for quiet 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/chrome/browser/password_manager/
password_store_mac_unittest.cc 545 // Test that adding duplicate item updates the existing item.
    [all...]
  /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/v8/test/mjsunit/regress/
regress-1125.js 28 // Test a lot of updates to freshly created contexts.
regress-1530.js 35 // and updates the internal value.
regress-254.js 30 // RegExp with global flag: exec and test updates lastIndex.
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
ProfiledWebView.java 171 int updates = (updatesString == null) ? -1 : Integer.parseInt(updatesString); local
180 return updates * 1000.0 / animationTime;
  /external/chromium/chrome/browser/extensions/
extension_management_browsertest.cc 57 // Helper method that installs a low permission extension then updates
194 // Used for testing notifications sent during extension updates.
213 const std::set<std::string>& updates() { return updates_; } function in class:NotificationListener
300 ASSERT_TRUE(ContainsKey(notification_listener.updates(),
315 ASSERT_TRUE(ContainsKey(notification_listener.updates(),
extension_updater_unittest.cc 563 UpdateManifest::Results updates; local
565 updates);
568 // Create two updates - expect that DetermineUpdates will return the first
577 "1.1", "http://localhost/e1_1.1.crx", &updates);
582 tmp[1]->VersionString(), "http://localhost/e2_2.0.crx", &updates);
583 updateable = updater.DetermineUpdates(fetch_data, updates);
603 UpdateManifest::Results updates; local
611 "1.1", "http://localhost/e1_1.1.crx", &updates);
614 updater.DetermineUpdates(fetch_data, updates);
    [all...]
extension_bookmarks_module.cc 596 DictionaryValue* updates; local
597 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &updates));
601 const bool has_title = updates->GetString(keys::kTitleKey, &title);
605 updates->GetString(keys::kUrlKey, &url_string);
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_backing_store.h 70 Eina_Tiler *updates; /**< updated/dirty areas */ member in struct:_Ewk_Tile
  /external/chromium/chrome/browser/resources/net_internals/
detailsview.js 31 // The delay between updates to repaint.
35 * Updates the data this view is using.
  /frameworks/base/services/java/com/android/server/updates/
ConfigUpdateInstallReceiver.java 17 package com.android.server.updates;
SELinuxPolicyInstallReceiver.java 17 package com.android.server.updates;
  /frameworks/base/services/tests/servicestests/src/com/android/server/updates/
CertPinInstallReceiverTest.java 17 package com.android.server.updates;
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-prevents-rebase.js 1 description('Tests that when an href attribute is set, the href is no longer subject to updates to the document base URI.');

Completed in 1812 milliseconds

12 3 4