HomeSort by relevance Sort by last modified time
    Searched full:update (Results 176 - 200 of 9150) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebKit2/Shared/CoreIPCSupport/
DrawingAreaMessageKinds.h 45 // Called when an update chunk sent to the drawing area has been
50 // Called to request a tile update.
53 // Called to cancel a requested tile update.
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
update.py 34 class Update(AbstractStep):
38 Options.update,
43 if not self._options.update:
  /libcore/luni/src/main/java/java/util/zip/
Checksum.java 48 public void update(byte[] buf, int off, int nbytes); method in interface:Checksum
54 * the byte to update the checksum with.
56 public void update(int val); method in interface:Checksum
  /packages/apps/Camera/src/com/android/camera/ui/
OverlayRenderer.java 34 update(); method
89 protected void update() { method in class:OverlayRenderer
91 mOverlay.update();
  /packages/apps/Gallery2/src/com/android/camera/ui/
OverlayRenderer.java 34 update(); method
89 protected void update() { method in class:OverlayRenderer
91 mOverlay.update();
  /dalvik/vm/mterp/armv5te/
OP_GOTO_16.S 12 FETCH_ADVANCE_INST_RB(r1) @ update rPC, load rINST
  /dalvik/vm/mterp/mips/
OP_GOTO_16.S 12 FETCH_ADVANCE_INST_RB(a1) # update rPC, load rINST
  /development/samples/MySampleRss/res/values/
strings.xml 7 <string name="menu_option_update">Update All Feeds</string>
  /development/samples/training/threadsample/res/values/
strings.xml 6 <string name="progress_starting_update">Starting Update</string>
  /development/tools/recovery_l10n/res/values-en-rGB/
strings.xml 4 <string name="recovery_installing" msgid="7864047928003865598">"Installing system update?"</string>
  /development/tools/recovery_l10n/res/values-tl/
strings.xml 4 <string name="recovery_installing" msgid="7864047928003865598">"Ini-install ang update sa system?"</string>
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
Signature2Test.java 172 sig.update(MESSAGE.getBytes());
185 * @tests java.security.Signature#update(byte[])
192 sig.update(bytes);
196 * @tests java.security.Signature#update(byte[], int, int)
203 sig.update(bytes, 0, bytes.length);
207 * @tests java.security.Signature#update(byte)
213 sig.update(MESSAGE.getBytes()[0]);
222 sig.update(MESSAGE.getBytes());
227 sig.update(MESSAGE.getBytes());
  /external/chromium/chrome/browser/bookmarks/
bookmark_drop_info.h 29 void Update(const views::DropTargetEvent& event);
35 // Value of event.GetSourceOperations when Update was last invoked.
38 // Whether the control key was down last time Update was invoked.
41 // Y position of the event last passed to Update.
  /external/chromium/chrome/browser/prefs/
scoped_user_pref_update_unittest.cc 46 DictionaryPrefUpdate update(&prefs_, kPref);
47 DictionaryValue* value = update.Get();
60 // Now we are leaving the scope of the update so we should be notified.
74 DictionaryPrefUpdate update(&prefs_, kPref);
  /external/chromium/chrome/browser/sync/protocol/
bookmark_specifics.proto 7 // Update proto_value_conversions{.h,.cc,_unittest.cc} if you change
preference_specifics.proto 7 // Update proto_value_conversions{.h,.cc,_unittest.cc} if you change
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/pin/
background.html 16 chrome.tabs.update(tab.id, {'pinned': !tab.pinned});
  /external/chromium/chrome/common/extensions/
update_manifest.h 17 // An update manifest looks like this:
35 // the minimum version of the chrome browser that the update applies to.
37 // The result of parsing one <app> tag in an xml update check manifest.
62 // Parses an update manifest xml string into Result data. Returns a bool
  /external/chromium/crypto/
secure_hash.h 24 virtual void Update(const void* input, size_t len) = 0;
  /external/compiler-rt/BlocksRuntime/tests/
byrefaccess.c 29 printf("*** %s didn't update i\n", argv[0]);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
buildBugToolsZip.xml 17 update="true"/>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
buildFeedToolsZip.xml 21 update="true"/>
  /external/guava/guava/src/com/google/common/hash/
MessageDigestHashFunction.java 74 digest.update(b);
80 digest.update(bytes);
87 digest.update(bytes, off, len);
94 digest.update(scratch.array(), 0, Shorts.BYTES);
102 digest.update(scratch.array(), 0, Ints.BYTES);
110 digest.update(scratch.array(), 0, Longs.BYTES);
118 digest.update(scratch.array(), 0, 4);
126 digest.update(scratch.array(), 0, 8);
138 digest.update(scratch.array(), 0, Chars.BYTES);
  /external/javassist/sample/evolve/
DemoServer.java 18 * Furthermore, if a html file /update.html is requested, this web
19 * server overwrites WebPage.class (class file) and calls update()
54 else if (cmd.startsWith("GET /update.html ")) {
62 VersionManager.update("sample.evolve.WebPage");
  /external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
MANIFEST 18 t/update.t

Completed in 1494 milliseconds

1 2 3 4 5 6 78 91011>>