/external/chromium/chrome/browser/extensions/ |
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...] |
/external/chromium/chrome/browser/resources/options/ |
inline_editable_list.js | 86 * Called when this element gains or loses 'lead' status. Updates editing 95 * Updates the edit state based on the current selected and lead states. 264 * that there's no flicker of the old value before the model updates.
|
/external/chromium/chrome/browser/sync/sessions/ |
session_state.h | 81 // the client must now "migrate", by purging and re-downloading all updates. 223 // Container for updates that passed verification. 268 // of state are dirty-on-write and should incur dirty bit updates if changed.
|
/external/chromium/chrome/browser/sync/ |
sync_ui_util.cc | 383 "Updates Available", 386 "Updates Downloaded (All)", 389 "Updates Downloaded (Tombstones)",
|
/external/chromium/net/disk_cache/ |
entry_impl.h | 85 // Updates the stored data to reflect the run-time information for this entry. 176 // Updates ranking information. 210 // Updates the size of a given data stream.
|
/external/kernel-headers/original/linux/ |
timex.h | 98 #define MINSEC 16L /* min interval between updates (s) */ 99 #define MAXSEC 1200L /* max interval between updates (s) */ 161 #define STA_PLL 0x0001 /* enable PLL updates (rw) */
|
/external/libnfc-nxp/src/ |
phHciNfc_RFReaderA.h | 220 * The phHciNfc_ReaderA_Update_PipeInfo function updates the pipe_id of the reader A 275 * The phHciNfc_ReaderA_Auto_Activate function updates auto activate register 351 * The phHciNfc_ReaderA_Set_DataRateMax function updates the data rate max value
|
/external/llvm/include/llvm/Analysis/ |
PathNumbering.h | 269 // Proxy to node's constructor. Updates the DAG state. 272 // Proxy to edge's constructor. Updates the DAG state. 298 // Adds a backedge with its phony edges. Updates the DAG state.
|
/external/quake/quake/src/WinQuake/kit/ |
JOYSTICK.TXT | 85 // Revision 1.0 -- refer to www.fpgaming.com for updates
107 // Revision 0.1 -- refer to www.logitech.com for updates
130 // Revision 0.1 -- refer to www.spacetec.com for updates
|
/frameworks/base/core/java/android/app/backup/ |
IBackupManager.aidl | 131 * Schedule an immediate backup attempt for all pending updates. This is 133 * opportunity for doing a backup pass. If there are no pending updates to 134 * be sent, no action will be taken. Even if some updates are pending, the
|
/frameworks/base/docs/html/sdk/ |
adding-components.jd | 127 <li>You can watch for updates listed in the "SDK" tab of the Android Developers 129 <li>You can watch for updates listed in the <strong>Available Packages</strong> 140 Use the "Display updates only" checkbox to show only the components
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
LocationProvider.java | 304 * Notifies the location provider of the smallest minimum time between updates amongst 306 * the frequency of updates to match the requested frequency. 314 * Updates the network state for the given provider. This function must
|
/libcore/luni/src/main/java/java/security/ |
SignatureSpi.java | 80 * Updates the data to be verified or to be signed, using the specified 92 * Updates the data to be verified or to be signed, using the given {@code 109 * Updates the data to be verified or to be signed, using the specified
|
/packages/apps/Calendar/src/com/android/calendar/ |
CalendarUtils.java | 84 * This is a helper class for handling the async queries and updates for the 189 * Updates the home time zone in the db asynchronously and updates
|
CalendarViewAdapter.java | 77 // Updates time specific variables (time-zone, today's Julian day). 97 // Sets time specific variables and starts a thread for midnight updates 253 // Updates the current viewType
|
/packages/apps/Contacts/src/com/android/contacts/calllog/ |
CallLogFragment.java | 354 /** Requests updates to the data to be shown. */ 380 /** Updates call data and notification state while leaving the call log tab. */ 385 /** Updates call data and notification state while entering the call log tab. */
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
MailboxSettings.java | 50 * It's used to update per-mailbox sync settings. It normally updates Mailbox settings, unless 51 * the target mailbox is Inbox, in which case it updates Account settings instead. 277 * Updates {@link #mAccount}/{@link #mMailbox}, but doesn't save to the database yet.
|
/packages/apps/Phone/src/com/android/phone/ |
ManageConferenceUtils.java | 135 * Updates the "Manage conference" UI based on the specified List of 166 * Updates a single row of the "Manage conference" UI. (One row in this 321 * fire off in updateManageConferenceRow(), and updates the
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/descriptors/ |
XmlDescriptors.java | 121 * Updates the document descriptor. 123 * It first computes the new children of the descriptor and then updates them 232 * Updates an ElementDescriptor with the javadoc & attributes extracted from the style
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman1/ |
RepoSourcesAdapter.java | 92 return "Some packages were found but are not compatible updates.";
313 * updates of existing package. This also removes obsolete packages.
331 // Obsolete packages are not offered as updates.
|
/system/media/wilhelm/src/ |
locks.c | 119 /** \brief Exclusively unlock an object and do not report any updates */ 144 /** \brief Exclusively unlock an object and report updates to the specified bit-mask of 176 // first synchronously handle updates to attributes here, while object is still locked.
|
/build/core/ |
version_defaults.mk | 50 # is a single integer that increases monotonically as updates to
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
HttpAuthHandlerTest.java | 50 // Set a web chrome client in order to receive progress updates.
|
/dalvik/vm/ |
DvmDex.h | 64 /* lock ensuring mutual exclusion during updates */
|
LinearAlloc.h | 35 pthread_mutex_t lock; /* controls updates to this struct */
|