HomeSort by relevance Sort by last modified time
    Searched defs:update (Results 151 - 175 of 1241) sorted by null

1 2 3 4 5 67 8 91011>>

  /development/samples/Support4Demos/src/com/example/android/supportv4/content/
SharingSupportProvider.java 70 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:SharingSupportProvider
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailProviderHelper.java 91 * be used to perform the update. The remaining fields will be left unmodified. To mark a
92 * voicemail as read, create a new {@link Voicemail} that is marked as read, and call update.
99 public int update(Uri uri, Voicemail voicemail); method in interface:VoicemailProviderHelper
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
MessageDigest2Test.java 72 d1.update(b);
76 d1.update((byte) 1);
77 d2.update((byte) 1);
222 sha.update(MESSAGE.getBytes("UTF-8"));
229 sha.update((byte) 'a');
238 sha.update((byte) 'a');
247 sha.update((byte) 'a');
308 * @tests java.security.MessageDigest#update(byte[], int, int)
312 MessageDigest.getInstance("SHA").update(new byte[] { }, Integer.MAX_VALUE, Integer.MAX_VALUE); method
  /external/bison/
cfg.mk 17 # Update version, then recompile so that tests/bison --version be
30 # don't want to wait on a recompile because of an update to $(VERSION). Thus,
60 update-copyright: update-b4-copyright update-package-copyright-year
61 update-copyright-env = \
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
SubjectKeyIdentifier.java 135 digest.update(bytes, 0, bytes.length);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
GeneralDigest.java 48 public void update( method in class:GeneralDigest
62 public void update( method in class:GeneralDigest
72 update(in[inOff]);
95 update(in[inOff]);
109 update((byte)128); method
113 update((byte)0); method
NullDigest.java 23 public void update(byte in) method in class:NullDigest
28 public void update(byte[] in, int inOff, int len) method in class:NullDigest
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/
BCMessageDigest.java 28 digest.update(input);
36 digest.update(input, offset, len);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_history.js 64 * Update the navigation history with the current element.
66 * @param {Node} newNode The new node to update the history with.
68 cvox.NavigationHistory.prototype.update = function(newNode) {
90 * invalid since we arrived there (during the update call). If the node
128 this.update(active);
  /external/chromium_org/chrome/browser/resources/google_now/
cards.js 92 * updated last time by cardSet.update().
107 var UPDATE_CARD_TASK_NAME = 'update-card';
138 instrumented.notifications.update(
147 ' failed to update, creating');
202 function update(
204 console.log('cardManager.update ' + JSON.stringify(combinedCard));
319 notificationData: update(
371 update(
384 update: update,
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/accessibility/
automation_manager_ash.cc 100 ui::AXTreeUpdate update; local
101 current_tree_serializer_->SerializeChanges(aura_obj, &update);
106 content::AXEventNotificationDetails detail(update.nodes,
  /external/chromium_org/ppapi/utility/graphics/
paint_manager.cc 101 // The best way for us to do the next update is to get a notification that
122 // Make a copy of the pending update and clear the pending update flag before
125 PaintAggregator::PaintUpdate update = aggregator_.GetPendingUpdate(); local
150 if (update.has_scroll)
151 graphics_.Scroll(update.scroll_rect, update.scroll_delta);
153 if (client_->OnPaint(graphics_, update.paint_rects, update.paint_bounds)) {
  /external/chromium_org/third_party/WebKit/Source/core/timing/
MemoryInfo.cpp 67 update();
72 void update() function in class:WebCore::HeapSizeCache
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
ordered_dict.py 34 self.update(*args, **kwds)
71 update = MutableMapping.update variable in class:OrderedDict
  /external/chromium_org/third_party/blanketjs/src/
blanket.js     [all...]
  /external/chromium_org/third_party/tlslite/tlslite/
mathtls.py 131 def update(self, m): member in class:MAC_SSL
132 self.ihash.update(m)
144 ohash2.update(self.ihash.digest())
  /external/clang/test/SemaCXX/
constexpr-turing.cpp 30 constexpr Tape update(const Tape &old, bool write) { return Tape(old, write); } function
37 run(tm, move(update(tape, tm[state][tape.val].tape),
  /external/javassist/sample/evolve/
VersionManager.java 17 * VersionManager.update("my.X");
19 public static void update(String qualifiedClassname) method in class:VersionManager
27 throw new CannotUpdateException("cannot update class: "
  /external/lldb/examples/summaries/cocoa/
CFBag.py 38 self.update();
40 def update(self): member in class:CFBagRef_SummaryProvider
70 self.update();
72 def update(self): member in class:CFBagUnknown_SummaryProvider
CFBinaryHeap.py 38 self.update();
40 def update(self): member in class:CFBinaryHeapRef_SummaryProvider
67 self.update();
69 def update(self): member in class:CFBinaryHeapUnknown_SummaryProvider
NSBundle.py 36 self.update();
38 def update(self): member in class:NSBundleKnown_SummaryProvider
72 self.update()
74 def update(self): member in class:NSBundleUnknown_SummaryProvider
NSData.py 39 self.update();
41 def update(self): member in class:NSConcreteData_SummaryProvider
72 self.update();
74 def update(self): member in class:NSDataUnknown_SummaryProvider
NSException.py 31 self.update();
33 def update(self): member in class:NSKnownException_SummaryProvider
62 self.update();
64 def update(self): member in class:NSUnknownException_SummaryProvider
NSIndexSet.py 42 self.update();
44 def update(self): member in class:NSIndexSetClass_SummaryProvider
92 self.update();
94 def update(self): member in class:NSIndexSetUnknown_SummaryProvider
NSMachPort.py 38 self.update();
40 def update(self): member in class:NSMachPortKnown_SummaryProvider
70 self.update();
72 def update(self): member in class:NSMachPortUnknown_SummaryProvider

Completed in 1188 milliseconds

1 2 3 4 5 67 8 91011>>