Searched refs:update (Results 126 - 150 of 1296) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/prefs/
H A Dpref_model_associator_unittest.cc101 ListPrefUpdate update(pref_service_, prefs::kURLsToRestoreOnStartup);
102 base::ListValue* local_list_value = update.Get();
120 ListPrefUpdate update(pref_service_, prefs::kURLsToRestoreOnStartup);
121 base::ListValue* local_list_value = update.Get();
138 ListPrefUpdate update(pref_service_, prefs::kURLsToRestoreOnStartup);
139 base::ListValue* local_list_value = update.Get();
161 ListPrefUpdate update(pref_service_, prefs::kURLsToRestoreOnStartup);
162 base::ListValue* local_list_value = update.Get();
184 ListPrefUpdate update(pref_service_, prefs::kURLsToRestoreOnStartup);
185 base::ListValue* local_list_value = update
[all...]
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_manager.cc27 ui::AXTreeUpdate update; local
28 update.nodes.push_back(node1);
30 update.nodes.push_back(node2);
32 update.nodes.push_back(node3);
34 update.nodes.push_back(node4);
36 update.nodes.push_back(node5);
38 update.nodes.push_back(node6);
40 update.nodes.push_back(node7);
42 update.nodes.push_back(node8);
44 update
114 ui::AXTreeUpdate update; local
371 ui::AXTreeUpdate update; local
[all...]
/external/lldb/examples/summaries/cocoa/
H A DCFArray.py33 self.update()
35 def update(self): member in class:NSArrayKVC_SynthProvider
62 self.update()
64 def update(self): member in class:NSArrayCF_SynthProvider
85 self.update()
87 def update(self): member in class:NSArrayI_SynthProvider
109 self.update()
111 def update(self): member in class:NSArrayM_SynthProvider
144 def update(self): member in class:NSArray_SynthProvider
148 self.wrapper.update()
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
H A DCCMBlockCipher.java374 cMac.update(b0, 0, b0.length);
386 cMac.update((byte)(textLength >> 8));
387 cMac.update((byte)textLength);
393 cMac.update((byte)0xff);
394 cMac.update((byte)0xfe);
395 cMac.update((byte)(textLength >> 24));
396 cMac.update((byte)(textLength >> 16));
397 cMac.update((byte)(textLength >> 8));
398 cMac.update((byte)textLength);
405 cMac.update(initialAssociatedTex
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DSignature2Test.java173 sig.update(MESSAGE.getBytes());
186 * @tests java.security.Signature#update(byte[])
193 sig.update(bytes);
197 * @tests java.security.Signature#update(byte[], int, int)
204 sig.update(bytes, 0, bytes.length);
208 * @tests java.security.Signature#update(byte)
214 sig.update(MESSAGE.getBytes()[0]);
223 sig.update(MESSAGE.getBytes());
228 sig.update(MESSAGE.getBytes());
/external/chromium_org/chrome/browser/resources/google_now/
H A Dcards.js92 * updated last time by cardSet.update().
107 var UPDATE_CARD_TASK_NAME = 'update-card';
138 instrumented.notifications.update(
202 function update(
204 console.log('cardManager.update ' + JSON.stringify(combinedCard));
319 notificationData: update(
371 update(
384 update: update,
/external/chromium_org/third_party/closure_compiler/tools/
H A Dcompile_coverage.py66 found_files.update(relevant_files)
68 found_files.update(processor.Processor(f).included_files)
94 compiled.update(processor.Processor(target_file).included_files)
99 compiled.update([os.path.abspath(d) for d in rel_depends])
109 files.update(js_files_and_deps_in_dir(n))
118 files.update(js_files_and_deps_in_dir(w))
/external/chromium_org/third_party/polymer/components-chromium/core-collapse/
H A Dcore-collapse-extracted.js93 this.update();
109 this.update();
155 update: function() {
176 // for initial update, skip the expanding animation to optimize
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DDigitalSignatureTest.java62 ds_sign.update(pivateKeyEncoding);
68 sha.update(pivateKeyEncoding);
69 md5.update(pivateKeyEncoding);
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
H A DJcaDigestCalculatorProviderBuilder.java94 dig.update(bytes, off, len);
100 dig.update(bytes);
106 dig.update((byte)b);
/external/chromium_org/base/prefs/
H A Dscoped_user_pref_update_unittest.cc48 DictionaryPrefUpdate update(&prefs_, kPref);
49 base::DictionaryValue* value = update.Get();
62 // Now we are leaving the scope of the update so we should be notified.
76 DictionaryPrefUpdate update(&prefs_, kPref);
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_test_base.h38 void AddChange(const ::sync_pb::ManagedUserSpecifics& proto, bool update);
54 bool update);
60 bool update);
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_shared_settings_update_unittest.cc29 SupervisedUserSharedSettingsUpdate update(
49 SupervisedUserSharedSettingsUpdate update(
57 // Syncing down a different change will cause the update to fail.
75 SupervisedUserSharedSettingsUpdate update(
/external/chromium_org/content/browser/media/
H A Dwebrtc_internals.cc138 // Append the update to the end of the log.
155 base::DictionaryValue update; local
156 update.SetInteger("pid", static_cast<int>(pid));
157 update.SetInteger("lid", lid);
158 update.MergeDictionary(log_entry);
160 SendUpdate("updatePeerConnection", &update);
327 base::DictionaryValue update; local
328 update.SetInteger("lid", lid);
329 update.SetInteger("pid", pid);
330 SendUpdate("removePeerConnection", &update);
354 base::DictionaryValue update; local
[all...]
/external/chromium_org/tools/gyp/test/compiler-override/
H A Dgyptest-compiler-env.py53 os.environ.update(oldenv)
73 os.environ.update(oldenv)
97 os.environ.update(oldenv)
/external/apache-harmony/security/src/test/api/java.injected/java/security/
H A DSignatureTest.java187 * Class under test for void update(byte)
192 s.update((byte) 1);
198 s.update((byte) 1);
200 s.update((byte) 1);
203 assertTrue("update() failed", s.runEngineUpdate1);
207 * Class under test for void update(byte[])
213 s.update(b);
219 s.update(b);
221 s.update(b);
224 assertTrue("update() faile
[all...]
/external/apache-http/src/org/apache/http/conn/
H A DOperatedClientConnection.java73 * because of an {@link #update update}.
84 * because of an {@link #update update}.
96 * because of an {@link #update update}.
173 void update(Socket sock, HttpHost target, method in interface:OperatedClientConnection
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/
H A DMSOutlookKeyIdCalculator.java27 dig.update(spkiEnc, 0, spkiEnc.length);
/external/chromium_org/ash/accelerometer/
H A Daccelerometer_controller.h50 const ui::AccelerometerUpdate& update) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dpolicy_cert_service_factory.cc53 ListPrefUpdate update(g_browser_process->local_state(),
55 update->AppendString(user_id);
61 ListPrefUpdate update(g_browser_process->local_state(),
63 update->Remove(base::StringValue(user_id), NULL);
106 // Check the profile here and update the local_state, if appropriate.
/external/chromium_org/chrome/browser/geolocation/
H A Dchrome_access_token_store.cc63 DictionaryPrefUpdate update(g_browser_process->local_state(),
65 base::DictionaryValue* token_dictionary = update.Get();
118 DictionaryPrefUpdate update(g_browser_process->local_state(),
120 base::DictionaryValue* access_token_dictionary = update.Get();
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_account_chooser.h28 - (void)update;
H A Dautofill_loading_shield_controller.h40 - (void)update;
/external/chromium_org/chrome/common/extensions/docs/examples/api/cookies/
H A Dbackground.js23 chrome.tabs.update(existing_tab.id, {"selected":true});
/external/chromium_org/chrome/tools/service_discovery_sniffer/
H A Dservice_discovery_sniffer.cc82 void ServiceTypePrinter::OnServiceUpdated(ServiceWatcher::UpdateType update, argument
84 if (update == ServiceWatcher::UPDATE_ADDED) {
87 } else if (update == ServiceWatcher::UPDATE_CHANGED) {
89 } else if (update == ServiceWatcher::UPDATE_REMOVED) {

Completed in 1090 milliseconds

1234567891011>>