/external/chromium/chrome/browser/extensions/ |
extension_updater.cc | 55 // Update AppID for extension blacklist. 59 // change this value, make sure to update comments where it is used. 62 // For sanity checking on update frequency - enforced in release mode only. 66 // Maximum length of an extension manifest update check url, since it is a GET 77 // The format for request parameters in update checks is: 89 // the number of days since the last time it was present in an update check. 95 // the full update url would be: 220 // Skip extensions with empty update URLs converted from user 227 // If the extension updates itself from the gallery, ignore any update URL 229 // communicate to the the gallery update servers 752 const UpdateManifest::Result* update = &(results->list.at(updates[i])); local 1026 const UpdateManifest::Result* update = &possible_updates.list[i]; local [all...] |
/external/chromium/chrome/browser/autofill/ |
personal_data_manager_unittest.cc | 119 std::vector<AutofillProfile> update; local 120 update.push_back(profile0); 121 update.push_back(profile1); 122 personal_data_->SetProfiles(&update); 130 // - Update profile0 134 update.clear(); 135 update.push_back(profile0); 136 update.push_back(profile2); 137 personal_data_->SetProfiles(&update); 187 std::vector<CreditCard> update; local 263 std::vector<AutofillProfile> update; local 313 std::vector<AutofillProfile> update; local 360 std::vector<AutofillProfile> update; local 399 std::vector<CreditCard> update; local 444 std::vector<AutofillProfile> update; local 720 std::vector<CreditCard> update; local [all...] |
/external/webrtc/src/modules/audio_processing/ns/ |
ns_core.c | 163 //histogram quantities: used to estimate/update thresholds for features 184 inst->modelUpdatePars[0] = 2; //update flag for parameters: 185 // 0 no update, 1=update once, 2=update every window 186 inst->modelUpdatePars[1] = 500; //window for update 187 inst->modelUpdatePars[2] = 0; //counter for update of conservative noise spectrum 265 // update log quantile estimate 274 // update density estimate 293 // Sequentially update the noise during startu [all...] |
/external/elfutils/libelf-po/ |
Makefile.in | 37 MSGMERGE_UPDATE = /usr/bin/msgmerge --update 59 .SUFFIXES: .po .gmo .mo .nop .po-update 76 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', 80 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in 90 $(MAKE) $(DOMAIN).pot-update 241 $(MAKE) update-po 243 # This is a separate target because 'update-po' must be executed before. 256 update-po: Makefile 257 $(MAKE) $(DOMAIN).pot-update 259 $(MAKE) update-gm [all...] |
Makefile.in.in | 37 MSGMERGE_UPDATE = @MSGMERGE@ --update 59 .SUFFIXES: .po .gmo .mo .nop .po-update 76 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', 80 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in 90 $(MAKE) $(DOMAIN).pot-update 241 $(MAKE) update-po 243 # This is a separate target because 'update-po' must be executed before. 256 update-po: Makefile 257 $(MAKE) $(DOMAIN).pot-update 259 $(MAKE) update-gm [all...] |
Makefile | 37 MSGMERGE_UPDATE = /usr/bin/msgmerge --update 85 .SUFFIXES: .po .gmo .mo .nop .po-update 102 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', 106 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in 116 $(MAKE) $(DOMAIN).pot-update 267 $(MAKE) update-po 269 # This is a separate target because 'update-po' must be executed before. 282 update-po: Makefile 283 $(MAKE) $(DOMAIN).pot-update 285 $(MAKE) update-gm [all...] |
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/ |
WeatherWidgetProvider.java | 40 * Our data observer just notifies an update for all weather widgets when it detects a change. 89 // Register for external updates to the data to trigger an update of the widget. When using 92 // state of the data, we must listen for changes and update ourselves accordingly. 107 // are triggering an update of the data on another thread. In practice, this update 128 r.update(uri, values, null, null); 168 // need to update the intent's data if we set an extra, since the extras will be 190 // Update the header to reflect the weather for "today" 208 // Update each of the widgets with the remote adapter
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_database.h | 138 // cache the prefixes until the next update so that we don't have to issue 257 // TODO(shess): Wire things up to entirely abort the update 312 // an error during the most recent update. 324 // will be pushed to the store on the next update. 330 // them every time. Cleared on next update. 336 // Set if corruption is detected during the course of an update. 337 // Causes the update functions to fail with no side effects, until 341 // Set to true if any chunks are added or deleted during an update. 342 // Used to optimize away database update.
|
/external/chromium/chrome/browser/sync/glue/ |
extension_sync.cc | 55 // The value was just inserted, so it shouldn't need an update 201 // is called. Returns whether or not the update was successful. If 202 // the update was successful, extension_data->ServerNeedsUpdate() will 251 // Update server and client as necessary. 255 // Update server first. 258 LOG(ERROR) << "Could not update server data for extension " 304 // If server node exists and is valid, update |extension_data| 318 std::string("Could not update server data for extension ") + id; 326 // again once the auto-update is finished.
|
/external/kernel-headers/original/linux/raid/ |
md_p.h | 142 __u32 utime; /* 0 Superblock update time */ 150 __u32 events_hi; /* 7 high-order of superblock update count */ 151 __u32 events_lo; /* 8 low-order of superblock update count */ 152 __u32 cp_events_hi; /* 9 high-order of checkpoint update count */ 153 __u32 cp_events_lo; /* 10 low-order of checkpoint update count */ 155 __u32 events_lo; /* 7 low-order of superblock update count */ 156 __u32 events_hi; /* 8 high-order of superblock update count */ 157 __u32 cp_events_lo; /* 9 low-order of checkpoint update count */ 158 __u32 cp_events_hi; /* 10 high-order of checkpoint update count */
|
/external/libnfc-nci/src/nfa/dm/ |
nfa_dm_main.c | 215 ** Description Update config parameters only if it's different from NFCC 225 BOOLEAN update; local 240 update = FALSE; 362 update = TRUE; 375 update = TRUE; 379 update = TRUE; 386 update = TRUE; 391 if (update) 409 /* If any TVLs to update, or if the SetConfig was initiated by the application, then send the SET_CONFIG command */
|
/external/smack/src/org/jivesoftware/smack/packet/ |
Presence.java | 68 * Creates a new presence update. Status, priority, and mode are left un-set. 77 * Creates a new presence update with a specified status, priority, and mode. 80 * @param status a text message describing the presence update. 81 * @param priority the priority of this presence update. 82 * @param mode the mode type for this presence update. 142 * Returns the status message of the presence update, or <tt>null</tt> if there 153 * Sets the status message of the presence update. The status is free-form text 186 * Returns the mode of the presence update, or <tt>null</tt> if the mode is not set. 197 * Sets the mode of the presence update. A null presence mode value is interpreted
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
PageClientQt.cpp | 105 m_widget->update(); 111 m_widget->update(m_dirtyRect); 142 m_graphicsItem->update(); 148 m_graphicsItem->update(QRectF(rect)); 182 void PageClientQWidget::update(const QRect & dirtyRect) function in class:WebCore::PageClientQWidget 184 view->update(dirtyRect); 281 void PageClientQGraphicsWidget::update(const QRect& dirtyRect) function in class:WebCore::PageClientQGraphicsWidget 283 view->update(dirtyRect); 287 overlay->update(QRectF(dirtyRect));
|
/frameworks/base/core/java/android/content/ |
AsyncQueryHandler.java | 100 args.result = resolver.update(args.uri, args.values, args.selection, 187 * result in a call to on[Query/Insert/Update/Delete]Complete after this 224 * This method begins an asynchronous update. When the update operation is 228 * the update operation. 230 * @param uri the Uri passed to the update operation. 231 * @param values the ContentValues parameter passed to the update operation. 304 * Called when an asynchronous update is completed. 310 * @param result the result returned from the update operation
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/raid/ |
md_p.h | 142 __u32 utime; /* 0 Superblock update time */ 150 __u32 events_hi; /* 7 high-order of superblock update count */ 151 __u32 events_lo; /* 8 low-order of superblock update count */ 152 __u32 cp_events_hi; /* 9 high-order of checkpoint update count */ 153 __u32 cp_events_lo; /* 10 low-order of checkpoint update count */ 155 __u32 events_lo; /* 7 low-order of superblock update count */ 156 __u32 events_hi; /* 8 high-order of superblock update count */ 157 __u32 cp_events_lo; /* 9 low-order of checkpoint update count */ 158 __u32 cp_events_hi; /* 10 high-order of checkpoint update count */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/raid/ |
md_p.h | 142 __u32 utime; /* 0 Superblock update time */ 150 __u32 events_hi; /* 7 high-order of superblock update count */ 151 __u32 events_lo; /* 8 low-order of superblock update count */ 152 __u32 cp_events_hi; /* 9 high-order of checkpoint update count */ 153 __u32 cp_events_lo; /* 10 low-order of checkpoint update count */ 155 __u32 events_lo; /* 7 low-order of superblock update count */ 156 __u32 events_hi; /* 8 high-order of superblock update count */ 157 __u32 cp_events_lo; /* 9 low-order of checkpoint update count */ 158 __u32 cp_events_hi; /* 10 high-order of checkpoint update count */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/raid/ |
md_p.h | 142 __u32 utime; /* 0 Superblock update time */ 150 __u32 events_hi; /* 7 high-order of superblock update count */ 151 __u32 events_lo; /* 8 low-order of superblock update count */ 152 __u32 cp_events_hi; /* 9 high-order of checkpoint update count */ 153 __u32 cp_events_lo; /* 10 low-order of checkpoint update count */ 155 __u32 events_lo; /* 7 low-order of superblock update count */ 156 __u32 events_hi; /* 8 high-order of superblock update count */ 157 __u32 cp_events_lo; /* 9 low-order of checkpoint update count */ 158 __u32 cp_events_hi; /* 10 high-order of checkpoint update count */
|
/dalvik/vm/ |
AtomicCache.cpp | 82 * Update a cache entry. 84 * In the event of a collision with another thread, the update may be skipped. 96 * The fields don't match, so we want to update them. There is a risk 97 * that another thread is also trying to update them, so we grab an 101 * was in mid-update, and we don't want to continue here. (This means
|
AtomicCache.h | 76 * update while we're in the middle of one. 110 * second time to verify that we didn't catch a partial update. \ 112 * an update was in progress before we got here (unlikely). \ 133 * Compute the result and update the cache. We really want this \ 158 * Update a cache entry.
|
/external/apache-harmony/security/src/test/impl/java.injected/java/security/ |
Signature_Impl2Test.java | 135 s.update((byte) 1); 138 s.update((byte) 1); 176 s.update(b); 178 s.update(b); 179 assertTrue("update() failed", MySignature2.runEngineUpdate2);
|
/external/bison/build-aux/ |
update-b4-copyright | 3 # Update b4_copyright invocations or b4_copyright_years definitions to 60 # If there was a second argument, it contains years, so update them. 66 # Update the year. 131 "$ARGV:$line: warning: failed to update a b4_copyright\n"; 148 "$ARGV:$line: warning: failed to update a"
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/ |
OAEPEncoding.java | 64 hash.update(encodingParams, 0, encodingParams.length); 331 mgf1Hash.update(Z, zOff, zLen); 332 mgf1Hash.update(C, 0, C.length); 343 mgf1Hash.update(Z, zOff, zLen); 344 mgf1Hash.update(C, 0, C.length);
|
/external/e2fsprogs/lib/ext2fs/ |
bb_inode.c | 2 * bb_inode.c --- routines to update the bad block inode. 54 * Given a bad blocks bitmap, update the bad blocks inode to reflect 120 * Update the bad block inode's mod time and block count 192 * Mark the block as unused, and update accounting information 255 * Update block counts
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/ |
ConstraintRotLimit.java | 82 this.update();
149 * It is important to update the state of the limits and owner/target before
152 private void update() {
method in class:ConstraintRotLimit 156 owner.update();
159 target.update();
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/ |
SQLite.java | 47 * Create a SQL UPDATE string. Returned values are then bound via 54 * @return update string 59 sb.append("UPDATE "); 107 * Build a WHERE clause used in SELECT, UPDATE and DELETE statements. 169 * Build the '(col1=?, col2=? ... )' clause used in UPDATE statements.
|