HomeSort by relevance Sort by last modified time
    Searched refs:store (Results 251 - 275 of 613) sorted by null

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
elevator.h 70 ssize_t (*store)(elevator_t *, const char *, size_t); member in struct:elv_fs_entry
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
elevator.h 70 ssize_t (*store)(elevator_t *, const char *, size_t); member in struct:elv_fs_entry
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
elevator.h 70 ssize_t (*store)(elevator_t *, const char *, size_t); member in struct:elv_fs_entry
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStore3Test.java 93 mockKeyStore.store(null);
101 mockKeyStore.store(null);
159 mockKeyStore.store(null, null);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl3Test.java 91 * <code>store(InputStream stream, char[] password)</code>
95 * Assertions: store(...) throws NullPointerException when stream or
138 kss[i].store(null, pwd); method
145 kss[i].store(bos, null); method
147 kss[i].store(bos, pwd); method
  /external/chromium/net/base/
cookie_monster_store_test.cc 155 scoped_refptr<MockSimplePersistentCookieStore> store(
170 store->AddCookie(cc);
173 return new CookieMonster(store, NULL);
cookie_monster_perftest.cc 203 scoped_refptr<MockPersistentCookieStore> store(new MockPersistentCookieStore);
206 // We want to setup a fairly large backing store, with 300 domains of 50
222 store->SetLoadExpectation(true, initial_cookies);
224 scoped_refptr<CookieMonster> cm(new CookieMonster(store, NULL));
247 // if GC runs twice in a row without any change to the store, the second
  /external/icu4c/layout/
LookupProcessor.cpp 109 le_int32 store = order; local
115 lookupOrderArray[store++] = lookupListIndex;
118 return store - order;
  /external/markdown/
regression-tests.py 100 self.placeholder = self.stash.store('foo')
103 """ Test HtmlStash.store. """
110 """ Test HtmlStash.store with additional blocks. """
111 placeholder = self.stash.store('bar')
119 """ Test HtmlStash.store with 'safe' html. """
120 self.stash.store('bar', True)
  /libcore/luni/src/main/java/java/security/cert/
PKIXParameters.java 93 * the key store containing trusted certificates.
295 * Adds a certificate store to the list of certificate stores that are used
298 * @param store
299 * the store to add, if {@code null}, it will be ignored.
301 public void addCertStore(CertStore store) {
302 if (store == null) {
310 // add store
311 certStores.add(store);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlPrettyPrinterTest.java 33 PreferenceStore store = new PreferenceStore(); local
34 AdtPrefs.init(store);
36 prefs.initializeStoreWithDefaults(store);
  /external/v8/src/
factory.cc 440 // Store the object, regexp and array functions in the literals
1149 Handle<FixedArray> store = NewFixedArray(JSRegExp::kAtomDataSize); local
1163 Handle<FixedArray> store = NewFixedArray(JSRegExp::kIrregexpDataSize); local
    [all...]
  /external/kernel-headers/original/linux/
device.h 79 ssize_t (*store)(struct bus_type *, const char * buf, size_t count); member in struct:bus_attribute
120 ssize_t (*store)(struct device_driver *, const char * buf, size_t count); member in struct:driver_attribute
166 ssize_t (*store)(struct class *, const char * buf, size_t count); member in struct:class_attribute
178 ssize_t (*store)(struct class_device *, const char * buf, size_t count); member in struct:class_device_attribute
198 * @class_data: pointer to whatever you want to store here for this struct
290 ssize_t (*store)(struct device *dev, struct device_attribute *attr, member in struct:device_attribute
  /packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java 17 package com.android.email.mail.store;
25 import com.android.email.mail.store.ImapStore.ImapException;
26 import com.android.email.mail.store.ImapStore.ImapMessage;
27 import com.android.email.mail.store.imap.ImapConstants;
28 import com.android.email.mail.store.imap.ImapElement;
29 import com.android.email.mail.store.imap.ImapList;
30 import com.android.email.mail.store.imap.ImapResponse;
31 import com.android.email.mail.store.imap.ImapString;
32 import com.android.email.mail.store.imap.ImapUtility;
80 /*package*/ ImapFolder(ImapStore store, String name)
    [all...]
  /external/openssl/crypto/store/
str_lib.c 1 /* crypto/store/str_lib.c -*- mode:C; c-file-style: "eay" -*- */
105 STORE *STORE_new_method(const STORE_METHOD *method)
107 STORE *ret;
115 ret=(STORE *)OPENSSL_malloc(sizeof(STORE));
133 STORE *STORE_new_engine(ENGINE *engine)
135 STORE *ret = NULL;
181 void STORE_free(STORE *store)
183 if (store == NULL
    [all...]
  /external/oprofile/events/i386/nehalem/
unit_masks 7 0x01 any Counts the number of store forwards
9 0x01 std Counts the number of loads blocked by a preceding store with unknown data
10 0x04 address_offset Counts the number of loads blocked by a preceding store address
12 0x01 cycles Counts the cycles of store buffer drains
15 0x02 store Counts the number of misaligned store references
22 0x0F any All loads delayed due to store blocks
36 0x01 loads Counts the number of instructions with an architecturally-visible store retired on the architected path
37 0x02 stores Counts the number of instructions with an architecturally-visible store retired on the architected path
84 0x04 rfo_hit Counts the number of store RFO requests that hit the L2 cach
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp 781 ArmLIR *store; local
805 store = newLIR3(cUnit, opcode, rSrc, regPtr, 0);
808 store->flags.insertWrapper = true;
810 return store;
826 store = newLIR3(cUnit, opcode, rSrc, rBase, rIndex);
828 store = newLIR4(cUnit, opcode, rSrc, rBase, rIndex, scale);
832 store->flags.insertWrapper = true;
834 return store;
980 ArmLIR *res, *store; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
openssladapter.cc 155 // This array will store all of the mutexes available to OpenSSL.
780 OpenSSLAdapter::SSLVerifyCallback(int ok, X509_STORE_CTX* store) {
784 X509* cert = X509_STORE_CTX_get_current_cert(store);
785 int depth = X509_STORE_CTX_get_error_depth(store);
786 int err = X509_STORE_CTX_get_error(store);
798 // Get our stream pointer from the store
800 X509_STORE_CTX_get_ex_data(store,
808 reinterpret_cast<void*>(X509_STORE_CTX_get_current_cert(store));
  /external/openssl/apps/
smime.c 100 X509_STORE *store = NULL; local
672 if (!(store = setup_verify(bio_err, CAfile, CApath)))
674 X509_STORE_set_verify_cb(store, smime_cb);
676 X509_STORE_set1_param(store, vpm);
756 if (PKCS7_verify(p7, other, store, indata, out, flags))
813 X509_STORE_free(store);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java 265 IPreferenceStore store = getPreferenceStore(); local
267 String ids = store.getString(AdtPrefs.PREFS_DISABLED_ISSUES);
306 IPreferenceStore store = getPreferenceStore(); local
307 String previous = store.getString(AdtPrefs.PREFS_DISABLED_ISSUES);
311 store.setToDefault(AdtPrefs.PREFS_DISABLED_ISSUES);
313 store.setValue(AdtPrefs.PREFS_DISABLED_ISSUES, value);
  /external/webkit/Source/JavaScriptCore/runtime/
Lookup.h 67 m_u.store.value1 = v1;
68 m_u.store.value2 = v2;
102 } store; member in union:JSC::HashEntry::__anon13120
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFixGenerator.java 175 IPreferenceStore store = AdtPlugin.getDefault().getPreferenceStore(); local
176 String value = store.getString(AdtPrefs.PREFS_DISABLED_ISSUES);
183 store.setValue(AdtPrefs.PREFS_DISABLED_ISSUES, value);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceExplorerView.java 98 final IPreferenceStore store = AdtPlugin.getDefault().getPreferenceStore(); local
102 "abcdefghijklmnopqrstuvwxz", -1, PREFS_COLUMN_RES, store); //$NON-NLS-1$
104 "0123456789", -1, PREFS_COLUMN_2, store); //$NON-NLS-1$
264 * and update the preference store accordingly.
273 * @param prefs The preference store
286 // if there is no pref store or the entry is missing, we use the sample
293 // init the prefs store with the current value
301 // if there is a pref store and a pref entry name, then we setup a
302 // listener to catch column resize to put the new width value into the store.
312 // store in pref stor
    [all...]
  /bionic/libc/kernel/common/linux/
module.h 55 ssize_t (*store)(struct module_attribute *, struct module *, member in struct:module_attribute
  /development/apps/GestureBuilder/src/com/android/gesture/builder/
GestureBuilderActivity.java 346 final GestureLibrary store = sStore; local
348 if (store.load()) {
349 for (String name : store.getGestureEntries()) {
352 for (Gesture gesture : store.getGestures(name)) {

Completed in 634 milliseconds

<<11121314151617181920>>