/frameworks/base/docs/html/google/backup/ |
index.jd | 7 to copy a user's persistent app data to remote "cloud" storage. Backing up persistent data
|
/frameworks/base/native/android/ |
asset_manager.cpp | 31 // -------------------- Backing implementation of the public API --------------------
|
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/ |
ObbBackupService.java | 83 Log.w(TAG, "Exception backing up OBBs for " + packageName, e);
|
/frameworks/support/v7/recyclerview/src/android/support/v7/util/ |
AsyncListUtil.java | 525 * Scrolling in descending order (from higher to lower positions in the order of the backing 531 * Scrolling in ascending order (from lower to higher positions in the order of the backing 539 * outRange[0] is the position of the first visible item (in the order of the backing 542 * outRange[1] is the position of the last visible item (in the order of the backing
|
/hardware/ti/omap4-aah/hwc/ |
hal_public.h | 92 * capacity, these are the "real" values for the backing allocation.
|
/hardware/ti/omap4xxx/hwc/ |
hal_public.h | 92 * capacity, these are the "real" values for the backing allocation.
|
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
OldCharsetEncoderDecoderBufferTest.java | 109 // It's no longer possible to get a byte buffer without a backing byte[] on Android.
|
/packages/apps/Camera2/src/com/android/camera/data/ |
FilmstripItemData.java | 26 * Represents an immutable set of backing data. No object or value
|
VideoItem.java | 39 * Backing data for a single video displayed in the filmstrip.
|
/packages/apps/TvSettings/Settings/res/values-en-rAU-notouch/ |
strings.xml | 62 <string name="backup_erase_dialog_message" msgid="448169495686297910">"Stop backing up your Wi-Fi passwords, bookmarks, other settings and app data, and erase all copies on Google servers?"</string>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
mman.h | 137 /* Remap arbitrary pages of a shared backing store within an existing
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
mman.h | 137 /* Remap arbitrary pages of a shared backing store within an existing
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
mman.h | 137 /* Remap arbitrary pages of a shared backing store within an existing
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_shelve.py | 98 p1 = d['key'] # Will give a KeyError if backing store not updated
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_shelve.py | 98 p1 = d['key'] # Will give a KeyError if backing store not updated
|
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
feedback.html | 33 and you would like to have some professional backing, this is the place to
|
/system/extras/ext4_utils/ |
extent.c | 195 error("failed to create backing for %"PRIu64" bytes", backing_len);
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/ |
FileDisk.java | 31 * This is a {@code BlockDevice} that uses a {@link File} as it's backing store.
|
RamDisk.java | 152 * {@code RamDisk} as it's backing store. The returned buffer will be
|
/external/v8/src/ |
elements.cc | 59 // accessor ElementsKind, and the third is the backing store class. Use the [all...] |
/external/guava/guava/src/com/google/common/collect/ |
Sets.java | 487 * backing map. In essence, this factory method provides a {@link Set} 494 * exactly one method invocation on the backing map or its {@code keySet} 496 * sequence of {@code put} invocations on the backing map. 509 * the backing map is. 511 * @param map the backing map 520 private final Map<E, Boolean> m; // The backing map 617 * will change as the backing sets do. Contains methods to copy the data into 632 * <p><b>Warning:</b> this may have unexpected results if a backing set of 658 * set contains all elements that are contained in either backing set. 711 * returned set contains all elements that are contained by both backing sets [all...] |
Maps.java | 650 * <p>Specifically, for each {@code k} in the backing set, the returned map 653 * iterate in the same order as the backing set. 655 * <p>Modifications to the backing set are read through to the returned map. 656 * The returned map supports removal operations if the backing set does. 657 * Removal operations write through to the backing set. The returned map 686 * <p>Specifically, for each {@code k} in the backing set, the returned map 689 * iterate in the same order as the backing set. 691 * <p>Modifications to the backing set are read through to the returned map. 692 * The returned map supports removal operations if the backing set does. 693 * Removal operations write through to the backing set. The returned map doe [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
Maps.java | 647 * <p>Specifically, for each {@code k} in the backing set, the returned map 650 * iterate in the same order as the backing set. 652 * <p>Modifications to the backing set are read through to the returned map. 653 * The returned map supports removal operations if the backing set does. 654 * Removal operations write through to the backing set. The returned map 683 * <p>Specifically, for each {@code k} in the backing set, the returned map 686 * iterate in the same order as the backing set. 688 * <p>Modifications to the backing set are read through to the returned map. 689 * The returned map supports removal operations if the backing set does. 690 * Removal operations write through to the backing set. The returned map doe [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
LabelMaker.java | 57 * @param fullColor true if we want a full color backing store (4444), 58 * otherwise we generate a grey L8 backing store.
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
PhotoThumbnailFragment.java | 320 // Sets the Adapter's backing data to null. This prevents memory leaks. 345 * display images based on the backing Cursor, rather than just displaying the URLs that the
|