Searched defs:update (Results 151 - 175 of 441) sorted by relevance

1234567891011>>

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DContentProviderTest.java50 public int update(Uri arg0, ContentValues arg1, String arg2, method in class:ContentProviderTest.TestContentProvider
/external/smack/src/org/xbill/DNS/utils/
H A DHMAC.java42 digest.update(ipad);
112 update(byte [] b, int offset, int length) { method in class:HMAC
113 digest.update(b, offset, length);
121 update(byte [] b) { method in class:HMAC
122 digest.update(b);
133 digest.update(opad);
171 digest.update(ipad);
/external/svox/pico/src/com/svox/pico/providers/
H A DSettingsProvider.java90 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:SettingsProvider
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jar ... .html plugin.properties org/ org/eclipse/ org/eclipse/update/ org/eclipse/update/configurator/ org/eclipse/update/configurator/ConfiguratorUtils. ...
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DWatchExpressionsSidebarPane.js79 this.section.update();
138 update: function(e)
244 this.update();
251 this.update();
271 this.update();
278 this.update();
406 update: function()
408 WebInspector.ObjectPropertyTreeElement.prototype.update.call(this);
H A DCallStackSidebarPane.js51 update: function(details)
225 this.update(details);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineOverviewPane.js61 this.update();
66 this.update();
85 this.update();
88 update: function()
97 this._overviewControls[i].update();
130 this.update();
300 update: function() { },
344 update: function()
H A DTimelinePowerOverview.js127 update: function()
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DRunnerController.java97 public void update() { method in class:RunnerController
102 update();
108 update();
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtask.rb343 def update method in class:ANTLR3
/external/apache-http/src/org/apache/http/impl/conn/
H A DDefaultClientConnection.java214 public void update(Socket sock, HttpHost target, method in class:DefaultClientConnection
235 } // update
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/
H A DHMac.java125 digest.update(key, 0, keyLength);
149 ((Digest)opadState).update(outputBuf, 0, blockLength);
152 digest.update(inputPad, 0, inputPad.length);
165 public void update( method in class:HMac
168 digest.update(in);
171 public void update( method in class:HMac
176 digest.update(in, inOff, len);
188 digest.update(outputBuf, blockLength, digest.getDigestSize());
192 digest.update(outputBuf, 0, outputBuf.length);
208 digest.update(inputPa
[all...]
/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_controller_unittest.cc79 ui::AccelerometerUpdate update; local
80 update.Set(ui::ACCELEROMETER_SOURCE_ATTACHED_KEYBOARD,
82 update.Set(ui::ACCELEROMETER_SOURCE_SCREEN,
84 maximize_mode_controller()->OnAccelerometerUpdated(update);
487 // next accelerometer update the rotation lock is cleared.
498 // Send an update that would not relaunch MaximizeMode.
/external/chromium_org/chrome/browser/chromeos/system/
H A Dinput_device_settings.h52 // Tries to update |this| with |update|. If |update| is unset or has same
54 // |update| and returns true.
55 bool Update(const Optional& update) { argument
56 if (update.is_set_ && (!is_set_ || value_ != update.value_)) {
57 value_ = update.value_;
76 // Auxiliary class used to update several touchpad settings at a time. User
105 // to apply update
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Deditable_text_area_shadow.js43 cvox.EditableTextAreaShadow.prototype.update = function(element) {
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dapi_schema_graph.py352 def update(base, addend): function in function:APISchemaGraph.Update
360 base[key] = update(_GraphNode(annotation=annotator(key)), addend[key])
363 update(base[key], addend[key])
366 update(self._graph, other._graph)
/external/chromium_org/components/search_engines/
H A Ddefault_search_manager_unittest.cc47 void SetOverrides(user_prefs::TestingPrefServiceSyncable* prefs, bool update) { argument
53 entry->SetString("name", update ? "new_foo" : "foo");
54 entry->SetString("keyword", update ? "new_fook" : "fook");
69 entry->SetString("name", update ? "new_bar" : "bar");
70 entry->SetString("keyword", update ? "new_bark" : "bark");
204 // DefaultSearchManager) triggers an update.
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_manager_win.cc58 ui::AXTreeUpdate update; local
59 update.nodes.push_back(empty_document);
60 return update;
/external/chromium_org/content/browser/media/
H A Dmedia_internals_proxy.cc72 void MediaInternalsProxy::OnUpdate(const base::string16& update) { argument
76 base::Bind(&MediaInternalsProxy::UpdateUIOnUIThread, this, update));
143 void MediaInternalsProxy::UpdateUIOnUIThread(const base::string16& update) { argument
147 handler_->OnUpdate(update);
154 // if an update is not already pending.
178 base::string16 update = WebUI::GetJavascriptCall(function, args_vector); local
179 UpdateUIOnUIThread(update);
/external/chromium_org/pdf/
H A Dpaint_manager.cc143 // The best way for us to do the next update is to get a notification that
200 PaintAggregator::PaintUpdate update = aggregator_.GetPendingUpdate(); local
201 client_->OnPaint(update.paint_rects, &ready, &pending);
218 if (update.has_scroll)
219 graphics_.Scroll(update.scroll_rect, update.scroll_delta);
/external/chromium_org/sync/engine/
H A Dprocess_updates_util.cc27 // This function attempts to determine whether or not this update is genuinely
30 // There is a known inaccuracy in its implementation. If this update ends up
32 // as being a non-reflection update. Fortunately, the server usually updates
39 // following the next restart, we will receive an update from the server that
45 // this case, we're right to assume that the update is not a reflection.
49 const sync_pb::SyncEntity &update) {
52 SyncableIdFromProto(update.id_string()));
56 if (!existing_entry.good() && update.deleted()) {
60 // update is useless to us. Let's count them all as "not new", even though
68 update
48 UpdateContainsNewVersion(syncable::BaseTransaction *trans, const sync_pb::SyncEntity &update) argument
177 ProcessUpdate( const sync_pb::SyncEntity& update, const Cryptographer* cryptographer, syncable::ModelNeutralWriteTransaction* const trans) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositingLayerAssigner.cpp97 CompositingStateTransitionType update = NoCompositingStateChange; local
100 update = AllocateOwnCompositedLayerMapping;
104 update = RemoveOwnCompositedLayerMapping;
108 // We can't compute at this time whether the squashing layer update is a no-op,
110 update = PutInSquashingLayer;
112 update = RemoveFromSquashingLayer;
116 return update;
195 // If we've modified the collection of squashed layers, we must update
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DPropertiesSidebarPane.js52 update: function(node)
173 this.update(this._node);
/external/chromium_org/third_party/WebKit/Tools/lldb/
H A Dlldb_webkit.py215 self.update()
244 def update(self): member in class:WTFVectorProvider
258 self.update()
300 def update(self): member in class:WTFHashTableProvider
/external/chromium_org/third_party/libwebp/enc/
H A Dtree.c492 const int update = (p0 != VP8CoeffsProba0[t][b][c][p]); local
493 if (VP8PutBit(bw, update, VP8CoeffsUpdateProba[t][b][c][p])) {

Completed in 546 milliseconds

1234567891011>>