Searched refs:update (Results 176 - 200 of 1296) sorted by relevance

1234567891011>>

/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
H A Dconfig.py33 self.update(data)
39 self.update(json.loads(json_data))
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
H A DApplicationCache.idl30 // update status
39 [RaisesException] void update();
/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()
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebContentDecryptionModuleSession.h70 virtual void update(const unsigned char* response, size_t responseLength) = 0;
74 virtual void update(const unsigned char* response, size_t responseLength, WebContentDecryptionModuleResult);
/external/chromium_org/third_party/polymer/components-chromium/core-range/
H A Dcore-range-extracted.js51 'value min max step': 'update'
72 update: function() {
/external/chromium_org/third_party/skia/bench/
H A DChecksumBench.cpp65 md5.update(reinterpret_cast<uint8_t*>(fData), sizeof(fData));
73 sha1.update(reinterpret_cast<uint8_t*>(fData), sizeof(fData));
/external/chromium_org/ui/accessibility/
H A Dax_tree.cc27 // Intermediate state to keep track of during a tree update.
29 // During an update, this keeps track of all nodes that have been
30 // implicitly referenced as part of this update, but haven't been
35 // Keeps track of new nodes created during this update.
79 bool AXTree::Unserialize(const AXTreeUpdate& update) { argument
83 if (update.node_id_to_clear != 0) {
84 AXNode* node = GetFromId(update.node_id_to_clear);
87 update.node_id_to_clear);
102 for (size_t i = 0; i < update.nodes.size(); ++i) {
103 if (!UpdateNode(update
[all...]
/external/conscrypt/src/test/java/org/conscrypt/
H A DMacTest.java58 mac1.update(testString);
64 mac2.update(testString);
/external/fio/
H A DFIO-VERSION-GEN19 git update-index -q --refresh
/external/lldb/examples/summaries/cocoa/
H A DCFDictionary.py38 self.update();
40 def update(self): member in class:NSCFDictionary_SummaryProvider
76 self.update();
78 def update(self): member in class:NSDictionaryI_SummaryProvider
116 self.update();
118 def update(self): member in class:NSDictionaryM_SummaryProvider
150 self.update();
152 def update(self): member in class:NSDictionaryUnknown_SummaryProvider
H A DNSDate.py66 self.update();
71 def update(self): member in class:NSTaggedDate_SummaryProvider
97 self.update()
99 def update(self): member in class:NSUntaggedDate_SummaryProvider
127 self.update()
129 def update(self): member in class:NSCalendarDate_SummaryProvider
155 self.update()
157 def update(self): member in class:NSTimeZoneClass_SummaryProvider
179 self.update()
181 def update(sel member in class:NSUnknownDate_SummaryProvider
[all...]
H A DNSSet.py38 self.update();
40 def update(self): member in class:NSCFSet_SummaryProvider
70 self.update();
72 def update(self): member in class:NSSetUnknown_SummaryProvider
99 self.update();
101 def update(self): member in class:NSSetI_SummaryProvider
140 self.update();
142 def update(self): member in class:NSSetM_SummaryProvider
169 self.update();
171 def update(sel member in class:NSCountedSet_SummaryProvider
[all...]
/external/llvm/unittests/Support/
H A DMD5Test.cpp25 Hash.update(Input);
35 Hash.update(Input);
/external/llvm/utils/
H A DlldbDataFormatters.py20 self.update() # initialize this provider
44 def update(self): member in class:SmallVectorSynthProvider
/external/skia/bench/
H A DChecksumBench.cpp65 md5.update(reinterpret_cast<uint8_t*>(fData), sizeof(fData));
73 sha1.update(reinterpret_cast<uint8_t*>(fData), sizeof(fData));
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DMacTest.java291 * Test for <code>update</code> and <code>doFinal</code> methods
305 macs[i].update((byte) 0);
310 macs[i].update(buf);
315 macs[i].update(buf, 0, 3);
320 macs[i].update(bBuf);
421 * Assertion: update Mac and returns result
444 macs[i].update(upd);
454 * Test for <code>update(byte[] input, int outset, int len)</code> method
472 macs[i].update(b, -10, b.length);
477 macs[i].update(
[all...]
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dapp_yaml_helper_test.py86 def apply_update(update):
87 update = MoveTo(SERVER2, update)
88 file_system_at_head.Update(update)
89 updates.append(update)
H A Dcron_servlet_test.py165 def storage_html_update(update):
167 'apps': {'storage.html': update}
169 def static_txt_update(update):
171 'static.txt': update
184 for update in updates_for_commit:
185 mock_file_system.Update(update)
215 double_update.update(app_yaml_update('2-0-10'))
227 updates.append(storage_html_update('<h1>y</h1> u not update!'))
261 self.assertEqual('<h1>y</h1> u not update!',
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_prefs.cc177 DictionaryPrefUpdate update(prefs_, kPrefTranslateWhitelists);
178 base::DictionaryValue* dict = update.Get();
189 DictionaryPrefUpdate update(prefs_, kPrefTranslateWhitelists);
190 base::DictionaryValue* dict = update.Get();
232 DictionaryPrefUpdate update(prefs_, kPrefTranslateDeniedCount);
233 base::DictionaryValue* dict = update.Get();
241 DictionaryPrefUpdate update(prefs_, kPrefTranslateDeniedCount);
242 update.Get()->SetInteger(language, 0);
254 DictionaryPrefUpdate update(prefs_, kPrefTranslateAcceptedCount);
255 base::DictionaryValue* dict = update
[all...]
/external/chromium_org/crypto/third_party/nss/
H A Drsawrapr.c45 (*hash->update)(hashContext, mgfSeed, mgfSeedLen);
46 (*hash->update)(hashContext, C, sizeof C);
142 (*hash->update)(hash_context, eightZeros, 8);
143 (*hash->update)(hash_context, mHash, hash->length);
144 (*hash->update)(hash_context, &db[dbMaskLen - sLen], sLen);
/external/chromium_org/ppapi/generators/
H A Didl_outfile.py138 def TestFile(name, stringlist, force, update):
157 if update:
162 ErrOut.Log('Failed to update timestamp for %s.' % filename)
180 errors += TestFile(filename, stringlist, force=True, update=True)
183 errors += TestFile(filename, stringlist, force=False, update=False)
186 errors += TestFile(filename, stringlist + ['X'], force=False, update=True)
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
H A DPoloChallengeResponse.java129 digest.update(clientModulus);
130 digest.update(clientExponent);
131 digest.update(serverModulus);
132 digest.update(serverExponent);
133 digest.update(nonce);
/external/smack/src/org/xbill/DNS/
H A DTSIG.java230 hmac.update(out.toByteArray());
231 hmac.update(old.getSignature());
237 hmac.update(b);
255 hmac.update(out.toByteArray());
323 hmac.update(out.toByteArray());
324 hmac.update(old.getSignature());
327 hmac.update(m.toWire());
337 hmac.update(out.toByteArray());
390 hmac.update(out.toByteArray());
391 hmac.update(ol
[all...]
/external/libnfc-nci/src/nfa/dm/
H A Dnfa_dm_main.c230 BOOLEAN update; local
245 update = FALSE;
367 update = TRUE;
380 update = TRUE;
384 update = TRUE;
391 update = TRUE;
396 if (update)
414 /* If any TVLs to update, or if the SetConfig was initiated by the application, then send the SET_CONFIG command */
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
H A DJcaContentSignerBuilder.java120 sig.update(bytes, off, len);
133 sig.update(bytes);
146 sig.update((byte)b);

Completed in 2022 milliseconds

1234567891011>>