HomeSort by relevance Sort by last modified time
    Searched full:backing (Results 76 - 100 of 858) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/java/android/app/backup/
AbsoluteFileBackupHelper.java 39 * Construct a helper for backing up / restoring the files at the given absolute locations
IFullBackupRestoreObserver.aidl 33 * Notification: the system has begun backing up the given package.
WallpaperBackupHelper.java 33 * Helper for backing up / restoring wallpapers. Basically an AbsoluteFileBackupHelper,
58 // TODO: Will need to change if backing up non-primary user's wallpaper
73 // TODO: Will need to change if backing up non-primary user's wallpaper
85 * Construct a helper for backing up / restoring the files at the given absolute locations
  /frameworks/base/docs/html/guide/topics/connectivity/
index.jd 36 data with the cloud using your own back-end web application, and backing up data using the cloud so
  /frameworks/base/media/mca/filterfw/jni/
jni_native_buffer.h 31 * this call, the java instance will have the given C buffer as its backing. Note, that the Java
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
StorageUtils.java 79 * Ensure that requested free space exists on the partition backing the
100 // the backing partition.
177 * Return number of available bytes on the filesystem backing the given
234 * Concrete file on disk that has a backing device and inode. Faster than
  /frameworks/base/core/java/android/content/
ContentQueryMap.java 29 * keeps the cache fresh by registering for updates on the content backing the cursor. The column of
51 * Creates a ContentQueryMap that caches the content backing the cursor
113 // mark dirty, since it is possible the cursor's backing data had changed before we
  /development/samples/SpinnerTest/src/com/android/example/spinner/test/
SpinnerActivityTest.java 41 // Number of items in the spinner's backing mLocalAdapter
45 // The location of Saturn in the backing mLocalAdapter array (0-based)
87 * The data backing the Spinner in the app under test.
156 * Test that the spinner's backing mLocalAdapter was initialized correctly.
162 * Also ensure that the backing mLocalAdapter has the correct number of entries.
  /external/jpeg/
jmemmgr.c 16 * backing storage.
17 * The separate system-dependent file provides the actual backing-storage
22 * memory so that backing storage will never be used, much of the virtual
146 * System-dependent info for the associated backing store (if any) is hidden
161 boolean b_s_open; /* is backing-store data valid? */
177 boolean b_s_open; /* is backing-store data valid? */
494 * backing file that holds the rest of the array.
506 * area accessible (after reading or writing the backing file, if necessary).
544 result->b_s_open = FALSE; /* no associated backing-store object */
574 result->b_s_open = FALSE; /* no associated backing-store object *
    [all...]
jmemname.c 196 * Backing store (temporary file) management.
197 * Backing store objects are only used when the value returned by
243 * Initial opening of a backing-store object.
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jmemmgr.c 17 * backing storage.
18 * The separate system-dependent file provides the actual backing-storage
23 * memory so that backing storage will never be used, much of the virtual
149 * System-dependent info for the associated backing store (if any) is hidden
164 boolean b_s_open; /* is backing-store data valid? */
180 boolean b_s_open; /* is backing-store data valid? */
497 * backing file that holds the rest of the array.
509 * area accessible (after reading or writing the backing file, if necessary).
547 result->b_s_open = FALSE; /* no associated backing-store object */
577 result->b_s_open = FALSE; /* no associated backing-store object *
    [all...]
  /art/runtime/
oat_file.h 315 // Backing memory map for oat file during when opened by ElfWriter during initial compilation.
318 // Backing memory map for oat file during cross compilation.
331 // lookup with a const char* key. The StringPiece doesn't own its backing storage,
332 // therefore we're using the OatDexFile::dex_file_location_ as the backing storage
333 // for keys in oat_dex_files_ and the string_cache_ entries for the backing storage
352 // Cache of strings. Contains the backing storage for keys in the secondary_oat_dex_files_
  /external/e2fsprogs/lib/ext2fs/
undo_io.c 63 /* The backing io channel */
254 * Read one block using the backing I/O manager
255 * The backing I/O manager block size may be
258 * to the backing I/O manager.
401 * when the backing manager fails do short read
533 * offset for tdb is different from the backing I/O manager
  /external/jetty/src/java/org/eclipse/jetty/io/
EndPoint.java 31 * Shutdown any backing output stream associated with the endpoint
38 * Shutdown any backing input stream associated with the endpoint
45 * Close any backing stream associated with the endpoint
51 * byte source is backing the buffer. The putIndex is increased if bytes filled.
62 * sink is backing the buffer. The getIndex is updated with the number of bytes flushed.
74 * sink is backing the buffer. The getIndex is updated with the number of bytes flushed.
  /external/skia/src/gpu/
GrAtlas.cpp 66 // if batching uploads, create backing memory on first use
75 // if we have backing memory, copy to the memory and set for future upload
219 // before we get a new plot, make sure we have a backing texture
  /external/guava/guava/src/com/google/common/cache/
ForwardingLoadingCache.java 27 * more methods to modify the behavior of the backing cache as desired per the
  /external/guava/guava/src/com/google/common/collect/
MutableClassToInstanceMap.java 51 * empty {@code backingMap}. The caller surrenders control of the backing map,
TreeBasedTable.java 233 SortedMap<C, V> backing = backingRowMap(); local
234 if (backing == null) {
241 SortedMap<C, V> backing = backingRowMap(); local
242 if (backing == null) {
  /external/guava/guava/src/com/google/common/util/concurrent/
ForwardingBlockingQueue.java 28 * modify the behavior of the backing collection as desired per the <a
ForwardingCheckedFuture.java 27 * should override one or more methods to modify the behavior of the backing
ForwardingFuture.java 30 * the backing future as desired per the <a
  /external/kernel-headers/original/uapi/linux/
inotify.h 43 #define IN_UNMOUNT 0x00002000 /* Backing fs was unmounted */
  /external/libunwind/src/coredump/
_UCD_internal.h 69 /* Data for backing file. If backing_fd < 0, there is no file */
  /external/libunwind/src/ia64/
NOTES 5 - bsp current backing store pointer
  /external/llvm/include/llvm/IR/
GVMaterializer.h 38 /// whatever backing store this GVMaterializer uses.

Completed in 928 milliseconds

1 2 34 5 6 7 8 91011>>