/cts/hostsidetests/appsecurity/test-apps/PermissionDeclareAppCompat/src/com/android/cts/permissiondeclareappcompat/ |
AmbiguousContentProvider.java | 61 public int update(Uri uri, ContentValues values, String selection, method in class:AmbiguousContentProvider
|
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/ |
BasicContentProvider.java | 61 public int update(Uri uri, ContentValues values, String selection, method in class:BasicContentProvider
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
MmsFileProvider.java | 63 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:MmsFileProvider
|
/external/apache-http/src/org/apache/http/conn/ |
OperatedClientConnection.java | 68 * because of an {@link #update update}. 79 * because of an {@link #update update}. 91 * because of an {@link #update update}. 168 void update(Socket sock, HttpHost target, method in interface:OperatedClientConnection
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/ |
MSOutlookKeyIdCalculator.java | 27 dig.update(spkiEnc, 0, spkiEnc.length);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
PKCS5S1ParametersGenerator.java | 41 digest.update(password, 0, password.length); 42 digest.update(salt, 0, salt.length); 47 digest.update(digestBytes, 0, digestBytes.length);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/io/ |
DigestInputStream.java | 29 digest.update((byte)b); 43 digest.update(b, off, n);
|
DigestOutputStream.java | 22 digest.update((byte)b); 31 digest.update(b, off, len);
|
MacInputStream.java | 29 mac.update((byte)b); 43 mac.update(b, off, n);
|
MacOutputStream.java | 22 mac.update((byte)b); 31 mac.update(b, off, len);
|
/external/chromium_org/chrome/browser/local_discovery/ |
service_discovery_device_lister.cc | 45 ServiceWatcher::UpdateType update, 49 << ", update: " << update; local 50 if (update == ServiceWatcher::UPDATE_INVALIDATED) { 58 if (update != ServiceWatcher::UPDATE_REMOVED) { 59 bool added = (update == ServiceWatcher::UPDATE_ADDED); 85 // TODO(noamsml): Update ServiceDiscoveryClient interface to match this.
|
/external/chromium_org/chrome/browser/resources/cryptotoken/ |
sha256.js | 9 // void update(byte[] data, opt_length); 114 /** Update the hash with additional data 117 SHA256.prototype.update = function(bytes, opt_length) { 130 /** Update the hash with a specified range from a data buffer 147 * Optionally update the hash with additional arguments, and return the 154 this.update(arguments[i]); 161 this.update(this._pad, 56 - this._inbuf); 163 this.update(this._pad, 64 - (this._inbuf - 56));
|
/external/chromium_org/content/browser/media/ |
webrtc_internals_message_handler.cc | 80 base::string16 update = WebUI::GetJavascriptCall(command, args_vector); local 84 host->ExecuteJavaScript(update);
|
/external/chromium_org/content/renderer/media/ |
webcontentdecryptionmodulesession_impl.cc | 70 void WebContentDecryptionModuleSessionImpl::update(const uint8* response, function in class:content::WebContentDecryptionModuleSessionImpl 114 // TODO(jrummell): Update this conversion when promises flow
|
/external/chromium_org/remoting/webapp/ |
connection_stats.js | 17 * @param {Element} statsElement The HTML div to which to update stats. 31 * Update the statistics panel. 34 remoting.ConnectionStats.prototype.update = function(stats) {
|
/external/chromium_org/sync/engine/ |
syncer_util_unittest.cc | 20 // it to the update just yet. 26 update.set_id_string("I"); 27 update.set_parent_id_string("P"); 28 update.set_version(10); 29 update.set_mtime(100); 30 update.set_ctime(100); 31 update.set_deleted(false); 32 update.mutable_specifics()->mutable_bookmark()->set_title("Chrome"); 33 update.mutable_specifics()->mutable_bookmark()-> 38 update.set_originator_cache_guid("CacheGUID") 50 sync_pb::SyncEntity update; member in class:syncer::GetUpdatePositionTest [all...] |
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/ |
ApplicationCache.cpp | 70 void ApplicationCache::update(ExceptionState& exceptionState) function in class:WebCore::ApplicationCache 73 if (!cacheHost || !cacheHost->update()) 74 exceptionState.throwDOMException(InvalidStateError, "there is no application cache to update.");
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/ |
CompositingInputsUpdater.cpp | 25 void CompositingInputsUpdater::update(RenderLayer* layer, UpdateType updateType, AncestorInfo info) function in class:WebCore::CompositingInputsUpdater 74 update(child, updateType, info);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/ |
EventListenersSidebarPane.js | 79 update: function(node) 146 this.update(this._selectedNode); 153 this.update(this._selectedNode); 217 update: function()
|
PlatformFontsSidebarPane.js | 57 update: function(node)
|
/external/chromium_org/third_party/WebKit/Source/web/ |
PageOverlay.cpp | 114 void PageOverlay::update() function in class:blink::PageOverlay
|
PageOverlayList.cpp | 87 // update overlay layers' z-order. Otherwise, just update current overlay. 91 update(); 93 pageOverlay->update(); 109 void PageOverlayList::update() function in class:blink::PageOverlayList 112 m_pageOverlays[i]->update();
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
garden-o-matic.js | 59 function update() function 78 g_nonLayoutTestFailureBuilders.update(failuresList); 84 g_failuresController.update(); 86 updating.update('Analyzing test failures ...'); 89 updating.update('Analyzing test failures ... ' + ++numberOfTestsAnalyzed + '/' + total + ' tests analyzed.'); 90 g_unexpectedFailuresController.update(failureAnalysis); 114 g_updateTimerId = window.setInterval(update, config.kUpdateFrequency); 146 updateButton.addEventListener("click", update); 147 updateButton.textContent = 'update'; 164 update(); [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/ |
mocktool.py | 48 self.update(**kwargs) 50 def update(self, **kwargs): member in class:MockOptions 51 self.__dict__.update(**kwargs)
|
/external/chromium_org/tools/sheriffing/ |
botinfo.js | 29 /** Update info about the bot, including info about the builder's builds. */ 30 BotInfo.prototype.update = function(rootJsonUrl, builderJson) { 31 // Update the builder's state. 40 this.numUpdatesOffline + ' update(s) in a row');
|