HomeSort by relevance Sort by last modified time
    Searched refs:store (Results 226 - 250 of 1381) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/net/base/
network_config_watcher_mac.cc 22 void DynamicStoreCallback(SCDynamicStoreRef /* store */,
96 // Add a run loop source for a dynamic store to the current run loop.
104 base::ScopedCFTypeRef<SCDynamicStoreRef> store(SCDynamicStoreCreate(
107 NULL, store.get(), 0));
115 delegate_->SetDynamicStoreNotificationKeys(store.get());
  /external/chromium_org/v8/test/mjsunit/
megamorphic-callbacks.js 32 function store(o) { function
46 store(o);
62 // Perform the store checks.
64 assertEquals(200, o.y_mirror, "normal store");
65 store(o);
66 assertEquals(42, o.y_mirror, "ic store");
omit-constant-mapcheck.js 59 function store(v) { function
64 assertEquals(5, store(5));
65 assertEquals(8, store(8));
66 %OptimizeFunctionOnNextCall(store);
67 assertEquals(10, store(10));
69 store(7);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-117409.js 32 // Create literal with a fast double elements backing store
39 // Truncate array to 0 elements, at which point backing store will be replaced
43 // ArrayPush built-in will replace empty fixed array backing store with 19
44 // elements fixed array backing store. This leads to a mismatch between the map
45 // and the backing store. Debug mode will crash here in set_elements accessor.
48 // Corrupt the backing store!
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
ColorRGBA.java 253 * @param store The array of floats to store the values into.
256 public float[] getColorArray(float[] store) {
257 store[0] = r;
258 store[1] = g;
259 store[2] = b;
260 store[3] = a;
261 return store;
482 byte[] store = new byte[4];
483 store[0] = (byte) ((int) (r * 255) & 0xFF);
    [all...]
  /external/v8/test/mjsunit/
megamorphic-callbacks.js 32 function store(o) { function
46 store(o);
62 // Perform the store checks.
64 assertEquals(200, o.y_mirror, "normal store");
65 store(o);
66 assertEquals(42, o.y_mirror, "ic store");
  /external/v8/test/mjsunit/regress/
regress-117409.js 32 // Create literal with a fast double elements backing store
39 // Trruncate array to 0 elements, at which point backing store will be replaced
43 // ArrayPush built-in will replace empty fixed array backing store with 19
44 // elements fixed array backing store. This leads to a mismatch between the map
45 // and the backing store. Debug mode will crash here in set_elements accessor.
48 // Corrupt the backing store!
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/util/
EnvironmentHelper.java 40 p.store(bos, "");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXCRLUtil.java 119 X509Store store = (X509Store)obj; local
123 crls.addAll(store.getMatches(crlSelect));
129 "Exception searching in X.509 CRL store.", e);
134 CertStore store = (CertStore)obj; local
138 crls.addAll(store.getCRLs(crlSelect));
144 "Exception searching in X.509 CRL store.", e);
  /external/chromium_org/chrome/browser/chromeos/login/
version_info_updater.cc 55 policy_manager->core()->store()->RemoveObserver(this);
77 policy_manager->core()->store()->AddObserver(this);
129 void VersionInfoUpdater::OnStoreLoaded(policy::CloudPolicyStore* store) {
133 void VersionInfoUpdater::OnStoreError(policy::CloudPolicyStore* store) {
  /external/chromium_org/chrome/browser/policy/cloud/
user_cloud_policy_invalidator.cc 21 policy_manager->core()->store(),
  /external/chromium_org/content/test/data/indexeddb/
transaction_not_blocked.js 21 var transaction = db.transaction('store', 'readwrite');
23 var objectStore = transaction.objectStore('store');
  /external/chromium_org/net/disk_cache/flash/
internal_entry.cc 23 InternalEntry::InternalEntry(const std::string& key, LogStore* store)
24 : store_(store),
30 InternalEntry::InternalEntry(int32 id, LogStore* store)
31 : store_(store),
  /external/chromium_org/third_party/openssl/openssl/crypto/store/
str_locl.h 1 /* crypto/store/str_locl.h -*- mode:C; c-file-style: "eay" -*- */
63 #include <openssl/store.h>
76 /* Initialise the STORE with private data */
78 /* Initialise the STORE with private data */
86 /* Store an object of a given type. */
100 /* Store-level function to make any necessary update operations. */
102 /* Store-level function to get exclusive access to the store. */
104 /* Store-level function to release exclusive access to the store. *
    [all...]
  /external/openssh/
gss-serv.c 295 if (gssapi_client.store.filename != NULL) {
298 gssapi_client.store.filename);
299 unlink(gssapi_client.store.filename);
321 if (gssapi_client.store.envvar != NULL &&
322 gssapi_client.store.envval != NULL) {
323 debug("Setting %s to %s", gssapi_client.store.envvar,
324 gssapi_client.store.envval);
325 child_set_env(envp, envsizep, gssapi_client.store.envvar,
326 gssapi_client.store.envval);
  /external/openssl/crypto/store/
str_locl.h 1 /* crypto/store/str_locl.h -*- mode:C; c-file-style: "eay" -*- */
63 #include <openssl/store.h>
76 /* Initialise the STORE with private data */
78 /* Initialise the STORE with private data */
86 /* Store an object of a given type. */
100 /* Store-level function to make any necessary update operations. */
102 /* Store-level function to get exclusive access to the store. */
104 /* Store-level function to release exclusive access to the store. *
    [all...]
  /external/qemu/distrib/jpeg-6b/
Android.mk 16 # use ashmem as libjpeg decoder's backing store
22 # use sdcard as libjpeg decoder's backing store
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
complex_rep.S 12 mov $0xfeb131978,%rax # value to store
18 rep stosb # store 1024 times
19 rep stosb # should store 0 times
20 rep stosb # should store 0 times
  /external/valgrind/main/exp-bbv/tests/x86/
complex_rep.S 12 mov $0xfeb1378,%eax # value to store
18 rep stosb # store 1024 times
19 rep stosb # should store 0 times
20 rep stosb # should store 0 times
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSessionTest.java 74 KeyStore store = server.getStore(); local
75 X509Certificate cert = (X509Certificate)store.getCertificate("mykey");
133 KeyStore store = client.getStore(); local
134 Certificate cert = store.getCertificate("mykey");
144 KeyStore store = client.getStore(); local
145 X509Certificate cert = (X509Certificate)store.getCertificate("mykey");
482 private KeyStore store; field in class:SSLSessionTest.TestServer
491 store = provideKeys ? getKeyStore(keys) : null;
492 KeyManager[] keyManagers = store != null ? getKeyManagers(store) : null
563 private KeyStore store; field in class:SSLSessionTest.TestClient
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapElement.java 17 package com.android.email.mail.store.imap;
ImapSimpleString.java 17 package com.android.email.mail.store.imap;
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
DebugPortProvider.java 32 * the preference store and provides the port number to the Device Monitor.
88 * Create the map member from the values contained in the Preference Store.
93 // get the prefs store
94 IPreferenceStore store = DdmsPlugin.getDefault().getPreferenceStore(); local
95 String value = store.getString(PREFS_STATIC_PORT_LIST);
129 * The values are also sync'ed in the preference store.
137 // create the value to store in the preference store.
159 // get the prefs store.
160 IPreferenceStore store = DdmsPlugin.getDefault().getPreferenceStore() local
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
password_store_x_unittest.cc 289 scoped_refptr<PasswordStoreX> store(
293 store->Init();
309 helper.Init(store.get());
318 content::Source<PasswordStore>(store.get()),
323 store->AddLogin(*form);
339 content::Source<PasswordStore>(store.get()),
344 store->UpdateLogin(*form);
356 content::Source<PasswordStore>(store.get()),
361 store->RemoveLogin(*form);
367 static_cast<PasswordStore*>(store.get())->ShutdownOnUIThread()
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative/
rules_registry_with_cache_unittest.cc 211 // The value store is first created during CreateExtensionService.
212 TestingValueStore* store = system->value_store(); local
235 int write_count = store->write_count();
242 EXPECT_EQ(write_count + 1, store->write_count());
243 write_count = store->write_count();
250 EXPECT_EQ(write_count + 1, store->write_count());
251 write_count = store->write_count();
257 EXPECT_EQ(write_count, store->write_count());
260 int read_count = store->read_count();
265 EXPECT_EQ(read_count, store->read_count())
    [all...]

Completed in 663 milliseconds

1 2 3 4 5 6 7 8 91011>>