/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
DatabaseModifier.java | 25 * An interface which wraps key database modify operations (insert, update, delete) to perform 41 * Use this method to update a table which you would otherwise do using the 42 * {@link SQLiteDatabase#update(String, ContentValues, String, String[])} method. 44 public abstract int update(String table, ContentValues values, method in interface:DatabaseModifier
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/ |
__init__.py | 40 v._propdict.update(getattr(superclass, '_propdict', {})) 41 v._elemdict.update(getattr(superclass, '_elemdict', {})) 42 v._propdict.update(getattr(v, '_privpropdict', {})) 43 v._elemdict.update(getattr(v, '_privelemdict', {}))
|
/development/tools/recovery_l10n/res/values/ |
strings.xml | 15 system is installing an update. [CHAR LIMIT=60] --> 16 <string name="recovery_installing">Installing system update\u2026</string> 29 <!-- Displayed on the triangle-! screen when a system update
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/bc/ |
BcDigestCalculatorProvider.java | 58 dig.update(bytes, off, len); 64 dig.update(bytes, 0, bytes.length); 70 dig.update((byte)b);
|
/external/chromium/chrome/browser/chromeos/ |
update_observer.cc | 17 : notification_(profile, "update.chromeos", IDR_NOTIFICATION_UPDATE, 26 // TODO seanparent@chromium.org : This update should only be shown when an 27 // update is critical and should include a restart button using the
|
/external/chromium/chrome/browser/download/ |
download_status_updater.cc | 20 Update(); 26 Update(); 29 void DownloadStatusUpdater::Update() {
|
/external/chromium/chrome/browser/sync/syncable/ |
model_type_payload_map.h | 43 // Coalesce |update| into |original|, overwriting only when |update| has 46 const ModelTypePayloadMap& update);
|
/external/chromium_org/cc/layers/ |
io_surface_layer.cc | 43 bool IOSurfaceLayer::Update(ResourceUpdateQueue* queue, 45 bool updated = Layer::Update(queue, occlusion); 47 // This layer doesn't update any resources from the main thread side,
|
picture_layer.h | 33 virtual bool Update( 53 // Invalidation to use the next time update is called. 55 // Invalidation from the last time update was called.
|
video_layer.cc | 25 bool VideoLayer::Update(ResourceUpdateQueue* queue, 27 bool updated = Layer::Update(queue, occlusion); 29 // Video layer doesn't update any resources from the main thread side,
|
/external/chromium_org/chrome/browser/metrics/variations/ |
variations_registry_syncer_win.h | 12 // This class manages synchronizing active VariationIDs with the Google Update 20 // Variations associated with Google Update. If the timer is already running, 32 // update requests, to avoid reading and writing from the registry too much.
|
/external/chromium_org/chrome/browser/resources/help/ |
channel_change_page.css | 21 .show-when-selected-channel-requires-delayed-update, 29 .selected-channel-requires-delayed-update 30 .show-when-selected-channel-requires-delayed-update,
|
/external/chromium_org/chrome/browser/ui/webui/help/ |
help_browsertest.js | 29 expectTrue($('update-status-container').hidden); 33 expectTrue(!$('update-status-container').hidden); 37 expectTrue($('update-status-container').hidden);
|
version_updater_mac.h | 16 // OS X implementation of version update functionality, used by the WebUI 40 // Update the visibility state of promote button. 43 // Callback used to communicate update status to the client.
|
/external/chromium_org/chrome/browser/ui/webui/memory_internals/ |
memory_internals_handler.cc | 32 "update", 41 void MemoryInternalsHandler::OnUpdate(const base::string16& update) { 46 host->ExecuteJavascriptInWebFrame(base::string16(), update); local
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
file_system_test.py | 51 all_files.update(root + '/' + name for name in files) 52 all_dirs.update(root + '/' + name for name in dirs) 68 all_files.update(root + '/' + name for name in files)
|
template_renderer.py | 35 render_context.update({ 42 render_context.update(additional_context) 49 data_sources.update({
|
/external/chromium_org/content/common/ |
one_writer_seqlock.cc | 23 // Otherwise, the writer is in the middle of an update. Retry the read. 37 // update. 44 // a write update.
|
/external/chromium_org/google_apis/cup/ |
client_update_protocol.h | 20 // Client Update Protocol, or CUP, is used by Google Update (Omaha) servers to 21 // ensure freshness and authenticity of update checks over HTTP, without the 23 // replay protection (since update checks are idempotent). 27 // Each ClientUpdateProtocol represents a single update check in flight -- a 45 // Generates freshness/authentication data for an outgoing update check. 50 // |request_body| contains the body of the update check request in UTF-8. 57 // ValidateResponse(); if you need to have multiple update checks in flight, 63 // Validates a response given to a update check request previously signed 109 // the update check request and the update response. The client builds i [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
tkt2832.test | 32 UPDATE OR REPLACE t1 SET a = 1; 40 CREATE TRIGGER t2_t AFTER UPDATE ON t2 BEGIN 49 UPDATE t2 SET b = 5
|
/external/chromium_org/tools/clang/scripts/ |
update.py | 7 update.sh. 23 # Work around this by setting stderr of the update.sh process to stdin (!): 29 [os.path.join(os.path.dirname(__file__), 'update.sh')] + sys.argv[1:],
|
/external/chromium_org/win8/delegate_execute/ |
chrome_util.cc | 42 L"Software\\Google\\Update\\Clients\\"; 109 // Read the update command from the registry. 112 AtlTrace("%hs. Failed to read update command from registry.\n", 115 // Run the update command. 120 AtlTrace("%hs. Failed to launch command to finalize update; " 125 // Run the update command via Google Update. 139 AtlTrace("%hs. Failed to launch command to finalize update; " 147 // Wait for the update to complete and report the results. 152 AtlTrace("%hs. Failed to get result when finalizing update.\n" [all...] |
/external/jmdns/src/javax/jmdns/impl/constants/ |
DNSOperationCode.java | 33 * Update [RFC2136] 35 Update("Update", 5);
|
/external/replicaisland/src/com/replica/replicaisland/ |
MainLoop.java | 34 public void update(float timeDelta, BaseObject parent) { method in class:MainLoop 35 mTimeSystem.update(timeDelta, parent); 37 super.update(newTimeDelta, parent);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/database/ |
ContactUpdateUtils.java | 26 * Static methods to update contact information. 38 // Update the primary values in the data record. 43 context.getContentResolver().update(
|