HomeSort by relevance Sort by last modified time
    Searched full:updates (Results 201 - 225 of 5076) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/ash/wm/
video_detector.cc 21 // Stores information about updates to a window and determines whether it's
49 // |kMinFramesPerSecond|) video-sized updates to this window.
55 // Number of updates stored in |update_times_|.
  /external/chromium_org/cc/resources/
resource_update_controller.cc 15 // Number of partial updates we allow.
73 // Post a 0-delay task when no updates were left. When it runs,
145 // Estimated completion time of all pending updates.
  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_database.h 110 // Initializes the database in |database_dir| and updates |success|.
113 // Saves data to disk and updates |success|.
120 // Loads contacts from disk and updates |success|.
  /external/chromium_org/chrome/browser/chromeos/net/
network_change_notifier_network_library.h 67 // Called when a network state update has completed. Updates data members that
72 // Updates network connectivity state.
75 // Updates the initial state. Lets us trigger initial eval of the
  /external/chromium_org/chrome/browser/resources/net_internals/
horizontal_scrollbar_view.js 29 // The current range and position of the scrollbar. Because DOM updates
35 // The DOM updates asynchronously, so sometimes we need a timer to update
81 * Updates the visible position of the scrollbar to be |position_|.
  /external/chromium_org/chrome/common/extensions/api/
location.idl 60 // Minimum distance between location updates, in meters. Defaults to 0 - any
64 // Minimum time interval between location updates, in milliseconds. Defaults
65 // to 0 - system-defined frequency of updates will be used.
  /external/chromium_org/chromeos/dbus/ibus/
ibus_panel_service.h 34 // Called when the IME updates the lookup table.
41 // Called when the IME updates the auxiliary text. The |text| is given in
48 // Called when the IME updates the preedit text. The |text| is given in
  /external/chromium_org/net/base/
network_time_notifier.h 21 // A class that receives updates for and maintains network time. Network time
22 // sources can pass updates through UpdateNetworkTime, and network time
26 // Callback for observers to receive network time updates.
  /external/chromium_org/net/quic/
quic_received_packet_manager.h 29 // Updates the internal state concerning which packets have been acked.
48 // Updates internal state based on |incoming_ack.received_info|.
50 // Updates internal state based on |incoming_ack.sent_info|.
  /external/chromium_org/net/ssl/
ssl_config_service_unittest.cc 27 // updates.
81 // Test that the basic boolean preferences trigger updates.
94 // Test that changing the SSL version range triggers updates.
  /external/chromium_org/sync/engine/
apply_updates_and_resolve_conflicts_command_unittest.cc 93 // Set a bunch of updates which are difficult to apply in the order
112 << "All updates should have been successfully applied";
288 << "All updates with an unknown ancestors should be in conflict";
294 // See what happens when there's a mixture of good and bad updates.
314 << "The updates with unknown ancestors should be in conflict";
316 << "The updates with known ancestors should be successfully applied";
320 // Decryptable password updates should be applied.
345 << "The updates that can be decrypted should be applied";
349 // Undecryptable updates should not be applied.
366 << "Updates that can't be decrypted should be in encryption conflict"
    [all...]
backoff_delay_provider.cc 90 // Note: If we received a MIGRATION_DONE on download updates, then commit
92 // on commit, it means that download updates succeeded. Therefore, we only
101 // latest updates so we can see the conflict ourselves, resolve it locally,
syncer.h 46 // Fetches and applies updates, resolves conflicts and commits local changes
56 // processors are in "passive" mode, so none of the downloaded updates will be
64 // Requests to download updates for the |request_types|. For a well-behaved
  /external/chromium_org/sync/sessions/
data_type_tracker.h 44 // Updates the size of the invalidations payload buffer.
52 // Returns true if there is a good reason to fetch updates for this type as
60 // updates.
  /external/chromium_org/ui/base/gestures/
gesture_point.h 28 // Updates some states when a Tap gesture has been recognized for this point.
31 // Updates some states when a Scroll gesture has been recognized for this
35 // Updates states depending on the event and the gesture-state.
  /external/chromium_org/ui/gfx/
display.h 75 // updates the work are using the same insets between old bounds and
80 // Sets the display's size. This updates the work area using the same insets
84 // Computes and updates the display's work are using
  /external/qemu/distrib/sdl-1.2.15/test/
