HomeSort by relevance Sort by last modified time
    Searched refs:store (Results 326 - 350 of 372) sorted by null

<<1112131415

  /external/libvpx/vp8/common/x86/
postproc_mmx.c 372 store previous four bytes
681 store previous four bytes
1136 movdqu [esi+eax], xmm1 // store the result
    [all...]
  /external/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_partitions_armv5.asm 57 str r7, [sp, #32] ; store start of cpi->tp_list
  /external/quake/quake/src/WinQuake/
gl_rsurf.cpp 161 goto store;
185 store:
1379 // if sorting by texture, just store it out
    [all...]
  /packages/apps/Email/src/com/android/email/
MessagingController.java 26 import com.android.email.mail.Store;
258 Store store = Store.getInstance(account.getStoreUri(mContext), mContext, null);
260 Folder[] remoteFolders = store.getPersonalNamespaces();
385 // Select generic sync or store-specific sync
386 Store remoteStore = Store.getInstance(account.getStoreUri(mContext), mContext, null);
471 // 1. Get the message list from the local store and create an index of the uids
509 Store remoteStore = Store.getInstance(account.getStoreUri(mContext), mContext, null)
    [all...]
LegacyConversions.java 33 import com.android.email.mail.store.LocalStore;
84 * Copy field-by-field from a "store" message to a "provider" message
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
LocalStoreUnitTests.java 17 package com.android.email.mail.store;
29 import com.android.email.mail.Store;
37 import com.android.email.mail.store.LocalStore.LocalMessage;
58 public static final String DB_NAME = "com.android.email.mail.store.LocalStoreUnitTests.db";
274 * Test the new store persistent data code.
279 * and forces slow sync hacks for dynamic data like the store's persistent data.
285 final String TEST_STRING = "This is the store's persistent data.";
286 final String TEST_STRING_2 = "Rewrite the store data.";
288 // confirm default reads on new store
305 final String TEST_STRING = "This is the store's persistent data."
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 317 maximum number of IOs to store in a single bunch. As with the \texttt{-m}
514 to store information concerning each \emph{stall} and IO operation
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 1132 stvx v1, r5, r3 ;# store P0
1133 stvx v2, 0, r3 ;# store Q0
1168 ;# Store 4 pels at word "Offs" in temp array, then advance r7
    [all...]
  /external/zlib/contrib/masmx86/
gvmat32.asm 564 pop eax ; store new EFLAGS in EAX
579 pop eax ; store new EFLAGS in EAX
768 ;;; Store the sum of s->window + best_len in esi locally, and in esi.
825 ;;; Store the current value of chainlen.
  /packages/apps/Email/src/com/android/email/mail/store/
Pop3Store.java 17 package com.android.email.mail.store;
27 import com.android.email.mail.Store;
46 public class Pop3Store extends Store {
87 public static Store newInstance(String uri, Context context, PersistentDataCallbacks callbacks)
    [all...]
LocalStore.java 17 package com.android.email.mail.store;
30 import com.android.email.mail.Store;
31 import com.android.email.mail.Store.PersistentDataCallbacks;
66 * Implements a SQLite database backed local store for Messages.
69 public class LocalStore extends Store implements PersistentDataCallbacks {
338 * Local store only: Allow it to be closed. This is necessary for the account upgrade process
352 * Delete the entire Store and it's backing database.
397 * Deletes all cached attachments for the entire store.
418 * If the attachment has no store data it is not recoverable, so
450 * Set the visible limit for all folders in a given store
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 21 import com.android.email.mail.store.LocalStore;
  /external/iproute2/doc/
api-ip6-flowlabels.tex 223 longer than boot time require to store allocated labels at stable
  /external/openssl/ssl/
ssl_lib.c     [all...]
kssl.c 698 krb5_error_code (KRB5_CALLCONV *store) member in struct:_krb5_cc_ops
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 302 comment("store");
303 store(parts.cbPtr, pixel, WRITE_BACK);
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv4t.S     [all...]
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv5te.S     [all...]
InterpAsm-armv7-a-neon.S     [all...]
InterpAsm-armv7-a.S     [all...]
  /external/bluetooth/bluez/src/
adapter.c 570 goto store;
580 store:
    [all...]
  /external/chromium/net/http/
http_cache_unittest.cc 306 // When |store| is true, stores the callback to be delivered later; otherwise
308 static void StoreAndDeliverCallbacks(bool store, MockDiskEntry* entry,
312 if (store) {
632 // no-store header can be included on demand.
647 *response_headers = "Cache-Control: no-store\n";
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 339 # Strip link definitions, store in hashes.
    [all...]
  /external/libvpx/vp8/encoder/
onyx_if.c     [all...]

Completed in 2299 milliseconds

<<1112131415