testvidinfo.c 152 printf("%d blits / %d updates in %2.2f seconds, %2.2f FPS\n", NUM_BLITS*frames, frames, seconds, (float)frames / seconds);
154 printf("%d blits / %d updates in zero seconds!\n", NUM_BLITS*frames, frames);
183 printf("%d cc blits / %d updates in %2.2f seconds, %2.2f FPS\n", NUM_BLITS*frames, frames, seconds, (float)frames / seconds);
185 printf("%d cc blits / %d updates in zero seconds!\n", NUM_BLITS*frames, frames);
214 printf("%d blits / %d updates in %2.2f seconds, %2.2f FPS\n", NUM_BLITS*frames, frames, seconds, (float)frames / seconds);
216 printf("%d blits / %d updates in zero seconds!\n", NUM_BLITS*frames, frames);
245 printf("%d cc blits / %d updates in %2.2f seconds, %2.2f FPS\n", NUM_BLITS*frames, frames, seconds, (float)frames / seconds);
247 printf("%d cc blits / %d updates in zero seconds!\n", NUM_BLITS*frames, frames);
281 printf("%d alpha blits / %d updates in %2.2f seconds, %2.2f FPS\n", NUM_BLITS*frames, frames, seconds, (float)frames / seconds);
283 printf("%d alpha blits / %d updates in zero seconds!\n", NUM_BLITS*frames, frames)
    [all...]
  /external/skia/tools/
update-doxygen.sh 78 echo "No documentation updates, exiting early."
99 # Output files with documentation updates.
100 echo -e "\n\nThe following are the documentation updates:"
  /frameworks/base/docs/html/training/efficient-downloads/
connectivity_patterns.jd 34 <p>You can use a broadcast receiver to listen for connectivity changes that indicate when a Wi-Fi connection has been established to execute significant downloads, preempt scheduled updates, and potentially even temporarily increase the frequency of regular updates as described in <a href="{@docRoot}training/monitoring-device-state/index.html">Optimizing Battery Life</a> lesson <a href="{@docRoot}training/monitoring-device-state/connectivity-monitoring.html">Determining and Monitoring the Connectivity Status</a>.</p>
42 <p>At the same time, the higher bandwidth means you can prefetch more aggressively, downloading more data over the same time. Perhaps less intuitively, because the tail-time battery cost is relatively higher, it's also more efficient to keep the radio active for longer periods during each transfer session to reduce the frequency of updates.</p>
  /frameworks/base/location/lib/java/com/android/location/provider/
LocationRequestUnbundled.java 96 * <p>The system will never provide location updates faster
116 * Get the minimum distance between location updates, in meters.
118 * @return minimum distance between location updates in meters
  /libcore/luni/src/main/java/javax/crypto/
MacSpi.java 66 * Updates this {@code MacSpi} instance with the specified byte.
74 * Updates this {@code MacSpi} instance with the data from the specified
88 * Updates this {@code MacSpi} instance with the data from the specified
  /packages/apps/Contacts/res/layout-sw600dp/
detail_header_contact_without_updates.xml 19 updates, which means that the contact's photo and basic info will scroll with the list of details.
29 <!-- Ensure that the contact photo for a contact WITHOUT social updates is the same width and
30 height as a contact WITH social updates (where the photo is 2/3 of the screen width). -->
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailTabCarousel.java 39 * one to see updates from the contact.
140 // Retrieve the social update views for the "updates" tab
242 * the "No updates" mode.
245 * x pixels, Integer.MIN_VALUE=scrolled so far that the image is not visible in "no updates"
285 // If the picture is square, it is square in both "with updates" and "without updates"
288 // If the picture is non-square, it is full-width in "without updates" and something
289 // arbitrary in "with updates"
330 // Another hack: If the picture is square, there is no shadow in "Without updates"
356 // Since we never completely scroll the about/updates tabs off-screen
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
AnswerPresenter.java 75 // getting updates here.
89 // Listen for call updates for the current call.
110 // Stop listening for updates.
  /external/chromium_org/ash/display/
display_manager.h 54 // Create or updates the mirror window with |display_info|.
72 // Updates the bounds of the display given by |secondary_display_id|
163 // Updates the internal display data and notifies observers about the changes.
166 // Updates current displays using current |display_info_|.
250 // Updates the bounds of the secondary display in |display_list|
284 // When set to true, the host window's resize event updates

Completed in 922 milliseconds

1 2 3 4 5 6 7 891011>>